Package evaluation to test KrylovMethods on Julia 1.14.0-DEV.2082 (4fdd12e277*) started at 2026-04-26T11:56:10.891 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 14.92s ################################################################################ # 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.4.0+0 [4536629a] + OpenBLAS_jll v0.3.30+0 [bea87d4a] + SuiteSparse_jll v7.10.1+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 1.21s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 2.2 s ✓ KrylovMethods 1 dependency successfully precompiled in 2 seconds. 16 already precompiled. Precompilation completed after 29.2s ################################################################################ # Testing # Testing KrylovMethods Status `/tmp/jl_P1Z5c2/Project.toml` [9a2cd570] KrylovMethods v0.6.0 [5c8ed15e] LinearOperators v2.13.0 [37e2e46d] LinearAlgebra v1.13.0 [de0858da] Printf v1.11.0 [2f01184e] SparseArrays v1.13.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_P1Z5c2/Manifest.toml` [e2ba6199] ExprTools v0.1.10 [9aa1b823] FastClosures v0.3.2 [9a2cd570] KrylovMethods v0.6.0 [5c8ed15e] LinearOperators v2.13.0 [a759f4b9] TimerOutputs v0.5.29 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.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.13.0 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.4.0+0 [4536629a] OpenBLAS_jll v0.3.30+0 [bea87d4a] SuiteSparse_jll v7.10.1+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... === bicgstb === iter relres 1 1.14e-01 2 1.32e-02 3 1.42e-03 bicgstb iterated maxIter (=3) times but reached only residual norm 1.32e-02 instead of tol=1.00e-06. bcgstb achieved desired tolerance at iteration 7. Residual norm is 3.35e-07. === block bicgstb === iter relres 1 9.90e-02 2 1.33e-01 3 3.33e-03 blockBiCGSTB iterated maxIter (=3) times but reached only residual norm 1.33e-01 instead of tol=1.00e-06. blockBiCGSTB achieved desired tolerance at iteration 6.5. Residual norm is 6.45e-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 8.08e-02 cg iterated maxIter (=1) times but reached only residual norm 8.08e-02 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.19e-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 1.04e-15 2 6.42e-31 blockCG achieved desired tolerance at iteration 2. Residual norm is 6.42e-31. === blockcg === iter max(relres) 1 5.49e-13 blockCG iterated maxIter (=1) times but reached only residual norm 5.49e-13 instead of tol=1.00e-30. === blockcg === iter max(relres) 1 3.98e-01 2 2.36e-01 3 1.82e-01 4 1.35e-01 5 1.10e-01 6 7.18e-02 7 3.61e-02 8 1.59e-02 9 7.19e-03 10 3.29e-03 11 1.42e-03 12 5.95e-04 blockCG achieved desired tolerance at iteration 12. Residual norm is 5.95e-04. === blockcg === iter max(relres) 1 3.98e-01 2 2.36e-01 3 1.82e-01 4 1.35e-01 5 1.10e-01 6 7.18e-02 7 3.61e-02 8 1.59e-02 9 7.19e-03 10 3.29e-03 11 1.42e-03 12 5.95e-04 blockCG achieved desired tolerance at iteration 12. Residual norm is 5.95e-04. === cgls === iter |A'r| norm(r) norm(x) 1 1.61e+01 5.05e-01 9.95e+00 2 9.61e-01 5.99e-01 9.92e+00 cgls iterated maxIter (=2) times witout reaching tolerance. Returned result has residual norm 9.61e-01. cgls relative gradient norm below desired tolerance at iteration 10. Returned result has residual norm 2.38e-11. === gmres === iter relres 1 3.2e-01 1.1e-01 3.8e-02 3.8e-02 2 1.2e-02 4.0e-03 1.3e-03 1.3e-03 3 4.1e-04 1.3e-04 4.2e-05 4.2e-05 gmres iterated maxIter (=3) times without achieving the desired tolerance. gmres achieved desired tolerance at iteration 3. Residual norm is 4.16e-07. ******************************************************* === fgmres === iter relres 1 3.2e-01 1.1e-01 3.8e-02 2 1.2e-02 4.0e-03 1.3e-03 3 4.1e-04 1.3e-04 4.2e-05 fgmres iterated maxIter (=3) outer iterations without achieving the desired tolerance. Acheived: 4.16e-05 fgmres achieved desired tolerance at inner iteration 13. Residual norm is 4.16e-07. ******************************************************* === blockFGMRES === iter relres 1 2.2e-01 4.5e-02 1.1e-02 2 2.4e-03 5.0e-04 8.1e-05 3 1.9e-05 4.2e-06 9.0e-07 blockFGMRES iterated maxIter (=3) outer iterations without achieving the desired tolerance. Acheived: 9.03e-07 ----------------------------------- blockFGMRES achieved desired tolerance at inner iteration 9. Residual norm is 8.01e-07. ***************************************************************************** Givens rotation for v=[0.0,0.542536618470167] Givens rotation for v=[0.8260686625869539,0.0] Givens rotation for v=[-0.4426081059146123,-1.4708591370958497] === Testing Lanczos Bidiagonalization === ssor achieved desired tolerance at iteration 30. Residual norm is 9.99e-03. ssor achieved desired tolerance at iteration 45. Residual norm is 9.97e-03. cg achieved desired tolerance at iteration 54. Residual norm is 6.48e-13. === sor === iter relres 1 1.45e-01 2 6.73e-02 3 4.26e-02 ssor iterated maxIter (=3) times but reached only residual norm 4.26e-02 instead of tol=1.00e-02. ssor achieved desired tolerance at iteration 17. Residual norm is 9.11e-03. ssor achieved desired tolerance at iteration 24. Residual norm is 9.99e-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.05e+00. lsqr achieved desired tolerance at iteration 10. The system should be incompatible. Gradient norm is 9.91e+00. minres iterated maxIter (=1) times but reached only residual norm 2.59e-01 instead of tol=1.00e-12. === minres === iter |r_k| |A*r_k| |A| cond(A) 1 2.59e-01 1.29e+00 6.36e+00 1.23e+00 2 4.00e-02 1.55e-01 7.67e+00 1.49e+00 3 6.76e-03 2.17e-02 7.67e+00 1.49e+00 4 2.31e-04 1.48e-04 7.67e+00 1.51e+00 5 2.15e-05 3.56e-05 7.67e+00 1.59e+00 6 7.59e-07 5.22e-07 7.67e+00 1.59e+00 7 2.98e-08 1.80e-08 7.67e+00 1.86e+00 8 2.65e-12 3.74e-15 7.67e+00 1.86e+00 9 1.16e-17 8.99e-22 7.67e+00 1.86e+00 minres converged at iteration 9. |A r_k|=8.99e-22 and |r_k|=1.16e-17. === minres === iter |r_k| |A*r_k| |A| cond(A) 1 7.68e-02 5.89e-01 7.02e+00 1.01e+00 2 6.76e-03 1.07e-02 7.02e+00 1.38e+00 3 9.98e-04 2.74e-03 7.02e+00 1.40e+00 4 3.01e-05 1.77e-05 7.02e+00 1.40e+00 5 1.33e-06 9.97e-07 7.02e+00 1.53e+00 6 1.61e-07 3.77e-07 7.02e+00 1.53e+00 7 5.73e-09 3.27e-09 7.02e+00 1.62e+00 8 2.98e-13 2.49e-16 7.02e+00 1.62e+00 minres converged at iteration 8. |A r_k|=2.49e-16 and |r_k|=2.98e-13. test stop by condlim test stop by beta minres stopped because beta (=2.04e-13) 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 3m52.8s Testing KrylovMethods tests passed Testing completed after 243.04s PkgEval succeeded after 301.12s