Back to Long Tests report for BioC 3.11

CHECK report for rhdf5 on tokay2

This page was generated on 2020-10-10 17:30:04 -0400 (Sat, 10 Oct 2020).

TO THE DEVELOPERS/MAINTAINERS OF THE rhdf5 PACKAGE: Please make sure to use the following settings in order to reproduce any error or warning you see on this page.
Package 6/7HostnameOS / ArchCHECK
rhdf5 2.32.4
Mike Smith
Snapshot Date: 2020-10-10 09:00:02 -0400 (Sat, 10 Oct 2020)
URL: https://git.bioconductor.org/packages/rhdf5
Branch: RELEASE_3_11
Last Commit: 5316244
Last Changed Date: 2020-10-05 13:47:29 -0400 (Mon, 05 Oct 2020)
malbec2 Linux (Ubuntu 18.04.4 LTS) / x86_64  OK 
tokay2 Windows Server 2012 R2 Standard / x64 [ OK ]
machv2 macOS 10.14.6 Mojave / x86_64  OK 

Summary

Package: rhdf5
Version: 2.32.4
Command: C:\Users\biocbuild\bbs-3.11-bioc\R\bin\R.exe CMD check --force-multiarch --test-dir=longtests --no-stop-on-test-error --no-codoc --no-examples --no-manual --ignore-vignettes --check-subdirs=no rhdf5_2.32.4.tar.gz
StartedAt: 2020-10-10 10:01:33 -0400 (Sat, 10 Oct 2020)
EndedAt: 2020-10-10 10:04:48 -0400 (Sat, 10 Oct 2020)
EllapsedTime: 194.9 seconds
RetCode: 0
Status:  OK  
CheckDir: rhdf5.Rcheck
Warnings: 0

Tests output

rhdf5.Rcheck/tests_i386/testthat.Rout


R version 4.0.2 (2020-06-22) -- "Taking Off Again"
Copyright (C) 2020 The R Foundation for Statistical Computing
Platform: i386-w64-mingw32/i386 (32-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(rhdf5)
> 
> test_check("rhdf5")
== testthat results  ===========================================================
[ OK: 0 | SKIPPED: 1 | WARNINGS: 0 | FAILED: 0 ]
> 
> proc.time()
   user  system elapsed 
   1.34    0.10    1.81 

rhdf5.Rcheck/tests_x64/testthat.Rout


R version 4.0.2 (2020-06-22) -- "Taking Off Again"
Copyright (C) 2020 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (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(rhdf5)
> 
> test_check("rhdf5")
== testthat results  ===========================================================
[ OK: 5 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 0 ]
> 
> proc.time()
   user  system elapsed 
   7.12   20.28   65.26 

'R CMD check' output

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\Users\biocbuild\bbs-3.11-bioc\R\bin\R.exe CMD check --force-multiarch --test-dir=longtests --no-stop-on-test-error --no-codoc --no-examples --no-manual --ignore-vignettes --check-subdirs=no rhdf5_2.32.4.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'C:/Users/biocbuild/bbs-3.11-bioc-longtests/meat/rhdf5.Rcheck'
* using R version 4.0.2 (2020-06-22)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using options '--no-codoc --no-examples --no-manual --ignore-vignettes --no-stop-on-test-error'
* checking for file 'rhdf5/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'rhdf5' version '2.32.4'
* 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 whether package 'rhdf5' can be installed ... OK
* checking installed package size ... NOTE
  installed size is  8.3Mb
  sub-directories of 1Mb or more:
    libs   7.7Mb
* 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
* loading checks for arch 'i386'
** 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
* loading checks for arch 'x64'
** 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 ... 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 files in 'vignettes' ... SKIPPED
* checking examples ... SKIPPED
* checking for unstated dependencies in 'longtests' ... OK
* checking tests in 'longtests' ...
** running tests for arch 'i386' ...
  Running 'testthat.R'
 OK
** running tests for arch 'x64' ...
  Running 'testthat.R'
 OK
* DONE

Status: 2 NOTEs
See
  'C:/Users/biocbuild/bbs-3.11-bioc-longtests/meat/rhdf5.Rcheck/00check.log'
for details.



Installation output

rhdf5.Rcheck/00install.out

* installing *source* package 'rhdf5' ...
** using staged installation
** libs

*** arch - i386
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c H5.c -o H5.o
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c H5A.c -o H5A.o
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c H5D.c -o H5D.o
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c H5E.c -o H5E.o
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c H5F.c -o H5F.o
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c H5G.c -o H5G.o
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c H5I.c -o H5I.o
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c H5L.c -o H5L.o
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c H5O.c -o H5O.o
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c H5P.c -o H5P.o
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c H5S.c -o H5S.o
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c H5T.c -o H5T.o
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c H5Z.c -o H5Z.o
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c H5constants.c -o H5constants.o
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c HandleList.cpp -o HandleList.o
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c HandleListWrap.c -o HandleListWrap.o
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c h5dump.c -o h5dump.o
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c h5ls.c -o h5ls.o
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c h5testLock.c -o h5testLock.o
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c h5writeDataFrame.c -o h5writeDataFrame.o
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c printdatatype.c -o printdatatype.o
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c utils.c -o utils.o
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c wrap.c -o wrap.o
C:/rtools40/mingw32/bin/g++ -std=gnu++11 -shared -s -static-libgcc -o rhdf5.dll tmp.def H5.o H5A.o H5D.o H5E.o H5F.o H5G.o H5I.o H5L.o H5O.o H5P.o H5S.o H5T.o H5Z.o H5constants.o HandleList.o HandleListWrap.o h5dump.o h5ls.o h5testLock.o h5writeDataFrame.o printdatatype.o utils.o wrap.o -LC:/Users/BIOCBU~1/BBS-3~1.11-/R/library/Rhdf5lib/lib/i386 -lhdf5 -lszip -lz -lpsapi -LC:/extsoft/lib/i386 -LC:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.11-/R/bin/i386 -lR
installing to C:/Users/biocbuild/bbs-3.11-bioc-longtests/meat/rhdf5.Rcheck/00LOCK-rhdf5/00new/rhdf5/libs/i386

*** arch - x64
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c H5.c -o H5.o
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c H5A.c -o H5A.o
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c H5D.c -o H5D.o
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c H5E.c -o H5E.o
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c H5F.c -o H5F.o
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c H5G.c -o H5G.o
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c H5I.c -o H5I.o
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c H5L.c -o H5L.o
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c H5O.c -o H5O.o
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c H5P.c -o H5P.o
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c H5S.c -o H5S.o
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c H5T.c -o H5T.o
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c H5Z.c -o H5Z.o
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c H5constants.c -o H5constants.o
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c HandleList.cpp -o HandleList.o
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c HandleListWrap.c -o HandleListWrap.o
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c h5dump.c -o h5dump.o
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c h5ls.c -o h5ls.o
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c h5testLock.c -o h5testLock.o
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c h5writeDataFrame.c -o h5writeDataFrame.o
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c printdatatype.c -o printdatatype.o
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c utils.c -o utils.o
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rhdf5lib/include'   -I"C:/extsoft/include"  "-w"   -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c wrap.c -o wrap.o
C:/rtools40/mingw64/bin/g++ -std=gnu++11 -shared -s -static-libgcc -o rhdf5.dll tmp.def H5.o H5A.o H5D.o H5E.o H5F.o H5G.o H5I.o H5L.o H5O.o H5P.o H5S.o H5T.o H5Z.o H5constants.o HandleList.o HandleListWrap.o h5dump.o h5ls.o h5testLock.o h5writeDataFrame.o printdatatype.o utils.o wrap.o -LC:/Users/BIOCBU~1/BBS-3~1.11-/R/library/Rhdf5lib/lib/x64 -lhdf5 -lszip -lz -lpsapi -LC:/extsoft/lib/x64 -LC:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.11-/R/bin/x64 -lR
C:\rtools40\mingw32\bin\nm.exe: C:/Users/biocbuild/bbs-3.11-bioc-longtests/meat/rhdf5.Rcheck/00_pkg_src/rhdf5/src-x64/H5.o: file format not recognized
C:\rtools40\mingw32\bin\nm.exe: C:/Users/biocbuild/bbs-3.11-bioc-longtests/meat/rhdf5.Rcheck/00_pkg_src/rhdf5/src-x64/H5A.o: file format not recognized
C:\rtools40\mingw32\bin\nm.exe: C:/Users/biocbuild/bbs-3.11-bioc-longtests/meat/rhdf5.Rcheck/00_pkg_src/rhdf5/src-x64/H5D.o: file format not recognized
C:\rtools40\mingw32\bin\nm.exe: C:/Users/biocbuild/bbs-3.11-bioc-longtests/meat/rhdf5.Rcheck/00_pkg_src/rhdf5/src-x64/H5E.o: file format not recognized
C:\rtools40\mingw32\bin\nm.exe: C:/Users/biocbuild/bbs-3.11-bioc-longtests/meat/rhdf5.Rcheck/00_pkg_src/rhdf5/src-x64/H5F.o: file format not recognized
C:\rtools40\mingw32\bin\nm.exe: C:/Users/biocbuild/bbs-3.11-bioc-longtests/meat/rhdf5.Rcheck/00_pkg_src/rhdf5/src-x64/H5G.o: file format not recognized
C:\rtools40\mingw32\bin\nm.exe: C:/Users/biocbuild/bbs-3.11-bioc-longtests/meat/rhdf5.Rcheck/00_pkg_src/rhdf5/src-x64/H5I.o: file format not recognized
C:\rtools40\mingw32\bin\nm.exe: C:/Users/biocbuild/bbs-3.11-bioc-longtests/meat/rhdf5.Rcheck/00_pkg_src/rhdf5/src-x64/H5L.o: file format not recognized
C:\rtools40\mingw32\bin\nm.exe: C:/Users/biocbuild/bbs-3.11-bioc-longtests/meat/rhdf5.Rcheck/00_pkg_src/rhdf5/src-x64/H5O.o: file format not recognized
C:\rtools40\mingw32\bin\nm.exe: C:/Users/biocbuild/bbs-3.11-bioc-longtests/meat/rhdf5.Rcheck/00_pkg_src/rhdf5/src-x64/H5P.o: file format not recognized
C:\rtools40\mingw32\bin\nm.exe: C:/Users/biocbuild/bbs-3.11-bioc-longtests/meat/rhdf5.Rcheck/00_pkg_src/rhdf5/src-x64/H5S.o: file format not recognized
C:\rtools40\mingw32\bin\nm.exe: C:/Users/biocbuild/bbs-3.11-bioc-longtests/meat/rhdf5.Rcheck/00_pkg_src/rhdf5/src-x64/H5T.o: file format not recognized
C:\rtools40\mingw32\bin\nm.exe: C:/Users/biocbuild/bbs-3.11-bioc-longtests/meat/rhdf5.Rcheck/00_pkg_src/rhdf5/src-x64/H5Z.o: file format not recognized
C:\rtools40\mingw32\bin\nm.exe: C:/Users/biocbuild/bbs-3.11-bioc-longtests/meat/rhdf5.Rcheck/00_pkg_src/rhdf5/src-x64/H5constants.o: file format not recognized
C:\rtools40\mingw32\bin\nm.exe: C:/Users/biocbuild/bbs-3.11-bioc-longtests/meat/rhdf5.Rcheck/00_pkg_src/rhdf5/src-x64/HandleList.o: file format not recognized
C:\rtools40\mingw32\bin\nm.exe: C:/Users/biocbuild/bbs-3.11-bioc-longtests/meat/rhdf5.Rcheck/00_pkg_src/rhdf5/src-x64/HandleListWrap.o: file format not recognized
C:\rtools40\mingw32\bin\nm.exe: C:/Users/biocbuild/bbs-3.11-bioc-longtests/meat/rhdf5.Rcheck/00_pkg_src/rhdf5/src-x64/h5dump.o: file format not recognized
C:\rtools40\mingw32\bin\nm.exe: C:/Users/biocbuild/bbs-3.11-bioc-longtests/meat/rhdf5.Rcheck/00_pkg_src/rhdf5/src-x64/h5ls.o: file format not recognized
C:\rtools40\mingw32\bin\nm.exe: C:/Users/biocbuild/bbs-3.11-bioc-longtests/meat/rhdf5.Rcheck/00_pkg_src/rhdf5/src-x64/h5testLock.o: file format not recognized
C:\rtools40\mingw32\bin\nm.exe: C:/Users/biocbuild/bbs-3.11-bioc-longtests/meat/rhdf5.Rcheck/00_pkg_src/rhdf5/src-x64/h5writeDataFrame.o: file format not recognized
C:\rtools40\mingw32\bin\nm.exe: C:/Users/biocbuild/bbs-3.11-bioc-longtests/meat/rhdf5.Rcheck/00_pkg_src/rhdf5/src-x64/printdatatype.o: file format not recognized
C:\rtools40\mingw32\bin\nm.exe: C:/Users/biocbuild/bbs-3.11-bioc-longtests/meat/rhdf5.Rcheck/00_pkg_src/rhdf5/src-x64/utils.o: file format not recognized
C:\rtools40\mingw32\bin\nm.exe: C:/Users/biocbuild/bbs-3.11-bioc-longtests/meat/rhdf5.Rcheck/00_pkg_src/rhdf5/src-x64/wrap.o: file format not recognized
There were 23 warnings (use warnings() to see them)
installing to C:/Users/biocbuild/bbs-3.11-bioc-longtests/meat/rhdf5.Rcheck/00LOCK-rhdf5/00new/rhdf5/libs/x64
** 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
*** arch - i386
*** arch - x64
** testing if installed package can be loaded from final location
*** arch - i386
*** arch - x64
** testing if installed package keeps a record of temporary installation path
* DONE (rhdf5)