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

This page was generated on 2024-03-04 11:37:11 -0500 (Mon, 04 Mar 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 22.04.3 LTS)x86_644.3.2 Patched (2023-11-13 r85521) -- "Eye Holes" 4692
palomino4Windows Server 2022 Datacenterx644.3.2 (2023-10-31 ucrt) -- "Eye Holes" 4445
lconwaymacOS 12.7.1 Montereyx86_644.3.2 Patched (2023-11-01 r85457) -- "Eye Holes" 4466
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 272/2266HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
casper 2.36.0  (landing page)
David Rossell
Snapshot Date: 2024-03-03 14:05:05 -0500 (Sun, 03 Mar 2024)
git_url: https://git.bioconductor.org/packages/casper
git_branch: RELEASE_3_18
git_last_commit: 10bb585
git_last_commit_date: 2023-10-24 09:52:32 -0500 (Tue, 24 Oct 2023)
nebbiolo2Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino4Windows Server 2022 Datacenter / x64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
lconwaymacOS 12.7.1 Monterey / x86_64  OK    ERROR  skippedskipped
kjohnson1macOS 13.6.1 Ventura / arm64see weekly results here

INSTALL results for casper on lconway


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.36.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL casper
StartedAt: 2024-03-03 15:34:20 -0500 (Sun, 03 Mar 2024)
EndedAt: 2024-03-03 15:35:54 -0500 (Sun, 03 Mar 2024)
EllapsedTime: 94.0 seconds
RetCode: 0
Status:   OK  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL casper
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library’
* installing *source* package ‘casper’ ...
** using staged installation
** libs
using C compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
using C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
using SDK: ‘MacOSX11.3.sdk’
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c casper.cpp -o casper.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c cstat.cpp -o cstat.o
cstat.cpp:16:19: warning: unused variable 'interface_c_sccs_id' [-Wunused-const-variable]
static const char interface_c_sccs_id[] = "%W%";
                  ^
cstat.cpp:17:19: warning: unused variable 'mess_c_sccs_id' [-Wunused-const-variable]
static const char mess_c_sccs_id[] = "%W%";
                  ^
cstat.cpp:18:19: warning: unused variable 'nrutil_c_sccs_id' [-Wunused-const-variable]
static const char nrutil_c_sccs_id[] = "%W%"; 
                  ^
cstat.cpp:19:19: warning: unused variable 'vector_c_sccs_id' [-Wunused-const-variable]
static const char vector_c_sccs_id[] = "%W%";
                  ^
cstat.cpp:20:19: warning: unused variable 'rand_c_sccs_id' [-Wunused-const-variable]
static const char rand_c_sccs_id[] = "@(#)$Workfile: rand.c$ $Revision: 5$";
                  ^
cstat.cpp:21:19: warning: unused variable 'cstat_c_sccs_id' [-Wunused-const-variable]
static const char cstat_c_sccs_id[] = "@(#)$Workfile: cstat.c$ $Revision: 2011-08-23$";
                  ^
6 warnings generated.
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c dataframe.cpp -o dataframe.o
dataframe.cpp:503:31: warning: unused variable 'itexon' [-Wunused-variable]
      vector<Exon*>::iterator itexon;
                              ^
1 warning generated.
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c discretedf.cpp -o discretedf.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c dropVariant.cpp -o dropVariant.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c exon.cpp -o exon.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c fragFunc.c -o fragFunc.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c fragment.cpp -o fragment.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c functions.c -o functions.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c hash.c -o hash.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c join_exons.c -o join_exons.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c makeIslands.c -o makeIslands.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c model.cpp -o model.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c model_cmp.cpp -o model_cmp.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c pathCounts.c -o pathCounts.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c procBam.c -o procBam.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c rcasper.cpp -o rcasper.o
rcasper.cpp:1083:17: warning: variable 'nrowexons' set but not used [-Wunused-but-set-variable]
          int rowid=0, nrowexons=0;
                       ^
1 warning generated.
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c seppel.cpp -o seppel.o
seppel.cpp:484:2: warning: 'delete[]' applied to a pointer that was allocated with 'new'; did you mean 'delete'? [-Wmismatched-new-delete]
        delete [] possiblemodels;
        ^     ~~~
seppel.cpp:402:36: note: allocated with 'new' here
  vector<Model*>* possiblemodels = new vector<Model*>();
                                   ^
1 warning generated.
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c simReads.c -o simReads.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c simReadsfunc.c -o simReadsfunc.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c smartmodeldist.cpp -o smartmodeldist.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c uniqQname.c -o uniqQname.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c variant.cpp -o variant.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c variant_cmp.cpp -o variant_cmp.o
clang++ -arch x86_64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/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 -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/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)