Package evaluation to test Expokit on Julia 1.11.8 (29b3528cce*) started at 2026-01-20T00:54:44.575 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.11` Set-up completed after 8.61s ################################################################################ # Installation # Installing Expokit... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [a1e7a1ef] + Expokit v0.2.0 Updating `~/.julia/environments/v1.11/Manifest.toml` [a1e7a1ef] + Expokit v0.2.0 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.11.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization v1.11.0 [2f01184e] + SparseArrays v1.11.0 [8dfed614] + Test v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.1.1+0 [4536629a] + OpenBLAS_jll v0.3.27+1 [bea87d4a] + SuiteSparse_jll v7.7.0+0 [8e850b90] + libblastrampoline_jll v5.11.0+0 Installation completed after 1.24s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 1102.9 ms ✓ Expokit 1 dependency successfully precompiled in 1 seconds. 9 already precompiled. Precompilation completed after 11.46s ################################################################################ # Testing # Testing Expokit Status `/tmp/jl_i7i6VE/Project.toml` [a1e7a1ef] Expokit v0.2.0 [37e2e46d] LinearAlgebra v1.11.0 [2f01184e] SparseArrays v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_i7i6VE/Manifest.toml` [a1e7a1ef] Expokit v0.2.0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [2f01184e] SparseArrays v1.11.0 [8dfed614] Test v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [4536629a] OpenBLAS_jll v0.3.27+1 [bea87d4a] SuiteSparse_jll v7.7.0+0 [8e850b90] libblastrampoline_jll v5.11.0+0 Testing Running tests... testing real n=100 (first expmv, then expm) residuum: 4.130438000982204e-15 time dif: -0.0002818870000000002 testing complex n=100 (first expmv, then expm) residuum: 8.800054168820159e-16 time dif: -0.002601288 testing real n=1000 (first expmv, then expm) residuum: 7.094863939762023e-11 time dif: -1.118862734 testing complex n=1000 (first expmv, then expm) residuum: 1.7776059831446577e-14 time dif: -4.991114169 testing linear operator n=1000 (first expmv, then expm) ┌ Warning: opnorm(LinearOp, Inf) is not defined, fall back to using `anorm = 1.0`. │ To suppress this warning, please specify the `anorm` keyword manually. └ @ Expokit ~/.julia/packages/Expokit/fQbKs/src/expmv.jl:8 residuum: 7.18566431148034e-14 time dif: -1.124240422 testing 2x2 cases residua: 2.482534153247273e-16, 0.0 testing real n=1000 (first padm, then expm) residuum: 1.4389160544577893e-16 time dif: -0.059491174000000036 testing complex n=100 (first padm, then expm) residuum: 1.3969373475185456e-16 time dif: -0.43415715099999996 testing real n=100 (first chbv, then expm) residuum: 2.8381943520428265e-12 time dif: 0.001574536 testing complex n=100 (first chbv, then expm) residuum: 2.9329987268954983e-12 time dif: 0.0014921670000000008 testing real n=1000 (first chbv, then expm) residuum: 4.494259231191355e-12 time dif: -0.645369361 testing real n=100 (first phimv, then expm) residuum: 4.581774573983074e-14 time dif: -0.00114626 testing complex n=100 (first phimv, then expm) residuum: 2.7240817346709744e-15 time dif: -0.003027233 testing real n=1000 (first phimv, then expm) residuum: 2.5457156749683343e-13 time dif: -0.943039995 testing complex n=1000 (first phimv, then expm) residuum: 7.934140453721375e-14 time dif: -3.814619047 testing real n=1000 (first phimv, then expm), the linear operator version. ┌ Warning: opnorm(LinearOp, Inf) is not defined, fall back to using `anorm = 1.0`. │ To suppress this warning, please specify the `anorm` keyword manually. └ @ Expokit ~/.julia/packages/Expokit/fQbKs/src/expmv.jl:8 ┌ Warning: opnorm(LinearOp, Inf) is not defined, fall back to using `anorm = 1.0`. │ To suppress this warning, please specify the `anorm` keyword manually. └ @ Expokit ~/.julia/packages/Expokit/fQbKs/src/expmv.jl:8 residuum: 1.8865089602403335e-13 time dif: -0.948463689 Testing Expokit tests passed Testing completed after 190.35s PkgEval succeeded after 219.26s