R Under development (unstable) (2025-11-04 r88984 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(hdf5lib) > > test_check("hdf5lib") Setting environment variables: PKG_CPPFLAGS = -I"D:/RCompile/CRANincoming/R-devel/lib/hdf5lib/include" PKG_LIBS = "D:/RCompile/CRANincoming/R-devel/lib/hdf5lib/lib/libhdf5.a" -lpthread Compiling with command: "D:\RCompile\recent\R\bin\x64\R" CMD SHLIB "../src/smoke_test.c" using C compiler: 'gcc.exe (GCC) 14.3.0' make[1]: Entering directory '/d/RCompile/CRANincoming/R-devel/hdf5lib.Rcheck/tests/testthat' gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"D:/RCompile/CRANincoming/R-devel/lib/hdf5lib/include" -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c ../src/smoke_test.c -o ../src/smoke_test.o gcc -shared -s -static-libgcc -o ../src/smoke_test.dll tmp.def ../src/smoke_test.o D:/RCompile/CRANincoming/R-devel/lib/hdf5lib/lib/libhdf5.a -lpthread -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR make[1]: Leaving directory '/d/RCompile/CRANincoming/R-devel/hdf5lib.Rcheck/tests/testthat' make[1]: Entering directory '/d/RCompile/CRANincoming/R-devel/hdf5lib.Rcheck/tests/testthat' make[1]: Leaving directory '/d/RCompile/CRANincoming/R-devel/hdf5lib.Rcheck/tests/testthat' [ FAIL 0 | WARN 1 | SKIP 0 | PASS 18 ] [ FAIL 0 | WARN 1 | SKIP 0 | PASS 18 ] > > proc.time() user system elapsed 0.43 0.14 2.51