* using log directory ‘/Users/ripley/R/packages/tests-devel/spdl.Rcheck’ * using R Under development (unstable) (2026-02-09 r89390) * using platform: aarch64-apple-darwin25.2.0 * R was compiled by Apple clang version 17.0.0 (clang-1700.6.4.2) GNU Fortran (GCC) 14.2.0 * running under: macOS Tahoe 26.2 * using session charset: UTF-8 * current time: 2026-02-10 10:59:46 UTC * using option ‘--no-stop-on-test-error’ * checking for file ‘spdl/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘spdl’ version ‘0.0.5’ * 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 ‘spdl’ can be installed ... OK * checking installed package size ... OK * 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 whether startup messages can be suppressed ... 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 ... OK * checking Rd files ... OK * checking Rd metadata ... 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 ...sh: line 1: 99525 Bus error: 10 LANGUAGE=en _R_CHECK_INTERNALS2_=1 '/Users/ripley/R/R-devel/bin/R' --vanilla > 'spdl-Ex.Rout' 2>&1 < 'spdl-Ex.R' ERROR Running examples in ‘spdl-Ex.R’ failed The error most likely occurred in: > ### Name: setup > ### Title: Convenience Wrappers for 'RcppSpdlog' Logging From 'spdlog' > ### Aliases: setup init log filesetup drop set_pattern set_level trace > ### debug info warn error critical fmt cat stopwatch elapsed > > ### ** Examples > > spdl::setup("exampleDemo", "warn") > # and spdl::init("warn") and spdl::log("warn") are shortcuts > spdl::info("Not seen as level 'info' below 'warn'") > spdl::warn("This warning message is seen") [2026-02-10 10:59:57.279] [exampleDemo] [Process: 99525] [warning] This warning message is seen > spdl::set_level("info") > spdl::info("Now this informational message is seen too") [2026-02-10 10:59:57.279] [exampleDemo] [Process: 99525] [info] Now this informational message is seen too > spdl::info("Calls use fmtlib::fmt {} as we can see {}", "under the hood", 42L) *** caught bus error *** address 0x7f5000000, cause 'invalid alignment' Traceback: 1: RcppSpdlog::formatter(s, v) 2: fmt(s, ...) 3: RcppSpdlog::log_info(fmt(s, ...)) 4: spdl::info("Calls use fmtlib::fmt {} as we can see {}", "under the hood", 42L) An irrecoverable exception occurred. R is aborting now ... * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘simpleTest.R’/Users/ripley/R/R-devel/bin/BATCH: line 60: 99550 Segmentation fault: 11 ${R_HOME}/bin/R -f ${in} ${opts} ${R_BATCH_OPTIONS} > ${out} 2>&1 ERROR Running the tests in ‘tests/simpleTest.R’ failed. Complete output: > > spdl::setup("demoForTest", "warn") # new logger > spdl::set_pattern("[%n] [%l] %v"); # special pattern _without time or pid_ for Rout.save use > > spdl::trace("This will not be seen.") > spdl::debug("Neither will this.") > spdl::info("Nor this.") > spdl::warn("But we will see this message") [demoForTest] [warning] But we will see this message > spdl::warn("Format {} and {} and {}", 42L, 1.23, TRUE) *** caught segfault *** address 0x16d44c000, cause 'invalid permissions' Traceback: 1: RcppSpdlog::formatter(s, v) 2: fmt(s, ...) 3: RcppSpdlog::log_warn(fmt(s, ...)) 4: spdl::warn("Format {} and {} and {}", 42L, 1.23, TRUE) An irrecoverable exception occurred. R is aborting now ... * checking PDF version of manual ... OK * checking HTML version of manual ... OK * checking for detritus in the temp directory ... OK * DONE Status: 2 ERRORs See ‘/Users/ripley/R/packages/tests-devel/spdl.Rcheck/00check.log’ for details. 14.75 real 7.99 user 3.10 sys