| Back to Rapid builds (Linux only) of a subset of BioC 3.23 Report updated every 6 hours |
This page was generated on 2025-12-11 13:10 -0500 (Thu, 11 Dec 2025).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| teran2 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | R Under development (unstable) (2025-10-28 r88973) -- "Unsuffered Consequences" | 926 |
| 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 174/230 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | |||||||
| Rdisop 1.71.0 (landing page) Steffen Neumann
| teran2 | Linux (Ubuntu 24.04.3 LTS) / x86_64 | ERROR | ERROR | skipped | |||||||
|
To the developers/maintainers of the Rdisop 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: Rdisop |
| Version: 1.71.0 |
| Command: /home/rapidbuild/bbs-3.23-bioc-rapid/R/bin/R CMD INSTALL Rdisop |
| StartedAt: 2025-12-11 12:06:29 -0500 (Thu, 11 Dec 2025) |
| EndedAt: 2025-12-11 12:06:40 -0500 (Thu, 11 Dec 2025) |
| EllapsedTime: 10.8 seconds |
| RetCode: 1 |
| Status: ERROR |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/rapidbuild/bbs-3.23-bioc-rapid/R/bin/R CMD INSTALL Rdisop
###
##############################################################################
##############################################################################
* installing to library ‘/media/volume/teran2_disk/rapidbuild/bbs-3.23-bioc-rapid/R/site-library’
* installing *source* package ‘Rdisop’ ...
** this is package ‘Rdisop’ version ‘1.71.0’
** using staged installation
** libs
using C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’
g++ -std=gnu++17 -I"/home/rapidbuild/bbs-3.23-bioc-rapid/R/include" -DNDEBUG -I'/media/volume/teran2_disk/rapidbuild/bbs-3.23-bioc-rapid/R/site-library/Rcpp/include' -I/usr/local/include -I./imslib/src/ -fpic -g -O2 -Wall -Werror=format-security -c disop.cpp -o disop.o
In file included from ./imslib/src/ims/alphabet.h:8,
from disop.cpp:18:
./imslib/src/ims/element.h: In member function ‘ims::Element::mass_type ims::Element::getMass(size_type) const’:
./imslib/src/ims/element.h:166:37: warning: comparison of integer expressions of different signedness: ‘int’ and ‘ims::IsotopeDistribution::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
166 | for (int i=0; i < IsotopeDistribution::SIZE; i++) {
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from disop.cpp:28:
./imslib/src/ims/decomp/decomputils.h: In function ‘std::pair<typename DecompositionWeights::alphabet_mass_type, typename DecompositionWeights::alphabet_mass_type> ims::DecompUtils::getMinMaxWeightsRoundingErrors(const DecompositionWeights&)’:
./imslib/src/ims/decomp/decomputils.h:92:60: warning: typedef ‘weight_type’ locally defined but not used [-Wunused-local-typedefs]
92 | typedef typename DecompositionWeights::weight_type weight_type;
| ^~~~~~~~~~~
disop.cpp: In function ‘bool isValidMyNitrogenRule(const ims::ComposedElement&, int)’:
disop.cpp:106:8: warning: unused variable ‘parityeven’ [-Wunused-variable]
106 | bool parityeven = !parityodd;
| ^~~~~~~~~~
disop.cpp: In function ‘SEXPREC* decomposeIsotopes(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
disop.cpp:229:50: warning: comparison of integer expressions of different signedness: ‘std::vector<ims::IsotopeDistribution::Peak>::size_type’ {aka ‘long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare]
229 | for (peaks_container::size_type i = 0; i < abundances.size(); ++i) {
| ~~^~~~~~~~~~~~~~~~~~~
disop.cpp:232:50: warning: comparison of integer expressions of different signedness: ‘std::vector<ims::IsotopeDistribution::Peak>::size_type’ {aka ‘long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare]
232 | for (peaks_container::size_type i = 0; i < abundances.size(); ++i) {
| ~~^~~~~~~~~~~~~~~~~~~
disop.cpp:240:53: warning: comparison of integer expressions of different signedness: ‘std::vector<double>::size_type’ {aka ‘long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare]
240 | for (masses_container::size_type mi = 0; mi < masses.size() && mi < abundances.size(); ++mi) {
| ~~~^~~~~~~~~~~~~~~
disop.cpp:240:75: warning: comparison of integer expressions of different signedness: ‘std::vector<double>::size_type’ {aka ‘long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare]
240 | for (masses_container::size_type mi = 0; mi < masses.size() && mi < abundances.size(); ++mi) {
| ~~~^~~~~~~~~~~~~~~~~~~
disop.cpp:192:13: warning: unused variable ‘number_molecules_shown’ [-Wunused-variable]
192 | int number_molecules_shown = 100;
| ^~~~~~~~~~~~~~~~~~~~~~
disop.cpp:170:39: warning: typedef ‘mass_type’ locally defined but not used [-Wunused-local-typedefs]
170 | typedef distribution_t::mass_type mass_type;
| ^~~~~~~~~
disop.cpp:172:47: warning: typedef ‘nominal_mass_type’ locally defined but not used [-Wunused-local-typedefs]
172 | typedef distribution_t::nominal_mass_type nominal_mass_type;
| ^~~~~~~~~~~~~~~~~
disop.cpp:175:42: warning: typedef ‘decomposition_type’ locally defined but not used [-Wunused-local-typedefs]
175 | typedef decompositions_t::value_type decomposition_type;
| ^~~~~~~~~~~~~~~~~~
disop.cpp: In function ‘SEXPREC* calculateScore(SEXP, SEXP, SEXP, SEXP)’:
disop.cpp:391:53: warning: comparison of integer expressions of different signedness: ‘std::vector<double>::size_type’ {aka ‘long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare]
391 | for (masses_container::size_type mi = 0; mi < masses.size() && mi < abundances.size(); ++mi)
| ~~~^~~~~~~~~~~~~~~
disop.cpp:391:75: warning: comparison of integer expressions of different signedness: ‘std::vector<double>::size_type’ {aka ‘long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare]
391 | for (masses_container::size_type mi = 0; mi < masses.size() && mi < abundances.size(); ++mi)
| ~~~^~~~~~~~~~~~~~~~~~~
disop.cpp:408:50: warning: comparison of integer expressions of different signedness: ‘std::vector<ims::IsotopeDistribution::Peak>::size_type’ {aka ‘long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare]
408 | for (peaks_container::size_type i = 0; i < abundances.size(); ++i) {
| ~~^~~~~~~~~~~~~~~~~~~
disop.cpp:411:50: warning: comparison of integer expressions of different signedness: ‘std::vector<ims::IsotopeDistribution::Peak>::size_type’ {aka ‘long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare]
411 | for (peaks_container::size_type i = 0; i < abundances.size(); ++i) {
| ~~^~~~~~~~~~~~~~~~~~~
disop.cpp:415:53: warning: comparison of integer expressions of different signedness: ‘std::vector<double>::size_type’ {aka ‘long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare]
415 | for (masses_container::size_type mi = 0; mi < masses.size() && mi < abundances.size(); ++mi)
| ~~~^~~~~~~~~~~~~~~
disop.cpp:415:75: warning: comparison of integer expressions of different signedness: ‘std::vector<double>::size_type’ {aka ‘long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare]
415 | for (masses_container::size_type mi = 0; mi < masses.size() && mi < abundances.size(); ++mi)
| ~~~^~~~~~~~~~~~~~~~~~~
disop.cpp:378:43: warning: typedef ‘mass_type’ locally defined but not used [-Wunused-local-typedefs]
378 | typedef distribution_t::mass_type mass_type;
| ^~~~~~~~~
disop.cpp: In function ‘SEXPREC* rlistScores(std::multimap<score_type, ims::ComposedElement, std::greater<score_type> >, int)’:
disop.cpp:627:43: warning: typedef ‘scorer_type’ locally defined but not used [-Wunused-local-typedefs]
627 | typedef DistributionProbabilityScorer scorer_type;
| ^~~~~~~~~~~
disop.cpp: In function ‘void initializeCHNOPS(alphabet_t&, int)’:
disop.cpp:710:39: warning: typedef ‘elements_type’ locally defined but not used [-Wunused-local-typedefs]
710 | typedef alphabet_t::container elements_type;
| ^~~~~~~~~~~~~
disop.cpp: In function ‘void initializeAlphabet(SEXP, alphabet_t&, int)’:
disop.cpp:815:33: warning: typedef ‘elements_type’ locally defined but not used [-Wunused-local-typedefs]
815 | typedef alphabet_t::container elements_type;
| ^~~~~~~~~~~~~
g++ -std=gnu++17 -I"/home/rapidbuild/bbs-3.23-bioc-rapid/R/include" -DNDEBUG -I'/media/volume/teran2_disk/rapidbuild/bbs-3.23-bioc-rapid/R/site-library/Rcpp/include' -I/usr/local/include -I./imslib/src/ -fpic -g -O2 -Wall -Werror=format-security -c imslib/src/ims/element.cpp -o imslib/src/ims/element.o
In file included from imslib/src/ims/element.cpp:6:
./imslib/src/ims/element.h: In member function ‘ims::Element::mass_type ims::Element::getMass(size_type) const’:
./imslib/src/ims/element.h:166:37: warning: comparison of integer expressions of different signedness: ‘int’ and ‘ims::IsotopeDistribution::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
166 | for (int i=0; i < IsotopeDistribution::SIZE; i++) {
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/home/rapidbuild/bbs-3.23-bioc-rapid/R/include" -DNDEBUG -I'/media/volume/teran2_disk/rapidbuild/bbs-3.23-bioc-rapid/R/site-library/Rcpp/include' -I/usr/local/include -I./imslib/src/ -fpic -g -O2 -Wall -Werror=format-security -c imslib/src/ims/composedelement.cpp -o imslib/src/ims/composedelement.o
In file included from ./imslib/src/ims/composedelement.h:7,
from imslib/src/ims/composedelement.cpp:8:
./imslib/src/ims/element.h: In member function ‘ims::Element::mass_type ims::Element::getMass(size_type) const’:
./imslib/src/ims/element.h:166:37: warning: comparison of integer expressions of different signedness: ‘int’ and ‘ims::IsotopeDistribution::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
166 | for (int i=0; i < IsotopeDistribution::SIZE; i++) {
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/home/rapidbuild/bbs-3.23-bioc-rapid/R/include" -DNDEBUG -I'/media/volume/teran2_disk/rapidbuild/bbs-3.23-bioc-rapid/R/site-library/Rcpp/include' -I/usr/local/include -I./imslib/src/ -fpic -g -O2 -Wall -Werror=format-security -c imslib/src/ims/isotopedistribution.cpp -o imslib/src/ims/isotopedistribution.o
g++ -std=gnu++17 -I"/home/rapidbuild/bbs-3.23-bioc-rapid/R/include" -DNDEBUG -I'/media/volume/teran2_disk/rapidbuild/bbs-3.23-bioc-rapid/R/site-library/Rcpp/include' -I/usr/local/include -I./imslib/src/ -fpic -g -O2 -Wall -Werror=format-security -c imslib/src/ims/alphabet.cpp -o imslib/src/ims/alphabet.o
In file included from ./imslib/src/ims/alphabet.h:8,
from imslib/src/ims/alphabet.cpp:6:
./imslib/src/ims/element.h: In member function ‘ims::Element::mass_type ims::Element::getMass(size_type) const’:
./imslib/src/ims/element.h:166:37: warning: comparison of integer expressions of different signedness: ‘int’ and ‘ims::IsotopeDistribution::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
166 | for (int i=0; i < IsotopeDistribution::SIZE; i++) {
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
imslib/src/ims/alphabet.cpp: At global scope:
imslib/src/ims/alphabet.cpp:107:1: fatal error: error writing to /tmp/ccW61zb5.s: No space left on device
107 | } // namespace ims
| ^
compilation terminated.
make: *** [/home/rapidbuild/bbs-3.23-bioc-rapid/R/etc/Makeconf:209: imslib/src/ims/alphabet.o] Error 1
ERROR: compilation failed for package ‘Rdisop’
* removing ‘/media/volume/teran2_disk/rapidbuild/bbs-3.23-bioc-rapid/R/site-library/Rdisop’
* restoring previous ‘/media/volume/teran2_disk/rapidbuild/bbs-3.23-bioc-rapid/R/site-library/Rdisop’