* using log directory ‘/srv/hornik/tmp/CRAN_pretest/PaRe.Rcheck’ * using R Under development (unstable) (2024-11-29 r87393) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 19.1.1 (1) Debian flang-new version 19.1.1 (1) * running under: Debian GNU/Linux trixie/sid * using session charset: UTF-8 * checking for file ‘PaRe/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘PaRe’ version ‘0.1.15’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [4s/5s] NOTE Maintainer: ‘Maarten van Kessel ’ Days since last update: 0 * 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 ‘PaRe’ can be installed ... [4s/4s] OK * 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 code 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/1s] OK * checking loading without being on the library search path ... [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 ... [5s/5s] OK * checking Rd files ... [0s/0s] 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 installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... [2s/2s] OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... [3s/2s] ERROR Running ‘testthat.R’ [3s/2s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(PaRe) > > test_check("PaRe") Starting 2 test processes Error in `private$handle_error()`: ! testthat subprocess failed to start, stderr: Error in `FUN()`: ! In path: "/srv/hornik/tmp/CRAN_pretest/PaRe.Rcheck/tests/testthat/setup.R" Caused by error in `clone()`: ! Error in 'git2r_clone': SSL error: 0xffff8880 - SSL - A fatal alert message was received from our peer Backtrace: ▆ 1. ├─global callr_startup_hook() 2. │ └─asNamespace("testthat")$queue_process_setup(...) 3. │ └─asNamespace("testthat")$test_files_setup_state(...) 4. │ └─testthat::source_test_setup(".", env) 5. │ └─testthat::source_dir(path, "^setup.*\\.[rR]$", env = env, wrap = FALSE) 6. │ └─base::lapply(...) 7. │ └─testthat (local) FUN(X[[i]], ...) 8. │ └─testthat::source_file(path, env = env, chdir = chdir, wrap = wrap) 9. │ ├─base::withCallingHandlers(...) 10. │ └─base::eval(exprs, env) 11. │ └─base::eval(exprs, env) 12. │ └─git2r::clone(url = "https://github.com/tidyverse/glue", local_path = path) at tests/testthat/setup.R:8:3 13. └─base::.handleSimpleError(...) 14. └─testthat (local) h(simpleError(msg, call)) 15. └─rlang::abort(...) Ran 5/5 deferred expressions Caused by error: ! R session crashed with exit code 1 Backtrace: ▆ 1. └─testthat::test_check("PaRe") 2. └─testthat::test_dir(...) 3. └─testthat:::test_files(...) 4. └─testthat:::test_files_parallel(...) 5. ├─withr::with_dir(...) 6. │ └─base::force(code) 7. ├─testthat::with_reporter(...) 8. │ └─base::tryCatch(...) 9. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 10. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 11. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 12. └─testthat:::parallel_event_loop_chunky(queue, reporters, ".") 13. └─queue$poll(Inf) 14. └─base::lapply(...) 15. └─testthat (local) FUN(X[[i]], ...) 16. └─private$handle_error(msg, i) 17. └─rlang::abort(...) Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [2s/2s] OK * checking PDF version of manual ... [3s/3s] OK * checking HTML version of manual ... [1s/1s] OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR, 1 NOTE