Back to Multiple platform build/check report for BioC 3.22:   simplified   long
A[B]CDEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2025-07-26 12:05 -0400 (Sat, 26 Jul 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.2 LTS)x86_644.5.1 (2025-06-13) -- "Great Square Root" 4795
palomino8Windows Server 2022 Datacenterx644.5.1 (2025-06-13 ucrt) -- "Great Square Root" 4534
lconwaymacOS 12.7.1 Montereyx86_644.5.1 (2025-06-13) -- "Great Square Root" 4577
kjohnson3macOS 13.7.1 Venturaarm644.5.1 Patched (2025-06-14 r88325) -- "Great Square Root" 4518
taishanLinux (openEuler 24.03 LTS)aarch644.5.0 (2025-04-11) -- "How About a Twenty-Six" 4512
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 193/2313HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
BiocParallel 1.43.4  (landing page)
Jiefei Wang
Snapshot Date: 2025-07-25 13:25 -0400 (Fri, 25 Jul 2025)
git_url: https://git.bioconductor.org/packages/BiocParallel
git_branch: devel
git_last_commit: f72fed0
git_last_commit_date: 2025-06-11 22:39:17 -0400 (Wed, 11 Jun 2025)
nebbiolo2Linux (Ubuntu 24.04.2 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino8Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kjohnson3macOS 13.7.1 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published
taishanLinux (openEuler 24.03 LTS) / aarch64  OK    OK    TIMEOUT  


INSTALL results for BiocParallel on nebbiolo2

To the developers/maintainers of the BiocParallel package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/BiocParallel.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: BiocParallel
Version: 1.43.4
Command: /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD INSTALL BiocParallel
StartedAt: 2025-07-25 17:17:47 -0400 (Fri, 25 Jul 2025)
EndedAt: 2025-07-25 17:18:25 -0400 (Fri, 25 Jul 2025)
EllapsedTime: 38.2 seconds
RetCode: 0
Status:   OK  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD INSTALL BiocParallel
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.22-bioc/R/site-library’
* installing *source* package ‘BiocParallel’ ...
** this is package ‘BiocParallel’ version ‘1.43.4’
** using staged installation
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C++... yes
checking whether g++ -std=gnu++17 accepts -g... yes
checking for g++ -std=gnu++17 option to enable C++11 features... none needed
checking for library containing shm_open... none required
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for sys/mman.h... yes
configure: creating ./config.status
config.status: creating src/Makevars
** libs
using C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’
using C++11
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG -I"./" -I'/home/biocbuild/bbs-3.22-bioc/R/site-library/BH/include' -I'/home/biocbuild/bbs-3.22-bioc/R/site-library/cpp11/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security  -c cpp11.cpp -o cpp11.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG -I"./" -I'/home/biocbuild/bbs-3.22-bioc/R/site-library/BH/include' -I'/home/biocbuild/bbs-3.22-bioc/R/site-library/cpp11/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security  -c ipcmutex.cpp -o ipcmutex.o
g++ -std=gnu++11 -shared -L/home/biocbuild/bbs-3.22-bioc/R/lib -L/usr/local/lib -o BiocParallel.so cpp11.o ipcmutex.o -L/home/biocbuild/bbs-3.22-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.22-bioc/R/site-library/00LOCK-BiocParallel/00new/BiocParallel/libs
** R
** 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 (BiocParallel)