| Back to Mac ARM64 build report for BioC 3.17 |
|
This page was generated on 2023-10-20 09:38:09 -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 1583/2230 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| ptairMS 1.8.0 (landing page) camille Roquencourt
| kjohnson2 | macOS 12.6.1 Monterey / arm64 | OK | OK | ERROR | OK | ||||||||
|
To the developers/maintainers of the ptairMS 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: ptairMS |
| Version: 1.8.0 |
| Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:ptairMS.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings ptairMS_1.8.0.tar.gz |
| StartedAt: 2023-10-18 16:22:11 -0400 (Wed, 18 Oct 2023) |
| EndedAt: 2023-10-18 16:33:55 -0400 (Wed, 18 Oct 2023) |
| EllapsedTime: 704.3 seconds |
| RetCode: 1 |
| Status: ERROR |
| CheckDir: ptairMS.Rcheck |
| Warnings: NA |
##############################################################################
##############################################################################
###
### Running command:
###
### /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:ptairMS.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings ptairMS_1.8.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/ptairMS.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 ‘ptairMS/DESCRIPTION’ ... OK
* this is package ‘ptairMS’ version ‘1.8.0’
* package encoding: UTF-8
* 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 ‘ptairMS’ can be installed ... OK
* used C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
* used SDK: ‘MacOSX11.3.sdk’
* 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
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
detectPeak 92.880 2.089 115.972
alignSamples 16.014 0.749 23.140
imputeMat 14.804 0.669 19.769
writeEset 14.650 0.502 23.078
annotation 14.314 0.601 17.506
impute 13.470 0.578 17.948
getPeakList 13.259 0.509 17.641
plot 11.495 0.408 16.144
plotTIC 10.481 0.371 16.070
plotFeatures 10.330 0.409 15.369
defineKnots 10.265 0.255 13.212
plotRaw 10.017 0.434 15.772
resetSampleMetadata 9.676 0.294 14.635
rmPeakList 9.692 0.272 14.647
plotCalib 9.611 0.345 14.129
setSampleMetadata 9.593 0.299 13.389
updatePtrSet 9.465 0.286 14.765
changeTimeLimits 9.317 0.397 12.270
getSampleMetadata 8.894 0.334 11.807
getDirectory 8.921 0.284 11.764
importSampleMetadata 8.900 0.290 11.725
exportSampleMetada 8.619 0.286 11.310
createPtrSet 8.674 0.217 10.751
getFileNames 8.532 0.302 11.268
convert_to_mzML 6.568 0.253 8.585
* 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:
1. └─ptairMS (local) test_alignSamples()
2. └─testthat::expect_equal(nrow(Biobase::exprs(eset)), 1) at test-alignment.R:40:2
── Failure ('test-annotation.R:28:3'): annotateVOC function and findIsotope ────
Biobase::fData(bacteria.eset)[1, "isotope"] not equal to row.names(Biobase::fData(bacteria.eset))[2].
1/1 mismatches
x[1]: "60.0514"
y[1]: "59.0608"
Backtrace:
▆
1. └─ptairMS (local) test_annotateVOC_and_isotope()
2. └─testthat::expect_equal(...) at test-annotation.R:28:2
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 56 ]
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, 1 NOTE
See
‘/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/ptairMS.Rcheck/00check.log’
for details.
ptairMS.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL ptairMS ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library’ * installing *source* package ‘ptairMS’ ... ** using staged installation ** libs using C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’ using SDK: ‘MacOSX11.3.sdk’ clang++ -arch arm64 -std=gnu++17 -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++17 -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 align.cpp -o align.o clang++ -arch arm64 -std=gnu++17 -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 findEqualGreaterM.cpp -o findEqualGreaterM.o clang++ -arch arm64 -std=gnu++17 -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 ptairMS.so RcppExports.o align.o findEqualGreaterM.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-ptairMS/00new/ptairMS/libs ** R ** inst ** byte-compile and prepare package for lazy loading in method for ‘annotateVOC’ with signature ‘"ExpressionSet"’: no definition for class “ExpressionSet” in method for ‘writeEset’ with signature ‘"ExpressionSet"’: no definition for class “ExpressionSet” ** 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 (ptairMS)
ptairMS.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(ptairMS)
>
> test_check("ptairMS")
Control1.h5 : 3 peaks detected
Control2.h5 : 4 peaks detected
Specie-a1.h5 : 2 peaks detected
Specie-a2.h5 : 3 peaks detected
specie-b1.h5 : 4 peaks detected
specie-b2.h5 : 3 peaks detected
Control1.h5 : 2 peaks detected
Control2.h5 : 2 peaks detected
Specie-a1.h5 : 3 peaks detected
Specie-a2.h5 : 3 peaks detected
specie-b1.h5 : 2 peaks detected
specie-b2.h5 : 3 peaks detected
Control1.h5 : 4 peaks detected
Control2.h5 : 6 peaks detected
Specie-a1.h5 : 3 peaks detected
Specie-a2.h5 : 4 peaks detected
specie-b1.h5 : 5 peaks detected
specie-b2.h5 : 4 peaks detected
Control1.h5 : 3 peaks detected
Control2.h5 : 2 peaks detected
Specie-a1.h5 : 3 peaks detected
Specie-a2.h5 : 3 peaks detected
specie-b1.h5 : 5 peaks detected
specie-b2.h5 : 4 peaks detected
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 56 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-alignment.R:34:3'): alignSamples() works correctly. ──────────
nrow(Biobase::exprs(eset)) not equal to 2.
1/1 mismatches
[1] 3 - 2 == 1
Backtrace:
▆
1. └─ptairMS (local) test_alignSamples()
2. └─testthat::expect_equal(nrow(Biobase::exprs(eset)), 2) at test-alignment.R:34:2
── Failure ('test-alignment.R:40:3'): alignSamples() works correctly. ──────────
nrow(Biobase::exprs(eset)) not equal to 1.
1/1 mismatches
[1] 2 - 1 == 1
Backtrace:
▆
1. └─ptairMS (local) test_alignSamples()
2. └─testthat::expect_equal(nrow(Biobase::exprs(eset)), 1) at test-alignment.R:40:2
── Failure ('test-annotation.R:28:3'): annotateVOC function and findIsotope ────
Biobase::fData(bacteria.eset)[1, "isotope"] not equal to row.names(Biobase::fData(bacteria.eset))[2].
1/1 mismatches
x[1]: "60.0514"
y[1]: "59.0608"
Backtrace:
▆
1. └─ptairMS (local) test_annotateVOC_and_isotope()
2. └─testthat::expect_equal(...) at test-annotation.R:28:2
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 56 ]
Error: Test failures
Execution halted
ptairMS.Rcheck/ptairMS-Ex.timings
| name | user | system | elapsed | |
| LocalMaximaSG | 0.029 | 0.007 | 0.040 | |
| PeakList | 0.720 | 0.070 | 1.013 | |
| alignSamples | 16.014 | 0.749 | 23.140 | |
| annotation | 14.314 | 0.601 | 17.506 | |
| calibration | 0.723 | 0.052 | 0.988 | |
| changeTimeLimits | 9.317 | 0.397 | 12.270 | |
| convert_to_mzML | 6.568 | 0.253 | 8.585 | |
| createPtrSet | 8.674 | 0.217 | 10.751 | |
| defineKnots | 10.265 | 0.255 | 13.212 | |
| detectPeak | 92.880 | 2.089 | 115.972 | |
| exportSampleMetada | 8.619 | 0.286 | 11.310 | |
| formula2mass | 0.003 | 0.002 | 0.006 | |
| getDirectory | 8.921 | 0.284 | 11.764 | |
| getFileNames | 8.532 | 0.302 | 11.268 | |
| getPeakList | 13.259 | 0.509 | 17.641 | |
| getSampleMetadata | 8.894 | 0.334 | 11.807 | |
| importSampleMetadata | 8.900 | 0.290 | 11.725 | |
| impute | 13.470 | 0.578 | 17.948 | |
| imputeMat | 14.804 | 0.669 | 19.769 | |
| plot | 11.495 | 0.408 | 16.144 | |
| plotCalib | 9.611 | 0.345 | 14.129 | |
| plotFeatures | 10.330 | 0.409 | 15.369 | |
| plotRaw | 10.017 | 0.434 | 15.772 | |
| plotTIC | 10.481 | 0.371 | 16.070 | |
| readRaw | 0.106 | 0.021 | 0.189 | |
| resetSampleMetadata | 9.676 | 0.294 | 14.635 | |
| rmPeakList | 9.692 | 0.272 | 14.647 | |
| setSampleMetadata | 9.593 | 0.299 | 13.389 | |
| timeLimits | 1.312 | 0.046 | 1.865 | |
| updatePtrSet | 9.465 | 0.286 | 14.765 | |
| writeEset | 14.650 | 0.502 | 23.078 | |