Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test failures with recent {x13binary} #272

Open
krlmlr opened this issue Aug 29, 2021 · 9 comments
Open

Test failures with recent {x13binary} #272

krlmlr opened this issue Aug 29, 2021 · 9 comments
Labels

Comments

@krlmlr
Copy link
Contributor

krlmlr commented Aug 29, 2021

on the M1. Seen in #270. Does this also happen on other platforms?

library(seasonal)

seas(AirPassengers,
  regression.aictest = NULL,
  x11.seasonalma = "s3x9",
  x11.trendma = 23,
  x11regression.variables = "td",
  x11regression.aictest = "td"
)
#> Error: X-13 run failed
#> 
#> Errors:
#> - No seasonal period specified in series spec.
#> - Can only specify one type of trading day in aictest. Storing
#>   any diagnostics output into
#>   /var/folders/cw/805_99kx0lq50gkr0hr81_y40000gp/T//RtmpCyUxOG/x13ed552f249287/iofile.udg
#> 
#> Warnings:
#> - At least one visually significant trading day peak has been
#>   found in one or more of the estimated spectra.
seas(AirPassengers,
  x11 = "",
  regression.aictest = NULL,
  x11regression.variables = "td"
)
#> Error: X-13 run failed
#> 
#> Errors:
#> - No seasonal period specified in series spec. Storing any
#>   diagnostics output into
#>   /var/folders/cw/805_99kx0lq50gkr0hr81_y40000gp/T//RtmpCyUxOG/x13ed55a0ff53f/iofile.udg
#> 
#> Warnings:
#> - At least one visually significant trading day peak has been
#>   found in one or more of the estimated spectra.
seas(AirPassengers,
  x11 = "",
  regression.aictest = NULL,
  x11regression.variables = "td",
  x11regression.aictest = c("td", "easter")
)
#> Error: X-13 run failed
#> 
#> Errors:
#> - No seasonal period specified in series spec.
#> - Can only specify one type of trading day in aictest. Storing
#>   any diagnostics output into
#>   /var/folders/cw/805_99kx0lq50gkr0hr81_y40000gp/T//RtmpCyUxOG/x13ed551dae0042/iofile.udg
#> 
#> Warnings:
#> - At least one visually significant trading day peak has been
#>   found in one or more of the estimated spectra.
seas(AirPassengers,
  x11 = "",
  regression.aictest = NULL,
  x11regression.variables = "td",
  x11regression.tdprior = c(1.4, 1.4, 1.4, 1.4, 1.4, 0.0, 0.0),
  transform.function = "log"
)
#> Error: X-13 run failed
#> 
#> Errors:
#> - No seasonal period specified in series spec. Storing any
#>   diagnostics output into
#>   /var/folders/cw/805_99kx0lq50gkr0hr81_y40000gp/T//RtmpCyUxOG/x13ed55a92fc47/iofile.udg
#> 
#> Warnings:
#> - At least one visually significant trading day peak has been
#>   found in one or more of the estimated spectra.
seas(AirPassengers,
  x11 = "",
  regression.aictest = NULL,
  x11regression.variables = c("td", "easter[8]"),
  x11regression.critical = 5,
  x11regression.b = c(
    "0.4453f", "0.8550f", "-0.3012f", "0.2717f",
    "-0.1705f", "0.0983f", "-0.0082"
  )
)
#> Error: X-13 run failed
#> 
#> Errors:
#> - No seasonal period specified in series spec.
#> - Number of initial values is not the same as the number of
#>   regression variables. Storing any diagnostics output into
#>   /var/folders/cw/805_99kx0lq50gkr0hr81_y40000gp/T//RtmpCyUxOG/x13ed5537f09ebd/iofile.udg
#> - Number of initial values is not the same as the number of
#>   regression variables. Storing any diagnostics output into
#>   /var/folders/cw/805_99kx0lq50gkr0hr81_y40000gp/T//RtmpCyUxOG/x13ed5537f09ebd/iofile.udg
#> 
#> Warnings:
#> - At least one visually significant trading day peak has been
#>   found in one or more of the estimated spectra.

seas(AirPassengers,
  x11 = "",
  regression.aictest = NULL,
  x11regression.variables = c(
    "td/1950.1/", "easter[8]",
    "labor[10]", "thank[10]"
  ),
  x11.seasonalma = "x11default",
  x11.sigmalim = c(1.8, 2.9),
  x11.appendfcst = "yes",
)
#> Error: X-13 run failed
#> 
#> Errors:
#> - No seasonal period specified in series spec.
#> - Expected regression variable name or ")" but found "/"
#> - Argument name "estimate" not found
#> - Expected NAME=VALUE or NAME=(LIST) not "{" Program error(s)
#>   halt execution for
#>   /var/folders/cw/805_99kx0lq50gkr0hr81_y40000gp/T//RtmpCyUxOG/x13ed551645a6fc/iofile.spc

seas(AirPassengers,
  x11 = "",
  transform.function = "log",
  regression.variables = "const",
  regression.aictest = NULL,
  arima.model = "(0 1 1)(0 1 1)",
  outlier = NULL,
  x11regression.variables = c("td", "easter[8]")
)
#> Error: X-13 run failed
#> 
#> Errors:
#> - No seasonal period specified in series spec.
#> - No seasonal period specified in series spec. Storing any
#>   diagnostics output into
#>   /var/folders/cw/805_99kx0lq50gkr0hr81_y40000gp/T//RtmpCyUxOG/x13ed5536d5f5d0/iofile.udg
#> 
#> Warnings:
#> - At least one visually significant trading day peak has been
#>   found in one or more of the estimated spectra.

Created on 2021-08-29 by the reprex package (v2.0.1)

Session info
sessioninfo::session_info()
#> ─ Session info ───────────────────────────────────────────────────────────────
#>  setting  value                       
#>  version  R version 4.1.0 (2021-05-18)
#>  os       macOS Big Sur 11.5.2        
#>  system   aarch64, darwin20           
#>  ui       X11                         
#>  language (EN)                        
#>  collate  en_US.UTF-8                 
#>  ctype    en_US.UTF-8                 
#>  tz       Europe/Zurich               
#>  date     2021-08-29                  
#> 
#> ─ Packages ───────────────────────────────────────────────────────────────────
#>  package     * version  date       lib source                       
#>  backports     1.2.1    2020-12-09 [1] CRAN (R 4.1.0)               
#>  cli           3.0.1    2021-07-17 [1] CRAN (R 4.1.0)               
#>  crayon        1.4.1    2021-02-08 [1] CRAN (R 4.1.0)               
#>  digest        0.6.27   2020-10-24 [1] CRAN (R 4.1.0)               
#>  ellipsis      0.3.2    2021-04-29 [1] CRAN (R 4.1.0)               
#>  evaluate      0.14     2019-05-28 [1] CRAN (R 4.1.0)               
#>  fansi         0.5.0    2021-05-25 [1] CRAN (R 4.1.0)               
#>  fs            1.5.0    2020-07-31 [1] CRAN (R 4.1.0)               
#>  glue          1.4.2    2020-08-27 [1] CRAN (R 4.1.0)               
#>  highr         0.9      2021-04-16 [1] CRAN (R 4.1.0)               
#>  htmltools     0.5.1.1  2021-01-22 [1] CRAN (R 4.1.0)               
#>  knitr         1.33     2021-04-24 [1] CRAN (R 4.1.0)               
#>  lifecycle     1.0.0    2021-02-15 [1] CRAN (R 4.1.0)               
#>  magrittr      2.0.1    2020-11-17 [1] CRAN (R 4.1.0)               
#>  pillar        1.6.2    2021-07-31 [1] Github (r-lib/pillar@1058bda)
#>  pkgconfig     2.0.3    2019-09-22 [1] CRAN (R 4.1.0)               
#>  purrr         0.3.4    2020-04-17 [1] CRAN (R 4.1.0)               
#>  R.cache       0.15.0   2021-04-30 [1] RSPM (R 4.1.0)               
#>  R.methodsS3   1.8.1    2020-08-26 [1] RSPM (R 4.1.0)               
#>  R.oo          1.24.0   2020-08-26 [1] RSPM (R 4.1.0)               
#>  R.utils       2.10.1   2020-08-26 [1] RSPM (R 4.1.0)               
#>  reprex        2.0.1    2021-08-05 [1] CRAN (R 4.1.0)               
#>  rlang         0.4.11   2021-04-30 [1] CRAN (R 4.1.0)               
#>  rmarkdown     2.10     2021-08-06 [1] CRAN (R 4.1.0)               
#>  rstudioapi    0.13     2020-11-12 [1] CRAN (R 4.1.0)               
#>  seasonal    * 1.8.3    2021-08-29 [1] local                        
#>  sessioninfo   1.1.1    2018-11-05 [1] CRAN (R 4.1.0)               
#>  stringi       1.7.3    2021-07-16 [1] CRAN (R 4.1.0)               
#>  stringr       1.4.0    2019-02-10 [1] CRAN (R 4.1.0)               
#>  styler        1.5.1    2021-07-13 [1] CRAN (R 4.1.0)               
#>  tibble        3.1.3    2021-07-23 [1] CRAN (R 4.1.0)               
#>  utf8          1.2.2    2021-07-24 [1] CRAN (R 4.1.0)               
#>  vctrs         0.3.8    2021-04-29 [1] CRAN (R 4.1.0)               
#>  withr         2.4.2    2021-04-18 [1] CRAN (R 4.1.0)               
#>  x13binary     1.1.57-2 2021-08-12 [1] CRAN (R 4.1.1)               
#>  xfun          0.25     2021-08-06 [1] CRAN (R 4.1.0)               
#>  yaml          2.2.1    2020-02-01 [1] CRAN (R 4.1.0)               
#> 
#> [1] /Library/Frameworks/R.framework/Versions/4.1-arm64/Resources/library
@krlmlr
Copy link
Contributor Author

krlmlr commented Aug 29, 2021

Same on Linux:

library(seasonal)

seas(AirPassengers,
  regression.aictest = NULL,
  x11.seasonalma = "s3x9",
  x11.trendma = 23,
  x11regression.variables = "td",
  x11regression.aictest = "td"
)
#> Error: X-13 run failed
#> 
#> Errors:
#> - No seasonal period specified in series spec.
#> - Can only specify one type of trading day in aictest. Storing
#>   any diagnostics output into
#>   /tmp/Rtmps1AV1i/x13183a96cd74b16/iofile.udg
#> 
#> Warnings:
#> - At least one visually significant trading day peak has been
#>   found in one or more of the estimated spectra.
seas(AirPassengers,
  x11 = "",
  regression.aictest = NULL,
  x11regression.variables = "td"
)
#> Error: X-13 run failed
#> 
#> Errors:
#> - No seasonal period specified in series spec. Storing any
#>   diagnostics output into
#>   /tmp/Rtmps1AV1i/x13183a96d1d9640/iofile.udg
#> 
#> Warnings:
#> - At least one visually significant trading day peak has been
#>   found in one or more of the estimated spectra.
seas(AirPassengers,
  x11 = "",
  regression.aictest = NULL,
  x11regression.variables = "td",
  x11regression.aictest = c("td", "easter")
)
#> Error: X-13 run failed
#> 
#> Errors:
#> - No seasonal period specified in series spec.
#> - Can only specify one type of trading day in aictest. Storing
#>   any diagnostics output into
#>   /tmp/Rtmps1AV1i/x13183a93924d341/iofile.udg
#> 
#> Warnings:
#> - At least one visually significant trading day peak has been
#>   found in one or more of the estimated spectra.
seas(AirPassengers,
  x11 = "",
  regression.aictest = NULL,
  x11regression.variables = "td",
  x11regression.tdprior = c(1.4, 1.4, 1.4, 1.4, 1.4, 0.0, 0.0),
  transform.function = "log"
)
#> Error: X-13 run failed
#> 
#> Errors:
#> - No seasonal period specified in series spec. Storing any
#>   diagnostics output into
#>   /tmp/Rtmps1AV1i/x13183a97b312c4e/iofile.udg
#> 
#> Warnings:
#> - At least one visually significant trading day peak has been
#>   found in one or more of the estimated spectra.
seas(AirPassengers,
  x11 = "",
  regression.aictest = NULL,
  x11regression.variables = c("td", "easter[8]"),
  x11regression.critical = 5,
  x11regression.b = c(
    "0.4453f", "0.8550f", "-0.3012f", "0.2717f",
    "-0.1705f", "0.0983f", "-0.0082"
  )
)
#> Error: X-13 run failed
#> 
#> Errors:
#> - No seasonal period specified in series spec.
#> - Number of initial values is not the same as the number of
#>   regression variables. Storing any diagnostics output into
#>   /tmp/Rtmps1AV1i/x13183a92a041c7/iofile.udg
#> - Number of initial values is not the same as the number of
#>   regression variables. Storing any diagnostics output into
#>   /tmp/Rtmps1AV1i/x13183a92a041c7/iofile.udg
#> 
#> Warnings:
#> - At least one visually significant trading day peak has been
#>   found in one or more of the estimated spectra.

seas(AirPassengers,
  x11 = "",
  regression.aictest = NULL,
  x11regression.variables = c(
    "td/1950.1/", "easter[8]",
    "labor[10]", "thank[10]"
  ),
  x11.seasonalma = "x11default",
  x11.sigmalim = c(1.8, 2.9),
  x11.appendfcst = "yes",
)
#> Error: X-13 run failed
#> 
#> Errors:
#> - No seasonal period specified in series spec.
#> - Expected regression variable name or ")" but found "/"
#> - Argument name "estimate" not found
#> - Expected NAME=VALUE or NAME=(LIST) not "{" Program error(s)
#>   halt execution for /tmp/Rtmps1AV1i/x13183a95c82c01d/iofile.spc

seas(AirPassengers,
  x11 = "",
  transform.function = "log",
  regression.variables = "const",
  regression.aictest = NULL,
  arima.model = "(0 1 1)(0 1 1)",
  outlier = NULL,
  x11regression.variables = c("td", "easter[8]")
)
#> Error: X-13 run failed
#> 
#> Errors:
#> - No seasonal period specified in series spec.
#> - No seasonal period specified in series spec. Storing any
#>   diagnostics output into
#>   /tmp/Rtmps1AV1i/x13183a9ec54358/iofile.udg
#> 
#> Warnings:
#> - At least one visually significant trading day peak has been
#>   found in one or more of the estimated spectra.

Created on 2021-08-29 by the reprex package (v2.0.0)

Session info
sessioninfo::session_info()
#> ─ Session info ───────────────────────────────────────────────────────────────
#>  setting  value                       
#>  version  R version 4.1.1 (2021-08-10)
#>  os       Ubuntu 20.04.2 LTS          
#>  system   x86_64, linux-gnu           
#>  ui       X11                         
#>  language (EN)                        
#>  collate  en_US.UTF-8                 
#>  ctype    en_US.UTF-8                 
#>  tz       Europe/Zurich               
#>  date     2021-08-29                  
#> 
#> ─ Packages ───────────────────────────────────────────────────────────────────
#>  ! package     * version  date       lib source                       
#>  P backports     1.2.1    2020-12-09 [?] RSPM (R 4.1.0)               
#>  P cli           3.0.1    2021-07-17 [?] RSPM (R 4.1.0)               
#>  P crayon        1.4.1    2021-02-08 [?] RSPM (R 4.1.0)               
#>  P digest        0.6.27   2020-10-24 [?] RSPM (R 4.1.0)               
#>  P ellipsis      0.3.2    2021-04-29 [?] RSPM (R 4.1.0)               
#>  P evaluate      0.14     2019-05-28 [?] RSPM (R 4.1.0)               
#>  P fansi         0.5.0    2021-05-25 [?] RSPM (R 4.1.0)               
#>  P fs            1.5.0    2020-07-31 [?] RSPM (R 4.1.0)               
#>  P glue          1.4.2    2020-08-27 [?] RSPM (R 4.1.0)               
#>  P highr         0.9      2021-04-16 [?] RSPM (R 4.1.0)               
#>  P htmltools     0.5.1.1  2021-01-22 [?] RSPM (R 4.1.0)               
#>  P knitr         1.33     2021-04-24 [?] RSPM (R 4.1.0)               
#>  P lifecycle     1.0.0    2021-02-15 [?] RSPM (R 4.1.0)               
#>  P magrittr      2.0.1    2020-11-17 [?] RSPM (R 4.1.0)               
#>  P pillar        1.6.2    2021-07-30 [?] Github (r-lib/pillar@1058bda)
#>  P pkgconfig     2.0.3    2019-09-22 [?] RSPM (R 4.1.0)               
#>  P purrr         0.3.4    2020-04-17 [?] RSPM (R 4.1.0)               
#>  P R.cache       0.15.0   2021-04-30 [?] RSPM (R 4.1.0)               
#>  P R.methodsS3   1.8.1    2020-08-26 [?] RSPM (R 4.1.0)               
#>  P R.oo          1.24.0   2020-08-26 [?] RSPM (R 4.1.0)               
#>  P R.utils       2.10.1   2020-08-26 [?] RSPM (R 4.1.0)               
#>  P reprex        2.0.0    2021-04-02 [?] RSPM (R 4.1.0)               
#>    rlang         0.4.11   2021-04-30 [1] RSPM (R 4.1.0)               
#>  P rmarkdown     2.9      2021-06-15 [?] RSPM (R 4.1.0)               
#>  P rstudioapi    0.13     2020-11-12 [?] RSPM (R 4.1.0)               
#>  P seasonal    * 1.8.3    2021-06-15 [?] RSPM (R 4.1.0)               
#>  P sessioninfo   1.1.1    2018-11-05 [?] RSPM (R 4.1.0)               
#>  P stringi       1.7.3    2021-07-16 [?] RSPM (R 4.1.0)               
#>  P stringr       1.4.0    2019-02-10 [?] RSPM (R 4.1.0)               
#>  P styler        1.5.1    2021-07-13 [?] RSPM (R 4.1.0)               
#>  P tibble        3.1.3    2021-07-23 [?] RSPM (R 4.1.0)               
#>  P utf8          1.2.2    2021-07-24 [?] RSPM (R 4.1.0)               
#>  P vctrs         0.3.8    2021-04-29 [?] RSPM (R 4.1.0)               
#>  P withr         2.4.2    2021-04-18 [?] RSPM (R 4.1.0)               
#>  P x13binary     1.1.57-1 2021-08-04 [?] RSPM (R 4.1.0)               
#>  P xfun          0.24     2021-06-15 [?] RSPM (R 4.1.0)               
#>  P yaml          2.2.1    2020-02-01 [?] RSPM (R 4.1.0)               
#> 
#> [1] /home/kirill/renv/library/R-4.1/x86_64-pc-linux-gnu
#> [2] /tmp/RtmpjjSA09/renv-system-library
#> [3] /usr/lib/R/library
#> 
#>  P ── Loaded and on-disk path mismatch.

@krlmlr
Copy link
Contributor Author

krlmlr commented Aug 29, 2021

This no longer happens if I downgrade {x13binary}:

library(seasonal)

seas(AirPassengers,
  regression.aictest = NULL,
  x11.seasonalma = "s3x9",
  x11.trendma = 23,
  x11regression.variables = "td",
  x11regression.aictest = "td"
)
#> 
#> Call:
#> seas(x = AirPassengers, regression.aictest = NULL, x11.seasonalma = "s3x9", 
#>     x11.trendma = 23, x11regression.variables = "td", x11regression.aictest = "td")
#> 
#> Coefficients:
#>        AO1951.May  MA-Nonseasonal-01     MA-Seasonal-12  
#>            0.1020             0.1500             0.5102
seas(AirPassengers,
  x11 = "",
  regression.aictest = NULL,
  x11regression.variables = "td"
)
#> 
#> Call:
#> seas(x = AirPassengers, regression.aictest = NULL, x11 = "", 
#>     x11regression.variables = "td")
#> 
#> Coefficients:
#>        AO1951.May  MA-Nonseasonal-01     MA-Seasonal-12  
#>            0.1041             0.1204             0.5185
seas(AirPassengers,
  x11 = "",
  regression.aictest = NULL,
  x11regression.variables = "td",
  x11regression.aictest = c("td", "easter")
)
#> 
#> Call:
#> seas(x = AirPassengers, regression.aictest = NULL, x11 = "", 
#>     x11regression.variables = "td", x11regression.aictest = c("td", 
#>         "easter"))
#> 
#> Coefficients:
#>     AO1951.May  MA-Seasonal-12  
#>         0.1033          0.5228
seas(AirPassengers,
  x11 = "",
  regression.aictest = NULL,
  x11regression.variables = "td",
  x11regression.tdprior = c(1.4, 1.4, 1.4, 1.4, 1.4, 0.0, 0.0),
  transform.function = "log"
)
#> 
#> Call:
#> seas(x = AirPassengers, transform.function = "log", regression.aictest = NULL, 
#>     x11 = "", x11regression.variables = "td", x11regression.tdprior = c(1.4, 
#>         1.4, 1.4, 1.4, 1.4, 0, 0))
#> 
#> Coefficients:
#>        AO1951.May  MA-Nonseasonal-01     MA-Seasonal-12  
#>           0.09817            0.15731            0.51993
seas(AirPassengers,
  x11 = "",
  regression.aictest = NULL,
  x11regression.variables = c("td", "easter[8]"),
  x11regression.critical = 5,
  x11regression.b = c(
    "0.4453f", "0.8550f", "-0.3012f", "0.2717f",
    "-0.1705f", "0.0983f", "-0.0082"
  )
)
#> 
#> Call:
#> seas(x = AirPassengers, regression.aictest = NULL, x11 = "", 
#>     x11regression.variables = c("td", "easter[8]"), x11regression.critical = 5, 
#>     x11regression.b = c("0.4453f", "0.8550f", "-0.3012f", "0.2717f", 
#>         "-0.1705f", "0.0983f", "-0.0082"))
#> 
#> Coefficients:
#> AR-Nonseasonal-01  AR-Nonseasonal-02  AR-Nonseasonal-03  MA-Nonseasonal-01  
#>           -1.6456            -1.0975            -0.3676            -0.9381  
#>    MA-Seasonal-12  
#>            0.5854

seas(AirPassengers,
  x11 = "",
  regression.aictest = NULL,
  x11regression.variables = c(
    "td/1950.1/", "easter[8]",
    "labor[10]", "thank[10]"
  ),
  x11.seasonalma = "x11default",
  x11.sigmalim = c(1.8, 2.9),
  x11.appendfcst = "yes",
)
#> 
#> Call:
#> seas(x = AirPassengers, regression.aictest = NULL, x11 = "", 
#>     x11regression.variables = c("td/1950.1/", "easter[8]", "labor[10]", 
#>         "thank[10]"), x11.seasonalma = "x11default", x11.sigmalim = c(1.8, 
#>         2.9), x11.appendfcst = "yes")
#> 
#> Coefficients:
#>     AO1951.May      AO1954.Feb  MA-Seasonal-12  
#>        0.09743        -0.07202         0.51791

seas(AirPassengers,
  x11 = "",
  transform.function = "log",
  regression.variables = "const",
  regression.aictest = NULL,
  arima.model = "(0 1 1)(0 1 1)",
  outlier = NULL,
  x11regression.variables = c("td", "easter[8]")
)
#> 
#> Call:
#> seas(x = AirPassengers, transform.function = "log", regression.aictest = NULL, 
#>     outlier = NULL, x11 = "", regression.variables = "const", 
#>     arima.model = "(0 1 1)(0 1 1)", x11regression.variables = c("td", 
#>         "easter[8]"))
#> 
#> Coefficients:
#>          Constant  MA-Nonseasonal-01     MA-Seasonal-12  
#>        -0.0002231          0.2267188          0.5603018

Created on 2021-08-29 by the reprex package (v2.0.0)

Session info
sessioninfo::session_info()
#> ─ Session info ───────────────────────────────────────────────────────────────
#>  setting  value                       
#>  version  R version 4.1.1 (2021-08-10)
#>  os       Ubuntu 20.04.2 LTS          
#>  system   x86_64, linux-gnu           
#>  ui       X11                         
#>  language (EN)                        
#>  collate  en_US.UTF-8                 
#>  ctype    en_US.UTF-8                 
#>  tz       Europe/Zurich               
#>  date     2021-08-29                  
#> 
#> ─ Packages ───────────────────────────────────────────────────────────────────
#>  ! package     * version  date       lib source                       
#>  P backports     1.2.1    2020-12-09 [?] RSPM (R 4.1.0)               
#>  P cli           3.0.1    2021-07-17 [?] RSPM (R 4.1.0)               
#>  P crayon        1.4.1    2021-02-08 [?] RSPM (R 4.1.0)               
#>  P digest        0.6.27   2020-10-24 [?] RSPM (R 4.1.0)               
#>  P ellipsis      0.3.2    2021-04-29 [?] RSPM (R 4.1.0)               
#>  P evaluate      0.14     2019-05-28 [?] RSPM (R 4.1.0)               
#>  P fansi         0.5.0    2021-05-25 [?] RSPM (R 4.1.0)               
#>  P fs            1.5.0    2020-07-31 [?] RSPM (R 4.1.0)               
#>  P glue          1.4.2    2020-08-27 [?] RSPM (R 4.1.0)               
#>  P highr         0.9      2021-04-16 [?] RSPM (R 4.1.0)               
#>  P htmltools     0.5.1.1  2021-01-22 [?] RSPM (R 4.1.0)               
#>  P knitr         1.33     2021-04-24 [?] RSPM (R 4.1.0)               
#>  P lifecycle     1.0.0    2021-02-15 [?] RSPM (R 4.1.0)               
#>  P magrittr      2.0.1    2020-11-17 [?] RSPM (R 4.1.0)               
#>  P pillar        1.6.2    2021-07-30 [?] Github (r-lib/pillar@1058bda)
#>  P pkgconfig     2.0.3    2019-09-22 [?] RSPM (R 4.1.0)               
#>  P purrr         0.3.4    2020-04-17 [?] RSPM (R 4.1.0)               
#>  P R.cache       0.15.0   2021-04-30 [?] RSPM (R 4.1.0)               
#>  P R.methodsS3   1.8.1    2020-08-26 [?] RSPM (R 4.1.0)               
#>  P R.oo          1.24.0   2020-08-26 [?] RSPM (R 4.1.0)               
#>  P R.utils       2.10.1   2020-08-26 [?] RSPM (R 4.1.0)               
#>  P reprex        2.0.0    2021-04-02 [?] RSPM (R 4.1.0)               
#>    rlang         0.4.11   2021-04-30 [1] RSPM (R 4.1.0)               
#>  P rmarkdown     2.9      2021-06-15 [?] RSPM (R 4.1.0)               
#>  P rstudioapi    0.13     2020-11-12 [?] RSPM (R 4.1.0)               
#>  P seasonal    * 1.8.3    2021-06-15 [?] RSPM (R 4.1.0)               
#>  P sessioninfo   1.1.1    2018-11-05 [?] RSPM (R 4.1.0)               
#>  P stringi       1.7.3    2021-07-16 [?] RSPM (R 4.1.0)               
#>  P stringr       1.4.0    2019-02-10 [?] RSPM (R 4.1.0)               
#>  P styler        1.5.1    2021-07-13 [?] RSPM (R 4.1.0)               
#>  P tibble        3.1.3    2021-07-23 [?] RSPM (R 4.1.0)               
#>  P utf8          1.2.2    2021-07-24 [?] RSPM (R 4.1.0)               
#>  P vctrs         0.3.8    2021-04-29 [?] RSPM (R 4.1.0)               
#>  P withr         2.4.2    2021-04-18 [?] RSPM (R 4.1.0)               
#>  P x13binary     1.1.39-3 2021-03-29 [?] RSPM (R 4.1.0)               
#>  P xfun          0.24     2021-06-15 [?] RSPM (R 4.1.0)               
#>  P yaml          2.2.1    2020-02-01 [?] RSPM (R 4.1.0)               
#> 
#> [1] /home/kirill/renv/library/R-4.1/x86_64-pc-linux-gnu
#> [2] /tmp/RtmpYZYf2i/renv-system-library
#> [3] /usr/lib/R/library
#> 
#>  P ── Loaded and on-disk path mismatch.

@krlmlr krlmlr changed the title Test failures Test failures with recent {x13binary} Aug 29, 2021
@eddelbuettel
Copy link
Collaborator

Hm, the standard page (https://cloud.r-project.org/web/checks/check_results_seasonal.html) looks good, apart from the known issue of us not producing a slowlaris binary.

@krlmlr
Copy link
Contributor Author

krlmlr commented Aug 29, 2021

These checks aren't run on CRAN.

@krlmlr
Copy link
Contributor Author

krlmlr commented Aug 29, 2021

GitHub succeeds too, perhaps due to the package cache.

@christophsax
Copy link
Owner

Now they fail an GH as well. Will check. This is probably due to some changes in X-13. But would be still good to know why it happens.

@christophsax
Copy link
Owner

christophsax commented Sep 17, 2021

Perhaps @jlivsey has an idea? These worked for years now with previous versions of X-13.

@christophsax
Copy link
Owner

I removed these examples from the tests, so they should pass again. We don't know why the latest x13 does not run them anymore.

@jlivsey
Copy link

jlivsey commented Sep 17, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants