Back to Multiple platform build/check report for BioC 3.18: simplified long |
|
This page was generated on 2023-11-02 11:41:13 -0400 (Thu, 02 Nov 2023).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo2 | Linux (Ubuntu 22.04.2 LTS) | x86_64 | 4.3.1 (2023-06-16) -- "Beagle Scouts" | 4729 |
palomino4 | Windows Server 2022 Datacenter | x64 | 4.3.1 (2023-06-16 ucrt) -- "Beagle Scouts" | 4463 |
lconway | macOS 12.6.5 Monterey | x86_64 | 4.3.1 Patched (2023-06-17 r84564) -- "Beagle Scouts" | 4478 |
kunpeng2 | Linux (openEuler 22.03 LTS-SP1) | aarch64 | 4.3.1 (2023-06-16) -- "Beagle Scouts" | 4464 |
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 1824/2266 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
runibic 1.24.0 (landing page) Patryk Orzechowski
| nebbiolo2 | Linux (Ubuntu 22.04.2 LTS) / x86_64 | OK | OK | OK | |||||||||
palomino4 | Windows Server 2022 Datacenter / x64 | OK | OK | WARNINGS | OK | |||||||||
lconway | macOS 12.6.5 Monterey / x86_64 | ... NOT SUPPORTED ... | ||||||||||||
kjohnson1 | macOS 13.6.1 Ventura / arm64 | see weekly results here | ||||||||||||
kunpeng2 | Linux (openEuler 22.03 LTS-SP1) / aarch64 | OK | OK | OK | ||||||||||
To the developers/maintainers of the runibic package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/runibic.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: runibic |
Version: 1.24.0 |
Command: /home/biocbuild/R/R-4.3.1/bin/R CMD INSTALL runibic |
StartedAt: 2023-11-01 20:52:58 -0000 (Wed, 01 Nov 2023) |
EndedAt: 2023-11-01 20:54:02 -0000 (Wed, 01 Nov 2023) |
EllapsedTime: 64.7 seconds |
RetCode: 0 |
Status: OK |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R-4.3.1/bin/R CMD INSTALL runibic ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/R/R-4.3.1/site-library’ * installing *source* package ‘runibic’ ... ** using staged installation ** libs using C compiler: ‘gcc (GCC) 10.3.1’ using C++ compiler: ‘g++ (GCC) 10.3.1’ using C++11 g++ -std=gnu++11 -I"/home/biocbuild/R/R-4.3.1/include" -DNDEBUG -I'/home/biocbuild/R/R-4.3.1/site-library/Rcpp/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -Wall -c GlobalDefs.cpp -o GlobalDefs.o GlobalDefs.cpp: In function ‘bool check_seed(int, int, int, const std::vector<BicBlock*>&, int, int)’: GlobalDefs.cpp:69:16: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 69 | for (i=0; i<vecBlk[ind]->genes.size(); i++){ | ~^~~~~~~~~~~~~~~~~~~~~~~~~~ GlobalDefs.cpp:76:16: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 76 | for (i=0; i<vecBlk[ind]->genes.size(); i++){ | ~^~~~~~~~~~~~~~~~~~~~~~~~~~ GlobalDefs.cpp: In function ‘void block_init(int, int, int, BicBlock*, std::vector<int>&, std::vector<int>&, std::vector<bool>&, int, int*, std::vector<long double>&, Params*, std::vector<std::vector<int> >&, std::vector<std::vector<int> >*)’: GlobalDefs.cpp:138:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 138 | for (auto i = 0; i < (*inputData)[t0].size() ;i++){ | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ GlobalDefs.cpp:152:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 152 | for(auto i=0;i<(*inputData)[j].size();i++) | ~^~~~~~~~~~~~~~~~~~~~~~~ GlobalDefs.cpp:117:7: warning: unused variable ‘colNum’ [-Wunused-variable] 117 | int colNum = gParameters.ColNumber; | ^~~~~~ GlobalDefs.cpp: In function ‘std::vector<int> getGenesFullLCS(const std::vector<int>&, const std::vector<int>&)’: GlobalDefs.cpp:240:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 240 | for(auto i=0;i<s1.size()+1;i++) { | ~^~~~~~~~~~~~ GlobalDefs.cpp:246:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 246 | for(auto i=0; i<s1.size()+1; i++) { | ~^~~~~~~~~~~~ GlobalDefs.cpp:250:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 250 | for(auto j=0; j<s2.size()+1; j++) { | ~^~~~~~~~~~~~ GlobalDefs.cpp:255:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 255 | for(auto i=1; i<s1.size()+1; i++) { | ~^~~~~~~~~~~~ GlobalDefs.cpp:256:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 256 | for(auto j=1; j<s2.size()+1; j++) { | ~^~~~~~~~~~~~ GlobalDefs.cpp:273:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 273 | for (auto j=1;j<s2.size()+1;j++) { | ~^~~~~~~~~~~~ GlobalDefs.cpp:284:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 284 | for (auto i=1;i<s1.size()+1;i++) { | ~^~~~~~~~~~~~ GlobalDefs.cpp:285:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 285 | for (auto j=1;j<s2.size()+1;j++) { | ~^~~~~~~~~~~~ GlobalDefs.cpp:294:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 294 | for(auto i=0;i<s1.size()+1;i++) { | ~^~~~~~~~~~~~ GlobalDefs.cpp:232:16: warning: unused variable ‘rank’ [-Wunused-variable] 232 | int maxvalue,rank; | ^~~~ GlobalDefs.cpp: In function ‘void internalPairwiseLCS(std::vector<int>&, std::vector<int>&, std::vector<std::vector<int> >&)’: GlobalDefs.cpp:336:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 336 | for (auto i=0; i<x.size()+1; i++) { | ~^~~~~~~~~~~ GlobalDefs.cpp:341:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 341 | for (auto j=0; j<y.size()+1; j++) { | ~^~~~~~~~~~~ GlobalDefs.cpp:344:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 344 | for(auto i=1; i<x.size()+1; i++) { | ~^~~~~~~~~~~ GlobalDefs.cpp:345:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 345 | for(auto j=1; j<y.size()+1; j++) { | ~^~~~~~~~~~~ In file included from GlobalDefs.cpp:34: fibpriv.h: At global scope: fibpriv.h:54:13: warning: ‘void fh_initheap(fibheap*)’ declared ‘static’ but never defined [-Wunused-function] 54 | static void fh_initheap(struct fibheap *); | ^~~~~~~~~~~ fibpriv.h:55:13: warning: ‘void fh_insertrootlist(fibheap*, fibheap_el*)’ declared ‘static’ but never defined [-Wunused-function] 55 | static void fh_insertrootlist(struct fibheap *, struct fibheap_el *); | ^~~~~~~~~~~~~~~~~ fibpriv.h:56:13: warning: ‘void fh_removerootlist(fibheap*, fibheap_el*)’ declared ‘static’ but never defined [-Wunused-function] 56 | static void fh_removerootlist(struct fibheap *, struct fibheap_el *); | ^~~~~~~~~~~~~~~~~ fibpriv.h:57:13: warning: ‘void fh_consolidate(fibheap*)’ declared ‘static’ but never defined [-Wunused-function] 57 | static void fh_consolidate(struct fibheap *); | ^~~~~~~~~~~~~~ fibpriv.h:58:13: warning: ‘void fh_heaplink(fibheap*, fibheap_el*, fibheap_el*)’ declared ‘static’ but never defined [-Wunused-function] 58 | static void fh_heaplink(struct fibheap *h, struct fibheap_el *y, | ^~~~~~~~~~~ fibpriv.h:60:13: warning: ‘void fh_cut(fibheap*, fibheap_el*, fibheap_el*)’ declared ‘static’ but never defined [-Wunused-function] 60 | static void fh_cut(struct fibheap *, struct fibheap_el *, struct fibheap_el *); | ^~~~~~ fibpriv.h:61:13: warning: ‘void fh_cascading_cut(fibheap*, fibheap_el*)’ declared ‘static’ but never defined [-Wunused-function] 61 | static void fh_cascading_cut(struct fibheap *, struct fibheap_el *); | ^~~~~~~~~~~~~~~~ fibpriv.h:62:27: warning: ‘fibheap_el* fh_extractminel(fibheap*)’ declared ‘static’ but never defined [-Wunused-function] 62 | static struct fibheap_el *fh_extractminel(struct fibheap *); | ^~~~~~~~~~~~~~~ fibpriv.h:63:13: warning: ‘void fh_checkcons(fibheap*)’ declared ‘static’ but never defined [-Wunused-function] 63 | static void fh_checkcons(struct fibheap *h); | ^~~~~~~~~~~~ fibpriv.h:64:13: warning: ‘void fh_destroyheap(fibheap*)’ declared ‘static’ but never defined [-Wunused-function] 64 | static void fh_destroyheap(struct fibheap *h); | ^~~~~~~~~~~~~~ fibpriv.h:65:12: warning: ‘int fh_compare(fibheap*, fibheap_el*, fibheap_el*)’ declared ‘static’ but never defined [-Wunused-function] 65 | static int fh_compare(struct fibheap *h, struct fibheap_el *a, | ^~~~~~~~~~ fibpriv.h:67:12: warning: ‘int fh_comparedata(fibheap*, int, void*, fibheap_el*)’ declared ‘static’ but never defined [-Wunused-function] 67 | static int fh_comparedata(struct fibheap *h, int key, void *data, | ^~~~~~~~~~~~~~ fibpriv.h:69:13: warning: ‘void fh_insertel(fibheap*, fibheap_el*)’ declared ‘static’ but never defined [-Wunused-function] 69 | static void fh_insertel(struct fibheap *h, struct fibheap_el *x); | ^~~~~~~~~~~ fibpriv.h:70:13: warning: ‘void fh_deleteel(fibheap*, fibheap_el*)’ declared ‘static’ but never defined [-Wunused-function] 70 | static void fh_deleteel(struct fibheap *h, struct fibheap_el *x); | ^~~~~~~~~~~ fibpriv.h:86:27: warning: ‘fibheap_el* fhe_newelem()’ declared ‘static’ but never defined [-Wunused-function] 86 | static struct fibheap_el *fhe_newelem(void); | ^~~~~~~~~~~ fibpriv.h:87:13: warning: ‘void fhe_initelem(fibheap_el*)’ declared ‘static’ but never defined [-Wunused-function] 87 | static void fhe_initelem(struct fibheap_el *); | ^~~~~~~~~~~~ fibpriv.h:88:13: warning: ‘void fhe_insertafter(fibheap_el*, fibheap_el*)’ declared ‘static’ but never defined [-Wunused-function] 88 | static void fhe_insertafter(struct fibheap_el *a, struct fibheap_el *b); | ^~~~~~~~~~~~~~~ fibpriv.h:89:20: warning: ‘void fhe_insertbefore(fibheap_el*, fibheap_el*)’ declared ‘static’ but never defined [-Wunused-function] 89 | static inline void fhe_insertbefore(struct fibheap_el *a, struct fibheap_el *b); | ^~~~~~~~~~~~~~~~ fibpriv.h:90:27: warning: ‘fibheap_el* fhe_remove(fibheap_el*)’ declared ‘static’ but never defined [-Wunused-function] 90 | static struct fibheap_el *fhe_remove(struct fibheap_el *a); | ^~~~~~~~~~ fibpriv.h:96:19: warning: ‘int ceillog2(unsigned int)’ declared ‘static’ but never defined [-Wunused-function] 96 | static inline int ceillog2(unsigned int a); | ^~~~~~~~ GlobalDefs.cpp: In function ‘void block_init(int, int, int, BicBlock*, std::vector<int>&, std::vector<int>&, std::vector<bool>&, int, int*, std::vector<long double>&, Params*, std::vector<std::vector<int> >&, std::vector<std::vector<int> >*)’: GlobalDefs.cpp:192:15: warning: ‘pvalue’ may be used uninitialized in this function [-Wmaybe-uninitialized] 192 | pvalue=pvalue+poisson; | ~~~~~~^~~~~~~~~~~~~~~ g++ -std=gnu++11 -I"/home/biocbuild/R/R-4.3.1/include" -DNDEBUG -I'/home/biocbuild/R/R-4.3.1/site-library/Rcpp/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -Wall -c RcppExports.cpp -o RcppExports.o gcc -I"/home/biocbuild/R/R-4.3.1/include" -DNDEBUG -I'/home/biocbuild/R/R-4.3.1/site-library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -c fib.c -o fib.o g++ -std=gnu++11 -I"/home/biocbuild/R/R-4.3.1/include" -DNDEBUG -I'/home/biocbuild/R/R-4.3.1/site-library/Rcpp/include' -I/usr/local/include -fopenmp -fPIC -g -O2 -Wall -c runibic.cpp -o runibic.o runibic.cpp: In function ‘Rcpp::List calculateLCS(Rcpp::IntegerMatrix, bool)’: runibic.cpp:329:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::vector<int> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 329 | for (auto i = 0; i < discreteInputData.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ runibic.cpp:358:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<triple>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 358 | for(auto i = 0; i < out.size(); i++) | ~~^~~~~~~~~~~~ runibic.cpp: In function ‘Rcpp::List cluster(Rcpp::IntegerMatrix, Rcpp::IntegerMatrix, Rcpp::IntegerVector, Rcpp::IntegerVector, Rcpp::IntegerVector, int, int)’: runibic.cpp:417:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::vector<int> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 417 | for (auto i = 0; i < discreteInputData.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ runibic.cpp:498:18: warning: comparison of integer expressions of different signedness: ‘std::size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 498 | for(k = 0; k < components; k++) { | ~~^~~~~~~~~~~~ runibic.cpp:507:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 507 | if(components > vecGenes.size()) | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ runibic.cpp:513:24: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 513 | for (auto ki=0; ki < vecGenes.size() ; ki++) { | ~~~^~~~~~~~~~~~~~~~~ runibic.cpp:567:13: warning: unused variable ‘temp’ [-Wunused-variable] 567 | int temp; | ^~~~ runibic.cpp:597:24: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 597 | for (auto i = 0; i < discreteInputData[vecGenes[0]].size() ;i++){ | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runibic.cpp:621:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 621 | for (auto i = 0; i < discreteInputData[ki].size() ;i++){ | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ runibic.cpp:700:26: warning: comparison of integer expressions of different signedness: ‘std::vector<BicBlock*>::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 700 | if (arrBlocks.size() == gParameters.SchBlock) | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ runibic.cpp:719:12: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<BicBlock*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 719 | while (i < arrBlocks.size() && j < n) { | ~~^~~~~~~~~~~~~~~~~~ runibic.cpp:755:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<BicBlock*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 755 | for(auto ind =0; ind<arrBlocks.size(); ind++) | ~~~^~~~~~~~~~~~~~~~~ g++ -std=gnu++11 -shared -L/home/biocbuild/R/R-4.3.1/lib -L/usr/local/lib -o runibic.so GlobalDefs.o RcppExports.o fib.o runibic.o -fopenmp -L/home/biocbuild/R/R-4.3.1/lib -lR installing to /home/biocbuild/R/R-4.3.1/site-library/00LOCK-runibic/00new/runibic/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 (runibic)