Package evaluation to test KrylovMethods on Julia 1.14.0-DEV.36 (e2f3178d9b*) started at 2025-11-06T12:42:30.749 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.78s ################################################################################ # Installation # Installing KrylovMethods... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [9a2cd570] + KrylovMethods v0.6.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [9a2cd570] + KrylovMethods v0.6.0 [56f22d72] + Artifacts v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.0 [9e88b42a] + Serialization v1.11.0 [2f01184e] + SparseArrays v1.13.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [bea87d4a] + SuiteSparse_jll v7.10.1+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 0.99s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... ┌ Error: Failed to use TestEnv.jl; test dependencies will not be precompiled │ exception = │ UndefVarError: `project_rel_path` not defined in `TestEnv` │ Suggestion: this global was defined as `Pkg.Operations.project_rel_path` but not assigned a value. │ Stacktrace: │ [1] get_test_dir(ctx::Pkg.Types.Context, pkgspec::PackageSpec) │ @ TestEnv ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/common.jl:75 │ [2] test_dir_has_project_file │ @ ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/common.jl:52 [inlined] │ [3] maybe_gen_project_override! │ @ ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/common.jl:83 [inlined] │ [4] activate(pkg::String; allow_reresolve::Bool) │ @ TestEnv ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/activate_set.jl:12 │ [5] activate(pkg::String) │ @ TestEnv ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/activate_set.jl:9 │ [6] top-level scope │ @ /PkgEval.jl/scripts/precompile.jl:24 │ [7] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [8] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:344 │ [9] _start() │ @ Base ./client.jl:577 └ @ Main /PkgEval.jl/scripts/precompile.jl:26 Precompiling package dependencies... Precompiling packages... 1928.2 ms ✓ KrylovMethods 1 dependency successfully precompiled in 2 seconds. 5 already precompiled. Precompilation completed after 14.99s ################################################################################ # Testing # Testing KrylovMethods Status `/tmp/jl_QlM0RD/Project.toml` [9a2cd570] KrylovMethods v0.6.0 [5c8ed15e] LinearOperators v2.11.0 [37e2e46d] LinearAlgebra v1.13.0 [de0858da] Printf v1.11.0 [2f01184e] SparseArrays v1.13.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_QlM0RD/Manifest.toml` [e2ba6199] ExprTools v0.1.10 [9aa1b823] FastClosures v0.3.2 [9a2cd570] KrylovMethods v0.6.0 [5c8ed15e] LinearOperators v2.11.0 [ae029012] Requires v1.3.1 [a759f4b9] TimerOutputs v0.5.29 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [2f01184e] SparseArrays v1.13.0 [f489334b] StyledStrings v1.11.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [4536629a] OpenBLAS_jll v0.3.29+0 [bea87d4a] SuiteSparse_jll v7.10.1+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... === bicgstb === iter relres 1 9.34e-02 2 9.74e-03 3 3.34e-03 bicgstb iterated maxIter (=3) times but reached only residual norm 9.74e-03 instead of tol=1.00e-06. bcgstb achieved desired tolerance at iteration 6.5. Residual norm is 7.55e-07. === block bicgstb === iter relres 1 9.12e-02 2 2.15e-02 3 5.50e-03 blockBiCGSTB iterated maxIter (=3) times but reached only residual norm 2.15e-02 instead of tol=1.00e-06. blockBiCGSTB achieved desired tolerance at iteration 7.5. Residual norm is 2.27e-07. === cg === iter relres 1 0.00e+00 cg achieved desired tolerance at iteration 1. Residual norm is 0.00e+00. === cg === iter relres 1 1.34e-01 cg iterated maxIter (=1) times but reached only residual norm 1.34e-01 instead of tol=1.00e-15. Matrix A in cg has to be positive definite. cg achieved desired tolerance at iteration 24. Residual norm is 7.96e-06. WARNING: Method definition getDivGrad(Any, Any, Any) in module Main at /home/pkgeval/.julia/packages/KrylovMethods/Vz3XT/test/getDivGrad.jl:1 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition ddx(Any) in module Main at /home/pkgeval/.julia/packages/KrylovMethods/Vz3XT/test/getDivGrad.jl:12 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition spdiags(Any, Any, Any, Any) in module Main at /home/pkgeval/.julia/packages/KrylovMethods/Vz3XT/test/getDivGrad.jl:19 overwritten on the same line (check for duplicate calls to `include`). === blockcg === iter max(relres) 1 4.70e-16 blockCG achieved desired tolerance at iteration 1. Residual norm is 4.70e-16. === blockcg === iter max(relres) 1 4.85e-16 blockCG iterated maxIter (=1) times but reached only residual norm 4.85e-16 instead of tol=1.00e-30. === blockcg === iter max(relres) 1 4.04e-01 2 2.29e-01 3 1.81e-01 4 1.55e-01 5 1.18e-01 6 7.77e-02 7 5.08e-02 8 3.40e-02 9 2.11e-02 10 1.16e-02 11 5.72e-03 12 2.51e-03 13 9.68e-04 blockCG achieved desired tolerance at iteration 13. Residual norm is 9.68e-04. === blockcg === iter max(relres) 1 4.04e-01 2 2.29e-01 3 1.81e-01 4 1.55e-01 5 1.18e-01 6 7.77e-02 7 5.08e-02 8 3.40e-02 9 2.11e-02 10 1.16e-02 11 5.72e-03 12 2.51e-03 13 9.68e-04 blockCG achieved desired tolerance at iteration 13. Residual norm is 9.68e-04. === cgls === iter |A'r| norm(r) norm(x) 1 1.57e+01 5.49e-01 8.29e+00 2 1.96e+00 6.18e-01 8.25e+00 cgls iterated maxIter (=2) times witout reaching tolerance. Returned result has residual norm 1.96e+00. cgls relative gradient norm below desired tolerance at iteration 10. Returned result has residual norm 1.19e-10. === gmres === iter relres 1 2.8e-01 9.3e-02 3.2e-02 3.2e-02 2 9.5e-03 2.8e-03 1.0e-03 1.0e-03 3 3.3e-04 1.1e-04 3.5e-05 3.5e-05 gmres iterated maxIter (=3) times without achieving the desired tolerance. gmres achieved desired tolerance at iteration 3. Residual norm is 8.86e-07. ******************************************************* === fgmres === iter relres 1 2.8e-01 9.3e-02 3.2e-02 2 9.5e-03 2.8e-03 1.0e-03 3 3.3e-04 1.1e-04 3.5e-05 fgmres iterated maxIter (=3) outer iterations without achieving the desired tolerance. Acheived: 3.53e-05 fgmres achieved desired tolerance at inner iteration 12. Residual norm is 8.86e-07. ******************************************************* === blockFGMRES === iter relres 1 1.9e-01 3.2e-02 6.6e-03 2 1.5e-03 2.8e-04 5.6e-05 3 1.3e-05 2.9e-06 5.1e-07 blockFGMRES iterated maxIter (=3) outer iterations without achieving the desired tolerance. Acheived: 5.06e-07 ----------------------------------- blockFGMRES achieved desired tolerance at inner iteration 9. Residual norm is 4.11e-07. ***************************************************************************** Givens rotation for v=[0.0,-0.7308357882434942] Givens rotation for v=[-1.5594257654548447,0.0] Givens rotation for v=[0.3267965232448101,-0.7214355881104061] === Testing Lanczos Bidiagonalization === ssor achieved desired tolerance at iteration 26. Residual norm is 9.97e-03. ssor achieved desired tolerance at iteration 39. Residual norm is 9.94e-03. cg achieved desired tolerance at iteration 54. Residual norm is 6.45e-13. === sor === iter relres 1 1.44e-01 2 6.40e-02 3 3.90e-02 ssor iterated maxIter (=3) times but reached only residual norm 3.90e-02 instead of tol=1.00e-02. ssor achieved desired tolerance at iteration 15. Residual norm is 9.21e-03. ssor achieved desired tolerance at iteration 22. Residual norm is 9.43e-03. iter |r_k| |A'*r_k| |A| cond(A) STOP 001 4.629e-01 4.792e-01 1.673e+00 1.000e+00 [0,0,0] 002 2.979e-16 4.965e-16 2.000e+00 2.309e+00 [1,0,0] lsqr achieved desired tolerance at iteration 2. The system should be compatible. Residual norm is 2.98e-16. lsqr achieved desired tolerance at iteration 2. The system should be incompatible. Gradient norm is 1.51e+00. lsqr achieved desired tolerance at iteration 10. The system should be incompatible. Gradient norm is 8.24e+00. minres iterated maxIter (=1) times but reached only residual norm 1.73e-01 instead of tol=1.00e-12. === minres === iter |r_k| |A*r_k| |A| cond(A) 1 1.73e-01 6.71e-01 7.02e+00 1.19e+00 2 2.18e-02 5.02e-02 7.02e+00 1.45e+00 3 3.07e-03 8.16e-03 7.02e+00 1.45e+00 4 1.79e-04 2.30e-04 7.02e+00 1.45e+00 5 6.83e-06 4.82e-06 7.02e+00 1.45e+00 6 5.83e-08 7.98e-09 7.02e+00 1.67e+00 7 3.73e-21 4.36e-33 7.02e+00 1.67e+00 minres converged at iteration 7. |A r_k|=4.36e-33 and |r_k|=3.73e-21. === minres === iter |r_k| |A*r_k| |A| cond(A) 1 3.65e-02 1.43e-01 4.88e+00 1.01e+00 2 4.15e-03 9.79e-03 5.98e+00 1.24e+00 3 2.71e-04 3.31e-04 5.98e+00 1.24e+00 4 3.19e-05 8.39e-05 5.98e+00 1.24e+00 5 2.00e-06 2.41e-06 5.98e+00 1.24e+00 6 1.16e-08 1.10e-09 5.98e+00 1.40e+00 7 2.38e-20 8.93e-31 5.98e+00 1.40e+00 minres converged at iteration 7. |A r_k|=8.93e-31 and |r_k|=2.38e-20. test stop by condlim test stop by beta minres stopped because beta (=1.77e-12) became smaller than the tolerance (btol=1.00e-10) at iteration 5. test if anything is done for zero right hand side Test Summary: | Pass Total Time KrylovMethods | 155 155 3m06.5s Testing KrylovMethods tests passed Testing completed after 201.13s PkgEval succeeded after 238.85s