* using log directory ‘/data/gannet/ripley/R/packages/tests-Intel/MatrixExtra.Rcheck’ * using R Under development (unstable) (2024-04-23 r86471) * using platform: x86_64-pc-linux-gnu * R was compiled by Intel(R) oneAPI DPC++/C++ Compiler 2024.1.0 (2024.1.0.20240308) ifx (IFX) 2024.1.0 20240308 * running under: Fedora Linux 36 (Workstation Edition) * using session charset: UTF-8 * using option ‘--no-stop-on-test-error’ * checking for file ‘MatrixExtra/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘MatrixExtra’ version ‘0.1.15’ * 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 executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘MatrixExtra’ can be installed ... [4m/15m] OK * used C++ compiler: ‘Intel(R) oneAPI DPC++/C++ Compiler 2024.1.0 (2024.1.0.20240308)’ * checking package directory ... OK * checking ‘build’ 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 code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [4s/14s] OK * checking whether the package can be loaded with stated dependencies ... [4s/25s] OK * checking whether the package can be unloaded cleanly ... [5s/20s] OK * checking whether the namespace can be loaded with stated dependencies ... [5s/15s] OK * checking whether the namespace can be unloaded cleanly ... [5s/22s] OK * checking loading without being on the library search path ... [5s/28s] OK * checking whether startup messages can be suppressed ... [5s/22s] OK * checking use of S3 registration ... 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 ... [86s/317s] OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking line endings in shell scripts ... 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 ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking use of SHLIB_OPENMP_*FLAGS in Makefiles ... OK * checking pragmas in C/C++ headers and code ... OK * checking compilation flags used ... OK * checking compiled code ... OK * checking installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... [7s/43s] OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘testthat.R’ [75s/438s] [76s/444s] ERROR Running the tests in ‘tests/testthat.R’ failed. Complete output: > Sys.setenv("R_TESTS" = "") > library(testthat) > library(Matrix) > library(MatrixExtra) 'MatrixExtra' modifies important behaviors from 'Matrix'. See ?MatrixExtra-options. > test_check("MatrixExtra") [ FAIL 12 | WARN 2 | SKIP 0 | PASS 6189 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-operators.R:516:13'): Vector recycling ─────────────────────── unname(as.matrix(X * v_exact)) not equal to unname(X_dense * as.numeric(v_exact)). 245/3000 mismatches (average diff: 0.623) [15] 0.00e+00 - -0.0292 == 0.0292 [22] -6.63e-02 - 0.1967 == -0.2630 [29] 0.00e+00 - 0.0777 == -0.0777 [37] NA - 0.3052 == NA [40] NA - 0.2450 == NA [84] 1.76e-315 - -1.5054 == 1.5054 [100] 1.76e-315 - NA == NA [111] 0.00e+00 - -0.1867 == 0.1867 [116] -6.67e-02 - 0.8176 == -0.8843 ... Backtrace: ▆ 1. └─MatrixExtra (local) run_tests(...) at test-operators.R:802:5 2. └─MatrixExtra (local) run_tests_(...) at test-operators.R:721:9 3. ├─base::suppressWarnings(...) at test-operators.R:515:9 4. │ └─base::withCallingHandlers(...) 5. └─testthat::expect_equal(...) at test-operators.R:516:13 ── Failure ('test-operators.R:518:13'): Vector recycling ─────────────────────── unname(as.matrix(X * v_factor)) not equal to unname(X_dense * as.numeric(v_factor)). 369/3000 mismatches (average diff: 0.929) [15] NA - -0.167 == NA [19] NA - 0.000 == NA [22] NA - 0.590 == NA [29] 0.00 - 0.090 == -0.09 [37] NA - -0.371 == NA [45] 0.00 - NA == NA [47] 1.39 - NA == NA [62] NA - -2.400 == NA [70] -1.00 - NA == NA ... Backtrace: ▆ 1. └─MatrixExtra (local) run_tests(...) at test-operators.R:802:5 2. └─MatrixExtra (local) run_tests_(...) at test-operators.R:721:9 3. ├─base::suppressWarnings(...) at test-operators.R:515:9 4. │ └─base::withCallingHandlers(...) 5. └─testthat::expect_equal(...) at test-operators.R:518:13 ── Failure ('test-operators.R:516:13'): Vector recycling ─────────────────────── unname(as.matrix(X * v_exact)) not equal to unname(X_dense * as.numeric(v_exact)). 245/3000 mismatches (average diff: 0.623) [15] 0.00e+00 - -0.0292 == 0.0292 [22] -6.63e-02 - 0.1967 == -0.2630 [29] 0.00e+00 - 0.0777 == -0.0777 [37] NA - 0.3052 == NA [40] NA - 0.2450 == NA [84] 1.30e-316 - -1.5054 == 1.5054 [100] 1.30e-316 - NA == NA [111] 0.00e+00 - -0.1867 == 0.1867 [116] -6.67e-02 - 0.8176 == -0.8843 ... Backtrace: ▆ 1. └─MatrixExtra (local) run_tests(...) at test-operators.R:802:5 2. └─MatrixExtra (local) run_tests_(...) at test-operators.R:723:9 3. ├─base::suppressWarnings(...) at test-operators.R:515:9 4. │ └─base::withCallingHandlers(...) 5. └─testthat::expect_equal(...) at test-operators.R:516:13 ── Failure ('test-operators.R:518:13'): Vector recycling ─────────────────────── unname(as.matrix(X * v_factor)) not equal to unname(X_dense * as.numeric(v_factor)). 369/3000 mismatches (average diff: 0.929) [15] NA - -0.167 == NA [19] NA - 0.000 == NA [22] NA - 0.590 == NA [29] 0.00 - 0.090 == -0.09 [37] NA - -0.371 == NA [45] 0.00 - NA == NA [47] 1.39 - NA == NA [62] NA - -2.400 == NA [70] -1.00 - NA == NA ... Backtrace: ▆ 1. └─MatrixExtra (local) run_tests(...) at test-operators.R:802:5 2. └─MatrixExtra (local) run_tests_(...) at test-operators.R:723:9 3. ├─base::suppressWarnings(...) at test-operators.R:515:9 4. │ └─base::withCallingHandlers(...) 5. └─testthat::expect_equal(...) at test-operators.R:518:13 ── Failure ('test-operators.R:516:13'): Vector recycling ─────────────────────── unname(as.matrix(X * v_exact)) not equal to unname(X_dense * as.numeric(v_exact)). 434/3000 mismatches (average diff: Inf) [19] NaN - 0.0000 == NaN [22] NaN - 0.1967 == NaN [29] NaN - 0.0777 == NaN [37] NaN - 0.3052 == NaN [40] NaN - 0.2450 == NaN [43] -0.167 - NaN == NaN [62] NaN - Inf == NaN [63] -0.729 - NaN == NaN [84] 0.613 - -1.5054 == 2.12 ... Backtrace: ▆ 1. └─MatrixExtra (local) run_tests(...) at test-operators.R:816:5 2. └─MatrixExtra (local) run_tests_(...) at test-operators.R:721:9 3. ├─base::suppressWarnings(...) at test-operators.R:515:9 4. │ └─base::withCallingHandlers(...) 5. └─testthat::expect_equal(...) at test-operators.R:516:13 ── Failure ('test-operators.R:518:13'): Vector recycling ─────────────────────── unname(as.matrix(X * v_factor)) not equal to unname(X_dense * as.numeric(v_factor)). 321/3000 mismatches (average diff: Inf) [15] NaN - -0.167 == NaN [19] NaN - 0.000 == NaN [22] NaN - 0.590 == NaN [29] NA - Inf == NA [32] -0.100 - NaN == NaN [37] NaN - -0.371 == NaN [40] NaN - -Inf == NaN [62] NaN - -2.400 == NaN [80] -0.695 - NaN == NaN ... Backtrace: ▆ 1. └─MatrixExtra (local) run_tests(...) at test-operators.R:816:5 2. └─MatrixExtra (local) run_tests_(...) at test-operators.R:721:9 3. ├─base::suppressWarnings(...) at test-operators.R:515:9 4. │ └─base::withCallingHandlers(...) 5. └─testthat::expect_equal(...) at test-operators.R:518:13 ── Failure ('test-operators.R:516:13'): Vector recycling ─────────────────────── unname(as.matrix(X * v_exact)) not equal to unname(X_dense * as.numeric(v_exact)). 434/3000 mismatches (average diff: Inf) [19] NaN - 0.0000 == NaN [22] NaN - 0.1967 == NaN [29] NaN - 0.0777 == NaN [37] NaN - 0.3052 == NaN [40] NaN - 0.2450 == NaN [43] -0.167 - NaN == NaN [62] NaN - Inf == NaN [63] -0.729 - NaN == NaN [84] 0.613 - -1.5054 == 2.12 ... Backtrace: ▆ 1. └─MatrixExtra (local) run_tests(...) at test-operators.R:816:5 2. └─MatrixExtra (local) run_tests_(...) at test-operators.R:723:9 3. ├─base::suppressWarnings(...) at test-operators.R:515:9 4. │ └─base::withCallingHandlers(...) 5. └─testthat::expect_equal(...) at test-operators.R:516:13 ── Failure ('test-operators.R:518:13'): Vector recycling ─────────────────────── unname(as.matrix(X * v_factor)) not equal to unname(X_dense * as.numeric(v_factor)). 363/3000 mismatches (average diff: Inf) [15] NaN - -0.167 == NaN [19] NaN - 0.000 == NaN [22] NaN - 0.590 == NaN [29] NA - Inf == NA [32] -0.100 - NaN == NaN [37] NaN - -0.371 == NaN [40] NaN - -Inf == NaN [62] NaN - -2.400 == NaN [80] -0.695 - NaN == NaN ... Backtrace: ▆ 1. └─MatrixExtra (local) run_tests(...) at test-operators.R:816:5 2. └─MatrixExtra (local) run_tests_(...) at test-operators.R:723:9 3. ├─base::suppressWarnings(...) at test-operators.R:515:9 4. │ └─base::withCallingHandlers(...) 5. └─testthat::expect_equal(...) at test-operators.R:518:13 ── Failure ('test-operators.R:516:13'): Vector recycling ─────────────────────── unname(as.matrix(X * v_exact)) not equal to unname(X_dense * as.numeric(v_exact)). 387/3000 mismatches (average diff: Inf) [22] NaN - 0.1967 == NaN [29] NaN - 0.0777 == NaN [36] 0.00 - NaN == NaN [37] NaN - 0.3052 == NaN [40] NaN - 0.2450 == NaN [45] -0.15 - NaN == NaN [62] NaN - Inf == NaN [84] NaN - -1.5054 == NaN [86] NaN - -Inf == NaN ... Backtrace: ▆ 1. └─MatrixExtra (local) run_tests(...) at test-operators.R:830:5 2. └─MatrixExtra (local) run_tests_(...) at test-operators.R:721:9 3. ├─base::suppressWarnings(...) at test-operators.R:515:9 4. │ └─base::withCallingHandlers(...) 5. └─testthat::expect_equal(...) at test-operators.R:516:13 ── Failure ('test-operators.R:518:13'): Vector recycling ─────────────────────── unname(as.matrix(X * v_factor)) not equal to unname(X_dense * as.numeric(v_factor)). 79/3000 mismatches (average diff: Inf) [22] NA - 0.59 == NA [62] NA - -2.40 == NA [84] NA - -1.00 == NA [343] NA - 0.00 == NA [403] NA - Inf == NA [423] NA - 0.00 == NA [462] NA - 0.26 == NA [504] NA - 1.90 == NA [600] 3.94e-320 - NA == NA ... Backtrace: ▆ 1. └─MatrixExtra (local) run_tests(...) at test-operators.R:830:5 2. └─MatrixExtra (local) run_tests_(...) at test-operators.R:721:9 3. ├─base::suppressWarnings(...) at test-operators.R:515:9 4. │ └─base::withCallingHandlers(...) 5. └─testthat::expect_equal(...) at test-operators.R:518:13 ── Failure ('test-operators.R:516:13'): Vector recycling ─────────────────────── unname(as.matrix(X * v_exact)) not equal to unname(X_dense * as.numeric(v_exact)). 387/3000 mismatches (average diff: Inf) [22] NaN - 0.1967 == NaN [29] NaN - 0.0777 == NaN [36] 0.00 - NaN == NaN [37] NaN - 0.3052 == NaN [40] NaN - 0.2450 == NaN [45] -0.15 - NaN == NaN [62] NaN - Inf == NaN [84] NaN - -1.5054 == NaN [86] NaN - -Inf == NaN ... Backtrace: ▆ 1. └─MatrixExtra (local) run_tests(...) at test-operators.R:830:5 2. └─MatrixExtra (local) run_tests_(...) at test-operators.R:723:9 3. ├─base::suppressWarnings(...) at test-operators.R:515:9 4. │ └─base::withCallingHandlers(...) 5. └─testthat::expect_equal(...) at test-operators.R:516:13 ── Failure ('test-operators.R:518:13'): Vector recycling ─────────────────────── unname(as.matrix(X * v_factor)) not equal to unname(X_dense * as.numeric(v_factor)). 64/3000 mismatches (average diff: Inf) [22] NA - 0.59 == NA [62] NA - -2.40 == NA [84] NA - -1.00 == NA [343] NA - 0.00 == NA [403] NA - Inf == NA [423] NA - 0.00 == NA [462] NA - 0.26 == NA [504] NA - 1.90 == NA [600] 1.19e-319 - NA == NA ... Backtrace: ▆ 1. └─MatrixExtra (local) run_tests(...) at test-operators.R:830:5 2. └─MatrixExtra (local) run_tests_(...) at test-operators.R:723:9 3. ├─base::suppressWarnings(...) at test-operators.R:515:9 4. │ └─base::withCallingHandlers(...) 5. └─testthat::expect_equal(...) at test-operators.R:518:13 [ FAIL 12 | WARN 2 | SKIP 0 | PASS 6189 ] Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [28s/137s] OK * checking PDF version of manual ... [10s/47s] OK * checking HTML version of manual ... OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR See ‘/data/gannet/ripley/R/packages/tests-Intel/MatrixExtra.Rcheck/00check.log’ for details. Command exited with non-zero status 1 Time 38:36.95, 513.95 + 38.46