Package evaluation to test IncompleteLU on Julia 1.10.10 (c8be17dcfd*) started at 2026-02-02T14:03:27.073 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.10` Set-up completed after 5.33s ################################################################################ # Installation # Installing IncompleteLU... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [40713840] + IncompleteLU v0.2.1 Updating `~/.julia/environments/v1.10/Manifest.toml` [40713840] + IncompleteLU v0.2.1 [56f22d72] + Artifacts [8f399da3] + Libdl [37e2e46d] + LinearAlgebra [9a3f8284] + Random [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization [2f01184e] + SparseArrays v1.10.0 [e66e0078] + CompilerSupportLibraries_jll v1.1.1+0 [4536629a] + OpenBLAS_jll v0.3.23+5 [bea87d4a] + SuiteSparse_jll v7.2.1+1 [8e850b90] + libblastrampoline_jll v5.11.0+0 Installation completed after 3.88s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 2015.9 ms ✓ IncompleteLU 1 dependency successfully precompiled in 3 seconds. 3 already precompiled. Precompilation completed after 10.87s ################################################################################ # Testing # Testing IncompleteLU Status `/tmp/jl_mF85VA/Project.toml` [40713840] IncompleteLU v0.2.1 [37e2e46d] LinearAlgebra [2f01184e] SparseArrays v1.10.0 [8dfed614] Test Status `/tmp/jl_mF85VA/Manifest.toml` [40713840] IncompleteLU v0.2.1 [56f22d72] Artifacts [2a0f44e3] Base64 [b77e0a4c] InteractiveUtils [8f399da3] Libdl [37e2e46d] LinearAlgebra [56ddb016] Logging [d6f4376e] Markdown [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [2f01184e] SparseArrays v1.10.0 [8dfed614] Test [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [4536629a] OpenBLAS_jll v0.3.23+5 [bea87d4a] SuiteSparse_jll v7.2.1+1 [8e850b90] libblastrampoline_jll v5.11.0+0 Testing Running tests... Test Summary: | Pass Total Time Sorted indices | 16 16 1.6s Test Summary: | Pass Total Time Linked List | 5 5 0.1s Test Summary: | Pass Total Time Read SparseMatrixCSC row by row | 50 50 0.0s Test Summary: | Pass Total Time SparseVectorAccumulator | 18 18 1.4s Test Summary: | Pass Total Time SparseVectorAccumulator | 18 18 1.4s Test Summary: | Pass Total Time SparseVectorAccumulator | 18 18 0.9s Test Summary: | Pass Total Time SparseVectorAccumulator | 18 18 0.8s Test Summary: | Pass Total Time InsertableSparseVector | 14 14 0.3s Test Summary: | Pass Total Time Forward and backward substitutions | 12 12 3.0s Test Summary: | Pass Total Time ldiv! | 3 3 0.2s Test Summary: | Pass Total Time nnz | 1 1 0.0s ┌ Warning: `lu(A::AbstractMatrix, ::Val{false}; check::Bool = true)` is deprecated, use `lu(A, NoPivot(); check = check)` instead. │ caller = macro expansion at crout_ilu.jl:11 [inlined] └ @ Core ~/.julia/packages/IncompleteLU/kBBTR/test/crout_ilu.jl:11 Test Summary: | Pass Total Time Crout ILU | 6 6 5.6s Test Summary: | Pass Total Time Crout ILU | 6 6 1.8s Test Summary: | Pass Total Time Crout ILU | 6 6 4.3s Test Summary: | Pass Total Time Crout ILU | 6 6 1.6s Test Summary: | Pass Total Time Crout ILU | 6 6 4.4s Test Summary: | Pass Total Time Crout ILU | 6 6 1.9s Test Summary: | Pass Total Time Crout ILU | 6 6 4.7s Test Summary: | Pass Total Time Crout ILU | 6 6 2.0s Test Summary: | Pass Total Time Crout ILU with integer matrix | 3 3 1.1s Testing IncompleteLU tests passed Testing completed after 46.79s PkgEval succeeded after 69.92s