CRAN Package Check Results for Package stevedore

Last updated on 2019-04-13 01:58:23 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.9.1 6.84 105.39 112.23 OK
r-devel-linux-x86_64-debian-gcc 0.9.1 6.36 81.76 88.12 OK
r-devel-linux-x86_64-fedora-clang 0.9.1 139.00 OK
r-devel-linux-x86_64-fedora-gcc 0.9.1 135.59 OK
r-devel-windows-ix86+x86_64 0.9.1 18.00 160.00 178.00 OK
r-patched-linux-x86_64 0.9.1 7.08 105.63 112.71 OK
r-patched-solaris-x86 0.9.1 161.30 ERROR
r-release-linux-x86_64 0.9.1 6.82 111.37 118.19 OK
r-release-windows-ix86+x86_64 0.9.1 10.00 168.00 178.00 OK
r-release-osx-x86_64 0.9.1 OK
r-oldrel-windows-ix86+x86_64 0.9.1 9.00 127.00 136.00 OK
r-oldrel-osx-x86_64 0.9.1 OK

Check Details

Version: 0.9.1
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: ‘redux’
Flavor: r-patched-solaris-x86

Version: 0.9.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [79s/107s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(stevedore)
     >
     > test_check("stevedore")
     ── 1. Error: build_tar (@test-util-build.R#118) ───────────────────────────────
     tar failed with status 1:
     tar: /dev/rmt/0: Permission denied
     1: build_tar(root, dockerfile) at testthat/test-util-build.R:118
     2: tar_files(files, root)
     3: tar_safe(tmp, files, complex = TRUE, external_list = external_list)
     4: tar_system(tarfile, files, ...)
     5: stop(sprintf("tar failed with status %d:\n%s", res$code, paste(res$output, collapse = "\n")),
     call. = FALSE)
    
     ── 2. Error: validate_tar_directory (@test-util-build.R#151) ──────────────────
     tar failed with status 1:
     tar: /dev/rmt/0: Permission denied
     1: validate_tar_directory(root, dockerfile) at testthat/test-util-build.R:151
     2: build_tar(path, dockerfile)
     3: tar_files(files, root)
     4: tar_safe(tmp, files, complex = TRUE, external_list = external_list)
     5: tar_system(tarfile, files, ...)
     6: stop(sprintf("tar failed with status %d:\n%s", res$code, paste(res$output, collapse = "\n")),
     call. = FALSE)
    
     ── 3. Error: validate_tar (@test-util-client.R#483) ───────────────────────────
     tar failed with status 1:
     tar: /dev/rmt/0: Permission denied
     1: validate_tar_input(path) at testthat/test-util-client.R:483
     2: tar_file(input)
     3: tar_files(basename(file), dirname(file))
     4: tar_safe(tmp, files, complex = TRUE, external_list = external_list)
     5: tar_system(tarfile, files, ...)
     6: stop(sprintf("tar failed with status %d:\n%s", res$code, paste(res$output, collapse = "\n")),
     call. = FALSE)
    
     ── 4. Error: selective tar (@test-util-tar.R#30) ──────────────────────────────
     tar failed with status 1:
     tar: /dev/rmt/0: Permission denied
     1: tar_files(letters[1:6], p) at testthat/test-util-tar.R:30
     2: tar_safe(tmp, files, complex = TRUE, external_list = external_list)
     3: tar_system(tarfile, files, ...)
     4: stop(sprintf("tar failed with status %d:\n%s", res$code, paste(res$output, collapse = "\n")),
     call. = FALSE)
    
     ── 5. Error: tar_file (@test-util-tar.R#42) ───────────────────────────────────
     tar failed with status 1:
     tar: /dev/rmt/0: Permission denied
     1: tar_file("sample_responses/README.md") at testthat/test-util-tar.R:42
     2: tar_files(basename(file), dirname(file))
     3: tar_safe(tmp, files, complex = TRUE, external_list = external_list)
     4: tar_system(tarfile, files, ...)
     5: stop(sprintf("tar failed with status %d:\n%s", res$code, paste(res$output, collapse = "\n")),
     call. = FALSE)
    
     ── 6. Error: external list (@test-util-tar.R#68) ──────────────────────────────
     tar failed with status 1:
     tar: /dev/rmt/0: Permission denied
     1: tar_files(letters[1:6], p, external_list = TRUE) at testthat/test-util-tar.R:68
     2: tar_safe(tmp, files, complex = TRUE, external_list = external_list)
     3: tar_system(tarfile, files, ...)
     4: stop(sprintf("tar failed with status %d:\n%s", res$code, paste(res$output, collapse = "\n")),
     call. = FALSE)
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 3278 SKIPPED: 152 FAILED: 6
     1. Error: build_tar (@test-util-build.R#118)
     2. Error: validate_tar_directory (@test-util-build.R#151)
     3. Error: validate_tar (@test-util-client.R#483)
     4. Error: selective tar (@test-util-tar.R#30)
     5. Error: tar_file (@test-util-tar.R#42)
     6. Error: external list (@test-util-tar.R#68)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-solaris-x86