| Back to Mac ARM64 build report for BioC 3.17 |
|
This page was generated on 2023-10-20 09:38:06 -0400 (Fri, 20 Oct 2023).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| kjohnson2 | macOS 12.6.1 Monterey | arm64 | 4.3.1 (2023-06-16) -- "Beagle Scouts" | 4347 |
| 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 1181/2230 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| metapod 1.8.0 (landing page) Aaron Lun
| kjohnson2 | macOS 12.6.1 Monterey / arm64 | OK | OK | ERROR | OK | ||||||||
|
To the developers/maintainers of the metapod package: - 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: metapod |
| Version: 1.8.0 |
| Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:metapod.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings metapod_1.8.0.tar.gz |
| StartedAt: 2023-10-18 06:04:11 -0400 (Wed, 18 Oct 2023) |
| EndedAt: 2023-10-18 06:05:12 -0400 (Wed, 18 Oct 2023) |
| EllapsedTime: 60.4 seconds |
| RetCode: 1 |
| Status: ERROR |
| CheckDir: metapod.Rcheck |
| Warnings: NA |
##############################################################################
##############################################################################
###
### Running command:
###
### /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:metapod.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings metapod_1.8.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/metapod.Rcheck’
* using R version 4.3.1 (2023-06-16)
* using platform: aarch64-apple-darwin20 (64-bit)
* R was compiled by
Apple clang version 14.0.0 (clang-1400.0.29.202)
GNU Fortran (GCC) 12.2.0
* running under: macOS Monterey 12.6.7
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘metapod/DESCRIPTION’ ... OK
* this is package ‘metapod’ version ‘1.8.0’
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘metapod’ can be installed ... OK
* used C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
* used SDK: ‘MacOSX11.3.sdk’
* checking C++ specification ... NOTE
Specified C++11: please drop specification unless essential
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking compiled code ... NOTE
Note: information on .o files is not available
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
Running ‘testthat.R’
ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
> library(metapod)
> test_check("metapod")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 550 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-average.R:73:5'): groupe averaging works as expected ─────────
out[common] not identical to ref[common].
Objects equal but not identical
── Failure ('test-average.R:80:5'): groupe averaging works as expected ─────────
out[common] not identical to ref[common].
Objects equal but not identical
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 550 ]
Error: Test failures
Execution halted
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE
Status: 1 ERROR, 2 NOTEs
See
‘/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/metapod.Rcheck/00check.log’
for details.
metapod.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL metapod ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library’ * installing *source* package ‘metapod’ ... ** using staged installation ** libs using C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’ using C++11 using SDK: ‘MacOSX11.3.sdk’ clang++ -arch arm64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rcpp/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c RcppExports.cpp -o RcppExports.o clang++ -arch arm64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rcpp/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c combine_group.cpp -o combine_group.o clang++ -arch arm64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rcpp/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c combine_parallel.cpp -o combine_parallel.o clang++ -arch arm64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rcpp/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c count_direction.cpp -o count_direction.o clang++ -arch arm64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rcpp/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c summarize_direction.cpp -o summarize_direction.o clang++ -arch arm64 -std=gnu++11 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o metapod.so RcppExports.o combine_group.o combine_parallel.o count_direction.o summarize_direction.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation installing to /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/00LOCK-metapod/00new/metapod/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 (metapod)
metapod.Rcheck/tests/testthat.Rout.fail
R version 4.3.1 (2023-06-16) -- "Beagle Scouts"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: aarch64-apple-darwin20 (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> library(testthat)
> library(metapod)
> test_check("metapod")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 550 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-average.R:73:5'): groupe averaging works as expected ─────────
out[common] not identical to ref[common].
Objects equal but not identical
── Failure ('test-average.R:80:5'): groupe averaging works as expected ─────────
out[common] not identical to ref[common].
Objects equal but not identical
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 550 ]
Error: Test failures
Execution halted
metapod.Rcheck/metapod-Ex.timings
| name | user | system | elapsed | |
| averageGroupedStats | 0.002 | 0.001 | 0.004 | |
| averageParallelStats | 0.001 | 0.001 | 0.005 | |
| combineGroupedPValues | 0.027 | 0.004 | 0.048 | |
| combineParallelPValues | 0.017 | 0.004 | 0.032 | |
| countGroupedDirection | 0.001 | 0.000 | 0.002 | |
| countParallelDirection | 0.001 | 0.001 | 0.004 | |
| groupedBerger | 0.010 | 0.002 | 0.018 | |
| groupedFisher | 0.013 | 0.002 | 0.023 | |
| groupedHolmMin | 0.010 | 0.002 | 0.018 | |
| groupedPearson | 0.007 | 0.002 | 0.012 | |
| groupedSimes | 0.010 | 0.002 | 0.018 | |
| groupedStouffer | 0.014 | 0.002 | 0.030 | |
| groupedWilkinson | 0.008 | 0.002 | 0.012 | |
| parallelBerger | 0.008 | 0.001 | 0.016 | |
| parallelFisher | 0.008 | 0.001 | 0.014 | |
| parallelHolmMin | 0.015 | 0.002 | 0.025 | |
| parallelPearson | 0.013 | 0.001 | 0.023 | |
| parallelSimes | 0.012 | 0.002 | 0.022 | |
| parallelStouffer | 0.013 | 0.002 | 0.023 | |
| parallelWilkinson | 0.008 | 0.001 | 0.014 | |
| summarizeGroupedDirection | 0.001 | 0.000 | 0.001 | |
| summarizeParallelDirection | 0.001 | 0.001 | 0.003 | |