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

This page was generated on 2023-11-02 11:40:38 -0400 (Thu, 02 Nov 2023).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 22.04.2 LTS)x86_644.3.1 (2023-06-16) -- "Beagle Scouts" 4729
palomino4Windows Server 2022 Datacenterx644.3.1 (2023-06-16 ucrt) -- "Beagle Scouts" 4463
lconwaymacOS 12.6.5 Montereyx86_644.3.1 Patched (2023-06-17 r84564) -- "Beagle Scouts" 4478
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch644.3.1 (2023-06-16) -- "Beagle Scouts" 4464
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 620/2266HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
EBSeq 2.0.0  (landing page)
Xiuyu Ma
Snapshot Date: 2023-11-01 14:05:06 -0400 (Wed, 01 Nov 2023)
git_url: https://git.bioconductor.org/packages/EBSeq
git_branch: RELEASE_3_18
git_last_commit: f1d4e44
git_last_commit_date: 2023-10-24 09:54:07 -0400 (Tue, 24 Oct 2023)
nebbiolo2Linux (Ubuntu 22.04.2 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino4Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
lconwaymacOS 12.6.5 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kjohnson1macOS 13.6.1 Ventura / arm64see weekly results here
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    OK  

INSTALL results for EBSeq on kunpeng2


To the developers/maintainers of the EBSeq package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/EBSeq.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: EBSeq
Version: 2.0.0
Command: /home/biocbuild/R/R-4.3.1/bin/R CMD INSTALL EBSeq
StartedAt: 2023-11-01 20:41:43 -0000 (Wed, 01 Nov 2023)
EndedAt: 2023-11-01 20:42:34 -0000 (Wed, 01 Nov 2023)
EllapsedTime: 51.0 seconds
RetCode: 0
Status:   OK  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R-4.3.1/bin/R CMD INSTALL EBSeq
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/R/R-4.3.1/site-library’
* installing *source* package ‘EBSeq’ ...
** using staged installation
** libs
using C++ compiler: ‘g++ (GCC) 10.3.1’
using C++11
g++ -std=gnu++11 -I"/home/biocbuild/R/R-4.3.1/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.3.1/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.3.1/site-library/RcppEigen/include' -I'/home/biocbuild/R/R-4.3.1/site-library/BH/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -c Rexport.cpp -o Rexport.o
In file included from Rexport.cpp:5:
partition.hpp: In static member function ‘static std::vector<std::vector<int> > EBS::partition::Part(int)’:
partition.hpp:26:33: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
   26 |                 for(int j = 0;j < L; ++j){
      |                               ~~^~~
partition.hpp: In static member function ‘static std::vector<std::vector<int> > EBS::partition::monoPart(int)’:
partition.hpp:53:33: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
   53 |                 for(int j = 0;j < L; ++j){
      |                               ~~^~~
partition.hpp: In static member function ‘static std::vector<int> EBS::partition::reorder(std::vector<int>&)’:
partition.hpp:155:34: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  155 |                 for(int j = 0; j < K; j++)
      |                                ~~^~~
partition.hpp: In static member function ‘static EBS::COUNTS EBS::partition::toMatrix(std::vector<int>&)’:
partition.hpp:208:34: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  208 |                 for(int j = 0; j < K; j++)
      |                                ~~^~~
In file included from Rexport.cpp:7:
aggregate.hpp: In static member function ‘static EBS::COUNTS EBS::aggregate::sum(Eigen::VectorXd&, EBS::CLUSINFO&)’:
aggregate.hpp:24:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
   24 |         for(auto i = 0; i < K; i++)
      |                         ~~^~~
aggregate.hpp: In static member function ‘static EBS::COUNTS EBS::aggregate::sum(EBS::COUNTS&, EBS::CLUSINFO&)’:
aggregate.hpp:43:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
   43 |         for(auto i = 0; i < K; i++)
      |                         ~~^~~
aggregate.hpp: In static member function ‘static EBS::COUNTS EBS::aggregate::sum(EBS::COUNTS&, EBS::CLUSINFO&, Eigen::VectorXd&)’:
aggregate.hpp:62:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
   62 |         for(auto i = 0; i < K; i++)
      |                         ~~^~~
aggregate.hpp: In static member function ‘static EBS::COUNTS EBS::aggregate::groupMean(EBS::COUNTS, EBS::CLUSINFO&)’:
aggregate.hpp:77:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
   77 |         for(auto i = 0; i < K; i++)
      |                         ~~^~~
aggregate.hpp: In static member function ‘static EBS::COUNTS EBS::aggregate::groupVar(EBS::COUNTS&, EBS::COUNTS&, EBS::CLUSINFO&)’:
aggregate.hpp:101:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  101 |         for(int i = 0; i < K; i++)
      |                        ~~^~~
aggregate.hpp: In static member function ‘static EBS::COUNTS EBS::aggregate::groupVar(EBS::COUNTS&, EBS::COUNTS&, EBS::CLUSINFO&, Eigen::VectorXd&)’:
aggregate.hpp:122:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  122 |         for(int i = 0; i < K; i++)
      |                        ~~^~~
In file included from /home/biocbuild/R/R-4.3.1/site-library/BH/include/boost/mpl/aux_/na_assert.hpp:23,
                 from /home/biocbuild/R/R-4.3.1/site-library/BH/include/boost/mpl/arg.hpp:25,
                 from /home/biocbuild/R/R-4.3.1/site-library/BH/include/boost/mpl/placeholders.hpp:24,
                 from /home/biocbuild/R/R-4.3.1/site-library/BH/include/boost/iterator/iterator_categories.hpp:16,
                 from /home/biocbuild/R/R-4.3.1/site-library/BH/include/boost/iterator/iterator_facade.hpp:13,
                 from /home/biocbuild/R/R-4.3.1/site-library/BH/include/boost/range/iterator_range_core.hpp:27,
                 from /home/biocbuild/R/R-4.3.1/site-library/BH/include/boost/lexical_cast.hpp:30,
                 from /home/biocbuild/R/R-4.3.1/site-library/BH/include/boost/math/tools/convert_from_string.hpp:15,
                 from /home/biocbuild/R/R-4.3.1/site-library/BH/include/boost/math/constants/constants.hpp:14,
                 from /home/biocbuild/R/R-4.3.1/site-library/BH/include/boost/math/special_functions/gamma.hpp:24,
                 from agglomerativeClustering.hpp:9,
                 from negativeBinomial.hpp:5,
                 from Rexport.cpp:11:
/home/biocbuild/R/R-4.3.1/site-library/BH/include/boost/mpl/assert.hpp: At global scope:
/home/biocbuild/R/R-4.3.1/site-library/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of ‘assert_arg’ [-Wparentheses]
  194 | failed ************ (Pred::************
      |                     ^
/home/biocbuild/R/R-4.3.1/site-library/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of ‘assert_not_arg’ [-Wparentheses]
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^
In file included from Rexport.cpp:11:
negativeBinomial.hpp: In constructor ‘EBS::NB::NB(EBS::COUNTS&, std::vector<int>&, Eigen::VectorXd&, std::vector<std::vector<int> >&)’:
negativeBinomial.hpp:32:38: warning: comparison of integer expressions of different signedness: ‘Eigen::Index’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
   32 |             if(scRNAexpMatrix.cols() > nk)
      |                ~~~~~~~~~~~~~~~~~~~~~~^~~~
negativeBinomial.hpp:59:41: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘Eigen::Index’ {aka ‘long int’} [-Wsign-compare]
   59 |                     for(size_t j = 0; j < _mean.cols(); j++)
      |                                       ~~^~~~~~~~~~~~~~
negativeBinomial.hpp:93:51: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘Eigen::Index’ {aka ‘long int’} [-Wsign-compare]
   93 |                         for(size_t iter = 0; iter < _sum.rows(); iter++)
      |                                              ~~~~~^~~~~~~~~~~~~
negativeBinomial.hpp:115:51: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘Eigen::Index’ {aka ‘long int’} [-Wsign-compare]
  115 |                         for(size_t iter = 0; iter < _sum.rows(); iter++)
      |                                              ~~~~~^~~~~~~~~~~~~
negativeBinomial.hpp:139:26: warning: variable ‘maxholder’ set but not used [-Wunused-but-set-variable]
  139 |                     auto maxholder = add.maxCoeff(&maxRow, &maxCol);
      |                          ^~~~~~~~~
negativeBinomial.hpp:160:47: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘Eigen::EigenBase<Eigen::Array<double, -1, 1> >::Index’ {aka ‘long int’} [-Wsign-compare]
  160 |                 for(size_t useRow = 0; useRow < use.size(); useRow++)
      |                                        ~~~~~~~^~~~~~~~~~~~
negativeBinomial.hpp:180:43: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘Eigen::EigenBase<Eigen::CwiseBinaryOp<Eigen::internal::scalar_quotient_op<double, double>, const Eigen::ArrayWrapper<const Eigen::CwiseBinaryOp<Eigen::internal::scalar_difference_op<double, double>, const Eigen::Matrix<double, -1, -1>, const Eigen::Matrix<double, -1, 1> > >, const Eigen::CwiseBinaryOp<Eigen::internal::scalar_product_op<double, double>, const Eigen::ArrayWrapper<Eigen::Matrix<double, -1, 1> >, const Eigen::ArrayWrapper<Eigen::Matrix<double, -1, 1> > > > >::Index’ {aka ‘long int’} [-Wsign-compare]
  180 |                 for(size_t iter = 0; iter < phi.size(); iter++)
      |                                      ~~~~~^~~~~~~~~~~~
negativeBinomial.hpp: In member function ‘void EBS::NB::init(EBS::Float, Eigen::VectorXd, std::vector<int>, std::vector<double>, int, EBS::Float, EBS::Float, EBS::Float, int)’:
negativeBinomial.hpp:242:20: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘Eigen::Index’ {aka ‘long int’} [-Wsign-compare]
  242 |             if(_ng < _sum.rows())
      |                ~~~~^~~~~~~~~~~~~
negativeBinomial.hpp:250:43: warning: comparison of integer expressions of different signedness: ‘__gnu_cxx::__alloc_traits<std::allocator<int>, int>::value_type’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  250 |                         if(_isoLabel[pos] == lab)
negativeBinomial.hpp: In member function ‘void EBS::NB::equalHandle(std::vector<bool>&, std::vector<double>&, Eigen::VectorXd&, Eigen::VectorXd&, EBS::Float&, EBS::Float&, EBS::Float&, EBS::Float&, std::vector<int>&, int, int)’:
negativeBinomial.hpp:803:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<bool>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  803 |             while(pos < baseBit.size())
      |                   ~~~~^~~~~~~~~~~~~~~~
Rexport.cpp: In function ‘SEXPREC* EBSeq(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
Rexport.cpp:84:25: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘const int’ [-Wsign-compare]
   84 |     for(size_t i = 0; i < nr; i++){
      |                       ~~^~~~
Rexport.cpp:85:29: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘const int’ [-Wsign-compare]
   85 |         for(size_t j = 0; j < nk; j++){
      |                           ~~^~~~
Rexport.cpp:150:28: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘Eigen::Index’ {aka ‘long int’} [-Wsign-compare]
  150 |     for (size_t ri = 0; ri < mDep.rows(); ri++)
      |                         ~~~^~~~~~~~~~~~~
Rexport.cpp:151:31: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘Eigen::Index’ {aka ‘long int’} [-Wsign-compare]
  151 |         for(size_t ci = 0; ci < mDep.cols(); ci++)
      |                            ~~~^~~~~~~~~~~~~
Rexport.cpp: In function ‘SEXPREC* EBSeqWQ(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
Rexport.cpp:275:28: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘Eigen::Index’ {aka ‘long int’} [-Wsign-compare]
  275 |     for (size_t ri = 0; ri < mDep.rows(); ri++)
      |                         ~~~^~~~~~~~~~~~~
Rexport.cpp:276:31: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘Eigen::Index’ {aka ‘long int’} [-Wsign-compare]
  276 |         for(size_t ci = 0; ci < mDep.cols(); ci++)
      |                            ~~~^~~~~~~~~~~~~
In file included from negativeBinomial.hpp:5,
                 from Rexport.cpp:11:
agglomerativeClustering.hpp: In instantiation of ‘static void EBS::ALGO::hclust(ROW&, ROW&, std::vector<double>&, int, int, EBS::Float, EBS::Float, EBS::Float, EBS::Float, std::vector<int>&) [with ROW = Eigen::Matrix<double, -1, 1>; EBS::Float = double]’:
negativeBinomial.hpp:819:59:   required from here
agglomerativeClustering.hpp:87:37: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
   87 |                 for(size_t i = 0; i < counter; i++)
      |                                   ~~^~~~~~~~~
g++ -std=gnu++11 -shared -L/home/biocbuild/R/R-4.3.1/lib -L/usr/local/lib -o EBSeq.so Rexport.o -L/home/biocbuild/R/R-4.3.1/lib -lR
installing to /home/biocbuild/R/R-4.3.1/site-library/00LOCK-EBSeq/00new/EBSeq/libs
** R
** data
** demo
** inst
** 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 (EBSeq)