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

This page was generated on 2024-11-05 12:03 -0500 (Tue, 05 Nov 2024).

HostnameOSArch (*)R versionInstalled pkgs
teran2Linux (Ubuntu 24.04.1 LTS)x86_644.4.1 (2024-06-14) -- "Race for Your Life" 4503
nebbiolo2Linux (Ubuntu 24.04.1 LTS)x86_644.4.1 (2024-06-14) -- "Race for Your Life" 4763
palomino8Windows Server 2022 Datacenterx644.4.1 (2024-06-14 ucrt) -- "Race for Your Life" 4506
lconwaymacOS 12.7.1 Montereyx86_644.4.1 (2024-06-14) -- "Race for Your Life" 4539
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch644.4.1 (2024-06-14) -- "Race for Your Life" 4493
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 276/2289HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
casper 2.40.0  (landing page)
David Rossell
Snapshot Date: 2024-11-04 13:40 -0500 (Mon, 04 Nov 2024)
git_url: https://git.bioconductor.org/packages/casper
git_branch: RELEASE_3_20
git_last_commit: b17e7db
git_last_commit_date: 2024-10-29 09:44:13 -0500 (Tue, 29 Oct 2024)
teran2Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
nebbiolo2Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    WARNINGS  
palomino8Windows Server 2022 Datacenter / x64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
lconwaymacOS 12.7.1 Monterey / x86_64  OK    ERROR  skippedskipped
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    WARNINGS  


INSTALL results for casper on nebbiolo2

To the developers/maintainers of the casper package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/casper.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: casper
Version: 2.40.0
Command: /home/biocbuild/bbs-3.20-bioc/R/bin/R CMD INSTALL casper
StartedAt: 2024-11-04 15:41:35 -0500 (Mon, 04 Nov 2024)
EndedAt: 2024-11-04 15:42:38 -0500 (Mon, 04 Nov 2024)
EllapsedTime: 63.1 seconds
RetCode: 0
Status:   OK  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.20-bioc/R/bin/R CMD INSTALL casper
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.20-bioc/R/site-library’
* installing *source* package ‘casper’ ...
** using staged installation
** libs
using C compiler: ‘gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0’
using C++ compiler: ‘g++ (Ubuntu 13.2.0-23ubuntu4) 13.2.0’
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall  -c casper.cpp -o casper.o
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall  -c cstat.cpp -o cstat.o
cstat.cpp: In function ‘void free_vector(float*, int, int)’:
cstat.cpp:1111:20: warning: comparing the result of pointer addition ‘(v + ((sizetype)(((long unsigned int)nl) * 4)))’ and NULL [-Waddress]
 1111 |         if( (v+nl) != NULL ) free((char  *) (v+nl));
      |                    ^
cstat.cpp: In function ‘void free_dvector(double*, int, int)’:
cstat.cpp:1117:20: warning: comparing the result of pointer addition ‘(v + ((sizetype)(((long unsigned int)nl) * 8)))’ and NULL [-Waddress]
 1117 |         if( (v+nl) != NULL ) free((char  *) (v+nl));
      |                    ^
cstat.cpp: In function ‘void free_ivector(int*, int, int)’:
cstat.cpp:1123:20: warning: comparing the result of pointer addition ‘(v + ((sizetype)(((long unsigned int)nl) * 4)))’ and NULL [-Waddress]
 1123 |         if( (v+nl) != NULL ) free((char  *) (v+nl));
      |                    ^
cstat.cpp: In function ‘void free_dmatrix(double**, int, int, int, int)’:
cstat.cpp:1131:47: warning: comparing the result of pointer addition ‘((*(m + ((sizetype)(((long unsigned int)i) * 8)))) + ((sizetype)(((long unsigned int)ncl) * 8)))’ and NULL [-Waddress]
 1131 |         for(i=nrh;i>=nrl;i--) {if( (m[i]+ncl) != NULL )
      |                                               ^
cstat.cpp:1133:21: warning: comparing the result of pointer addition ‘(m + ((sizetype)(((long unsigned int)nrl) * 8)))’ and NULL [-Waddress]
 1133 |         if( (m+nrl) != NULL ) free((char  *) (m+nrl));
      |                     ^
cstat.cpp: In function ‘void free_imatrix(int**, int, int, int, int)’:
cstat.cpp:1141:47: warning: comparing the result of pointer addition ‘((*(m + ((sizetype)(((long unsigned int)i) * 8)))) + ((sizetype)(((long unsigned int)ncl) * 4)))’ and NULL [-Waddress]
 1141 |         for(i=nrh;i>=nrl;i--) {if( (m[i]+ncl) != NULL )
      |                                               ^
cstat.cpp:1143:21: warning: comparing the result of pointer addition ‘(m + ((sizetype)(((long unsigned int)nrl) * 8)))’ and NULL [-Waddress]
 1143 |         if( (m+nrl) != NULL ) free((char  *) (m+nrl));
      |                     ^
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall  -c dataframe.cpp -o dataframe.o
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall  -c discretedf.cpp -o discretedf.o
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall  -c dropVariant.cpp -o dropVariant.o
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall  -c exon.cpp -o exon.o
gcc -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -c fragFunc.c -o fragFunc.o
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall  -c fragment.cpp -o fragment.o
gcc -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -c functions.c -o functions.o
gcc -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -c hash.c -o hash.o
gcc -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -c join_exons.c -o join_exons.o
gcc -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -c makeIslands.c -o makeIslands.o
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall  -c model.cpp -o model.o
In file included from /usr/include/stdio.h:980,
                 from model.cpp:1:
In function ‘int sprintf(char*, const char*, ...)’,
    inlined from ‘char* Model::toString()’ at model.cpp:147:10:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:34: warning: ‘__builtin___sprintf_chk’ argument 5 overlaps destination object ‘<unknown>’ [-Wrestrict]
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall  -c model_cmp.cpp -o model_cmp.o
gcc -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -c pathCounts.c -o pathCounts.o
gcc -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -c procBam.c -o procBam.o
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall  -c rcasper.cpp -o rcasper.o
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall  -c seppel.cpp -o seppel.o
seppel.cpp: In member function ‘void Seppel::exploreUnif(int, std::set<Variant*, VariantCmp>*)’:
seppel.cpp:484:9: warning: array subscript -1 is outside array bounds of ‘void [24]’ [-Warray-bounds=]
  484 |         delete [] possiblemodels;
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
seppel.cpp:402:55: note: at offset -8 into object of size 24 allocated by ‘operator new’
  402 |   vector<Model*>* possiblemodels = new vector<Model*>();
      |                                                       ^
seppel.cpp:484:19: warning: ‘void operator delete [](void*, std::size_t)’ called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete]
  484 |         delete [] possiblemodels;
      |                   ^~~~~~~~~~~~~~
seppel.cpp:402:55: note: returned from ‘void* operator new(std::size_t)’
  402 |   vector<Model*>* possiblemodels = new vector<Model*>();
      |                                                       ^
gcc -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -c simReads.c -o simReads.o
gcc -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -c simReadsfunc.c -o simReadsfunc.o
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall  -c smartmodeldist.cpp -o smartmodeldist.o
gcc -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -c uniqQname.c -o uniqQname.o
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall  -c variant.cpp -o variant.o
In file included from /usr/include/stdio.h:980,
                 from variant.cpp:1:
In function ‘int sprintf(char*, const char*, ...)’,
    inlined from ‘void Variant::toString(char*)’ at variant.cpp:164:45:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:34: warning: ‘__builtin___sprintf_chk’ argument 5 overlaps destination object ‘str’ [-Wrestrict]
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
variant.cpp: In member function ‘void Variant::toString(char*)’:
variant.cpp:156:30: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here
  156 | void Variant::toString(char *str)
      |                        ~~~~~~^~~
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall  -c variant_cmp.cpp -o variant_cmp.o
g++ -std=gnu++17 -shared -L/home/biocbuild/bbs-3.20-bioc/R/lib -L/usr/local/lib -o casper.so casper.o cstat.o dataframe.o discretedf.o dropVariant.o exon.o fragFunc.o fragment.o functions.o hash.o join_exons.o makeIslands.o model.o model_cmp.o pathCounts.o procBam.o rcasper.o seppel.o simReads.o simReadsfunc.o smartmodeldist.o uniqQname.o variant.o variant_cmp.o -L/home/biocbuild/bbs-3.20-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.20-bioc/R/site-library/00LOCK-casper/00new/casper/libs
** R
** data
** inst
** byte-compile and prepare package for lazy loading
Creating a new generic function for ‘transcripts’ in package ‘casper’
** 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 (casper)