CRAN Package Check Results for Package gppm

Last updated on 2022-08-15 08:49:57 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.0 9.40 289.66 299.06 OK
r-devel-linux-x86_64-debian-gcc 0.2.0 8.12 217.44 225.56 OK
r-devel-linux-x86_64-fedora-clang 0.2.0 324.33 OK
r-devel-linux-x86_64-fedora-gcc 0.2.0 354.83 OK
r-devel-windows-x86_64 0.2.0 24.00 236.00 260.00 ERROR
r-patched-linux-x86_64 0.2.0 10.91 274.31 285.22 OK
r-release-linux-x86_64 0.2.0 6.58 272.69 279.27 OK
r-release-macos-arm64 0.2.0 83.00 OK
r-release-macos-x86_64 0.2.0 193.00 OK
r-release-windows-x86_64 0.2.0 32.00 239.00 271.00 ERROR
r-oldrel-macos-arm64 0.2.0 87.00 OK
r-oldrel-macos-x86_64 0.2.0 172.00 OK
r-oldrel-windows-ix86+x86_64 0.2.0 26.00 198.00 224.00 ERROR

Check Details

Version: 0.2.0
Check: tests
Result: ERROR
     Running 'testthat.R' [120s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > Sys.setenv("R_TESTS" = "")
     > library(testthat)
     > library(gppm)
     Loading required package: Rcpp
     >
     > test_check("gppm")
     make cmd is
     make -f "D:/RCompile/recent/R/etc/x64/Makeconf" -f "D:/RCompile/recent/R/share/make/winshlib.mk" CXX='$(CXX14) $(CXX14STD)' CXXFLAGS='$(CXX14FLAGS)' CXXPICFLAGS='$(CXX14PICFLAGS)' SHLIB_LDFLAGS='$(SHLIB_CXX14LDFLAGS)' SHLIB_LD='$(SHLIB_CXX14LD)' SHLIB="file16c2c340c7b9f.dll" WIN=64 TCLBIN= OBJECTS="file16c2c340c7b9f.o"
    
     make would use
     make[1]: Entering directory '/d/temp/RtmpgDCUca'
     if test "zfile16c2c340c7b9f.o" != "z"; then \
     if test -e "file16c2c340c7b9f-win.def"; then \
     echo g++ -shared -s -static-libgcc -o file16c2c340c7b9f.dll file16c2c340c7b9f-win.def file16c2c340c7b9f.o -L"d:/rtools42/x86_64-w64-mingw32.static.posix/lib/x64" -L"d:/rtools42/x86_64-w64-mingw32.static.posix/lib" -L"D:/RCompile/recent/R/bin/x64" -lR ; \
     g++ -shared -s -static-libgcc -o file16c2c340c7b9f.dll file16c2c340c7b9f-win.def file16c2c340c7b9f.o -L"d:/rtools42/x86_64-w64-mingw32.static.posix/lib/x64" -L"d:/rtools42/x86_64-w64-mingw32.static.posix/lib" -L"D:/RCompile/recent/R/bin/x64" -lR ; \
     else \
     echo EXPORTS > tmp.def; \
     nm file16c2c340c7b9f.o | sed -n 's/^.* [BCDRT] / /p' | sed -e '/[.]refptr[.]/d' -e '/[.]weak[.]/d' | sed 's/[^ ][^ ]*/"&"/g' >> tmp.def; \
     echo g++ -shared -s -static-libgcc -o file16c2c340c7b9f.dll tmp.def file16c2c340c7b9f.o -L"d:/rtools42/x86_64-w64-mingw32.static.posix/lib/x64" -L"d:/rtools42/x86_64-w64-mingw32.static.posix/lib" -L"D:/RCompile/recent/R/bin/x64" -lR ; \
     g++ -shared -s -static-libgcc -o file16c2c340c7b9f.dll tmp.def file16c2c340c7b9f.o -L"d:/rtools42/x86_64-w64-mingw32.static.posix/lib/x64" -L"d:/rtools42/x86_64-w64-mingw32.static.posix/lib" -L"D:/RCompile/recent/R/bin/x64" -lR ; \
     rm -f tmp.def; \
     fi \
     fi
     make[1]: Leaving directory '/d/temp/RtmpgDCUca'
     Error in compileCode(f, code, language = language, verbose = verbose) :
     D:\rtools42\x86_64-w64-mingw32.static.posix\bin/ld.exe: file16c2c340c7b9f.o:file16c2c340c7b9f.cpp:(.text$_ZN3tbb8internal26task_scheduler_observer_v3D0Ev[_ZN3tbb8internal26task_scheduler_observer_v3D0Ev]+0x1d): undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'D:\rtools42\x86_64-w64-mingw32.static.posix\bin/ld.exe: file16c2c340c7b9f.o:file16c2c340c7b9f.cpp:(.text$_ZN3tbb10interface623task_scheduler_observerD1Ev[_ZN3tbb10interface623task_scheduler_observerD1Ev]+0x1d): undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'D:\rtools42\x86_64-w64-mingw32.static.posix\bin/ld.exe: file16c2c340c7b9f.o:file16c2c340c7b9f.cpp:(.text$_ZN3tbb10interface623task_scheduler_observerD1Ev[_ZN3tbb10interface623task_scheduler_observerD1Ev]+0x3a): undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'D:\rtools42\x86_64-w64-mingw32.static.posix\bin/ld.exe: file16c2c340c7b9f.o:file16c2c340c7b9f.cpp:(.text$_ZN3tbb10i
     Calls: test_check ... <Anonymous> -> <Anonymous> -> force -> cxxfunction -> compileCode
     Error in sink(type = "output") : invalid connection
     Calls: test_check ... withVisible -> <Anonymous> -> cxxfunctionplus -> sink
     Execution halted
Flavor: r-devel-windows-x86_64

Version: 0.2.0
Check: tests
Result: ERROR
     Running 'testthat.R' [117s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > Sys.setenv("R_TESTS" = "")
     > library(testthat)
     > library(gppm)
     Loading required package: Rcpp
     >
     > test_check("gppm")
     make cmd is
     make -f "D:/RCompile/recent/R-4.2.1/etc/x64/Makeconf" -f "D:/RCompile/recent/R-4.2.1/share/make/winshlib.mk" CXX='$(CXX14) $(CXX14STD)' CXXFLAGS='$(CXX14FLAGS)' CXXPICFLAGS='$(CXX14PICFLAGS)' SHLIB_LDFLAGS='$(SHLIB_CXX14LDFLAGS)' SHLIB_LD='$(SHLIB_CXX14LD)' SHLIB="file2644c30fde2a.dll" WIN=64 TCLBIN= OBJECTS="file2644c30fde2a.o"
    
     make would use
     make[1]: Entering directory '/d/temp/Rtmpg1GWZC'
     if test "zfile2644c30fde2a.o" != "z"; then \
     if test -e "file2644c30fde2a-win.def"; then \
     echo g++ -shared -s -static-libgcc -o file2644c30fde2a.dll file2644c30fde2a-win.def file2644c30fde2a.o -L"d:/rtools42/x86_64-w64-mingw32.static.posix/lib/x64" -L"d:/rtools42/x86_64-w64-mingw32.static.posix/lib" -L"D:/RCompile/recent/R-4.2.1/bin/x64" -lR ; \
     g++ -shared -s -static-libgcc -o file2644c30fde2a.dll file2644c30fde2a-win.def file2644c30fde2a.o -L"d:/rtools42/x86_64-w64-mingw32.static.posix/lib/x64" -L"d:/rtools42/x86_64-w64-mingw32.static.posix/lib" -L"D:/RCompile/recent/R-4.2.1/bin/x64" -lR ; \
     else \
     echo EXPORTS > tmp.def; \
     nm file2644c30fde2a.o | sed -n 's/^.* [BCDRT] / /p' | sed -e '/[.]refptr[.]/d' -e '/[.]weak[.]/d' | sed 's/[^ ][^ ]*/"&"/g' >> tmp.def; \
     echo g++ -shared -s -static-libgcc -o file2644c30fde2a.dll tmp.def file2644c30fde2a.o -L"d:/rtools42/x86_64-w64-mingw32.static.posix/lib/x64" -L"d:/rtools42/x86_64-w64-mingw32.static.posix/lib" -L"D:/RCompile/recent/R-4.2.1/bin/x64" -lR ; \
     g++ -shared -s -static-libgcc -o file2644c30fde2a.dll tmp.def file2644c30fde2a.o -L"d:/rtools42/x86_64-w64-mingw32.static.posix/lib/x64" -L"d:/rtools42/x86_64-w64-mingw32.static.posix/lib" -L"D:/RCompile/recent/R-4.2.1/bin/x64" -lR ; \
     rm -f tmp.def; \
     fi \
     fi
     make[1]: Leaving directory '/d/temp/Rtmpg1GWZC'
     Error in compileCode(f, code, language = language, verbose = verbose) :
     D:\rtools42\x86_64-w64-mingw32.static.posix\bin/ld.exe: file2644c30fde2a.o:file2644c30fde2a.cpp:(.text$_ZN3tbb8internal26task_scheduler_observer_v3D0Ev[_ZN3tbb8internal26task_scheduler_observer_v3D0Ev]+0x1d): undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'D:\rtools42\x86_64-w64-mingw32.static.posix\bin/ld.exe: file2644c30fde2a.o:file2644c30fde2a.cpp:(.text$_ZN3tbb10interface623task_scheduler_observerD1Ev[_ZN3tbb10interface623task_scheduler_observerD1Ev]+0x1d): undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'D:\rtools42\x86_64-w64-mingw32.static.posix\bin/ld.exe: file2644c30fde2a.o:file2644c30fde2a.cpp:(.text$_ZN3tbb10interface623task_scheduler_observerD1Ev[_ZN3tbb10interface623task_scheduler_observerD1Ev]+0x3a): undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'D:\rtools42\x86_64-w64-mingw32.static.posix\bin/ld.exe: file2644c30fde2a.o:file2644c30fde2a.cpp:(.text$_ZN3tbb10interface
     Calls: test_check ... <Anonymous> -> <Anonymous> -> force -> cxxfunction -> compileCode
     Error in sink(type = "output") : invalid connection
     Calls: test_check ... withVisible -> <Anonymous> -> cxxfunctionplus -> sink
     Execution halted
Flavor: r-release-windows-x86_64

Version: 0.2.0
Check: tests
Result: ERROR
     Running 'testthat.R' [85s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > Sys.setenv("R_TESTS" = "")
     > library(testthat)
     > library(gppm)
     Loading required package: Rcpp
     >
     > test_check("gppm")
     make cmd is
     make -f "D:/RCompile/recent/R-41~1.3/etc/x64/Makeconf" -f "D:/RCompile/recent/R-41~1.3/etc/x64/Makevars.site" -f "D:/RCompile/recent/R-41~1.3/share/make/winshlib.mk" CXX='$(CXX14) $(CXX14STD)' CXXFLAGS='$(CXX14FLAGS)' CXXPICFLAGS='$(CXX14PICFLAGS)' SHLIB_LDFLAGS='$(SHLIB_CXX14LDFLAGS)' SHLIB_LD='$(SHLIB_CXX14LD)' SHLIB="file1145821fe791c.dll" WIN=64 TCLBIN=64 OBJECTS="file1145821fe791c.o"
    
     make would use
     make[1]: Entering directory '/d/temp/RtmpyCEUdQ'
     if test "zfile1145821fe791c.o" != "z"; then \
     if test -e "file1145821fe791c-win.def"; then \
     echo d:/Compiler/rtools40/mingw64/bin/g++ -shared -s -static-libgcc -o file1145821fe791c.dll file1145821fe791c-win.def file1145821fe791c.o -L"d:/Compiler/gcc-4.9.3/local330/lib/x64" -L"d:/Compiler/gcc-4.9.3/local330/lib" -L"D:/RCompile/recent/R-41~1.3/bin/x64" -lR ; \
     d:/Compiler/rtools40/mingw64/bin/g++ -shared -s -static-libgcc -o file1145821fe791c.dll file1145821fe791c-win.def file1145821fe791c.o -L"d:/Compiler/gcc-4.9.3/local330/lib/x64" -L"d:/Compiler/gcc-4.9.3/local330/lib" -L"D:/RCompile/recent/R-41~1.3/bin/x64" -lR ; \
     else \
     echo EXPORTS > tmp.def; \
     d:/Compiler/rtools40/mingw64/bin/nm file1145821fe791c.o | sed -n 's/^.* [BCDRT] / /p' | sed -e '/[.]refptr[.]/d' -e '/[.]weak[.]/d' | sed 's/[^ ][^ ]*/"&"/g' >> tmp.def; \
     echo d:/Compiler/rtools40/mingw64/bin/g++ -shared -s -static-libgcc -o file1145821fe791c.dll tmp.def file1145821fe791c.o -L"d:/Compiler/gcc-4.9.3/local330/lib/x64" -L"d:/Compiler/gcc-4.9.3/local330/lib" -L"D:/RCompile/recent/R-41~1.3/bin/x64" -lR ; \
     d:/Compiler/rtools40/mingw64/bin/g++ -shared -s -static-libgcc -o file1145821fe791c.dll tmp.def file1145821fe791c.o -L"d:/Compiler/gcc-4.9.3/local330/lib/x64" -L"d:/Compiler/gcc-4.9.3/local330/lib" -L"D:/RCompile/recent/R-41~1.3/bin/x64" -lR ; \
     rm -f tmp.def; \
     fi \
     fi
     make[1]: Leaving directory '/d/temp/RtmpyCEUdQ'
     Error in compileCode(f, code, language = language, verbose = verbose) :
     D:/Compiler/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: file1145821fe791c.o:file1145821fe791c.cpp:(.text$_ZN3tbb8internal26task_scheduler_observer_v3D1Ev[_ZN3tbb8internal26task_scheduler_observer_v3D1Ev]+0x14): undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'D:/Compiler/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: file1145821fe791c.o:file1145821fe791c.cpp:(.text$_ZN3tbb8internal26task_scheduler_observer_v3D0Ev[_ZN3tbb8internal26task_scheduler_observer_v3D0Ev]+0x1c): undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'D:/Compiler/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: file1145821fe791c.o:file1145821fe791c.cpp:(.text$_ZN3tbb10interface623task_scheduler_observerD0Ev[_ZN3tbb10interface623task_scheduler_observerD0Ev]+0x1c): undefined reference to `tbb:
     Calls: test_check ... <Anonymous> -> <Anonymous> -> force -> cxxfunction -> compileCode
     Error in sink(type = "output") : invalid connection
     Calls: test_check ... withVisible -> <Anonymous> -> cxxfunctionplus -> sink
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64