- using R Under development (unstable) (2025-11-13 r89015)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)
GNU Fortran (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)
- running under: Fedora Linux 42 (Workstation Edition)
- using session charset: UTF-8
- using option ‘--no-stop-on-test-error’
- checking for file ‘futile.logger/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘futile.logger’ version ‘1.4.3’
- 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 whether package ‘futile.logger’ can be installed ... [4s/13s] OK
See the install log for details.
- checking package 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 code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... OK
- checking whether the package can be loaded with stated dependencies ... OK
- checking whether the package can be unloaded cleanly ... OK
- checking whether the namespace can be loaded with stated dependencies ... OK
- checking whether the namespace can be unloaded cleanly ... OK
- checking loading without being on the library search path ... 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 ... [4s/17s] OK
- checking Rd files ... 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 examples ... OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [5s/14s] ERROR
Running ‘testthat.R’ [4s/11s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(futile.logger)
> test_check("futile.logger")
Saving _problems/test_layout-7.R
Saving _problems/test_layout-16.R
Saving _problems/test_layout-23.R
Saving _problems/test_layout-29.R
Saving _problems/test_layout-35.R
Saving _problems/test_logger-6.R
Saving _problems/test_logger-14.R
Saving _problems/test_logger-22.R
Saving _problems/test_logger-34.R
Saving _problems/test_logger-47.R
Saving _problems/test_logger-61.R
Saving _problems/test_logger-80.R
[ FAIL 12 | WARN 1 | SKIP 0 | PASS 40 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_layout.R:7:3'): Embedded format string ─────────────────────────
Error in `is_true()`: could not find function "is_true"
Backtrace:
▆
1. └─testthat::expect_that(length(grep("INFO", raw)) > 0, is_true()) at test_layout.R:7:3
── Error ('test_layout.R:16:3'): Custom layout dereferences level field ────────
Error in `is_true()`: could not find function "is_true"
Backtrace:
▆
1. └─testthat::expect_that("xxx[INFO]xxx" == raw, is_true()) at test_layout.R:16:3
── Error ('test_layout.R:23:3'): Raw null value is printed ─────────────────────
Error in `is_true()`: could not find function "is_true"
Backtrace:
▆
1. └─testthat::expect_that(...) at test_layout.R:23:3
── Error ('test_layout.R:29:3'): Single null value is printed ──────────────────
Error in `is_true()`: could not find function "is_true"
Backtrace:
▆
1. └─testthat::expect_that(...) at test_layout.R:29:3
── Error ('test_layout.R:35:3'): Null is printed amongst variables ─────────────
Error in `is_true()`: could not find function "is_true"
Backtrace:
▆
1. └─testthat::expect_that(...) at test_layout.R:35:3
── Error ('test_logger.R:6:3'): Default settings ───────────────────────────────
Error in `is_true()`: could not find function "is_true"
Backtrace:
▆
1. └─testthat::expect_that(length(grep("INFO", raw)) > 0, is_true()) at test_logger.R:6:3
── Error ('test_logger.R:14:3'): Change root threshold ─────────────────────────
Error in `is_true()`: could not find function "is_true"
Backtrace:
▆
1. └─testthat::expect_that(length(raw) == 0, is_true()) at test_logger.R:14:3
── Error ('test_logger.R:22:3'): Capture works as expected ─────────────────────
Error in `is_true()`: could not find function "is_true"
Backtrace:
▆
1. └─testthat::expect_that(length(raw) == 9, is_true()) at test_logger.R:22:3
── Error ('test_logger.R:34:3'): Create new logger ─────────────────────────────
Error in `is_true()`: could not find function "is_true"
Backtrace:
▆
1. └─testthat::expect_that(length(raw.root) == 0, is_true()) at test_logger.R:34:3
── Error ('test_logger.R:47:3'): Hierarchy is honored ──────────────────────────
Error in `is_true()`: could not find function "is_true"
Backtrace:
▆
1. └─testthat::expect_that(length(raw.root) == 0, is_true()) at test_logger.R:47:3
── Error ('test_logger.R:61:3'): Hierarchy inheritance ─────────────────────────
Error in `is_true()`: could not find function "is_true"
Backtrace:
▆
1. └─testthat::expect_that(length(raw.root) == 0, is_true()) at test_logger.R:61:3
── Error ('test_logger.R:80:3'): carp returns output ───────────────────────────
Error in `is_false()`: could not find function "is_false"
Backtrace:
▆
1. └─testthat::expect_that(flog.carp(), is_false()) at test_logger.R:80:3
[ FAIL 12 | WARN 1 | SKIP 0 | PASS 40 ]
Error:
! Test failures.
Execution halted
- checking PDF version of manual ... [7s/25s] OK
- checking HTML version of manual ... OK
- checking for non-standard things in the check directory ... OK
- checking for detritus in the temp directory ... OK
- DONE
Status: 1 ERROR