CRAN Package Check Results for Package microservices

Last updated on 2023-06-20 07:50:46 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.0 2.31 27.88 30.19 ERROR
r-devel-linux-x86_64-debian-gcc 0.2.0 1.64 21.33 22.97 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.0 38.11 ERROR
r-devel-linux-x86_64-fedora-gcc 0.2.0 36.34 ERROR
r-devel-windows-x86_64 0.2.0 4.00 52.00 56.00 ERROR
r-patched-linux-x86_64 0.2.0 2.30 27.26 29.56 ERROR
r-release-linux-x86_64 0.2.0 2.08 27.20 29.28 ERROR
r-release-macos-arm64 0.2.0 19.00 OK
r-release-macos-x86_64 0.2.0 23.00 OK
r-release-windows-x86_64 0.2.0 4.00 50.00 54.00 ERROR
r-oldrel-macos-arm64 0.2.0 23.00 OK
r-oldrel-macos-x86_64 0.2.0 23.00 OK
r-oldrel-windows-x86_64 0.2.0 4.00 55.00 59.00 ERROR

Check Details

Version: 0.2.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [4s/5s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(microservices)
     > test_check("microservices")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 19 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('/home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/microservices.Rcheck/tests/testthat/helpers-xyz.R:10:17'): write_table copies a data.frame to the route_name ──
     Error in `curl::curl_fetch_memory(url, handle = handle)`: Failed to connect to 127.0.0.1 port 8080 after 0 ms: Couldn't connect to server
     Backtrace:
     ▆
     1. ├─base::suppressWarnings(...) at tests/testthat/helpers-xyz.R:10:16
     2. │ └─base::withCallingHandlers(...)
     3. ├─base::tryCatch(...)
     4. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
     5. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
     6. │ └─value[[3L]](cond)
     7. │ └─httptest::capture_requests(code) at tests/testthat/helpers-xyz.R:12:32
     8. │ └─base::eval(expr, where)
     9. ├─microservices (local) expect_success_status(...) at test-endpoint-plumber-{route_name}.R:46:4
     10. │ ├─testthat::expect_equal(httr::status_code(response), 200) at test-endpoint-plumber-{route_name}.R:7:25
     11. │ │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     12. │ │ └─rlang::eval_bare(expr, quo_get_env(quo))
     13. │ └─httr::status_code(response)
     14. └─httr::POST(url, body = body, encode = "json")
     15. └─httr:::request_perform(req, hu$handle$handle)
     16. ├─httr:::request_fetch(req$output, req$url, handle)
     17. └─httr:::request_fetch.write_memory(req$output, req$url, handle)
     18. └─curl::curl_fetch_memory(url, handle = handle)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 19 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.2.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [3s/4s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(microservices)
     > test_check("microservices")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 19 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/microservices.Rcheck/tests/testthat/helpers-xyz.R:10:17'): write_table copies a data.frame to the route_name ──
     Error in `curl::curl_fetch_memory(url, handle = handle)`: Failed to connect to 127.0.0.1 port 8080 after 0 ms: Couldn't connect to server
     Backtrace:
     ▆
     1. ├─base::suppressWarnings(...) at tests/testthat/helpers-xyz.R:10:16
     2. │ └─base::withCallingHandlers(...)
     3. ├─base::tryCatch(...)
     4. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
     5. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
     6. │ └─value[[3L]](cond)
     7. │ └─httptest::capture_requests(code) at tests/testthat/helpers-xyz.R:12:32
     8. │ └─base::eval(expr, where)
     9. ├─microservices (local) expect_success_status(...) at test-endpoint-plumber-{route_name}.R:46:4
     10. │ ├─testthat::expect_equal(httr::status_code(response), 200) at test-endpoint-plumber-{route_name}.R:7:25
     11. │ │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     12. │ │ └─rlang::eval_bare(expr, quo_get_env(quo))
     13. │ └─httr::status_code(response)
     14. └─httr::POST(url, body = body, encode = "json")
     15. └─httr:::request_perform(req, hu$handle$handle)
     16. ├─httr:::request_fetch(req$output, req$url, handle)
     17. └─httr:::request_fetch.write_memory(req$output, req$url, handle)
     18. └─curl::curl_fetch_memory(url, handle = handle)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 19 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.0
Check: tests
Result: ERROR
     Running ‘testthat.R’
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(microservices)
     > test_check("microservices")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 19 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('/data/gannet/ripley/R/packages/tests-clang/microservices.Rcheck/tests/testthat/helpers-xyz.R:10:17'): write_table copies a data.frame to the route_name ──
     Error in `curl::curl_fetch_memory(url, handle = handle)`: Failed to connect to 127.0.0.1 port 8080 after 0 ms: Connection refused
     Backtrace:
     ▆
     1. ├─base::suppressWarnings(...) at tests/testthat/helpers-xyz.R:10:16
     2. │ └─base::withCallingHandlers(...)
     3. ├─base::tryCatch(...)
     4. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
     5. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
     6. │ └─value[[3L]](cond)
     7. │ └─httptest::capture_requests(code) at tests/testthat/helpers-xyz.R:12:32
     8. │ └─base::eval(expr, where)
     9. ├─microservices (local) expect_success_status(...) at test-endpoint-plumber-{route_name}.R:46:4
     10. │ ├─testthat::expect_equal(httr::status_code(response), 200) at test-endpoint-plumber-{route_name}.R:7:25
     11. │ │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     12. │ │ └─rlang::eval_bare(expr, quo_get_env(quo))
     13. │ └─httr::status_code(response)
     14. └─httr::POST(url, body = body, encode = "json")
     15. └─httr:::request_perform(req, hu$handle$handle)
     16. ├─httr:::request_fetch(req$output, req$url, handle)
     17. └─httr:::request_fetch.write_memory(req$output, req$url, handle)
     18. └─curl::curl_fetch_memory(url, handle = handle)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 19 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.2.0
Check: tests
Result: ERROR
     Running ‘testthat.R’
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(microservices)
     > test_check("microservices")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 19 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('/data/gannet/ripley/R/packages/tests-devel/microservices.Rcheck/tests/testthat/helpers-xyz.R:10:17'): write_table copies a data.frame to the route_name ──
     Error in `curl::curl_fetch_memory(url, handle = handle)`: Failed to connect to 127.0.0.1 port 8080 after 0 ms: Connection refused
     Backtrace:
     ▆
     1. ├─base::suppressWarnings(...) at tests/testthat/helpers-xyz.R:10:16
     2. │ └─base::withCallingHandlers(...)
     3. ├─base::tryCatch(...)
     4. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
     5. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
     6. │ └─value[[3L]](cond)
     7. │ └─httptest::capture_requests(code) at tests/testthat/helpers-xyz.R:12:32
     8. │ └─base::eval(expr, where)
     9. ├─microservices (local) expect_success_status(...) at test-endpoint-plumber-{route_name}.R:46:4
     10. │ ├─testthat::expect_equal(httr::status_code(response), 200) at test-endpoint-plumber-{route_name}.R:7:25
     11. │ │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     12. │ │ └─rlang::eval_bare(expr, quo_get_env(quo))
     13. │ └─httr::status_code(response)
     14. └─httr::POST(url, body = body, encode = "json")
     15. └─httr:::request_perform(req, hu$handle$handle)
     16. ├─httr:::request_fetch(req$output, req$url, handle)
     17. └─httr:::request_fetch.write_memory(req$output, req$url, handle)
     18. └─curl::curl_fetch_memory(url, handle = handle)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 19 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.2.0
Check: tests
Result: ERROR
     Running 'testthat.R' [5s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(microservices)
     > test_check("microservices")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 19 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('D:\RCompile\CRANpkg\local\4.4\microservices.Rcheck\tests\testthat\helpers-xyz.R:10:17'): write_table copies a data.frame to the route_name ──
     Error in `curl::curl_fetch_memory(url, handle = handle)`: Failed to connect to 127.0.0.1 port 8080 after 2004 ms: Connection refused
     Backtrace:
     ▆
     1. ├─base::suppressWarnings(...) at D:\RCompile\CRANpkg\local\4.4\microservices.Rcheck\tests\testthat\helpers-xyz.R:10:16
     2. │ └─base::withCallingHandlers(...)
     3. ├─base::tryCatch(...)
     4. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
     5. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
     6. │ └─value[[3L]](cond)
     7. │ └─httptest::capture_requests(code) at D:\RCompile\CRANpkg\local\4.4\microservices.Rcheck\tests\testthat\helpers-xyz.R:12:32
     8. │ └─base::eval(expr, where)
     9. ├─microservices (local) expect_success_status(...) at test-endpoint-plumber-{route_name}.R:46:4
     10. │ ├─testthat::expect_equal(httr::status_code(response), 200) at test-endpoint-plumber-{route_name}.R:7:25
     11. │ │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     12. │ │ └─rlang::eval_bare(expr, quo_get_env(quo))
     13. │ └─httr::status_code(response)
     14. └─httr::POST(url, body = body, encode = "json")
     15. └─httr:::request_perform(req, hu$handle$handle)
     16. ├─httr:::request_fetch(req$output, req$url, handle)
     17. └─httr:::request_fetch.write_memory(req$output, req$url, handle)
     18. └─curl::curl_fetch_memory(url, handle = handle)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 19 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-windows-x86_64

Version: 0.2.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [3s/6s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(microservices)
     > test_check("microservices")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 19 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('/home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/microservices.Rcheck/tests/testthat/helpers-xyz.R:10:17'): write_table copies a data.frame to the route_name ──
     Error in `curl::curl_fetch_memory(url, handle = handle)`: Failed to connect to 127.0.0.1 port 8080 after 0 ms: Couldn't connect to server
     Backtrace:
     ▆
     1. ├─base::suppressWarnings(...) at tests/testthat/helpers-xyz.R:10:16
     2. │ └─base::withCallingHandlers(...)
     3. ├─base::tryCatch(...)
     4. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
     5. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
     6. │ └─value[[3L]](cond)
     7. │ └─httptest::capture_requests(code) at tests/testthat/helpers-xyz.R:12:32
     8. │ └─base::eval(expr, where)
     9. ├─microservices (local) expect_success_status(...) at test-endpoint-plumber-{route_name}.R:46:4
     10. │ ├─testthat::expect_equal(httr::status_code(response), 200) at test-endpoint-plumber-{route_name}.R:7:25
     11. │ │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     12. │ │ └─rlang::eval_bare(expr, quo_get_env(quo))
     13. │ └─httr::status_code(response)
     14. └─httr::POST(url, body = body, encode = "json")
     15. └─httr:::request_perform(req, hu$handle$handle)
     16. ├─httr:::request_fetch(req$output, req$url, handle)
     17. └─httr:::request_fetch.write_memory(req$output, req$url, handle)
     18. └─curl::curl_fetch_memory(url, handle = handle)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 19 ]
     Error: Test failures
     Execution halted
Flavor: r-patched-linux-x86_64

Version: 0.2.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [4s/5s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(microservices)
     > test_check("microservices")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 19 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('/home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/microservices.Rcheck/tests/testthat/helpers-xyz.R:10:17'): write_table copies a data.frame to the route_name ──
     Error in `curl::curl_fetch_memory(url, handle = handle)`: Failed to connect to 127.0.0.1 port 8080 after 0 ms: Couldn't connect to server
     Backtrace:
     ▆
     1. ├─base::suppressWarnings(...) at tests/testthat/helpers-xyz.R:10:16
     2. │ └─base::withCallingHandlers(...)
     3. ├─base::tryCatch(...)
     4. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
     5. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
     6. │ └─value[[3L]](cond)
     7. │ └─httptest::capture_requests(code) at tests/testthat/helpers-xyz.R:12:32
     8. │ └─base::eval(expr, where)
     9. ├─microservices (local) expect_success_status(...) at test-endpoint-plumber-{route_name}.R:46:4
     10. │ ├─testthat::expect_equal(httr::status_code(response), 200) at test-endpoint-plumber-{route_name}.R:7:25
     11. │ │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     12. │ │ └─rlang::eval_bare(expr, quo_get_env(quo))
     13. │ └─httr::status_code(response)
     14. └─httr::POST(url, body = body, encode = "json")
     15. └─httr:::request_perform(req, hu$handle$handle)
     16. ├─httr:::request_fetch(req$output, req$url, handle)
     17. └─httr:::request_fetch.write_memory(req$output, req$url, handle)
     18. └─curl::curl_fetch_memory(url, handle = handle)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 19 ]
     Error: Test failures
     Execution halted
Flavor: r-release-linux-x86_64

Version: 0.2.0
Check: tests
Result: ERROR
     Running 'testthat.R' [6s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(microservices)
     > test_check("microservices")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 19 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('D:\RCompile\CRANpkg\local\4.3\microservices.Rcheck\tests\testthat\helpers-xyz.R:10:17'): write_table copies a data.frame to the route_name ──
     Error in `curl::curl_fetch_memory(url, handle = handle)`: Failed to connect to 127.0.0.1 port 8080 after 2026 ms: Connection refused
     Backtrace:
     ▆
     1. ├─base::suppressWarnings(...) at D:\RCompile\CRANpkg\local\4.3\microservices.Rcheck\tests\testthat\helpers-xyz.R:10:16
     2. │ └─base::withCallingHandlers(...)
     3. ├─base::tryCatch(...)
     4. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
     5. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
     6. │ └─value[[3L]](cond)
     7. │ └─httptest::capture_requests(code) at D:\RCompile\CRANpkg\local\4.3\microservices.Rcheck\tests\testthat\helpers-xyz.R:12:32
     8. │ └─base::eval(expr, where)
     9. ├─microservices (local) expect_success_status(...) at test-endpoint-plumber-{route_name}.R:46:4
     10. │ ├─testthat::expect_equal(httr::status_code(response), 200) at test-endpoint-plumber-{route_name}.R:7:25
     11. │ │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     12. │ │ └─rlang::eval_bare(expr, quo_get_env(quo))
     13. │ └─httr::status_code(response)
     14. └─httr::POST(url, body = body, encode = "json")
     15. └─httr:::request_perform(req, hu$handle$handle)
     16. ├─httr:::request_fetch(req$output, req$url, handle)
     17. └─httr:::request_fetch.write_memory(req$output, req$url, handle)
     18. └─curl::curl_fetch_memory(url, handle = handle)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 19 ]
     Error: Test failures
     Execution halted
Flavor: r-release-windows-x86_64

Version: 0.2.0
Check: tests
Result: ERROR
     Running 'testthat.R' [6s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(microservices)
     > test_check("microservices")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 19 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('D:\RCompile\CRANpkg\local\4.2\microservices.Rcheck\tests\testthat\helpers-xyz.R:10:17'): write_table copies a data.frame to the route_name ──
     Error in `curl::curl_fetch_memory(url, handle = handle)`: Failed to connect to 127.0.0.1 port 8080 after 2028 ms: Connection refused
     Backtrace:
     ▆
     1. ├─base::suppressWarnings(...) at D:\RCompile\CRANpkg\local\4.2\microservices.Rcheck\tests\testthat\helpers-xyz.R:10:16
     2. │ └─base::withCallingHandlers(...)
     3. ├─base::tryCatch(...)
     4. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
     5. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
     6. │ └─value[[3L]](cond)
     7. │ └─httptest::capture_requests(code) at D:\RCompile\CRANpkg\local\4.2\microservices.Rcheck\tests\testthat\helpers-xyz.R:12:32
     8. │ └─base::eval(expr, where)
     9. ├─microservices (local) expect_success_status(...) at test-endpoint-plumber-{route_name}.R:46:4
     10. │ ├─testthat::expect_equal(httr::status_code(response), 200) at test-endpoint-plumber-{route_name}.R:7:25
     11. │ │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     12. │ │ └─rlang::eval_bare(expr, quo_get_env(quo))
     13. │ └─httr::status_code(response)
     14. └─httr::POST(url, body = body, encode = "json")
     15. └─httr:::request_perform(req, hu$handle$handle)
     16. ├─httr:::request_fetch(req$output, req$url, handle)
     17. └─httr:::request_fetch.write_memory(req$output, req$url, handle)
     18. └─curl::curl_fetch_memory(url, handle = handle)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 19 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-windows-x86_64