Back to Multiple platform build/check report for BioC 3.21:   simplified   long
ABCDEF[G]HIJKLMNOPQRSTUVWXYZ

This page was generated on 2025-01-11 11:40 -0500 (Sat, 11 Jan 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.1 LTS)x86_64R Under development (unstable) (2024-10-21 r87258) -- "Unsuffered Consequences" 4760
palomino7Windows Server 2022 Datacenterx64R Under development (unstable) (2024-10-26 r87273 ucrt) -- "Unsuffered Consequences" 4479
lconwaymacOS 12.7.1 Montereyx86_64R Under development (unstable) (2024-11-20 r87352) -- "Unsuffered Consequences" 4443
kjohnson3macOS 13.7.1 Venturaarm64R Under development (unstable) (2024-11-20 r87352) -- "Unsuffered Consequences" 4398
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch64R Under development (unstable) (2024-11-24 r87369) -- "Unsuffered Consequences" 4391
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

Package 816/2277HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
GenomicDataCommons 1.31.0  (landing page)
Sean Davis
Snapshot Date: 2025-01-10 13:40 -0500 (Fri, 10 Jan 2025)
git_url: https://git.bioconductor.org/packages/GenomicDataCommons
git_branch: devel
git_last_commit: b90f2c6
git_last_commit_date: 2024-10-29 10:18:33 -0500 (Tue, 29 Oct 2024)
nebbiolo1Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    ERROR  
palomino7Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    ERROR    OK  
kjohnson3macOS 13.7.1 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    WARNINGS  


CHECK results for GenomicDataCommons on nebbiolo1

To the developers/maintainers of the GenomicDataCommons package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/GenomicDataCommons.git to reflect on this report. See Troubleshooting Build Report for more information.
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.

raw results


Summary

Package: GenomicDataCommons
Version: 1.31.0
Command: /home/biocbuild/bbs-3.21-bioc/R/bin/R CMD check --install=check:GenomicDataCommons.install-out.txt --library=/home/biocbuild/bbs-3.21-bioc/R/site-library --timings GenomicDataCommons_1.31.0.tar.gz
StartedAt: 2025-01-10 22:23:35 -0500 (Fri, 10 Jan 2025)
EndedAt: 2025-01-10 22:26:01 -0500 (Fri, 10 Jan 2025)
EllapsedTime: 146.2 seconds
RetCode: 1
Status:   ERROR  
CheckDir: GenomicDataCommons.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.21-bioc/R/bin/R CMD check --install=check:GenomicDataCommons.install-out.txt --library=/home/biocbuild/bbs-3.21-bioc/R/site-library --timings GenomicDataCommons_1.31.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.21-bioc/meat/GenomicDataCommons.Rcheck’
* using R Under development (unstable) (2024-10-21 r87258)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
    gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
    GNU Fortran (Ubuntu 13.2.0-23ubuntu4) 13.2.0
* running under: Ubuntu 24.04.1 LTS
* using session charset: UTF-8
* checking for file ‘GenomicDataCommons/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘GenomicDataCommons’ version ‘1.31.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 hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘GenomicDataCommons’ can be installed ... OK
* checking installed package size ... OK
* checking package directory ... 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 ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking loading without being on the library search path ... 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 ... OK
* checking Rd files ... OK
* checking Rd metadata ... 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 R/sysdata.rda ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
  Backtrace:
      ▆
   1. ├─GenomicDataCommons::gdcdata(few_file_ids) at test_data.R:31:5
   2. │ └─base::mapply(...)
   3. │   └─GenomicDataCommons (local) `<fn>`(...)
   4. │     └─httr::GET(...)
   5. │       └─httr:::request_perform(req, hu$handle$handle)
   6. │         ├─httr:::request_fetch(req$output, req$url, handle)
   7. │         └─httr:::request_fetch.write_disk(req$output, req$url, handle)
   8. │           └─curl::curl_fetch_disk(url, x$path, handle = handle)
   9. └─curl:::raise_libcurl_error(...)
  
  [ FAIL 1 | WARN 1 | SKIP 0 | PASS 44 ]
  Error: Test failures
  Execution halted
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

Status: 1 ERROR
See
  ‘/home/biocbuild/bbs-3.21-bioc/meat/GenomicDataCommons.Rcheck/00check.log’
for details.


Installation output

GenomicDataCommons.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.21-bioc/R/bin/R CMD INSTALL GenomicDataCommons
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.21-bioc/R/site-library’
* installing *source* package ‘GenomicDataCommons’ ...
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (GenomicDataCommons)

Tests output

GenomicDataCommons.Rcheck/tests/testthat.Rout.fail


R Under development (unstable) (2024-10-21 r87258) -- "Unsuffered Consequences"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(testthat)
> library(GenomicDataCommons)

Attaching package: 'GenomicDataCommons'

The following object is masked from 'package:stats':

    filter

> 
> test_check("GenomicDataCommons")
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 44 ]

══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_data.R:31:5'): gdcdata ─────────────────────────────────────────
<curl_error_got_nothing/curl_error/error/condition>
Error in `curl::curl_fetch_disk(url, x$path, handle = handle)`: Server returned nothing (no headers, no data) [api.gdc.cancer.gov]: Empty reply from server
Backtrace:
    ▆
 1. ├─GenomicDataCommons::gdcdata(few_file_ids) at test_data.R:31:5
 2. │ └─base::mapply(...)
 3. │   └─GenomicDataCommons (local) `<fn>`(...)
 4. │     └─httr::GET(...)
 5. │       └─httr:::request_perform(req, hu$handle$handle)
 6. │         ├─httr:::request_fetch(req$output, req$url, handle)
 7. │         └─httr:::request_fetch.write_disk(req$output, req$url, handle)
 8. │           └─curl::curl_fetch_disk(url, x$path, handle = handle)
 9. └─curl:::raise_libcurl_error(...)

[ FAIL 1 | WARN 1 | SKIP 0 | PASS 44 ]
Error: Test failures
Execution halted

Example timings

GenomicDataCommons.Rcheck/GenomicDataCommons-Ex.timings

nameusersystemelapsed
aggregations0.1280.0140.718
available_expand0.0180.0000.081
available_fields0.0380.0010.145
available_values0.0510.0010.515
constants0.0000.0020.001
count0.1110.0030.383
default_fields0.0570.0020.158
entity_name0.0760.0010.192
expand0.1500.0050.374
faceting0.0850.0040.230
field_description0.2610.0100.623
filtering0.7480.0221.852
gdc_cache0.0000.0020.001
gdc_client0.0030.0010.003
gdc_clinical0.4760.0070.938
gdc_token000
gdcdata0.2280.0020.635
grep_fields0.0320.0040.073
id_field0.0290.0010.077
ids0.1700.0030.752
manifest0.0930.0000.272
mapping0.0120.0030.049
query0.0730.0250.190
readDNAcopy0.2140.0500.262
readHTSeqFile0.0540.0060.060
response0.0400.0020.166
results0.0410.0000.152
results_all0.0680.0010.308
select0.2100.0040.438
slicing0.0000.0000.001
status0.0130.0000.056
transfer000
write_manifest0.1710.0180.406