Back to Multiple platform build/check report for BioC 3.20: simplified long |
|
This page was generated on 2024-11-05 12:08 -0500 (Tue, 05 Nov 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" | 4503 |
nebbiolo2 | Linux (Ubuntu 24.04.1 LTS) | x86_64 | 4.4.1 (2024-06-14) -- "Race for Your Life" | 4763 |
palomino8 | Windows Server 2022 Datacenter | x64 | 4.4.1 (2024-06-14 ucrt) -- "Race for Your Life" | 4506 |
lconway | macOS 12.7.1 Monterey | x86_64 | 4.4.1 (2024-06-14) -- "Race for Your Life" | 4539 |
kunpeng2 | Linux (openEuler 22.03 LTS-SP1) | aarch64 | 4.4.1 (2024-06-14) -- "Race for Your Life" | 4493 |
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 331/2289 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
chihaya 1.6.0 (landing page) Aaron Lun
| teran2 | Linux (Ubuntu 24.04.1 LTS) / x86_64 | OK | OK | WARNINGS | |||||||||
nebbiolo2 | Linux (Ubuntu 24.04.1 LTS) / x86_64 | OK | OK | WARNINGS | ||||||||||
palomino8 | Windows Server 2022 Datacenter / x64 | OK | OK | OK | OK | |||||||||
lconway | macOS 12.7.1 Monterey / x86_64 | OK | OK | WARNINGS | OK | |||||||||
kunpeng2 | Linux (openEuler 22.03 LTS-SP1) / aarch64 | OK | OK | WARNINGS | ||||||||||
To the developers/maintainers of the chihaya package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/chihaya.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. - See Martin Grigorov's blog post for how to debug Linux ARM64 related issues on a x86_64 host. |
Package: chihaya |
Version: 1.6.0 |
Command: /home/biocbuild/R/R/bin/R CMD check --install=check:chihaya.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings chihaya_1.6.0.tar.gz |
StartedAt: 2024-11-05 06:24:37 -0000 (Tue, 05 Nov 2024) |
EndedAt: 2024-11-05 06:27:35 -0000 (Tue, 05 Nov 2024) |
EllapsedTime: 178.4 seconds |
RetCode: 0 |
Status: WARNINGS |
CheckDir: chihaya.Rcheck |
Warnings: 1 |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R/bin/R CMD check --install=check:chihaya.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings chihaya_1.6.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.20-bioc/meat/chihaya.Rcheck’ * using R version 4.4.1 (2024-06-14) * using platform: aarch64-unknown-linux-gnu * R was compiled by gcc (GCC) 12.2.1 20220819 (openEuler 12.2.1-14) GNU Fortran (GCC) 10.3.1 * running under: openEuler 22.03 (LTS-SP1) * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘chihaya/DESCRIPTION’ ... OK * this is package ‘chihaya’ version ‘1.6.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 ‘chihaya’ can be installed ... OK * used C++ compiler: ‘g++ (conda-forge gcc 14.2.0-1) 14.2.0’ * checking C++ specification ... OK Not all R platforms support C++17 * checking installed package size ... NOTE installed size is 19.0Mb sub-directories of 1Mb or more: libs 18.6Mb * 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 line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... NOTE GNU make is a SystemRequirements. * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking compiled code ... WARNING Note: information on .o files is not available File ‘/home/biocbuild/R/R-4.4.1/site-library/chihaya/libs/chihaya.so’: Found ‘_ZSt4cerr’, possibly from ‘std::cerr’ (C++) Found ‘abort’, possibly from ‘abort’ (C) Found ‘exit’, possibly from ‘exit’ (C) Found ‘rand_r’, possibly from ‘rand_r’ (C) Found ‘sprintf’, possibly from ‘sprintf’ (C) Found ‘stderr’, possibly from ‘stderr’ (C) Found ‘stdout’, possibly from ‘stdout’ (C) Compiled code should not call entry points which might terminate R nor write to stdout/stderr instead of to the console, nor use Fortran I/O nor system RNGs nor [v]sprintf. The detected symbols are linked into the code but might come from libraries and not actually be called. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. * checking files in ‘vignettes’ ... OK * checking examples ... OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘testthat.R’ OK * 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 WARNING, 2 NOTEs See ‘/home/biocbuild/bbs-3.20-bioc/meat/chihaya.Rcheck/00check.log’ for details.
chihaya.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R/bin/R CMD INSTALL chihaya ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/R/R-4.4.1/site-library’ * installing *source* package ‘chihaya’ ... ** using staged installation ** libs using C++ compiler: ‘g++ (conda-forge gcc 14.2.0-1) 14.2.0’ using C++17 g++ -std=gnu++17 -I"/home/biocbuild/R/R-4.4.1/include" -DNDEBUG -I../inst/include -D USE_HDF5=1 -D USE_ZLIB=1 -I'/home/biocbuild/R/R-4.4.1/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.4.1/site-library/Rhdf5lib/include' -I/usr/local/include -fPIC -g -O2 -Wall -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++17 -I"/home/biocbuild/R/R-4.4.1/include" -DNDEBUG -I../inst/include -D USE_HDF5=1 -D USE_ZLIB=1 -I'/home/biocbuild/R/R-4.4.1/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.4.1/site-library/Rhdf5lib/include' -I/usr/local/include -fPIC -g -O2 -Wall -c get_best_type.cpp -o get_best_type.o g++ -std=gnu++17 -I"/home/biocbuild/R/R-4.4.1/include" -DNDEBUG -I../inst/include -D USE_HDF5=1 -D USE_ZLIB=1 -I'/home/biocbuild/R/R-4.4.1/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.4.1/site-library/Rhdf5lib/include' -I/usr/local/include -fPIC -g -O2 -Wall -c h5exists.cpp -o h5exists.o g++ -std=gnu++17 -I"/home/biocbuild/R/R-4.4.1/include" -DNDEBUG -I../inst/include -D USE_HDF5=1 -D USE_ZLIB=1 -I'/home/biocbuild/R/R-4.4.1/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.4.1/site-library/Rhdf5lib/include' -I/usr/local/include -fPIC -g -O2 -Wall -c validate.cpp -o validate.o g++ -std=gnu++17 -I"/home/biocbuild/R/R-4.4.1/include" -DNDEBUG -I../inst/include -D USE_HDF5=1 -D USE_ZLIB=1 -I'/home/biocbuild/R/R-4.4.1/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.4.1/site-library/Rhdf5lib/include' -I/usr/local/include -fPIC -g -O2 -Wall -c write_scalar.cpp -o write_scalar.o g++ -std=gnu++17 -shared -L/home/biocbuild/R/R-4.4.1/lib -L/usr/local/lib -o chihaya.so RcppExports.o get_best_type.o h5exists.o validate.o write_scalar.o /home/biocbuild/R/R-4.4.1/site-library/Rhdf5lib/lib/libhdf5_cpp.a /home/biocbuild/R/R-4.4.1/site-library/Rhdf5lib/lib/libhdf5.a -L/home/biocbuild/R/R-4.4.1/site-library/Rhdf5lib/lib -lcrypto -lcurl -lsz -laec -lz -ldl -lm -L/home/biocbuild/R/R-4.4.1/lib -lR installing to /home/biocbuild/R/R-4.4.1/site-library/00LOCK-chihaya/00new/chihaya/libs ** 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 ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (chihaya)
chihaya.Rcheck/tests/testthat.Rout
R version 4.4.1 (2024-06-14) -- "Race for Your Life" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: aarch64-unknown-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(chihaya) Loading required package: DelayedArray Loading required package: stats4 Loading required package: Matrix Loading required package: BiocGenerics Attaching package: 'BiocGenerics' The following objects are masked from 'package:stats': IQR, mad, sd, var, xtabs The following objects are masked from 'package:base': Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append, as.data.frame, basename, cbind, colnames, dirname, do.call, duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted, lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int, rank, rbind, rownames, sapply, saveRDS, setdiff, table, tapply, union, unique, unsplit, which.max, which.min Loading required package: MatrixGenerics Loading required package: matrixStats Attaching package: 'MatrixGenerics' The following objects are masked from 'package:matrixStats': colAlls, colAnyNAs, colAnys, colAvgsPerRowSet, colCollapse, colCounts, colCummaxs, colCummins, colCumprods, colCumsums, colDiffs, colIQRDiffs, colIQRs, colLogSumExps, colMadDiffs, colMads, colMaxs, colMeans2, colMedians, colMins, colOrderStats, colProds, colQuantiles, colRanges, colRanks, colSdDiffs, colSds, colSums2, colTabulates, colVarDiffs, colVars, colWeightedMads, colWeightedMeans, colWeightedMedians, colWeightedSds, colWeightedVars, rowAlls, rowAnyNAs, rowAnys, rowAvgsPerColSet, rowCollapse, rowCounts, rowCummaxs, rowCummins, rowCumprods, rowCumsums, rowDiffs, rowIQRDiffs, rowIQRs, rowLogSumExps, rowMadDiffs, rowMads, rowMaxs, rowMeans2, rowMedians, rowMins, rowOrderStats, rowProds, rowQuantiles, rowRanges, rowRanks, rowSdDiffs, rowSds, rowSums2, rowTabulates, rowVarDiffs, rowVars, rowWeightedMads, rowWeightedMeans, rowWeightedMedians, rowWeightedSds, rowWeightedVars Loading required package: S4Vectors Attaching package: 'S4Vectors' The following objects are masked from 'package:Matrix': expand, unname The following object is masked from 'package:utils': findMatches The following objects are masked from 'package:base': I, expand.grid, unname Loading required package: IRanges Loading required package: S4Arrays Loading required package: abind Attaching package: 'S4Arrays' The following object is masked from 'package:abind': abind The following object is masked from 'package:base': rowsum Loading required package: SparseArray Attaching package: 'DelayedArray' The following objects are masked from 'package:base': apply, scale, sweep > library(testthat) > test_check("chihaya") [ FAIL 0 | WARN 2 | SKIP 0 | PASS 232 ] [ FAIL 0 | WARN 2 | SKIP 0 | PASS 232 ] > > proc.time() user system elapsed 21.569 0.994 22.531
chihaya.Rcheck/chihaya-Ex.timings
name | user | system | elapsed | |
ConstantArraySeed | 0.351 | 0.008 | 0.363 | |
DelayedAbind | 0.834 | 0.016 | 0.852 | |
DelayedAperm | 0.145 | 0.008 | 0.153 | |
DelayedNaryIsoOp | 0.191 | 0.036 | 0.227 | |
DelayedSetDimnames | 0.152 | 0.015 | 0.168 | |
DelayedSubassign | 0.269 | 0.036 | 0.306 | |
DelayedSubset | 0.215 | 0.016 | 0.232 | |
DelayedUnaryIsoOpStack | 0.157 | 0.036 | 0.194 | |
DelayedUnaryIsoOpWithArgs | 0.285 | 0.012 | 0.297 | |
HDF5ArraySeed | 0.250 | 0.004 | 0.255 | |
allowExternalSeeds | 0 | 0 | 0 | |
knownOperations | 0.255 | 0.004 | 0.260 | |
loadDelayed | 0.219 | 0.004 | 0.223 | |
other | 0.839 | 0.040 | 0.881 | |
saveDelayed | 0.147 | 0.004 | 0.151 | |
saveDelayedObject | 0.145 | 0.008 | 0.153 | |
simple | 0.212 | 0.015 | 0.227 | |
validate | 0.114 | 0.007 | 0.122 | |