Package evaluation to test KrylovMethods on Julia 1.14.0-DEV.2043 (b936235316*) started at 2026-04-16T16:18:39.646 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.01s ################################################################################ # Installation # Installing KrylovMethods... Resolving package versions... Installed KrylovMethods ─ v0.6.0 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.30+0 [bea87d4a] + SuiteSparse_jll v7.10.1+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 1.23s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 4.9 s ✓ TestEnv 1 dependency successfully precompiled in 5 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 1.0 s ✓ ExprTools 0.9 s ✓ FastClosures 2.2 s ✓ KrylovMethods 3.3 s ✓ TimerOutputs 4.4 s ✓ LinearOperators 5 dependencies successfully precompiled in 12 seconds. 12 already precompiled. Precompilation completed after 43.17s ################################################################################ # Testing # Testing KrylovMethods Status `/tmp/jl_XvaKS6/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_XvaKS6/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.3.0+1 [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 9.52e-02 2 5.27e-02 3 1.06e-03 bicgstb iterated maxIter (=3) times but reached only residual norm 5.27e-02 instead of tol=1.00e-06. bcgstb achieved desired tolerance at iteration 6.5. Residual norm is 3.57e-07. === block bicgstb === iter relres 1 9.43e-02 2 4.66e-02 3 1.89e-03 blockBiCGSTB iterated maxIter (=3) times but reached only residual norm 4.66e-02 instead of tol=1.00e-06. blockBiCGSTB achieved desired tolerance at iteration 6.5. Residual norm is 6.33e-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.59e-01 cg iterated maxIter (=1) times but reached only residual norm 1.59e-01 instead of tol=1.00e-15. cg achieved desired tolerance at iteration 2. Residual norm is 7.88e-03. CG: Test Failed at /home/pkgeval/.julia/packages/KrylovMethods/Vz3XT/test/testCG.jl:22 Expression: flag == -2 Evaluated: 0 == -2 Stacktrace: [1] top-level scope @ ~/.julia/packages/KrylovMethods/Vz3XT/test/testCG.jl:4 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/KrylovMethods/Vz3XT/test/testCG.jl:22 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] cg achieved desired tolerance at iteration 24. Residual norm is 9.63e-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 6.98e-16 blockCG achieved desired tolerance at iteration 1. Residual norm is 6.98e-16. === blockcg === iter max(relres) 1 3.80e-16 blockCG iterated maxIter (=1) times but reached only residual norm 3.80e-16 instead of tol=1.00e-30. === blockcg === iter max(relres) 1 4.24e-01 2 2.37e-01 3 1.55e-01 4 1.21e-01 5 1.00e-01 6 6.36e-02 7 3.52e-02 8 2.02e-02 9 1.06e-02 10 4.37e-03 11 1.70e-03 12 7.01e-04 blockCG achieved desired tolerance at iteration 12. Residual norm is 7.01e-04. === blockcg === iter max(relres) 1 4.24e-01 2 2.37e-01 3 1.55e-01 4 1.21e-01 5 1.00e-01 6 6.36e-02 7 3.52e-02 8 2.02e-02 9 1.06e-02 10 4.37e-03 11 1.70e-03 12 7.01e-04 blockCG achieved desired tolerance at iteration 12. Residual norm is 7.01e-04. === cgls === iter |A'r| norm(r) norm(x) 1 2.08e+01 7.85e-01 9.60e+00 2 1.18e+00 8.47e-01 9.56e+00 cgls iterated maxIter (=2) times witout reaching tolerance. Returned result has residual norm 1.18e+00. cgls relative gradient norm below desired tolerance at iteration 10. Returned result has residual norm 2.01e-12. === gmres === iter relres 1 2.8e-01 9.5e-02 2.6e-02 2.6e-02 2 9.0e-03 3.0e-03 8.3e-04 8.3e-04 3 2.4e-04 7.8e-05 2.6e-05 2.6e-05 gmres iterated maxIter (=3) times without achieving the desired tolerance. gmres achieved desired tolerance at iteration 3. Residual norm is 6.85e-07. ******************************************************* === fgmres === iter relres 1 2.8e-01 9.5e-02 2.6e-02 2 9.0e-03 3.0e-03 8.3e-04 3 2.4e-04 7.8e-05 2.6e-05 fgmres iterated maxIter (=3) outer iterations without achieving the desired tolerance. Acheived: 2.58e-05 fgmres achieved desired tolerance at inner iteration 12. Residual norm is 6.85e-07. ******************************************************* === blockFGMRES === iter relres 1 2.2e-01 4.2e-02 9.7e-03 2 2.1e-03 3.9e-04 6.3e-05 3 1.8e-05 4.7e-06 8.5e-07 blockFGMRES iterated maxIter (=3) outer iterations without achieving the desired tolerance. Acheived: 8.46e-07 ----------------------------------- blockFGMRES achieved desired tolerance at inner iteration 9. Residual norm is 8.54e-07. ***************************************************************************** Givens rotation for v=[0.0,0.34874847432485123] Givens rotation for v=[0.9056380203705107,0.0] Givens rotation for v=[1.4446864177539953,0.7057161884851209] === Testing Lanczos Bidiagonalization === ssor achieved desired tolerance at iteration 32. Residual norm is 9.70e-03. ssor achieved desired tolerance at iteration 47. Residual norm is 9.91e-03. cg achieved desired tolerance at iteration 54. Residual norm is 5.92e-13. === sor === iter relres 1 1.44e-01 2 6.49e-02 3 3.99e-02 ssor iterated maxIter (=3) times but reached only residual norm 3.99e-02 instead of tol=1.00e-02. ssor achieved desired tolerance at iteration 15. Residual norm is 9.20e-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.10e-01. lsqr achieved desired tolerance at iteration 10. The system should be incompatible. Gradient norm is 9.55e+00. minres iterated maxIter (=1) times but reached only residual norm 3.55e-01 instead of tol=1.00e-12. === minres === iter |r_k| |A*r_k| |A| cond(A) 1 3.55e-01 2.21e+00 6.71e+00 1.11e+00 2 6.20e-02 1.82e-01 7.69e+00 1.27e+00 3 4.89e-03 7.93e-03 7.69e+00 1.27e+00 4 3.83e-04 4.07e-04 7.69e+00 1.65e+00 5 3.81e-07 4.67e-09 7.69e+00 1.81e+00 6 2.81e-17 2.49e-26 7.69e+00 1.87e+00 minres converged at iteration 6. |A r_k|=2.49e-26 and |r_k|=2.81e-17. === minres === iter |r_k| |A*r_k| |A| cond(A) 1 1.37e-01 9.47e-01 6.24e+00 1.01e+00 2 8.72e-03 9.10e-03 7.98e+00 1.31e+00 3 1.38e-03 4.31e-03 7.98e+00 1.31e+00 4 1.26e-04 1.58e-04 7.98e+00 1.68e+00 5 1.38e-07 1.93e-09 7.98e+00 1.82e+00 6 3.22e-17 8.98e-26 7.98e+00 1.94e+00 minres converged at iteration 6. |A r_k|=8.98e-26 and |r_k|=3.22e-17. test stop by condlim test stop by beta minres stopped because beta (=2.63e-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 Fail Total Time KrylovMethods | 154 1 155 3m44.0s bicgstb | 17 17 27.6s blockBiCGSTB | 17 17 22.6s CG | 15 1 16 35.0s blockCG | 6 6 12.0s CLGS | 6 6 6.9s GS | 10 10 3.5s gmres | 15 15 21.8s fgmres | 12 12 25.0s blockFGMRES | 16 16 31.5s lanczos | 9 9 7.6s SSOR | 12 12 6.8s LSQR | 9 9 11.7s MINRES | 10 10 9.0s RNG of the outermost testset: Random.Xoshiro(0xd801ae93fbbe5ba3, 0x8f0e8d463923fcf5, 0x9184e136b13a6432, 0x58a6c6189dd94778, 0xc95527246e3f3bc4) ERROR: LoadError: Some tests did not pass: 154 passed, 1 failed, 0 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/KrylovMethods/Vz3XT/test/runtests.jl:10 Testing failed after 239.14s ERROR: LoadError: Package KrylovMethods errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3162 [3] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3025 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:586 [5] kwcall(::@NamedTuple{julia_args::Cmd, io::IOContext{IO}}, ::typeof(Pkg.API.test), ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:562 [6] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [7] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:161 [8] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [9] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [10] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkg::String) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [11] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [12] include(mod::Module, _path::String) @ Base ./Base.jl:326 [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:352 [14] _start() @ Base ./client.jl:593 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 317.9s: package has test failures