Two tests fail on armv7hl with 1.12.2, when they didn't on 1.12.0, tests 1018 and 1737.5:
Running the tests in 'tests/main.R' failed.
Last 13 lines of output:
3: 1848 6.522 1
4: 1835 6.181 1
5: 1912 5.300 2
6: 1223 4.036 728
7: 861 3.794 1
8: 1639 3.770 143
9: 1253 3.723 485
10: 1779 3.067 13
Error in test.data.table() :
2 errors out of 6578 in 00:02:16 elapsed (00:02:02 cpu) on Mon Apr 8 03:08:59 2019. [endian==little, sizeof(long double)==8, sizeof(pointer)==4, TZ=NA, locale='C', l10n_info()='MBCS=FALSE; UTF-8=FALSE; Latin-1=FALSE', getDTthreads()='omp_get_num_procs()==4; R_DATATABLE_NUM_PROCS_PERCENT=="" (default 50); R_DATATABLE_NUM_THREADS==""; omp_get_thread_limit()==2147483647; omp_get_max_threads()==4; OMP_THREAD_LIMIT==""; OMP_NUM_THREADS==""; data.table is using 2 threads. This is set on startup, and by setDTthreads(). See ?setDTthreads.; RestoreAfterFork==true']. Search tests/tests.Rraw for test numbers: 1018, 1737.5.
In addition: Warning message:
In parse(n = -1, file = file, srcfile = NULL, keep.source = FALSE) :
invalid input found on input connection '/builddir/build/BUILD/data.table/data.table.Rcheck/data.table/tests/tests.Rraw'
Minimal reproducible example
$ _R_CHECK_FORCE_SUGGESTS_=0 R CMD check data.table
(xts and nanotime are not packaged yet, so I need to skip the Suggests check.)
Output of sessionInfo()
I can't get this exactly because it's on a builder. The closest I can do is the output from a local build (though platform will be different of course):
R version 3.5.3 (2019-03-11)
Platform: x86_64-redhat-linux-gnu (64-bit)
Running under: Fedora 31 (Rawhide)
Matrix products: default
BLAS/LAPACK: /usr/lib64/R/lib/libRblas.so
locale:
[1] LC_CTYPE=C.UTF-8 LC_NUMERIC=C LC_TIME=C.UTF-8
[4] LC_COLLATE=C.UTF-8 LC_MONETARY=C.UTF-8 LC_MESSAGES=C.UTF-8
[7] LC_PAPER=C.UTF-8 LC_NAME=C LC_ADDRESS=C
[10] LC_TELEPHONE=C LC_MEASUREMENT=C.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] compiler_3.5.3
Two tests fail on armv7hl with 1.12.2, when they didn't on 1.12.0, tests 1018 and 1737.5:
Minimal reproducible example
(xts and nanotime are not packaged yet, so I need to skip the Suggests check.)
Output of sessionInfo()
I can't get this exactly because it's on a builder. The closest I can do is the output from a local build (though platform will be different of course):