Back to Multiple platform build/check report for BioC 3.21:   simplified   long
ABCD[E]FGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2024-12-23 11:47 -0500 (Mon, 23 Dec 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.1 LTS)x86_64R Under development (unstable) (2024-10-21 r87258) -- "Unsuffered Consequences" 4754
palomino7Windows Server 2022 Datacenterx64R Under development (unstable) (2024-10-26 r87273 ucrt) -- "Unsuffered Consequences" 4472
lconwaymacOS 12.7.1 Montereyx86_64R Under development (unstable) (2024-11-20 r87352) -- "Unsuffered Consequences" 4426
kjohnson3macOS 13.7.1 Venturaarm64R Under development (unstable) (2024-11-20 r87352) -- "Unsuffered Consequences" 4381
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch64R Under development (unstable) (2024-11-24 r87369) -- "Unsuffered Consequences" 4372
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 650/2274HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
epigraHMM 1.15.0  (landing page)
Pedro Baldoni
Snapshot Date: 2024-12-22 13:40 -0500 (Sun, 22 Dec 2024)
git_url: https://git.bioconductor.org/packages/epigraHMM
git_branch: devel
git_last_commit: 524cd3d
git_last_commit_date: 2024-10-29 11:00:37 -0500 (Tue, 29 Oct 2024)
nebbiolo1Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
palomino7Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    WARNINGS    OK  NO, package depends on 'rtracklayer' which is only available as a source package that needs compilation
kjohnson3macOS 13.7.1 Ventura / arm64  OK    OK    WARNINGS    OK  NO, package depends on 'rtracklayer' which is only available as a source package that needs compilation
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    WARNINGS  


INSTALL results for epigraHMM on kunpeng2

To the developers/maintainers of the epigraHMM package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/epigraHMM.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.
- See Martin Grigorov's blog post for how to debug Linux ARM64 related issues on a x86_64 host.

raw results


Summary

Package: epigraHMM
Version: 1.15.0
Command: /home/biocbuild/R/R/bin/R CMD INSTALL epigraHMM
StartedAt: 2024-12-22 20:51:45 -0000 (Sun, 22 Dec 2024)
EndedAt: 2024-12-22 20:54:50 -0000 (Sun, 22 Dec 2024)
EllapsedTime: 184.9 seconds
RetCode: 0
Status:   OK  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R/bin/R CMD INSTALL epigraHMM
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library’
* installing *source* package ‘epigraHMM’ ...
** using staged installation
** libs
using C++ compiler: ‘aarch64-unknown-linux-gnu-g++ (GCC) 14.2.0’
using C++11
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/RcppArmadillo/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhdf5lib/include' -I/usr/local/include   -fopenmp -DARMA_USE_HDF5 -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/RcppArmadillo/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhdf5lib/include' -I/usr/local/include   -fopenmp -DARMA_USE_HDF5 -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c aggregate.cpp -o aggregate.o
aggregate.cpp: In function ‘arma::mat aggregate(arma::vec, arma::vec)’:
aggregate.cpp:26:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<double>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   26 |         while( index >= vec.size() ){
      |                ~~~~~~^~~~~~~~~~~~~
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/RcppArmadillo/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhdf5lib/include' -I/usr/local/include   -fopenmp -DARMA_USE_HDF5 -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c computeBIC.cpp -o computeBIC.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/RcppArmadillo/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhdf5lib/include' -I/usr/local/include   -fopenmp -DARMA_USE_HDF5 -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c computeQFunction.cpp -o computeQFunction.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/RcppArmadillo/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhdf5lib/include' -I/usr/local/include   -fopenmp -DARMA_USE_HDF5 -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c computeViterbiSequence.cpp -o computeViterbiSequence.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/RcppArmadillo/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhdf5lib/include' -I/usr/local/include   -fopenmp -DARMA_USE_HDF5 -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c consensusRejectionControlled.cpp -o consensusRejectionControlled.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/RcppArmadillo/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhdf5lib/include' -I/usr/local/include   -fopenmp -DARMA_USE_HDF5 -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c differentialRejectionControlled.cpp -o differentialRejectionControlled.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/RcppArmadillo/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhdf5lib/include' -I/usr/local/include   -fopenmp -DARMA_USE_HDF5 -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c expStep.cpp -o expStep.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/RcppArmadillo/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhdf5lib/include' -I/usr/local/include   -fopenmp -DARMA_USE_HDF5 -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c getMarginalProbability.cpp -o getMarginalProbability.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/RcppArmadillo/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhdf5lib/include' -I/usr/local/include   -fopenmp -DARMA_USE_HDF5 -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c innerMaxStepProb.cpp -o innerMaxStepProb.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/RcppArmadillo/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhdf5lib/include' -I/usr/local/include   -fopenmp -DARMA_USE_HDF5 -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c maxStepProb.cpp -o maxStepProb.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/RcppArmadillo/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhdf5lib/include' -I/usr/local/include   -fopenmp -DARMA_USE_HDF5 -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c rbinomVectorized.cpp -o rbinomVectorized.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/RcppArmadillo/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhdf5lib/include' -I/usr/local/include   -fopenmp -DARMA_USE_HDF5 -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c reweight.cpp -o reweight.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/RcppArmadillo/include' -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhdf5lib/include' -I/usr/local/include   -fopenmp -DARMA_USE_HDF5 -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c simulateMarkovChain.cpp -o simulateMarkovChain.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -shared -L/home/biocbuild/R/R/lib -L/usr/local/lib -o epigraHMM.so RcppExports.o aggregate.o computeBIC.o computeQFunction.o computeViterbiSequence.o consensusRejectionControlled.o differentialRejectionControlled.o expStep.o getMarginalProbability.o innerMaxStepProb.o maxStepProb.o rbinomVectorized.o reweight.o simulateMarkovChain.o /home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhdf5lib/lib/libhdf5_cpp.a /home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhdf5lib/lib/libhdf5.a -L/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rhdf5lib/lib -lcrypto -lcurl -lsz -laec -lz -ldl -lm -fopenmp -lopenblas -lgfortran -lm -L/home/biocbuild/R/R/lib -lR
installing to /home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/00LOCK-epigraHMM/00new/epigraHMM/libs
** R
** data
*** moving datasets to lazyload DB
** 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 (epigraHMM)