Back to Rapid builds (Linux only) of a subset of BioC 3.21 Report updated every 6 hours |
This page was generated on 2025-03-22 18:56 -0400 (Sat, 22 Mar 2025).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
teran2 | Linux (Ubuntu 24.04.1 LTS) | x86_64 | R Under development (unstable) (2025-01-20 r87609) -- "Unsuffered Consequences" | 869 |
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 23/217 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | |||||||
batchelor 1.23.1 (landing page) Aaron Lun
| teran2 | Linux (Ubuntu 24.04.1 LTS) / x86_64 | OK | OK | ERROR | |||||||
To the developers/maintainers of the batchelor package: - 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: batchelor |
Version: 1.23.1 |
Command: /home/rapidbuild/bbs-3.21-bioc-rapid/R/bin/R CMD check --install=check:batchelor.install-out.txt --library=/home/rapidbuild/bbs-3.21-bioc-rapid/R/site-library --timings batchelor_1.23.1.tar.gz |
StartedAt: 2025-03-22 18:39:49 -0400 (Sat, 22 Mar 2025) |
EndedAt: 2025-03-22 18:40:27 -0400 (Sat, 22 Mar 2025) |
EllapsedTime: 37.9 seconds |
RetCode: 1 |
Status: ERROR |
CheckDir: batchelor.Rcheck |
Warnings: NA |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/rapidbuild/bbs-3.21-bioc-rapid/R/bin/R CMD check --install=check:batchelor.install-out.txt --library=/home/rapidbuild/bbs-3.21-bioc-rapid/R/site-library --timings batchelor_1.23.1.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/media/volume/teran2_disk/rapidbuild/bbs-3.21-bioc-rapid/meat/batchelor.Rcheck’ * using R Under development (unstable) (2025-01-20 r87609) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 * running under: Ubuntu 24.04.1 LTS * using session charset: UTF-8 * checking for file ‘batchelor/DESCRIPTION’ ... OK * this is package ‘batchelor’ version ‘1.23.1’ * 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 ‘batchelor’ can be installed ... OK * used C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ * checking C++ specification ... NOTE Specified C++11: please drop specification unless essential * 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 ...Warning in file.symlink(from, to) : cannot symlink '/media/volume/teran2_disk/rapidbuild/bbs-3.21-bioc-rapid/R/site-library/SingleCellExperiment' to '/tmp/Rtmp108KUh/RLIBS_13957a574cb1e0/SingleCellExperiment', reason 'No space left on device' Error in flink(where, tmplib) : cannot link from /media/volume/teran2_disk/rapidbuild/bbs-3.21-bioc-rapid/R/site-library/SingleCellExperiment Execution halted
batchelor.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/rapidbuild/bbs-3.21-bioc-rapid/R/bin/R CMD INSTALL batchelor ### ############################################################################## ############################################################################## * installing to library ‘/media/volume/teran2_disk/rapidbuild/bbs-3.21-bioc-rapid/R/site-library’ * installing *source* package ‘batchelor’ ... ** this is package ‘batchelor’ version ‘1.23.1’ ** using staged installation ** libs using C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ using C++11 g++ -std=gnu++11 -I"/home/rapidbuild/bbs-3.21-bioc-rapid/R/include" -DNDEBUG -I'/media/volume/teran2_disk/rapidbuild/bbs-3.21-bioc-rapid/R/site-library/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -Werror=format-security -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++11 -I"/home/rapidbuild/bbs-3.21-bioc-rapid/R/include" -DNDEBUG -I'/media/volume/teran2_disk/rapidbuild/bbs-3.21-bioc-rapid/R/site-library/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -Werror=format-security -DR_NO_REMAP -c adjust_shift_variance.cpp -o adjust_shift_variance.o adjust_shift_variance.cpp: In function ‘Rcpp::NumericVector adjust_shift_variance(Rcpp::NumericMatrix, Rcpp::NumericMatrix, Rcpp::NumericMatrix, double, Rcpp::IntegerVector, Rcpp::IntegerVector)’: adjust_shift_variance.cpp:34:16: warning: comparison of integer expressions of different signedness: ‘const size_t’ {aka ‘const long unsigned int’} and ‘int’ [-Wsign-compare] 34 | if (ngenes != data2.nrow() || ngenes != vect.ncol()) { | ~~~~~~~^~~~~~~~~~~~~~~ adjust_shift_variance.cpp:34:42: warning: comparison of integer expressions of different signedness: ‘const size_t’ {aka ‘const long unsigned int’} and ‘int’ [-Wsign-compare] 34 | if (ngenes != data2.nrow() || ngenes != vect.ncol()) { | ~~~~~~~^~~~~~~~~~~~~~ adjust_shift_variance.cpp:39:16: warning: comparison of integer expressions of different signedness: ‘const size_t’ {aka ‘const long unsigned int’} and ‘int’ [-Wsign-compare] 39 | if (ncells != vect.nrow()) { | ~~~~~~~^~~~~~~~~~~~~~ adjust_shift_variance.cpp:118:39: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare] 118 | for (size_t other=0; other<restrict1.size(); ++other) { | ~~~~~^~~~~~~~~~~~~~~~~ g++ -std=gnu++11 -I"/home/rapidbuild/bbs-3.21-bioc-rapid/R/include" -DNDEBUG -I'/media/volume/teran2_disk/rapidbuild/bbs-3.21-bioc-rapid/R/site-library/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -Werror=format-security -DR_NO_REMAP -c find_mutual_nns.cpp -o find_mutual_nns.o g++ -std=gnu++11 -I"/home/rapidbuild/bbs-3.21-bioc-rapid/R/include" -DNDEBUG -I'/media/volume/teran2_disk/rapidbuild/bbs-3.21-bioc-rapid/R/site-library/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -Werror=format-security -DR_NO_REMAP -c smooth_gaussian_kernel.cpp -o smooth_gaussian_kernel.o smooth_gaussian_kernel.cpp: In function ‘SEXPREC* smooth_gaussian_kernel(Rcpp::NumericMatrix, Rcpp::IntegerVector, Rcpp::NumericMatrix, double)’: smooth_gaussian_kernel.cpp:18:13: warning: comparison of integer expressions of different signedness: ‘const size_t’ {aka ‘const long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare] 18 | if (nmnn!=index.size()) { | ~~~~^~~~~~~~~~~~~~ g++ -std=gnu++11 -I"/home/rapidbuild/bbs-3.21-bioc-rapid/R/include" -DNDEBUG -I'/media/volume/teran2_disk/rapidbuild/bbs-3.21-bioc-rapid/R/site-library/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -Werror=format-security -DR_NO_REMAP -c utils.cpp -o utils.o g++ -std=gnu++11 -shared -L/usr/local/lib -o batchelor.so RcppExports.o adjust_shift_variance.o find_mutual_nns.o smooth_gaussian_kernel.o utils.o installing to /media/volume/teran2_disk/rapidbuild/bbs-3.21-bioc-rapid/R/site-library/00LOCK-batchelor/00new/batchelor/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 (batchelor)