* using log directory ‘/home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/noaaoceans.Rcheck’ * using R Under development (unstable) (2024-04-27 r86487) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 18.1.4 (1) Debian flang-new version 18.1.4 (1) * running under: Debian GNU/Linux trixie/sid * using session charset: UTF-8 * checking for file ‘noaaoceans/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘noaaoceans’ version ‘0.3.0’ * package encoding: UTF-8 * 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 ‘noaaoceans’ can be installed ... OK See 'https://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-debian-clang/noaaoceans-00install.html' for details. * 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/1s] OK * checking loading without being on the library search path ... [0s/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 ... [4s/6s] OK * checking Rd files ... [0s/1s] 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 ... [4s/13s] ERROR Running ‘testthat.R’ [4s/13s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(noaaoceans) > > test_check("noaaoceans") [ FAIL 13 | WARN 0 | SKIP 10 | PASS 6 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • On CRAN (8): 'test_data_type.R:6:5', 'test_data_type.R:19:5', 'test_data_type.R:29:5', 'test_data_type.R:39:5', 'test_data_type.R:45:5', 'test_station_inventory.R:8:5', 'test_station_inventory.R:13:5', 'test_station_inventory.R:18:5' • Skipping until I can find a station with a notice (2): 'test_query_metadata.R:35:5', 'test_query_metadata.R:40:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_data_type.R:89:5'): Errors Are Returned With Invalid Opitons ─── Error in `curl::curl_fetch_memory(url, handle = handle)`: Failed writing received data to disk/application Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test_data_type.R:89:5 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─noaaoceans::query_derived_products(station_id = "notreal", product_name = "toptenwaterlevels") 7. └─httr::GET(query_url) 8. └─httr:::request_perform(req, hu$handle$handle) 9. ├─httr:::request_fetch(req$output, req$url, handle) 10. └─httr:::request_fetch.write_memory(req$output, req$url, handle) 11. └─curl::curl_fetch_memory(url, handle = handle) ── Error ('test_query_metadata.R:7:5'): Data Frame is returned for all stations ── Error in `curl::curl_fetch_memory(url, handle = handle)`: Failed writing received data to disk/application Backtrace: ▆ 1. ├─testthat::expect_is(query_metadata(), "data.frame") at test_query_metadata.R:7:5 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─noaaoceans::query_metadata() 5. └─httr::GET(query_url) 6. └─httr:::request_perform(req, hu$handle$handle) 7. ├─httr:::request_fetch(req$output, req$url, handle) 8. └─httr:::request_fetch.write_memory(req$output, req$url, handle) 9. └─curl::curl_fetch_memory(url, handle = handle) ── Error ('test_query_metadata.R:11:5'): Data Frame is Returned for Non Resource Call ── Error in `curl::curl_fetch_memory(url, handle = handle)`: Failed writing received data to disk/application Backtrace: ▆ 1. ├─testthat::expect_is(query_metadata("9414290"), "data.frame") at test_query_metadata.R:11:5 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─noaaoceans::query_metadata("9414290") 5. └─httr::GET(query_url) 6. └─httr:::request_perform(req, hu$handle$handle) 7. ├─httr:::request_fetch(req$output, req$url, handle) 8. └─httr:::request_fetch.write_memory(req$output, req$url, handle) 9. └─curl::curl_fetch_memory(url, handle = handle) ── Error ('test_query_metadata.R:15:5'): Data Frame is Returned for Datums Call ── Error in `curl::curl_fetch_memory(url, handle = handle)`: Failed writing received data to disk/application Backtrace: ▆ 1. ├─testthat::expect_is(query_metadata("9414290", "datums"), "data.frame") at test_query_metadata.R:15:5 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─noaaoceans::query_metadata("9414290", "datums") 5. └─httr::GET(query_url) 6. └─httr:::request_perform(req, hu$handle$handle) 7. ├─httr:::request_fetch(req$output, req$url, handle) 8. └─httr:::request_fetch.write_memory(req$output, req$url, handle) 9. └─curl::curl_fetch_memory(url, handle = handle) ── Error ('test_query_metadata.R:19:5'): Data Frame is Returned for Superseded datums Resource Call ── Error in `curl::curl_fetch_memory(url, handle = handle)`: Failed writing received data to disk/application Backtrace: ▆ 1. ├─testthat::expect_is(...) at test_query_metadata.R:19:5 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─noaaoceans::query_metadata("1611347", "supersededdatums") 5. └─httr::GET(query_url) 6. └─httr:::request_perform(req, hu$handle$handle) 7. ├─httr:::request_fetch(req$output, req$url, handle) 8. └─httr:::request_fetch.write_memory(req$output, req$url, handle) 9. └─curl::curl_fetch_memory(url, handle = handle) ── Error ('test_query_metadata.R:23:5'): Data Frame is Returned for harcon Resource Call ── Error in `curl::curl_fetch_memory(url, handle = handle)`: Failed writing received data to disk/application Backtrace: ▆ 1. ├─testthat::expect_is(query_metadata("1611400", "harcon"), "data.frame") at test_query_metadata.R:23:5 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─noaaoceans::query_metadata("1611400", "harcon") 5. └─httr::GET(query_url) 6. └─httr:::request_perform(req, hu$handle$handle) 7. ├─httr:::request_fetch(req$output, req$url, handle) 8. └─httr:::request_fetch.write_memory(req$output, req$url, handle) 9. └─curl::curl_fetch_memory(url, handle = handle) ── Error ('test_query_metadata.R:27:5'): Data Frame is Returned for sensors Resource Call ── Error in `curl::curl_fetch_memory(url, handle = handle)`: Failed writing received data to disk/application Backtrace: ▆ 1. ├─testthat::expect_is(query_metadata("9414290", "sensors"), "data.frame") at test_query_metadata.R:27:5 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─noaaoceans::query_metadata("9414290", "sensors") 5. └─httr::GET(query_url) 6. └─httr:::request_perform(req, hu$handle$handle) 7. ├─httr:::request_fetch(req$output, req$url, handle) 8. └─httr:::request_fetch.write_memory(req$output, req$url, handle) 9. └─curl::curl_fetch_memory(url, handle = handle) ── Error ('test_query_metadata.R:31:5'): Data Frame is Returned for details Resource Call ── Error in `curl::curl_fetch_memory(url, handle = handle)`: Failed writing received data to disk/application Backtrace: ▆ 1. ├─testthat::expect_is(query_metadata("9075065", "details"), "data.frame") at test_query_metadata.R:31:5 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─noaaoceans::query_metadata("9075065", "details") 5. └─httr::GET(query_url) 6. └─httr:::request_perform(req, hu$handle$handle) 7. ├─httr:::request_fetch(req$output, req$url, handle) 8. └─httr:::request_fetch.write_memory(req$output, req$url, handle) 9. └─curl::curl_fetch_memory(url, handle = handle) ── Error ('test_query_metadata.R:45:5'): Data Frame is Returned for benchmarks Resource Call ── Error in `curl::curl_fetch_memory(url, handle = handle)`: Failed writing received data to disk/application Backtrace: ▆ 1. ├─testthat::expect_is(...) at test_query_metadata.R:45:5 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─noaaoceans::query_metadata("9414290", "benchmarks") 5. └─httr::GET(query_url) 6. └─httr:::request_perform(req, hu$handle$handle) 7. ├─httr:::request_fetch(req$output, req$url, handle) 8. └─httr:::request_fetch.write_memory(req$output, req$url, handle) 9. └─curl::curl_fetch_memory(url, handle = handle) ── Error ('test_query_metadata.R:49:5'): Data Frame is Returned for tide prediction offset Resource Call ── Error in `curl::curl_fetch_memory(url, handle = handle)`: Failed writing received data to disk/application Backtrace: ▆ 1. ├─testthat::expect_is(...) at test_query_metadata.R:49:5 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─noaaoceans::query_metadata("1610367", "tidepredoffsets") 5. └─httr::GET(query_url) 6. └─httr:::request_perform(req, hu$handle$handle) 7. ├─httr:::request_fetch(req$output, req$url, handle) 8. └─httr:::request_fetch.write_memory(req$output, req$url, handle) 9. └─curl::curl_fetch_memory(url, handle = handle) ── Error ('test_query_metadata.R:53:5'): Data Frame is Returned for floodlevels Resource Call ── Error in `curl::curl_fetch_memory(url, handle = handle)`: Failed writing received data to disk/application Backtrace: ▆ 1. ├─testthat::expect_is(...) at test_query_metadata.R:53:5 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─noaaoceans::query_metadata("1611400", "floodlevels") 5. └─httr::GET(query_url) 6. └─httr:::request_perform(req, hu$handle$handle) 7. ├─httr:::request_fetch(req$output, req$url, handle) 8. └─httr:::request_fetch.write_memory(req$output, req$url, handle) 9. └─curl::curl_fetch_memory(url, handle = handle) ── Error ('test_query_metadata.R:58:5'): Data Frame is returned for call with type specified ── Error in `curl::curl_fetch_memory(url, handle = handle)`: Failed writing received data to disk/application Backtrace: ▆ 1. ├─testthat::expect_is(query_metadata(type = "waterlevels"), "data.frame") at test_query_metadata.R:58:5 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─noaaoceans::query_metadata(type = "waterlevels") 5. └─httr::GET(query_url) 6. └─httr:::request_perform(req, hu$handle$handle) 7. ├─httr:::request_fetch(req$output, req$url, handle) 8. └─httr:::request_fetch.write_memory(req$output, req$url, handle) 9. └─curl::curl_fetch_memory(url, handle = handle) ── Error ('test_query_metadata.R:63:5'): Data Frame is returned for call with ports specified ── Error in `curl::curl_fetch_memory(url, handle = handle)`: Failed writing received data to disk/application Backtrace: ▆ 1. ├─testthat::expect_is(query_metadata(ports = "ca"), "data.frame") at test_query_metadata.R:63:5 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─noaaoceans::query_metadata(ports = "ca") 5. └─httr::GET(query_url) 6. └─httr:::request_perform(req, hu$handle$handle) 7. ├─httr:::request_fetch(req$output, req$url, handle) 8. └─httr:::request_fetch.write_memory(req$output, req$url, handle) 9. └─curl::curl_fetch_memory(url, handle = handle) [ FAIL 13 | WARN 0 | SKIP 10 | PASS 6 ] Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [9s/12s] OK * checking PDF version of manual ... [5s/7s] OK * checking HTML version of manual ... [0s/1s] OK * checking for non-standard things in the check directory ... OK * DONE Status: 1 ERROR