Back to Multiple platform build/check report for BioC 3.13 |
|
This page was generated on 2021-10-15 15:06:31 -0400 (Fri, 15 Oct 2021).
To the developers/maintainers of the ChemmineR package: - Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/ChemmineR.git to reflect on this report. See How and When does the builder pull? When will my changes propagate? here for more information. - Make sure to use the following settings in order to reproduce any error or warning you see on this page. |
Package 285/2041 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
ChemmineR 3.44.0 (landing page) Thomas Girke
| nebbiolo1 | Linux (Ubuntu 20.04.2 LTS) / x86_64 | OK | OK | WARNINGS | |||||||||
tokay2 | Windows Server 2012 R2 Standard / x64 | OK | OK | WARNINGS | OK | |||||||||
machv2 | macOS 10.14.6 Mojave / x86_64 | OK | OK | WARNINGS | OK | |||||||||
Package: ChemmineR |
Version: 3.44.0 |
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL ChemmineR |
StartedAt: 2021-10-14 08:54:00 -0400 (Thu, 14 Oct 2021) |
EndedAt: 2021-10-14 08:54:53 -0400 (Thu, 14 Oct 2021) |
EllapsedTime: 52.5 seconds |
RetCode: 0 |
Status: OK |
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL ChemmineR ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/4.1/Resources/library’ * installing *source* package ‘ChemmineR’ ... ** using staged installation ** libs clang++ -mmacosx-version-min=10.13 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/BH/include' -I/usr/local/include -DNO_MAIN -DNO_DEBUG -fPIC -Wall -g -O2 -c DisjointSets.cpp -o DisjointSets.o clang++ -mmacosx-version-min=10.13 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/BH/include' -I/usr/local/include -DNO_MAIN -DNO_DEBUG -fPIC -Wall -g -O2 -c cluster.cc -o cluster.o cluster.cc:49:13: warning: unused function 'prepare_neighbors' [-Wunused-function] void static prepare_neighbors(const char* nbr_file, int skip, int p) ^ 1 warning generated. clang++ -mmacosx-version-min=10.13 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/BH/include' -I/usr/local/include -DNO_MAIN -DNO_DEBUG -fPIC -Wall -g -O2 -c cstrsplit.cc -o cstrsplit.o clang++ -mmacosx-version-min=10.13 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/BH/include' -I/usr/local/include -DNO_MAIN -DNO_DEBUG -fPIC -Wall -g -O2 -c desc.cc -o desc.o clang++ -mmacosx-version-min=10.13 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/BH/include' -I/usr/local/include -DNO_MAIN -DNO_DEBUG -fPIC -Wall -g -O2 -c fingerprints.cc -o fingerprints.o clang++ -mmacosx-version-min=10.13 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/BH/include' -I/usr/local/include -DNO_MAIN -DNO_DEBUG -fPIC -Wall -g -O2 -c formats.cc -o formats.o clang++ -mmacosx-version-min=10.13 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/BH/include' -I/usr/local/include -DNO_MAIN -DNO_DEBUG -fPIC -Wall -g -O2 -c molecule.cc -o molecule.o clang++ -mmacosx-version-min=10.13 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/BH/include' -I/usr/local/include -DNO_MAIN -DNO_DEBUG -fPIC -Wall -g -O2 -c r_wrap.cc -o r_wrap.o r_wrap.cc:563:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t l = 0; ^~~~~~~~~ r_wrap.cc:564:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t r = iter->size - 1; ^~~~~~~~~ r_wrap.cc:567:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i = (l + r) >> 1; ^~~~~~~~~ r_wrap.cc:570:4: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int compare = strcmp(name, iname); ^~~~~~~~~ r_wrap.cc:614:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i = 0; ^~~~~~~~~ r_wrap.cc:633:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register const unsigned char *u = (unsigned char *) ptr; ^~~~~~~~~ r_wrap.cc:634:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register const unsigned char *eu = u + sz; ^~~~~~~~~ r_wrap.cc:636:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned char uu = *u; ^~~~~~~~~ r_wrap.cc:648:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned char *u = (unsigned char *) ptr; ^~~~~~~~~ r_wrap.cc:649:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register const unsigned char *eu = u + sz; ^~~~~~~~~ r_wrap.cc:651:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char d = *(c++); ^~~~~~~~~ r_wrap.cc:652:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned char uu; ^~~~~~~~~ r_wrap.cc:1689:14: warning: explicitly assigning value of variable of type 'void *' to itself [-Wself-assign] clientdata = clientdata; ~~~~~~~~~~ ^ ~~~~~~~~~~ 13 warnings generated. clang++ -mmacosx-version-min=10.13 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/BH/include' -I/usr/local/include -DNO_MAIN -DNO_DEBUG -fPIC -Wall -g -O2 -c script.cc -o script.o clang++ -mmacosx-version-min=10.13 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/BH/include' -I/usr/local/include -DNO_MAIN -DNO_DEBUG -fPIC -Wall -g -O2 -c similarity.cc -o similarity.o clang++ -mmacosx-version-min=10.13 -std=gnu++14 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/usr/local/lib -o ChemmineR.so DisjointSets.o cluster.o cstrsplit.o desc.o fingerprints.o formats.o molecule.o r_wrap.o script.o similarity.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation installing to /Library/Frameworks/R.framework/Versions/4.1/Resources/library/00LOCK-ChemmineR/00new/ChemmineR/libs ** R ** data ** 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 (ChemmineR)