Package evaluation to test Expokit on Julia 1.11.7 (58327cce5e*) started at 2025-10-28T15:23:02.505 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.66s ################################################################################ # 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.23s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 12.17s ################################################################################ # Testing # Testing Expokit Status `/tmp/jl_cuDdGS/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_cuDdGS/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: 2.5024701300161194e-15 time dif: -0.0003572950000000001 testing complex n=100 (first expmv, then expm) residuum: 1.8518130758214873e-15 time dif: -0.0024251719999999997 testing real n=1000 (first expmv, then expm) residuum: 8.655328359693218e-11 time dif: -1.057715552 testing complex n=1000 (first expmv, then expm) residuum: 1.8895103413874967e-14 time dif: -3.9180739200000003 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: 2.184408020908236e-14 time dif: -1.1157534050000002 testing 2x2 cases residua: 2.482534153247273e-16, 0.0 testing real n=1000 (first padm, then expm) residuum: 1.4154294368237957e-16 time dif: -0.14637630000000001 testing complex n=100 (first padm, then expm) residuum: 1.4165777978613204e-16 time dif: -0.3554453610000001 testing real n=100 (first chbv, then expm) residuum: 2.712608444888768e-12 time dif: 0.0004378540000000001 testing complex n=100 (first chbv, then expm) residuum: 2.820056149380217e-12 time dif: -0.0013791539999999996 testing real n=1000 (first chbv, then expm) residuum: 4.2066236640203634e-12 time dif: -0.5216123229999998 testing real n=100 (first phimv, then expm) residuum: 4.069720468661188e-15 time dif: -0.001152536 testing complex n=100 (first phimv, then expm) residuum: 2.1907632983278725e-14 time dif: -0.0030668830000000003 testing real n=1000 (first phimv, then expm) residuum: 2.0480409382158254e-14 time dif: -1.073352597 testing complex n=1000 (first phimv, then expm) residuum: 1.2030627834089064e-12 time dif: -3.683145787 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: 4.718235612057914e-13 time dif: -0.923345219 Testing Expokit tests passed Testing completed after 193.88s PkgEval succeeded after 224.13s