Back to Multiple platform build/check report for BioC 3.21: simplified long |
|
This page was generated on 2025-03-14 11:47 -0400 (Fri, 14 Mar 2025).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo1 | Linux (Ubuntu 24.04.1 LTS) | x86_64 | R Under development (unstable) (2025-02-19 r87757) -- "Unsuffered Consequences" | 4781 |
palomino7 | Windows Server 2022 Datacenter | x64 | R Under development (unstable) (2025-03-01 r87860 ucrt) -- "Unsuffered Consequences" | 4537 |
lconway | macOS 12.7.1 Monterey | x86_64 | R Under development (unstable) (2025-03-02 r87868) -- "Unsuffered Consequences" | 4567 |
kjohnson3 | macOS 13.7.1 Ventura | arm64 | R Under development (unstable) (2025-03-02 r87868) -- "Unsuffered Consequences" | 4519 |
kunpeng2 | Linux (openEuler 24.03 LTS) | aarch64 | R Under development (unstable) (2025-02-19 r87757) -- "Unsuffered Consequences" | 4451 |
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 1879/2309 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
scde 2.35.0 (landing page) Evan Biederstedt
| nebbiolo1 | Linux (Ubuntu 24.04.1 LTS) / x86_64 | OK | OK | WARNINGS | ![]() | ||||||||
palomino7 | Windows Server 2022 Datacenter / x64 | OK | OK | WARNINGS | OK | ![]() | ||||||||
lconway | macOS 12.7.1 Monterey / x86_64 | OK | OK | WARNINGS | OK | ![]() | ||||||||
kjohnson3 | macOS 13.7.1 Ventura / arm64 | OK | OK | WARNINGS | OK | ![]() | ||||||||
kunpeng2 | Linux (openEuler 24.03 LTS) / aarch64 | OK | OK | WARNINGS | ||||||||||
To the developers/maintainers of the scde package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/scde.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: scde |
Version: 2.35.0 |
Command: /home/biocbuild/R/R/bin/R CMD INSTALL scde |
StartedAt: 2025-03-13 19:25:12 -0000 (Thu, 13 Mar 2025) |
EndedAt: 2025-03-13 19:26:34 -0000 (Thu, 13 Mar 2025) |
EllapsedTime: 82.0 seconds |
RetCode: 0 |
Status: OK |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R/bin/R CMD INSTALL scde ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/R/R-devel_2025-02-19/site-library’ * installing *source* package ‘scde’ ... ** this is package ‘scde’ version ‘2.35.0’ ** using staged installation ** libs using C++ compiler: ‘aarch64-unknown-linux-gnu-g++ (GCC) 14.2.0’ /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/Rcpp/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/RcppArmadillo/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -Wall -Werror=format-security -c bwpca.cpp -o bwpca.o bwpca.cpp: In function ‘void set_random_matrix(arma::mat&, arma::mat&)’: bwpca.cpp:24:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare] 24 | for(int j=0;j<target.n_rows;j++) { | ~^~~~~~~~~~~~~~ bwpca.cpp:31:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare] 31 | for(int i=0;i<target.n_cols;i++) { | ~^~~~~~~~~~~~~~ bwpca.cpp:34:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare] 34 | for(int j=0;j<target.n_rows;j++) { | ~^~~~~~~~~~~~~~ bwpca.cpp: In function ‘void set_random_matrices(arma::mat&, arma::mat&, arma::mat&, arma::mat&)’: bwpca.cpp:44:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare] 44 | for(int j=0;j<target1.n_rows;j++) { | ~^~~~~~~~~~~~~~~ bwpca.cpp:51:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare] 51 | for(int i=0;i<target1.n_cols;i++) { | ~^~~~~~~~~~~~~~~ bwpca.cpp:54:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare] 54 | for(int j=0;j<target1.n_rows;j++) { | ~^~~~~~~~~~~~~~~ /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/Rcpp/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/RcppArmadillo/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -Wall -Werror=format-security -c jpmatLogBoot.cpp -o jpmatLogBoot.o jpmatLogBoot.cpp: In function ‘SEXPREC* logBootPosterior(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’: jpmatLogBoot.cpp:200:24: warning: unused variable ‘maxv’ [-Wunused-variable] 200 | double maxv=nbp.max(maxij); | ^~~~ jpmatLogBoot.cpp: In function ‘SEXPREC* logBootBatchPosterior(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’: jpmatLogBoot.cpp:443:24: warning: unused variable ‘maxv’ [-Wunused-variable] 443 | double maxv=nbp.max(maxij); | ^~~~ /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/Rcpp/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/RcppArmadillo/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -Wall -Werror=format-security -c matSlideMult.cpp -o matSlideMult.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/Rcpp/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/RcppArmadillo/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -Wall -Werror=format-security -c pagoda.cpp -o pagoda.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -shared -L/home/biocbuild/R/R/lib -L/usr/local/lib -o scde.so bwpca.o jpmatLogBoot.o matSlideMult.o pagoda.o -lpthread -L/home/biocbuild/R/R/lib -lRlapack -L/home/biocbuild/R/R/lib -lRblas -lgfortran -lm -fopenmp -L/home/biocbuild/R/R/lib -lR installing to /home/biocbuild/R/R-devel_2025-02-19/site-library/00LOCK-scde/00new/scde/libs ** R ** data *** moving datasets to lazyload DB ** 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 (scde)