- using R version 4.3.1 Patched (2023-09-22 r85222)
- using platform: x86_64-pc-linux-gnu (64-bit)
- R was compiled by
gcc-12 (Debian 12.3.0-9) 12.3.0
GNU Fortran (Debian 12.3.0-9) 12.3.0
- running under: Debian GNU/Linux trixie/sid
- using session charset: UTF-8
- checking for file ‘lubridate/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘lubridate’ version ‘1.9.2’
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking serialization versions ... OK
- checking whether package ‘lubridate’ can be installed ... OK
See the install log for details.
- used C compiler: ‘gcc-12 (Debian 12.3.0-9) 12.3.0’
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking R files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [1s/1s] OK
- checking whether the package can be loaded with stated dependencies ... [1s/1s] OK
- checking whether the package can be unloaded cleanly ... [1s/1s] OK
- checking whether the namespace can be loaded with stated dependencies ... [1s/1s] OK
- checking whether the namespace can be unloaded cleanly ... [1s/2s] OK
- checking loading without being on the library search path ... [1s/1s] OK
- checking startup messages can be suppressed ... [1s/1s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [22s/28s] OK
- checking Rd files ... [1s/2s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking contents of ‘data’ directory ... OK
- checking data for non-ASCII characters ... [1s/1s] OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking line endings in shell scripts ... OK
- checking line endings in C/C++/Fortran sources/headers ... OK
- checking pragmas in C/C++ headers and code ... OK
- checking compilation flags used ... OK
- checking compiled code ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [3s/4s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [51s/56s] ERROR
Running ‘testthat.R’ [50s/56s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(lubridate)
Attaching package: 'lubridate'
The following objects are masked from 'package:base':
date, intersect, setdiff, union
>
> test_check("lubridate")
[ FAIL 1 | WARN 0 | SKIP 10 | PASS 3048 ]
══ Skipped tests (10) ══════════════════════════════════════════════════════════
• FIXME: time_length should be same on sides of DST? (1):
'test-timespans.R:55:3'
• FIXME: ymd_hms OSz parsing (2): 'test-parsers.R:263:3',
'test-parsers.R:278:3'
• On CRAN (7): 'test-namespace.R:33:3', 'test-namespace.R:44:3',
'test-ops-integer-division.R:17:3', 'test-parsers.R:1117:3',
'test-parsers.R:1136:3', 'test-pretty.R:4:3', 'test-vctrs.R:549:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-time-zones.R:262:3'): as_datetime does not loose time zone ─────
Error in `C_force_tz(to_posixct(time), tz, roll_dst)`: CCTZ: Unrecognized output timezone: "US/Pacific"
Backtrace:
▆
1. └─lubridate::ymd_hms("2022-01-01 23:40:36", tz = "US/Pacific") at test-time-zones.R:262:2
2. └─lubridate:::.parse_xxx_hms(...)
3. └─lubridate::parse_date_time(...)
4. └─lubridate (local) .local_parse(x[to_parse], TRUE)
5. └─lubridate:::.parse_date_time(...)
6. └─lubridate:::.strptime(...)
7. ├─lubridate::force_tz(out, tzone = tz)
8. └─lubridate:::force_tz.default(out, tzone = tz)
9. └─timechange::time_force_tz(time, tz = tzone, roll_dst = roll_dst)
10. └─timechange:::.force_tz(time, tz, tzout, roll_dst)
11. ├─timechange:::from_posixct(...)
12. └─timechange:::C_force_tz(to_posixct(time), tz, roll_dst)
[ FAIL 1 | WARN 0 | SKIP 10 | PASS 3048 ]
Error: Test failures
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes in ‘inst/doc’ ... OK
- checking re-building of vignette outputs ... [3s/5s] OK
- checking PDF version of manual ... [8s/8s] OK
- checking HTML version of manual ... [3s/4s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR