Last updated on 2021-01-20 02:50:17 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 11.22 | 287.76 | 298.98 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 8.26 | 201.09 | 209.35 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 334.02 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 335.17 | OK | |||
r-devel-windows-ix86+x86_64 | 0.2.0 | 19.00 | 173.00 | 192.00 | ERROR | |
r-patched-linux-x86_64 | 0.2.0 | 6.41 | 258.66 | 265.07 | OK | |
r-patched-solaris-x86 | 0.2.0 | 343.80 | OK | |||
r-release-linux-x86_64 | 0.2.0 | 9.87 | 257.87 | 267.74 | OK | |
r-release-macos-x86_64 | 0.2.0 | OK | ||||
r-release-windows-ix86+x86_64 | 0.2.0 | 22.00 | 158.00 | 180.00 | ERROR | |
r-oldrel-macos-x86_64 | 0.2.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.2.0 | 18.00 | 151.00 | 169.00 | ERROR |
Version: 0.2.0
Check: tests
Result: ERROR
Running 'testthat.R' [75s]
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/etc/x64/Makevars.site" -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="filee324202d6fcb.dll" WIN=64 TCLBIN=64 OBJECTS="filee324202d6fcb.o"
make would use
make[1]: Entering directory '/d/temp/RtmpieTqPH'
if test "zfilee324202d6fcb.o" != "z"; then \
if test -e "filee324202d6fcb-win.def"; then \
echo d:/Compiler/rtools40/mingw64/bin/g++ -shared -s -static-libgcc -o filee324202d6fcb.dll filee324202d6fcb-win.def filee324202d6fcb.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/bin/x64" -lR ; \
d:/Compiler/rtools40/mingw64/bin/g++ -shared -s -static-libgcc -o filee324202d6fcb.dll filee324202d6fcb-win.def filee324202d6fcb.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/bin/x64" -lR ; \
else \
echo EXPORTS > tmp.def; \
d:/Compiler/rtools40/mingw64/bin/nm filee324202d6fcb.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 filee324202d6fcb.dll tmp.def filee324202d6fcb.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/bin/x64" -lR ; \
d:/Compiler/rtools40/mingw64/bin/g++ -shared -s -static-libgcc -o filee324202d6fcb.dll tmp.def filee324202d6fcb.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/bin/x64" -lR ; \
rm -f tmp.def; \
fi \
fi
make[1]: Leaving directory '/d/temp/RtmpieTqPH'
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: filee324202d6fcb.o:filee324202d6fcb.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: filee324202d6fcb.o:filee324202d6fcb.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: filee324202d6fcb.o:filee324202d6fcb.cpp:(.text$_ZN4stan4math16ad_tape_observerD1Ev[_ZN4stan4math16ad_tape_observerD1Ev]+0x15): undefined reference to `tbb::internal::task_scheduler_observ
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-ix86+x86_64
Version: 0.2.0
Check: tests
Result: ERROR
Running 'testthat.R' [64s]
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-40~1.3/etc/x64/Makeconf" -f "D:/RCompile/recent/R-40~1.3/etc/x64/Makevars.site" -f "D:/RCompile/recent/R-40~1.3/share/make/winshlib.mk" CXX='$(CXX14) $(CXX14STD)' CXXFLAGS='$(CXX14FLAGS)' CXXPICFLAGS='$(CXX14PICFLAGS)' SHLIB_LDFLAGS='$(SHLIB_CXX14LDFLAGS)' SHLIB_LD='$(SHLIB_CXX14LD)' SHLIB="file178986f9d3d12.dll" WIN=64 TCLBIN=64 OBJECTS="file178986f9d3d12.o"
make would use
make[1]: Entering directory '/d/temp/Rtmpgtkafi'
if test "zfile178986f9d3d12.o" != "z"; then \
if test -e "file178986f9d3d12-win.def"; then \
echo d:/Compiler/rtools40/mingw64/bin/g++ -shared -s -static-libgcc -o file178986f9d3d12.dll file178986f9d3d12-win.def file178986f9d3d12.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-40~1.3/bin/x64" -lR ; \
d:/Compiler/rtools40/mingw64/bin/g++ -shared -s -static-libgcc -o file178986f9d3d12.dll file178986f9d3d12-win.def file178986f9d3d12.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-40~1.3/bin/x64" -lR ; \
else \
echo EXPORTS > tmp.def; \
d:/Compiler/rtools40/mingw64/bin/nm file178986f9d3d12.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 file178986f9d3d12.dll tmp.def file178986f9d3d12.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-40~1.3/bin/x64" -lR ; \
d:/Compiler/rtools40/mingw64/bin/g++ -shared -s -static-libgcc -o file178986f9d3d12.dll tmp.def file178986f9d3d12.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-40~1.3/bin/x64" -lR ; \
rm -f tmp.def; \
fi \
fi
make[1]: Leaving directory '/d/temp/Rtmpgtkafi'
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: file178986f9d3d12.o:file178986f9d3d12.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: file178986f9d3d12.o:file178986f9d3d12.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: file178986f9d3d12.o:file178986f9d3d12.cpp:(.text$_ZN4stan4math16ad_tape_observerD1Ev[_ZN4stan4math16ad_tape_observerD1Ev]+0x15): undefined reference to `tbb::internal::task_scheduler
Calls: test_check ... <Anonymous> -> <Anonymous> -> force -> cxxfunction -> compileCode
Error in sink(type = "output") : invalid connection
Calls: test_check ... eval -> eval -> <Anonymous> -> cxxfunctionplus -> sink
Execution halted
Flavor: r-release-windows-ix86+x86_64
Version: 0.2.0
Check: tests
Result: ERROR
Running 'testthat.R' [65s]
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-36~1.3/etc/x64/Makeconf" -f "D:/RCompile/recent/R-36~1.3/etc/x64/Makevars.site" -f "D:/RCompile/recent/R-36~1.3/share/make/winshlib.mk" CXX='$(CXX11) $(CXX11STD)' CXXFLAGS='$(CXX11FLAGS)' CXXPICFLAGS='$(CXX11PICFLAGS)' SHLIB_LDFLAGS='$(SHLIB_CXX11LDFLAGS)' SHLIB_LD='$(SHLIB_CXX11LD)' SHLIB="file1722832cf35e2.dll" WIN=64 TCLBIN=64 OBJECTS="file1722832cf35e2.o"
make would use
make[1]: Entering directory `/cygdrive/d/temp/RtmpY1UvTA'
if test "zfile1722832cf35e2.o" != "z"; then \
if test -e "file1722832cf35e2-win.def"; then \
echo d:/Compiler/gcc-4.9.3/mingw_64/bin/g++ -m64 -shared -s -static-libgcc -o file1722832cf35e2.dll file1722832cf35e2-win.def file1722832cf35e2.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-36~1.3/bin/x64" -lR ; \
d:/Compiler/gcc-4.9.3/mingw_64/bin/g++ -m64 -shared -s -static-libgcc -o file1722832cf35e2.dll file1722832cf35e2-win.def file1722832cf35e2.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-36~1.3/bin/x64" -lR ; \
else \
echo EXPORTS > tmp.def; \
d:/Compiler/gcc-4.9.3/mingw_64/bin/nm file1722832cf35e2.o | sed -n 's/^.* [BCDRT] / /p' | sed -e '/[.]refptr[.]/d' -e '/[.]weak[.]/d' | sed 's/[^ ][^ ]*/"&"/g' >> tmp.def; \
echo d:/Compiler/gcc-4.9.3/mingw_64/bin/g++ -m64 -shared -s -static-libgcc -o file1722832cf35e2.dll tmp.def file1722832cf35e2.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-36~1.3/bin/x64" -lR ; \
d:/Compiler/gcc-4.9.3/mingw_64/bin/g++ -m64 -shared -s -static-libgcc -o file1722832cf35e2.dll tmp.def file1722832cf35e2.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-36~1.3/bin/x64" -lR ; \
rm -f tmp.def; \
fi \
fi
make[1]: Leaving directory `/cygdrive/d/temp/RtmpY1UvTA'
Error in compileCode(f, code, language = language, verbose = verbose) :
file1722832cf35e2.o:file1722832cf35e2.cpp:(.text$_ZN3tbb8internal26task_scheduler_observer_v3D1Ev[_ZN3tbb8internal26task_scheduler_observer_v3D1Ev]+0x14): undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'file1722832cf35e2.o:file1722832cf35e2.cpp:(.text$_ZN3tbb8internal26task_scheduler_observer_v3D0Ev[_ZN3tbb8internal26task_scheduler_observer_v3D0Ev]+0x1c): undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'file1722832cf35e2.o:file1722832cf35e2.cpp:(.text$_ZN4stan4math16ad_tape_observerD1Ev[_ZN4stan4math16ad_tape_observerD1Ev]+0x15): undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'file1722832cf35e2.o:file1722832cf35e2.cpp:(.text$_ZN4stan4math16ad_tape_observerD1Ev[_ZN4stan4math16ad_tape_observerD1Ev]+0x47): undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'file1722832cf35e2.o:file1722832cf35e2.cpp:(.text$_ZN4stan4math16ad_tape_observerD0Ev[_ZN4stan4math
Calls: test_check ... <Anonymous> -> <Anonymous> -> force -> cxxfunction -> compileCode
Error in sink(type = "output") : invalid connection
Calls: test_check ... eval -> eval -> <Anonymous> -> cxxfunctionplus -> sink
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64