Back to Multiple platform build/check report for BioC 3.21:   simplified   long
ABCDEFGHIJKL[M]NOPQRSTUVWXYZ

This page was generated on 2025-01-24 11:40 -0500 (Fri, 24 Jan 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.1 LTS)x86_64R Under development (unstable) (2025-01-20 r87609) -- "Unsuffered Consequences" 4609
palomino7Windows Server 2022 Datacenterx64R Under development (unstable) (2025-01-21 r87610 ucrt) -- "Unsuffered Consequences" 4393
lconwaymacOS 12.7.1 Montereyx86_64R Under development (unstable) (2025-01-20 r87609) -- "Unsuffered Consequences" 3839
kjohnson3macOS 13.7.1 Venturaarm64R Under development (unstable) (2025-01-20 r87609) -- "Unsuffered Consequences" 3835
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch64R Under development (unstable) (2024-11-24 r87369) -- "Unsuffered Consequences" 4408
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 1361/2286HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
Mulcom 1.57.0  (landing page)
Claudio Isella
Snapshot Date: 2025-01-23 13:40 -0500 (Thu, 23 Jan 2025)
git_url: https://git.bioconductor.org/packages/Mulcom
git_branch: devel
git_last_commit: 9ce9679
git_last_commit_date: 2024-10-29 09:34:40 -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    WARNINGS    OK  UNNEEDED, same version is already published
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
kjohnson3macOS 13.7.1 Ventura / arm64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    WARNINGS  


INSTALL results for Mulcom on palomino7

To the developers/maintainers of the Mulcom package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/Mulcom.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: Mulcom
Version: 1.57.0
Command: E:\biocbuild\bbs-3.21-bioc\R\bin\R.exe CMD INSTALL Mulcom
StartedAt: 2025-01-23 15:39:58 -0500 (Thu, 23 Jan 2025)
EndedAt: 2025-01-23 15:40:22 -0500 (Thu, 23 Jan 2025)
EllapsedTime: 23.5 seconds
RetCode: 0
Status:   OK  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   E:\biocbuild\bbs-3.21-bioc\R\bin\R.exe CMD INSTALL Mulcom
###
##############################################################################
##############################################################################


* installing to library 'E:/biocbuild/bbs-3.21-bioc/R/library'
* installing *source* package 'Mulcom' ...
** this is package 'Mulcom' version '1.57.0'
** using staged installation
** libs
using C++ compiler: 'G__~1.EXE (GCC) 13.3.0'
g++ -std=gnu++17  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG     -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -DR_NO_REMAP -c mulLibs.cc -o mulLibs.o
mulLibs.cc: In function 'void Single_SimulationC(double*, double*, double*, double*, double*, double*, int*, int*, int*, int*, int*)':
mulLibs.cc:708:17: warning: statement has no effect [-Wunused-value]
  708 |                 current_cluster ;
      |                 ^~~~~~~~~~~~~~~
mulLibs.cc: In function 'void Complete_SimulationC(double*, int*, double*, double*, int*, int*, int*, int*, int*)':
mulLibs.cc:1022:45: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<double>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
 1022 |                         for ( int i = 0 ; i < sss2.size() ; i++ ) {
      |                                           ~~^~~~~~~~~~~~~
mulLibs.cc:1023:53: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<double>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
 1023 |                                 for ( int j = 0 ; j < harmonic_means.size() ; j++ ) {
      |                                                   ~~^~~~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o Mulcom.dll tmp.def mulLibs.o -LC:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -LC:/rtools44/x86_64-w64-mingw32.static.posix/lib -LE:/biocbuild/bbs-3.21-bioc/R/bin/x64 -lR
installing to E:/biocbuild/bbs-3.21-bioc/R/library/00LOCK-Mulcom/00new/Mulcom/libs/x64
** R
** data
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (Mulcom)