| Back to Multiple platform build/check report for BioC 3.23: simplified long |
|
This page was generated on 2026-04-11 11:37 -0400 (Sat, 11 Apr 2026).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo1 | Linux (Ubuntu 24.04.4 LTS) | x86_64 | 4.6.0 alpha (2026-04-05 r89794) | 4919 |
| kjohnson3 | macOS 13.7.7 Ventura | arm64 | 4.6.0 alpha (2026-04-08 r89818) | 4631 |
| 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 970/2390 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| h5mread 1.3.3 (landing page) Hervé Pagès
| nebbiolo1 | Linux (Ubuntu 24.04.4 LTS) / x86_64 | OK | OK | OK | |||||||||
| kjohnson3 | macOS 13.7.7 Ventura / arm64 | OK | OK | WARNINGS | OK | |||||||||
| See other builds for h5mread in R Universe. | ||||||||||||||
|
To the developers/maintainers of the h5mread package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/h5mread.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. |
| Package: h5mread |
| Version: 1.3.3 |
| Command: /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL h5mread |
| StartedAt: 2026-04-10 15:29:48 -0400 (Fri, 10 Apr 2026) |
| EndedAt: 2026-04-10 15:29:57 -0400 (Fri, 10 Apr 2026) |
| EllapsedTime: 9.1 seconds |
| RetCode: 0 |
| Status: OK |
##############################################################################
##############################################################################
###
### Running command:
###
### /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL h5mread
###
##############################################################################
##############################################################################
* installing to library ‘/Library/Frameworks/R.framework/Versions/4.6/Resources/library’
* installing *source* package ‘h5mread’ ...
** this is package ‘h5mread’ version ‘1.3.3’
** using staged installation
** libs
using C compiler: ‘Apple clang version 17.0.0 (clang-1700.6.4.2)’
using SDK: ‘MacOSX26.2.sdk’
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/Rhdf5lib/include' -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/S4Vectors/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c S4Vectors_stubs.c -o S4Vectors_stubs.o
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/Rhdf5lib/include' -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/S4Vectors/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c H5File.c -o H5File.o
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/Rhdf5lib/include' -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/S4Vectors/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c global_errmsg_buf.c -o global_errmsg_buf.o
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/Rhdf5lib/include' -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/S4Vectors/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c H5DSetDescriptor.c -o H5DSetDescriptor.o
H5DSetDescriptor.c:698:45: warning: format specifies type 'long' but the argument has type 'hid_t' (aka 'long long') [-Wformat]
698 | Rprintf("%s * h5type_id = %ld\n", margin, h5type->h5type_id);
| ~~~ ^~~~~~~~~~~~~~~~~
| %lld
H5DSetDescriptor.c:1166:31: warning: format specifies type 'long' but the argument has type 'hid_t' (aka 'long long') [-Wformat]
1166 | Rprintf("- dset_id = %ld\n", h5dset->dset_id);
| ~~~ ^~~~~~~~~~~~~~~
| %lld
H5DSetDescriptor.c:1184:34: warning: format specifies type 'long' but the argument has type 'hid_t' (aka 'long long') [-Wformat]
1184 | Rprintf("- h5space_id = %ld\n", h5dset->h5space_id);
| ~~~ ^~~~~~~~~~~~~~~~~~
| %lld
H5DSetDescriptor.c:1188:34: warning: format specifies type 'long' but the argument has type 'hid_t' (aka 'long long') [-Wformat]
1188 | Rprintf("- h5plist_id = %ld\n", h5dset->h5plist_id);
| ~~~ ^~~~~~~~~~~~~~~~~~
| %lld
H5DSetDescriptor.c:1192:19: warning: format specifies type 'unsigned long' but the argument has type 'hsize_t' (aka 'unsigned long long') [-Wformat]
1192 | Rprintf(" %lu", h5dset->h5dim[h5along]);
| ~~~ ^~~~~~~~~~~~~~~~~~~~~~
| %llu
H5DSetDescriptor.c:1202:20: warning: format specifies type 'unsigned long' but the argument has type 'hsize_t' (aka 'unsigned long long') [-Wformat]
1202 | Rprintf(" %lu", h5dset->h5chunkdim[h5along]);
| ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~
| %llu
6 warnings generated.
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/Rhdf5lib/include' -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/S4Vectors/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c h5dimscales.c -o h5dimscales.o
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/Rhdf5lib/include' -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/S4Vectors/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c uaselection.c -o uaselection.o
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/Rhdf5lib/include' -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/S4Vectors/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c h5mread_helpers.c -o h5mread_helpers.o
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/Rhdf5lib/include' -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/S4Vectors/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c h5mread_startscounts.c -o h5mread_startscounts.o
h5mread_startscounts.c:302:16: warning: variable 'num_hyperslabs' set but not used [-Wunused-but-set-variable]
302 | long long int num_hyperslabs = 0;
| ^
1 warning generated.
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/Rhdf5lib/include' -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/S4Vectors/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c TouchedChunks.c -o TouchedChunks.o
TouchedChunks.c:314:9: warning: format specifies type 'unsigned long' but the argument has type 'hsize_t' (aka 'unsigned long long') [-Wformat]
312 | PRINT_TO_ERRMSG_BUF("chunk storage size (%lu) bigger "
| ~~~
| %llu
313 | "than expected (%llu + %d)",
314 | chunk_storage_size,
| ^~~~~~~~~~~~~~~~~~
./global_errmsg_buf.h:9:60: note: expanded from macro 'PRINT_TO_ERRMSG_BUF'
9 | snprintf(_h5mread_global_errmsg_buf(), ERRMSG_BUF_LENGTH, __VA_ARGS__)
| ^~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/secure/_stdio.h:119:67: note: expanded from macro 'snprintf'
119 | #define snprintf(str, len, ...) __snprintf_chk_func (str, len, 0, __VA_ARGS__)
| ^~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/secure/_stdio.h:76:64: note: expanded from macro '__snprintf_chk_func'
76 | __builtin___snprintf_chk (str, len, flag, __darwin_obsz(str), __VA_ARGS__)
| ^~~~~~~~~~~
TouchedChunks.c:570:4: warning: format specifies type 'unsigned long' but the argument has type 'hsize_t' (aka 'unsigned long long') [-Wformat]
569 | Rprintf("#%lld=%lu:%lu", tchunkidx + 1,
| ~~~
| %llu
570 | tchunk_iter->tchunk_vps.h5chunk_vp.h5off[h5along] + 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TouchedChunks.c:571:4: warning: format specifies type 'unsigned long' but the argument has type 'hsize_t' (aka 'unsigned long long') [-Wformat]
569 | Rprintf("#%lld=%lu:%lu", tchunkidx + 1,
| ~~~
| %llu
570 | tchunk_iter->tchunk_vps.h5chunk_vp.h5off[h5along] + 1,
571 | tchunk_iter->tchunk_vps.h5chunk_vp.h5off[h5along] +
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
572 | tchunk_iter->tchunk_vps.h5chunk_vp.h5dim[h5along]);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 warnings generated.
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/Rhdf5lib/include' -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/S4Vectors/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c h5mread_index.c -o h5mread_index.o
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/Rhdf5lib/include' -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/S4Vectors/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c h5mread_sparse.c -o h5mread_sparse.o
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/Rhdf5lib/include' -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/S4Vectors/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c h5mread.c -o h5mread.o
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/Rhdf5lib/include' -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/S4Vectors/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c h5summarize.c -o h5summarize.o
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/Rhdf5lib/include' -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/S4Vectors/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c R_init_h5mread.c -o R_init_h5mread.o
clang -arch arm64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o h5mread.so S4Vectors_stubs.o H5File.o global_errmsg_buf.o H5DSetDescriptor.o h5dimscales.o uaselection.o h5mread_helpers.o h5mread_startscounts.o TouchedChunks.o h5mread_index.o h5mread_sparse.o h5mread.o h5summarize.o R_init_h5mread.o /Library/Frameworks/R.framework/Versions/4.6/Resources/library/Rhdf5lib/lib/libhdf5_hl.a /Library/Frameworks/R.framework/Versions/4.6/Resources/library/Rhdf5lib/lib/libhdf5.a -L/Library/Frameworks/R.framework/Versions/4.6/Resources/library/Rhdf5lib/lib -lsz -lm -ldl -lcurl -lssl -lcrypto -F/Library/Frameworks/R.framework/.. -framework R
installing to /Library/Frameworks/R.framework/Versions/4.6/Resources/library/00LOCK-h5mread/00new/h5mread/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 (h5mread)