* using log directory ‘/srv/hornik/tmp/CRAN_pretest/renv.Rcheck’ * using R Under development (unstable) (2024-09-18 r87177) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 18.1.8 (9) Debian flang-new version 18.1.8 (9) * running under: Debian GNU/Linux trixie/sid * using session charset: UTF-8 * checking for file ‘renv/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘renv’ version ‘1.0.8’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [7s/13s] INFO Maintainer: ‘Kevin Ushey ’ * 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 ‘renv’ can be installed ... [8s/8s] 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 ... [0s/0s] OK * checking whether the package can be loaded with stated dependencies ... [0s/0s] OK * checking whether the package can be unloaded cleanly ... [0s/0s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK * checking whether the namespace can be unloaded cleanly ... [0s/0s] OK * checking loading without being on the library search path ... [0s/0s] OK * checking whether startup messages can be suppressed ... [0s/0s] 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 ... [21s/21s] 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 ... [1s/1s] OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... [122s/69s] ERROR Running ‘testthat.R’ [122s/69s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > > library(testthat) > library(renv, warn.conflicts = FALSE) > > if (!renv:::renv_tests_supported()) { + message("* renv does not support running tests on this platform.") + if (!interactive()) quit(status = 0L) + } > > if (Sys.info()[["sysname"]] == "Linux") { + tools <- asNamespace("tools") + if (is.function(tools$R_user_dir)) { + cachedir <- tools$R_user_dir("renv", "cache") + dir.create(cachedir, recursive = TRUE, showWarnings = FALSE) + } + } > > test_check("renv") Starting 2 test processes [ FAIL 7 | WARN 1 | SKIP 191 | PASS 724 ] ══ Skipped tests (191) ═════════════════════════════════════════════════════════ • On CRAN (182): 'test-python.R:15:3', 'test-python.R:29:3', 'test-python.R:45:3', 'test-python.R:63:3', 'test-python.R:93:3', 'test-python.R:208:3', 'test-python.R:236:3', 'test-restore.R:16:3', 'test-restore.R:33:3', 'test-restore.R:268:3', 'test-restore.R:296:3', 'test-snapshot.R:23:3', 'test-snapshot.R:36:3', 'test-snapshot.R:111:3', 'test-snapshot.R:170:3', 'test-snapshot.R:355:3', 'test-snapshot.R:361:3', 'test-snapshot.R:384:3', 'test-snapshot.R:393:3', 'test-snapshot.R:414:3', 'test-snapshot.R:432:3', 'test-snapshot.R:445:3', 'test-snapshot.R:485:3', 'test-snapshot.R:518:3', 'test-snapshot.R:538:3', 'test-snapshot.R:554:3', 'test-retrieve.R:4:3', 'test-retrieve.R:20:3', 'test-retrieve.R:36:3', 'test-retrieve.R:52:3', 'test-retrieve.R:70:3', 'test-retrieve.R:85:3', 'test-retrieve.R:104:3', 'test-retrieve.R:120:3', 'test-retrieve.R:138:3', 'test-retrieve.R:153:3', 'test-retrieve.R:161:3', 'test-retrieve.R:282:3', 'test-retrieve.R:299:3', 'test-retrieve.R:315:3', 'test-retrieve.R:354:3', 'test-retrieve.R:367:3', 'test-remotes.R:32:3', 'test-remotes.R:205:3', 'test-acls.R:4:3', 'test-activate.R:4:3', 'test-activate.R:29:3', 'test-activate.R:50:3', 'test-archive.R:51:3', 'test-autoload.R:3:3', 'test-install.R:66:3', 'test-install.R:198:3', 'test-install.R:256:3', 'test-install.R:263:3', 'test-install.R:274:3', 'test-install.R:292:3', 'test-install.R:318:3', 'test-install.R:334:3', 'test-install.R:345:3', 'test-install.R:392:3', 'test-install.R:415:3', 'test-install.R:436:3', 'test-install.R:459:3', 'test-install.R:483:3', 'test-install.R:501:3', 'test-install.R:509:3', 'test-install.R:536:3', 'test-install.R:565:3', 'test-install.R:601:3', 'test-install.R:753:3', 'test-available-packages.R:3:3', 'test-available-packages.R:23:3', 'test-available-packages.R:44:3', 'test-available-packages.R:60:3', 'test-available-packages.R:78:3', 'test-available-packages.R:90:3', 'test-available-packages.R:111:3', 'test-available-packages.R:132:3', 'test-available-packages.R:158:3', 'test-cache.R:3:3', 'test-cache.R:108:3', 'test-cache.R:127:3', 'test-cache.R:155:3', 'test-cache.R:186:3', 'test-caution.R:3:3', 'test-caution.R:15:3', 'test-cellar.R:3:3', 'test-bootstrap.R:4:3', 'test-bootstrap.R:18:3', 'test-bootstrap.R:32:3', 'test-bootstrap.R:147:3', 'test-bootstrap.R:168:3', 'test-bootstrap.R:189:3', 'test-bootstrap.R:219:3', 'test-bootstrap.R:258:3', 'test-checkout.R:20:3', 'test-config.R:91:3', 'test-dots.R:10:3', 'test-download.R:3:3', 'test-download.R:60:3', 'test-download.R:116:3', 'test-download.R:143:3', 'test-download.R:158:3', 'test-files.R:203:3', 'test-history.R:4:3', 'test-id.R:3:3', 'test-infrastructure.R:4:3', 'test-dependencies.R:97:3', 'test-dependencies.R:107:3', 'test-dependencies.R:484:3', 'test-json.R:54:3', 'test-json.R:64:3', 'test-load.R:25:3', 'test-load.R:43:3', 'test-load.R:57:3', 'test-init.R:3:3', 'test-init.R:12:3', 'test-init.R:65:3', 'test-init.R:133:3', 'test-init.R:163:3', 'test-init.R:181:3', 'test-init.R:214:3', 'test-init.R:224:3', 'test-init.R:234:3', 'test-lockfile-read.R:5:3', 'test-lockfile.R:44:3', 'test-lockfile.R:54:3', 'test-migrate.R:21:3', 'test-migrate.R:61:3', 'test-modify.R:4:3', 'test-modify.R:16:3', 'test-mran.R:3:3', 'test-lock.R:152:3', 'test-preflight.R:23:3', 'test-ppm.R:3:3', 'test-ppm.R:15:3', 'test-ppm.R:27:3', 'test-ppm.R:39:3', 'test-ppm.R:51:3', 'test-ppm.R:78:3', 'test-ppm.R:111:3', 'test-ppm.R:143:3', 'test-ppm.R:175:3', 'test-ppm.R:208:3', 'test-ppm.R:235:3', 'test-ppm.R:260:3', 'test-ppm.R:284:3', 'test-ppm.R:311:3', 'test-ppm.R:336:3', 'test-ppm.R:363:3', 'test-ppm.R:387:3', 'test-profiles.R:3:3', 'test-profiles.R:34:3', 'test-r.R:3:3', 'test-r.R:48:3', 'test-profile.R:3:3', 'test-profile.R:34:3', 'test-reload.R:3:3', 'test-repair.R:4:3', 'test-repair.R:27:3', 'test-repair.R:55:3', 'test-repos.R:59:3', 'test-sandbox.R:116:3', 'test-socket.R:4:3', 'test-system.R:3:3', 'test-status.R:4:3', 'test-status.R:20:3', 'test-status.R:33:3', 'test-status.R:46:3', 'test-status.R:57:3', 'test-status.R:74:3', 'test-status.R:86:3', 'test-upgrade.R:4:3', 'test-use.R:4:3', 'test-use.R:24:3', 'test-utils.R:159:3', 'test-vendor.R:8:3', 'test-watchdog.R:4:3', 'test-watchdog.R:39:3', 'test-update.R:4:3', 'test-update.R:21:3', 'test-update.R:52:3' • Running tests locally (2): 'test-python.R:137:3', 'test-python.R:180:3' • empty test (2): 'test-dependencies.R:216:1', 'test-json.R:140:1' • failing test; mtime sometimes differs? (1): 'test-files.R:130:3' • renv_platform_macos() is not TRUE (1): 'test-retrieve.R:238:3' • renv_platform_windows() is not TRUE (1): 'test-install.R:224:3' • renv_platform_windows() || empty(.Library.site) is TRUE (1): 'test-sandbox.R:60:3' • wait for STRICT_R_HEADERS compliance (1): 'test-bioconductor.R:21:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-restore.R:252:3'): restore works with explicit Source ────────── Error: record for package 'skeleton' declares local source '/srv/hornik/tmp/CRAN_pretest/renv.Rcheck/tests/testthat/local/skeleton/skeleton_1.0.0.tar.gz', but that file does not exist Backtrace: ▆ 1. └─renv:::renv_test_retrieve(record) at test-restore.R:252:3 2. └─renv:::renv_retrieve_impl(record$Package) 3. ├─renv (local) handler(package, renv_retrieve_impl_one(package)) 4. └─renv:::renv_retrieve_impl_one(package) 5. └─renv:::stopf(fmt, record$Package, path) ── Error ('test-snapshot.R:185:3'): snapshot records packages discovered in cellar ── Error: failed to find source for 'skeleton 1.0.1' in package repositories Backtrace: ▆ 1. └─renv::install(list(record)) at test-snapshot.R:185:3 2. └─renv:::renv_retrieve_impl(packages) 3. ├─renv (local) handler(package, renv_retrieve_impl_one(package)) 4. └─renv:::renv_retrieve_impl_one(package) 5. └─renv:::renv_retrieve_unknown_source(record) 6. └─renv:::renv_retrieve_repos(record) 7. └─(function() {... ── Error ('test-retrieve.R:189:3'): we can retrieve packages from local sources ── Error: failed to find source for 'skeleton 1.0.1' in package repositories Backtrace: ▆ 1. └─renv:::renv_test_retrieve(record) at test-retrieve.R:189:3 2. └─renv:::renv_retrieve_impl(record$Package) 3. ├─renv (local) handler(package, renv_retrieve_impl_one(package)) 4. └─renv:::renv_retrieve_impl_one(package) 5. └─renv:::renv_retrieve_unknown_source(record) 6. └─renv:::renv_retrieve_repos(record) 7. └─(function() {... ── Error ('test-retrieve.R:204:3'): compatible local sources are preferred when available ── Error: failed to find source for 'skeleton 1.0.1' in package repositories Backtrace: ▆ 1. └─renv:::renv_test_retrieve(record) at test-retrieve.R:204:3 2. └─renv:::renv_retrieve_impl(record$Package) 3. ├─renv (local) handler(package, renv_retrieve_impl_one(package)) 4. └─renv:::renv_retrieve_impl_one(package) 5. └─renv:::renv_retrieve_repos(record) 6. └─(function() {... ── Error ('test-retrieve.R:230:3'): an explicitly-provided local source path can be used ── Error: record for package 'skeleton' declares local source '/srv/hornik/tmp/CRAN_pretest/renv.Rcheck/tests/testthat/local/skeleton/skeleton_1.0.1.tar.gz', but that file does not exist Backtrace: ▆ 1. └─renv:::renv_test_retrieve(record) at test-retrieve.R:230:3 2. └─renv:::renv_retrieve_impl(record$Package) 3. ├─renv (local) handler(package, renv_retrieve_impl_one(package)) 4. └─renv:::renv_retrieve_impl_one(package) 5. └─renv:::stopf(fmt, record$Package, path) ── Error ('test-retrieve.R:276:3'): remotes::install_local() records are handled ── Error: failed to find source for 'skeleton 1.0.1' in package repositories Backtrace: ▆ 1. └─renv:::renv_test_retrieve(record) at test-retrieve.R:276:3 2. └─renv:::renv_retrieve_impl(record$Package) 3. ├─renv (local) handler(package, renv_retrieve_impl_one(package)) 4. └─renv:::renv_retrieve_impl_one(package) 5. └─renv:::renv_retrieve_unknown_source(record) 6. └─renv:::renv_retrieve_repos(record) 7. └─(function() {... ── Error ('test-packages.R:15:3'): remote field updates are written to both DESCRIPTION, packages.rds ── Error: failed to find source for 'skeleton 1.0.1' in package repositories Backtrace: ▆ 1. └─renv::install(packages = list(record)) at test-packages.R:15:3 2. └─renv:::renv_retrieve_impl(packages) 3. ├─renv (local) handler(package, renv_retrieve_impl_one(package)) 4. └─renv:::renv_retrieve_impl_one(package) 5. └─renv:::renv_retrieve_unknown_source(record) 6. └─renv:::renv_retrieve_repos(record) 7. └─(function() {... [ FAIL 7 | WARN 1 | SKIP 191 | PASS 724 ] Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [8s/9s] OK * checking PDF version of manual ... [4s/4s] 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