Back to Multiple platform build/check report for BioC 3.20: simplified long |
|
This page was generated on 2024-10-19 11:50 -0400 (Sat, 19 Oct 2024).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
teran2 | Linux (Ubuntu 24.04.1 LTS) | x86_64 | 4.4.1 (2024-06-14) -- "Race for Your Life" | 4474 |
nebbiolo2 | Linux (Ubuntu 24.04.1 LTS) | x86_64 | 4.4.1 (2024-06-14) -- "Race for Your Life" | 4733 |
palomino8 | Windows Server 2022 Datacenter | x64 | 4.4.1 (2024-06-14 ucrt) -- "Race for Your Life" | 4479 |
lconway | macOS 12.7.1 Monterey | x86_64 | 4.4.1 (2024-06-14) -- "Race for Your Life" | 4509 |
kunpeng2 | Linux (openEuler 22.03 LTS-SP1) | aarch64 | 4.4.1 (2024-06-14) -- "Race for Your Life" | 4457 |
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 1722/2273 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
RGMQL 1.25.0 (landing page) Simone Pallotta
| teran2 | Linux (Ubuntu 24.04.1 LTS) / x86_64 | OK | OK | ERROR | |||||||||
nebbiolo2 | Linux (Ubuntu 24.04.1 LTS) / x86_64 | OK | OK | ERROR | ||||||||||
palomino8 | Windows Server 2022 Datacenter / x64 | OK | OK | ERROR | OK | |||||||||
lconway | macOS 12.7.1 Monterey / x86_64 | ... NOT SUPPORTED ... | ||||||||||||
kunpeng2 | Linux (openEuler 22.03 LTS-SP1) / aarch64 | ERROR | ERROR | skipped | ||||||||||
To the developers/maintainers of the RGMQL package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/RGMQL.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. |
Package: RGMQL |
Version: 1.25.0 |
Command: F:\biocbuild\bbs-3.20-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:RGMQL.install-out.txt --library=F:\biocbuild\bbs-3.20-bioc\R\library --no-vignettes --timings RGMQL_1.25.0.tar.gz |
StartedAt: 2024-10-19 04:35:41 -0400 (Sat, 19 Oct 2024) |
EndedAt: 2024-10-19 04:40:30 -0400 (Sat, 19 Oct 2024) |
EllapsedTime: 289.0 seconds |
RetCode: 1 |
Status: ERROR |
CheckDir: RGMQL.Rcheck |
Warnings: NA |
############################################################################## ############################################################################## ### ### Running command: ### ### F:\biocbuild\bbs-3.20-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:RGMQL.install-out.txt --library=F:\biocbuild\bbs-3.20-bioc\R\library --no-vignettes --timings RGMQL_1.25.0.tar.gz ### ############################################################################## ############################################################################## * using log directory 'F:/biocbuild/bbs-3.20-bioc/meat/RGMQL.Rcheck' * using R version 4.4.1 (2024-06-14 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 13.2.0 GNU Fortran (GCC) 13.2.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * using option '--no-vignettes' * checking for file 'RGMQL/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'RGMQL' version '1.25.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 ... NOTE Found the following hidden files and directories: .BBSoptions These were most likely included in error. See section 'Package structure' in the 'Writing R Extensions' manual. * checking for portable file names ... WARNING Found the following file with a non-portable file name: Example of workflows These are not fully portable file names. See section 'Package structure' in the 'Writing R Extensions' manual. * checking whether package 'RGMQL' can be installed ... OK * checking installed package size ... NOTE installed size is 90.0Mb sub-directories of 1Mb or more: example 89.3Mb * 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 whether startup messages can be suppressed ... 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 files in 'vignettes' ... OK * checking examples ... ERROR Running examples in 'RGMQL-Ex.R' failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: sample_metadata > ### Title: Show metadata list from dataset sample > ### Aliases: sample_metadata > > ### ** Examples > > ## Login to GMQL REST services suite as guest > > remote_url = "http://www.gmql.eu/gmql-rest/" > login_gmql(remote_url) [1] "your Token is efc33dc3-6a2c-4676-9854-34f364a60362" > > ## This statement retrieves metadata of sample 'S_00000' from public > ## dataset 'Example_Dataset_1' > > sample_metadata(remote_url, "public.Example_Dataset_1", "S_00000") Error in sample_metadata(remote_url, "public.Example_Dataset_1", "S_00000") : {"error":"Sample not found: Example_Dataset_1-S_00000"} Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking running R code from vignettes ... SKIPPED * checking re-building of vignette outputs ... SKIPPED * checking PDF version of manual ... OK * DONE Status: 1 ERROR, 1 WARNING, 2 NOTEs See 'F:/biocbuild/bbs-3.20-bioc/meat/RGMQL.Rcheck/00check.log' for details.
RGMQL.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### F:\biocbuild\bbs-3.20-bioc\R\bin\R.exe CMD INSTALL RGMQL ### ############################################################################## ############################################################################## * installing to library 'F:/biocbuild/bbs-3.20-bioc/R/library' * installing *source* package 'RGMQL' ... ** 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 (RGMQL)
RGMQL.Rcheck/RGMQL-Ex.timings
name | user | system | elapsed | |
aggr-class | 5.59 | 0.96 | 3.97 | |
aggregate | 0.03 | 0.00 | 0.03 | |
arrange | 0.06 | 0.00 | 0.05 | |
collect | 0.05 | 0.00 | 0.03 | |
compile_query | 0.06 | 0.03 | 1.73 | |
cover-param-class | 0.08 | 0.00 | 0.05 | |
cover | 0.11 | 0.00 | 0.05 | |
delete_dataset | 0 | 0 | 0 | |
distal-class | 0.09 | 0.01 | 0.07 | |
download_dataset | 0 | 0 | 0 | |
execute | 0.06 | 0.02 | 0.05 | |
export_gmql | 0.52 | 0.06 | 0.58 | |
extend | 0.03 | 0.00 | 0.03 | |
filter | 0.11 | 0.00 | 0.09 | |
filter_and_extract | 1.92 | 0.07 | 1.99 | |
group_by | 0.09 | 0.00 | 0.06 | |
import_gmql | 0.21 | 0.01 | 0.22 | |
init_gmql | 0.01 | 0.00 | 0.16 | |
log_job | 0.00 | 0.00 | 0.34 | |
login_gmql | 0.03 | 0.00 | 0.17 | |
logout_gmql | 0.02 | 0.02 | 0.41 | |
map | 0.06 | 0.01 | 0.04 | |
merge | 0.06 | 0.00 | 0.05 | |
operator-class | 0.24 | 0.05 | 0.17 | |
ordering-class | 0.08 | 0.01 | 0.05 | |
read-function | 0.06 | 0.02 | 0.41 | |
register_gmql | 0 | 0 | 0 | |
remote_processing | 0.01 | 0.00 | 0.01 | |
run_query | 0 | 0 | 0 | |