Package evaluation to test KrylovMethods on Julia 1.14.0-DEV.1354 (1806b0bc31*) started at 2025-12-11T12:37:15.324 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.77s ################################################################################ # 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.92s ################################################################################ # Precompilation # ERROR: LoadError: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Nothing) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:10 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:577 in expression starting at /PkgEval.jl/scripts/precompile.jl:6 caused by: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Base.DevNull) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:7 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:577 Precompilation failed after 13.53s ################################################################################ # Testing # Testing KrylovMethods Status `/tmp/jl_7NenA8/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_7NenA8/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.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 [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 7.43e-02 2 8.44e-03 3 1.76e-03 bicgstb iterated maxIter (=3) times but reached only residual norm 8.44e-03 instead of tol=1.00e-06. bcgstb achieved desired tolerance at iteration 6.5. Residual norm is 2.22e-07. === block bicgstb === iter relres 1 8.67e-02 2 3.62e-02 3 4.48e-03 blockBiCGSTB iterated maxIter (=3) times but reached only residual norm 3.62e-02 instead of tol=1.00e-06. blockBiCGSTB achieved desired tolerance at iteration 6.5. Residual norm is 6.14e-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 2.53e-01 cg iterated maxIter (=1) times but reached only residual norm 2.53e-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 8.25e-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.33e-15 2 8.95e-30 blockCG achieved desired tolerance at iteration 2. Residual norm is 8.95e-30. === blockcg === iter max(relres) 1 4.76e-16 blockCG iterated maxIter (=1) times but reached only residual norm 4.76e-16 instead of tol=1.00e-30. === blockcg === iter max(relres) 1 4.12e-01 2 2.46e-01 3 1.87e-01 4 1.38e-01 5 1.15e-01 6 8.29e-02 7 4.70e-02 8 2.33e-02 9 1.06e-02 10 4.64e-03 11 2.05e-03 12 8.41e-04 blockCG achieved desired tolerance at iteration 12. Residual norm is 8.41e-04. === blockcg === iter max(relres) 1 4.12e-01 2 2.46e-01 3 1.87e-01 4 1.38e-01 5 1.15e-01 6 8.29e-02 7 4.70e-02 8 2.33e-02 9 1.06e-02 10 4.64e-03 11 2.05e-03 12 8.41e-04 blockCG achieved desired tolerance at iteration 12. Residual norm is 8.41e-04. === cgls === iter |A'r| norm(r) norm(x) 1 6.95e+01 7.35e-01 8.67e+00 2 1.02e+01 9.75e-01 8.50e+00 cgls iterated maxIter (=2) times witout reaching tolerance. Returned result has residual norm 1.02e+01. cgls relative gradient norm below desired tolerance at iteration 10. Returned result has residual norm 2.54e-12. === gmres === iter relres 1 2.8e-01 7.3e-02 2.3e-02 2.3e-02 2 7.9e-03 2.6e-03 7.2e-04 7.2e-04 3 1.9e-04 6.2e-05 1.7e-05 1.7e-05 gmres iterated maxIter (=3) times without achieving the desired tolerance. gmres achieved desired tolerance at iteration 3. Residual norm is 4.22e-07. ******************************************************* === fgmres === iter relres 1 2.8e-01 7.3e-02 2.3e-02 2 7.9e-03 2.6e-03 7.2e-04 3 1.9e-04 6.2e-05 1.7e-05 fgmres iterated maxIter (=3) outer iterations without achieving the desired tolerance. Acheived: 1.74e-05 fgmres achieved desired tolerance at inner iteration 12. Residual norm is 4.22e-07. ******************************************************* === blockFGMRES === iter relres 1 2.1e-01 4.0e-02 6.1e-03 2 1.1e-03 1.8e-04 3.0e-05 3 5.8e-06 1.2e-06 1.5e-07 blockFGMRES iterated maxIter (=3) outer iterations without achieving the desired tolerance. Acheived: 1.49e-07 ----------------------------------- blockFGMRES achieved desired tolerance at inner iteration 8. Residual norm is 9.07e-07. ***************************************************************************** Givens rotation for v=[0.0,0.7792257985433874] Givens rotation for v=[-0.02362596003022605,0.0] Givens rotation for v=[-0.7260199915123035,-0.5094851916383075] === Testing Lanczos Bidiagonalization === ssor achieved desired tolerance at iteration 27. Residual norm is 9.93e-03. ssor achieved desired tolerance at iteration 41. Residual norm is 9.75e-03. cg achieved desired tolerance at iteration 53. Residual norm is 9.73e-13. === sor === iter relres 1 1.43e-01 2 6.26e-02 3 3.79e-02 ssor iterated maxIter (=3) times but reached only residual norm 3.79e-02 instead of tol=1.00e-02. ssor achieved desired tolerance at iteration 15. Residual norm is 8.91e-03. ssor achieved desired tolerance at iteration 21. Residual norm is 9.91e-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 8.55e-01. lsqr achieved desired tolerance at iteration 10. The system should be incompatible. Gradient norm is 8.46e+00. minres iterated maxIter (=1) times but reached only residual norm 1.03e-01 instead of tol=1.00e-12. === minres === iter |r_k| |A*r_k| |A| cond(A) 1 1.03e-01 1.07e-01 4.93e+00 1.13e+00 2 5.31e-03 2.90e-03 4.93e+00 1.13e+00 3 3.39e-04 2.41e-04 4.93e+00 1.13e+00 4 3.22e-05 3.48e-05 5.00e+00 1.15e+00 5 2.24e-06 1.85e-06 5.27e+00 1.21e+00 6 2.03e-08 1.75e-09 5.27e+00 1.27e+00 7 5.41e-22 1.34e-34 5.27e+00 1.31e+00 minres converged at iteration 7. |A r_k|=1.34e-34 and |r_k|=5.41e-22. === minres === iter |r_k| |A*r_k| |A| cond(A) 1 1.19e-02 1.46e-02 4.64e+00 1.00e+00 2 5.90e-04 2.97e-04 4.64e+00 1.04e+00 3 3.96e-05 3.11e-05 5.11e+00 1.15e+00 4 2.41e-06 1.81e-06 5.42e+00 1.22e+00 5 1.31e-07 7.06e-08 5.42e+00 1.26e+00 6 1.58e-09 1.87e-10 5.42e+00 1.27e+00 7 6.68e-23 2.64e-35 5.42e+00 1.34e+00 minres converged at iteration 7. |A r_k|=2.64e-35 and |r_k|=6.68e-23. test stop by condlim test stop by beta minres stopped because beta (=1.14e-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 2m10.2s Testing KrylovMethods tests passed Testing completed after 141.86s PkgEval succeeded after 177.3s