| Back to Long Tests report for BioC 3.11 |
This page was generated on 2020-01-11 19:30:02 -0500 (Sat, 11 Jan 2020).
| Package 4/4 | Hostname | OS / Arch | CHECK | |||||
| HDF5Array 1.15.2 Hervé Pagès
| malbec2 | Linux (Ubuntu 18.04.3 LTS) / x86_64 | ERROR | |||||
| tokay2 | Windows Server 2012 R2 Standard / x64 | ERROR | ||||||
| celaya2 | OS X 10.11.6 El Capitan / x86_64 | [ ERROR ] |
| Package: HDF5Array |
| Version: 1.15.2 |
| Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --test-dir=longtests --no-stop-on-test-error --no-codoc --no-examples --no-manual --ignore-vignettes --check-subdirs=no HDF5Array_1.15.2.tar.gz |
| StartedAt: 2020-01-11 11:00:44 -0500 (Sat, 11 Jan 2020) |
| EndedAt: 2020-01-11 11:03:24 -0500 (Sat, 11 Jan 2020) |
| EllapsedTime: 160.0 seconds |
| RetCode: 1 |
| Status: ERROR |
| CheckDir: HDF5Array.Rcheck |
| Warnings: NA |
HDF5Array.Rcheck/tests/fake_test1.Rout.fail
R Under development (unstable) (2019-12-14 r77572) -- "Unsuffered Consequences"
Copyright (C) 2019 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin15.6.0 (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.
> cat("This fake test doesn't test anything...\n")
This fake test doesn't test anything...
>
> stop("... and FAILS!\n")
Error: ... and FAILS!
Execution halted
HDF5Array.Rcheck/tests/fake_test2.Rout
R Under development (unstable) (2019-12-14 r77572) -- "Unsuffered Consequences"
Copyright (C) 2019 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin15.6.0 (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.
> cat("This fake test doesn't test anything...\n")
This fake test doesn't test anything...
>
> cat("... and succeeds.\n")
... and succeeds.
>
>
> proc.time()
user system elapsed
0.378 0.140 0.461
HDF5Array.Rcheck/tests/fake_test3.Rout.fail
R Under development (unstable) (2019-12-14 r77572) -- "Unsuffered Consequences"
Copyright (C) 2019 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin15.6.0 (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.
> cat("This fake test doesn't test anything...\n")
This fake test doesn't test anything...
>
> stop("... and FAILS!\n")
Error: ... and FAILS!
Execution halted
##############################################################################
##############################################################################
###
### Running command:
###
### /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --test-dir=longtests --no-stop-on-test-error --no-codoc --no-examples --no-manual --ignore-vignettes --check-subdirs=no HDF5Array_1.15.2.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/Users/biocbuild/bbs-3.11-bioc-longtests/meat/HDF5Array.Rcheck’
* using R Under development (unstable) (2019-12-14 r77572)
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
* using session charset: UTF-8
* using options ‘--no-codoc --no-examples --no-manual --ignore-vignettes --no-stop-on-test-error’
* checking for file ‘HDF5Array/DESCRIPTION’ ... OK
* this is package ‘HDF5Array’ version ‘1.15.2’
* 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 ... NOTE
Found the following hidden files and directories:
.BBSoptions
These were most likely included in error. See section ‘Package
structure’ in the ‘Writing R Extensions’ manual.
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘HDF5Array’ can be installed ... OK
* checking installed package size ... NOTE
installed size is 11.9Mb
sub-directories of 1Mb or more:
extdata 7.7Mb
libs 3.5Mb
* checking package 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 ... NOTE
Unexported objects imported by ':::' calls:
‘BiocGenerics:::testPackage’ ‘S4Vectors:::anyMissingOrOutside’
‘S4Vectors:::extract_data_frame_rows’ ‘S4Vectors:::sapply_isNULL’
See the note in ?`:::` about the use of this operator.
* 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 ... SKIPPED
* 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 line endings in Makefiles ... OK
* checking compilation flags in Makevars ... OK
* checking for GNU extensions in Makefiles ... NOTE
GNU make is a SystemRequirements.
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking use of PKG_*FLAGS in Makefiles ... OK
* checking compiled code ... OK
* checking examples ... SKIPPED
* checking for unstated dependencies in ‘longtests’ ... OK
* checking tests in ‘longtests’ ...
Running ‘fake_test1.R’
Running ‘fake_test2.R’
Running ‘fake_test3.R’
ERROR
Running the tests in ‘longtests/fake_test1.R’ failed.
Complete output:
> cat("This fake test doesn't test anything...\n")
This fake test doesn't test anything...
>
> stop("... and FAILS!\n")
Error: ... and FAILS!
Execution halted
Running the tests in ‘longtests/fake_test3.R’ failed.
Complete output:
> cat("This fake test doesn't test anything...\n")
This fake test doesn't test anything...
>
> stop("... and FAILS!\n")
Error: ... and FAILS!
Execution halted
* DONE
Status: 1 ERROR, 4 NOTEs
See
‘/Users/biocbuild/bbs-3.11-bioc-longtests/meat/HDF5Array.Rcheck/00check.log’
for details.
HDF5Array.Rcheck/00install.out
* installing *source* package ‘HDF5Array’ ...
** using staged installation
** libs
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/S4Vectors/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rhdf5lib/include' -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -fPIC -Wall -g -O2 -c DSetHandle.c -o DSetHandle.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/S4Vectors/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rhdf5lib/include' -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -fPIC -Wall -g -O2 -c R_init_HDF5Array.c -o R_init_HDF5Array.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/S4Vectors/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rhdf5lib/include' -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -fPIC -Wall -g -O2 -c S4Vectors_stubs.c -o S4Vectors_stubs.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/S4Vectors/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rhdf5lib/include' -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -fPIC -Wall -g -O2 -c array_selection.c -o array_selection.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/S4Vectors/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rhdf5lib/include' -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -fPIC -Wall -g -O2 -c h5mread.c -o h5mread.o
h5mread.c:1303:22: warning: unused function 'select_elements_from_chunk' [-Wunused-function]
static long long int select_elements_from_chunk(const DSetHandle *dset_handle,
^
1 warning generated.
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/usr/local/lib -o HDF5Array.so DSetHandle.o R_init_HDF5Array.o S4Vectors_stubs.o array_selection.o h5mread.o /Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rhdf5lib/lib/libhdf5.a /Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rhdf5lib/lib/libsz.a -lz -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Users/biocbuild/bbs-3.11-bioc-longtests/meat/HDF5Array.Rcheck/00LOCK-HDF5Array/00new/HDF5Array/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** 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 (HDF5Array)