Back to Multiple platform build/check report for BioC 3.20:   simplified   long
AB[C]DEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2024-08-21 11:40 -0400 (Wed, 21 Aug 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 22.04.3 LTS)x86_644.4.1 (2024-06-14) -- "Race for Your Life" 4703
palomino8Windows Server 2022 Datacenterx644.4.1 (2024-06-14 ucrt) -- "Race for Your Life" 4440
lconwaymacOS 12.7.1 Montereyx86_644.4.1 (2024-06-14) -- "Race for Your Life" 4472
kjohnson3macOS 13.6.5 Venturaarm644.4.1 (2024-06-14) -- "Race for Your Life" 4421
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch644.4.1 (2024-06-14) -- "Race for Your Life" 4414
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 364/2255HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
cliqueMS 1.19.2  (landing page)
Oriol Senan Campos
Snapshot Date: 2024-08-20 14:00 -0400 (Tue, 20 Aug 2024)
git_url: https://git.bioconductor.org/packages/cliqueMS
git_branch: devel
git_last_commit: 3a18907
git_last_commit_date: 2024-08-09 07:56:15 -0400 (Fri, 09 Aug 2024)
nebbiolo2Linux (Ubuntu 22.04.3 LTS) / x86_64  ERROR    ERROR  skipped
palomino8Windows Server 2022 Datacenter / x64  ERROR    ERROR  skippedskipped
lconwaymacOS 12.7.1 Monterey / x86_64  ERROR    ERROR  skippedskipped
kjohnson3macOS 13.6.5 Ventura / arm64  ERROR    ERROR  skippedskipped
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  ERROR    ERROR  skipped


BUILD results for cliqueMS on palomino8

To the developers/maintainers of the cliqueMS package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/cliqueMS.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.

raw results


Summary

Package: cliqueMS
Version: 1.19.2
Command: chmod a+r cliqueMS -R && F:\biocbuild\bbs-3.20-bioc\R\bin\R.exe CMD build --keep-empty-dirs --no-resave-data cliqueMS
StartedAt: 2024-08-20 17:40:14 -0400 (Tue, 20 Aug 2024)
EndedAt: 2024-08-20 17:40:48 -0400 (Tue, 20 Aug 2024)
EllapsedTime: 34.0 seconds
RetCode: 1
Status:   ERROR  
PackageFile: None
PackageFileSize: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   chmod a+r cliqueMS -R && F:\biocbuild\bbs-3.20-bioc\R\bin\R.exe CMD build --keep-empty-dirs --no-resave-data cliqueMS
###
##############################################################################
##############################################################################


* checking for file 'cliqueMS/DESCRIPTION' ... OK
* preparing 'cliqueMS':
* checking DESCRIPTION meta-information ... OK
* cleaning src
* installing the package to build vignettes
      -----------------------------------
* installing *source* package 'cliqueMS' ...
** using staged installation
** libs
using C++ compiler: 'G__~1.EXE (GCC) 13.2.0'
using C++11
g++  -std=gnu++11 -I"F:/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.20-bioc/R/library/Rcpp/include' -I'F:/biocbuild/bbs-3.20-bioc/R/library/BH/include' -I'F:/biocbuild/bbs-3.20-bioc/R/library/RcppArmadillo/include'   -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp    -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++  -std=gnu++11 -I"F:/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.20-bioc/R/library/Rcpp/include' -I'F:/biocbuild/bbs-3.20-bioc/R/library/BH/include' -I'F:/biocbuild/bbs-3.20-bioc/R/library/RcppArmadillo/include'   -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp    -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c findAnnotationR.cpp -o findAnnotationR.o
In file included from findAnnotationR.cpp:1:
annotationCliqueMSR.h: In function 'std::vector<std::pair<double, double> > sortMass(annotData&, int, std::unordered_map<double, std::pair<double, double> >, int)':
annotationCliqueMSR.h:440:11: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<double, double> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  440 |     if(id < allM.size()) // not add more masses in case that for that feature are less than "n" top masses
      |        ~~~^~~~~~~~~~~~~
annotationCliqueMSR.h: In function 'std::unordered_set<double> getTopScoringMasses(annotData&, int, rawadList, int, int, double)':
annotationCliqueMSR.h:476:11: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<double, double> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  476 |     if(id < allM.size()) // not add more masses in case that there are less than "n" top masses
      |        ~~~^~~~~~~~~~~~~
annotationCliqueMSR.h: In function 'std::vector<int> sortAnnotations(std::unordered_map<int, Annotation>&, int)':
annotationCliqueMSR.h:725:11: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<double, int> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  725 |     if(id < allAn.size() )
      |        ~~~^~~~~~~~~~~~~~
annotationCliqueMSR.h: In function 'double computeMaxScore(std::vector<double>&, int, double)':
annotationCliqueMSR.h:739:24: warning: 'completeroundscore' may be used uninitialized [-Wmaybe-uninitialized]
  739 |     completeroundscore += *ritv;
      |     ~~~~~~~~~~~~~~~~~~~^~~~~~~~
annotationCliqueMSR.h:733:10: note: 'completeroundscore' was declared here
  733 |   double completeroundscore,remainderroundscore = 0;
      |          ^~~~~~~~~~~~~~~~~~
g++  -std=gnu++11 -I"F:/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.20-bioc/R/library/Rcpp/include' -I'F:/biocbuild/bbs-3.20-bioc/R/library/BH/include' -I'F:/biocbuild/bbs-3.20-bioc/R/library/RcppArmadillo/include'   -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp    -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c findCliquesR.cpp -o findCliquesR.o
g++  -std=gnu++11 -I"F:/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.20-bioc/R/library/Rcpp/include' -I'F:/biocbuild/bbs-3.20-bioc/R/library/BH/include' -I'F:/biocbuild/bbs-3.20-bioc/R/library/RcppArmadillo/include'   -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp    -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c findIsotopesR.cpp -o findIsotopesR.o
g++ -shared -s -static-libgcc -o cliqueMS.dll tmp.def RcppExports.o findAnnotationR.o findCliquesR.o findIsotopesR.o -fopenmp -LF:/biocbuild/bbs-3.20-bioc/R/bin/x64 -lRlapack -LF:/biocbuild/bbs-3.20-bioc/R/bin/x64 -lRblas -lgfortran -lm -lquadmath -LC:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -LC:/rtools44/x86_64-w64-mingw32.static.posix/lib -LF:/biocbuild/bbs-3.20-bioc/R/bin/x64 -lR
installing to F:/biocbuild/bbs-3.20-bioc/tmpdir/RtmpwpyX0t/Rinst21f056944769/00LOCK-cliqueMS/00new/cliqueMS/libs/x64
** R
Error in .install_package_code_files(".", instdir) : 
files in 'Collate' field missing from 'F:/biocbuild/bbs-3.20-bioc/tmpdir/RtmpwpyX0t/Rbuild21f015066bb5/cliqueMS/R':
  zzz.R
ERROR: unable to collate and parse R files for package 'cliqueMS'
* removing 'F:/biocbuild/bbs-3.20-bioc/tmpdir/RtmpwpyX0t/Rinst21f056944769/cliqueMS'
      -----------------------------------
ERROR: package installation failed