Package evaluation to test SuiteSparseGraphBLAS on Julia 1.12.4 (0f21d93eaa*) started at 2026-01-26T20:18:08.862 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.12` Set-up completed after 7.25s ################################################################################ # Installation # Installing SuiteSparseGraphBLAS... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [c2e53296] + SuiteSparseGraphBLAS v0.11.0 Updating `~/.julia/environments/v1.12/Manifest.toml` ⌅ [163b9779] + Blobs v0.5.7 [d360d2e6] + ChainRulesCore v1.26.0 [34da2185] + Compat v4.18.1 [ffbed154] + DocStringExtensions v0.9.5 [92d709cd] + IrrationalConstants v0.2.6 [692b3bcd] + JLLWrappers v1.7.1 ⌅ [ef3ab10e] + KLU v0.4.1 [2ab3a3ac] + LogExpFunctions v0.3.29 [1914dd2f] + MacroTools v0.5.16 [21216c6a] + Preferences v1.5.1 [276daf66] + SpecialFunctions v2.6.1 [e9177fbf] + StorageOrders v0.3.2 [c2e53296] + SuiteSparseGraphBLAS v0.11.0 [efe28fd5] + OpenSpecFun_jll v0.5.6+0 ⌅ [7ed9a814] + SSGraphBLAS_jll v7.2.0+0 [0dad84c5] + ArgTools v1.1.2 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [f43a241f] + Downloads v1.7.0 [7b1f6079] + FileWatching v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.12.0 [b27032c2] + LibCURL v0.6.4 [76f85450] + LibGit2 v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.12.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [ca575930] + NetworkOptions v1.3.0 [44cfe95a] + Pkg v1.12.1 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization v1.11.0 [2f01184e] + SparseArrays v1.12.0 [f489334b] + StyledStrings v1.11.0 [4607b0f0] + SuiteSparse [fa267f1f] + TOML v1.0.3 [a4e569a6] + Tar v1.10.0 [8dfed614] + Test v1.11.0 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [deac9b47] + LibCURL_jll v8.15.0+0 [e37daf67] + LibGit2_jll v1.9.0+0 [29816b5a] + LibSSH2_jll v1.11.3+1 [14a3606d] + MozillaCACerts_jll v2025.11.4 [4536629a] + OpenBLAS_jll v0.3.29+0 [05823500] + OpenLibm_jll v0.8.7+0 [458c3c95] + OpenSSL_jll v3.5.4+0 [bea87d4a] + SuiteSparse_jll v7.8.3+2 [83775a58] + Zlib_jll v1.3.1+2 [8e850b90] + libblastrampoline_jll v5.15.0+0 [8e850ede] + nghttp2_jll v1.64.0+1 [3f19e933] + p7zip_jll v17.7.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 1.76s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 1641.1 ms ✓ KLU 1208.8 ms ✓ SSGraphBLAS_jll 1093.0 ms ✓ Blobs 120012.0 ms ✓ SuiteSparseGraphBLAS 4 dependencies successfully precompiled in 125 seconds. 56 already precompiled. 1 dependency had output during precompilation: ┌ SuiteSparseGraphBLAS │ WARNING: Constructor for type "GBVector" was extended in `GB_CHOLMOD` without explicit qualification or import. │ NOTE: Assumed "GBVector" refers to `SuiteSparseGraphBLAS.GBVector`. This behavior is deprecated and may differ in future versions.` │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function GBVector end`. │ Hint: To silence the warning, qualify `GBVector` as `SuiteSparseGraphBLAS.GBVector` in the method signature or explicitly `import SuiteSparseGraphBLAS: GBVector`. │ WARNING: Constructor for type "GBMatrix" was extended in `GB_CHOLMOD` without explicit qualification or import. │ NOTE: Assumed "GBMatrix" refers to `SuiteSparseGraphBLAS.GBMatrix`. This behavior is deprecated and may differ in future versions.` │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function GBMatrix end`. │ Hint: To silence the warning, qualify `GBMatrix` as `SuiteSparseGraphBLAS.GBMatrix` in the method signature or explicitly `import SuiteSparseGraphBLAS: GBMatrix`. │ WARNING: Constructor for type "GBMatrixC" was extended in `GB_CHOLMOD` without explicit qualification or import. │ NOTE: Assumed "GBMatrixC" refers to `SuiteSparseGraphBLAS.GBMatrixC`. This behavior is deprecated and may differ in future versions.` │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function GBMatrixC end`. │ Hint: To silence the warning, qualify `GBMatrixC` as `SuiteSparseGraphBLAS.GBMatrixC` in the method signature or explicitly `import SuiteSparseGraphBLAS: GBMatrixC`. │ WARNING: Constructor for type "GBMatrixR" was extended in `GB_CHOLMOD` without explicit qualification or import. │ NOTE: Assumed "GBMatrixR" refers to `SuiteSparseGraphBLAS.GBMatrixR`. This behavior is deprecated and may differ in future versions.` │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function GBMatrixR end`. │ Hint: To silence the warning, qualify `GBMatrixR` as `SuiteSparseGraphBLAS.GBMatrixR` in the method signature or explicitly `import SuiteSparseGraphBLAS: GBMatrixR`. └ Precompilation completed after 136.24s ################################################################################ # Testing # Testing SuiteSparseGraphBLAS Status `/tmp/jl_afegAB/Project.toml` [d360d2e6] ChainRulesCore v1.26.0 [cdddcdb0] ChainRulesTestUtils v1.13.1 [26cc04aa] FiniteDifferences v0.12.33 ⌅ [ef3ab10e] KLU v0.4.1 [c2e53296] SuiteSparseGraphBLAS v0.11.0 [37e2e46d] LinearAlgebra v1.12.0 [9a3f8284] Random v1.11.0 [9e88b42a] Serialization v1.11.0 [2f01184e] SparseArrays v1.12.0 [4607b0f0] SuiteSparse [8dfed614] Test v1.11.0 Status `/tmp/jl_afegAB/Manifest.toml` ⌅ [163b9779] Blobs v0.5.7 [d360d2e6] ChainRulesCore v1.26.0 [cdddcdb0] ChainRulesTestUtils v1.13.1 [34da2185] Compat v4.18.1 [ffbed154] DocStringExtensions v0.9.5 [26cc04aa] FiniteDifferences v0.12.33 [92d709cd] IrrationalConstants v0.2.6 [692b3bcd] JLLWrappers v1.7.1 ⌅ [ef3ab10e] KLU v0.4.1 [2ab3a3ac] LogExpFunctions v0.3.29 [1914dd2f] MacroTools v0.5.16 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.1 [708f8203] Richardson v1.4.2 [276daf66] SpecialFunctions v2.6.1 [90137ffa] StaticArrays v1.9.16 [1e83bf80] StaticArraysCore v1.4.4 [e9177fbf] StorageOrders v0.3.2 [c2e53296] SuiteSparseGraphBLAS v0.11.0 [fd094767] Suppressor v0.2.8 [efe28fd5] OpenSpecFun_jll v0.5.6+0 ⌅ [7ed9a814] SSGraphBLAS_jll v7.2.0+0 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [f43a241f] Downloads v1.7.0 [7b1f6079] FileWatching v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [b27032c2] LibCURL v0.6.4 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.12.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.12.1 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [2f01184e] SparseArrays v1.12.0 [f489334b] StyledStrings v1.11.0 [4607b0f0] SuiteSparse [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [deac9b47] LibCURL_jll v8.15.0+0 [e37daf67] LibGit2_jll v1.9.0+0 [29816b5a] LibSSH2_jll v1.11.3+1 [14a3606d] MozillaCACerts_jll v2025.11.4 [4536629a] OpenBLAS_jll v0.3.29+0 [05823500] OpenLibm_jll v0.8.7+0 [458c3c95] OpenSSL_jll v3.5.4+0 [bea87d4a] SuiteSparse_jll v7.8.3+2 [83775a58] Zlib_jll v1.3.1+2 [8e850b90] libblastrampoline_jll v5.15.0+0 [8e850ede] nghttp2_jll v1.64.0+1 [3f19e933] p7zip_jll v17.7.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... ┌ Warning: inference tests have been disabled └ @ ChainRulesTestUtils ~/.julia/packages/ChainRulesTestUtils/RZidV/src/global_config.jl:13 WARNING: Method definition to_vec(SparseArrays.SparseVector{Tv, Ti} where Ti<:Integer where Tv) in module FiniteDifferences at /home/pkgeval/.julia/packages/FiniteDifferences/tX3T3/src/to_vec.jl:171 overwritten in module Main at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:38. Testing SuiteSparseGraphBLAS.jl default Testing libutils.jl: ┌ Warning: Symbol gobbledygook not available └ @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/libutils.jl:125 0.943957 seconds (637.13 k allocations: 34.038 MiB, 97.17% compilation time: 39% of which was recompilation) Testing operatorutils.jl: 0.515559 seconds (133.91 k allocations: 6.916 MiB, 64.26% gc time, 96.98% compilation time) Testing ops.jl: 1.462880 seconds (1.21 M allocations: 61.718 MiB, 94.49% compilation time) Testing abstractgbarray.jl: 10.753267 seconds (6.88 M allocations: 355.959 MiB, 1.38% gc time, 98.78% compilation time: <1% of which was recompilation) Testing gbarray.jl: dense: Error During Test at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:21 Test threw exception Expression: m[:, 3] == GBVector(x[:, 3]) SuiteSparseGraphBLAS.InvalidValueError Stacktrace: [1] _packcscmatrix!(A::GBVector{Int64, Int64}, colptr::Vector{Int64}, rowidx::Vector{Int64}, values::Vector{Int64}; desc::Nothing, colptrsize::Int64, rowidxsize::Int64, valsize::Int64, decrementindices::Bool, jumbled::Bool) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:96 [2] _packcscmatrix! @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:72 [inlined] [3] #unsafepack!#335 @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:237 [inlined] [4] unsafepack! @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:232 [inlined] [5] #_#113 @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:742 [inlined] [6] GBVector @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:737 [inlined] [7] GBVector(A::SparseVector{Int64, Int64}) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:748 [8] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:2 [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [10] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:3 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [12] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:5 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [14] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:21 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] [16] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:307 [17] IncludeInto @ ./Base.jl:308 [inlined] [18] macro expansion @ ./timing.jl:697 [inlined] [19] include_test(path::String) @ Main ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:14 [20] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:60 [21] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [22] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:64 [inlined] [23] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:307 [24] top-level scope @ none:6 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] exec_options(opts::Base.JLOptions) @ Base ./client.jl:283 [27] _start() @ Base ./client.jl:550 dense: Error During Test at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:22 Test threw exception Expression: m[2, :] == GBVector(x[2, :]) SuiteSparseGraphBLAS.InvalidValueError Stacktrace: [1] _packcscmatrix!(A::GBVector{Int64, Int64}, colptr::Vector{Int64}, rowidx::Vector{Int64}, values::Vector{Int64}; desc::Nothing, colptrsize::Int64, rowidxsize::Int64, valsize::Int64, decrementindices::Bool, jumbled::Bool) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:96 [2] _packcscmatrix! @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:72 [inlined] [3] #unsafepack!#335 @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:237 [inlined] [4] unsafepack! @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:232 [inlined] [5] #_#113 @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:742 [inlined] [6] GBVector @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:737 [inlined] [7] GBVector(A::SparseVector{Int64, Int64}) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:748 [8] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:2 [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [10] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:3 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [12] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:5 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [14] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:22 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] [16] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:307 [17] IncludeInto @ ./Base.jl:308 [inlined] [18] macro expansion @ ./timing.jl:697 [inlined] [19] include_test(path::String) @ Main ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:14 [20] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:60 [21] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [22] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:64 [inlined] [23] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:307 [24] top-level scope @ none:6 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] exec_options(opts::Base.JLOptions) @ Base ./client.jl:283 [27] _start() @ Base ./client.jl:550 sparse: Error During Test at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:39 Got exception outside of a @test SuiteSparseGraphBLAS.InvalidValueError Stacktrace: [1] _packcscmatrix!(A::GBVector{UInt8, UInt8}, colptr::Vector{Int64}, rowidx::Vector{Int64}, values::Vector{UInt8}; desc::Nothing, colptrsize::Int64, rowidxsize::Int64, valsize::Int64, decrementindices::Bool, jumbled::Bool) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:96 [2] _packcscmatrix! @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:72 [inlined] [3] #unsafepack!#335 @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:237 [inlined] [4] unsafepack! @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:232 [inlined] [5] #_#113 @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:742 [inlined] [6] GBVector @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:737 [inlined] [7] GBVector(A::SparseVector{UInt8, Int64}) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:748 [8] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:2 [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [10] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:3 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [12] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:41 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [14] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:50 [inlined] [15] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:307 [16] IncludeInto @ ./Base.jl:308 [inlined] [17] macro expansion @ ./timing.jl:697 [inlined] [18] include_test(path::String) @ Main ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:14 [19] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:60 [20] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [21] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:64 [inlined] [22] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:307 [23] top-level scope @ none:6 [24] eval(m::Module, e::Any) @ Core ./boot.jl:489 [25] exec_options(opts::Base.JLOptions) @ Base ./client.jl:283 [26] _start() @ Base ./client.jl:550 setindex and empty!: Error During Test at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:58 Got exception outside of a @test SuiteSparseGraphBLAS.InvalidValueError Stacktrace: [1] _packcscmatrix!(A::GBVector{Float32, Float32}, colptr::Vector{Int64}, rowidx::Vector{Int64}, values::Vector{Float32}; desc::Nothing, colptrsize::Int64, rowidxsize::Int64, valsize::Int64, decrementindices::Bool, jumbled::Bool) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:96 [2] _packcscmatrix! @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:72 [inlined] [3] #unsafepack!#335 @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:237 [inlined] [4] unsafepack! @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:232 [inlined] [5] #_#113 @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:742 [inlined] [6] GBVector @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:737 [inlined] [7] GBVector(A::SparseVector{Float32, Int64}) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:748 [8] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:2 [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [10] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:59 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [12] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:82 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:307 [14] IncludeInto @ ./Base.jl:308 [inlined] [15] macro expansion @ ./timing.jl:697 [inlined] [16] include_test(path::String) @ Main ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:14 [17] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:60 [18] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [19] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:64 [inlined] [20] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:307 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core ./boot.jl:489 [23] exec_options(opts::Base.JLOptions) @ Base ./client.jl:283 [24] _start() @ Base ./client.jl:550 17.111799 seconds (9.14 M allocations: 482.249 MiB, 2.39% gc time, 97.70% compilation time: <1% of which was recompilation) Testing types.jl: 1.740891 seconds (622.69 k allocations: 33.030 MiB, 97.22% compilation time: 17% of which was recompilation) Testing issues.jl: 11.278344 seconds (7.97 M allocations: 417.606 MiB, 1.19% gc time, 98.85% compilation time: <1% of which was recompilation) Testing operations/ewise.jl: 0.659333 seconds (443.83 k allocations: 23.415 MiB, 97.50% compilation time: <1% of which was recompilation) Testing operations/extract.jl: 0.316773 seconds (175.30 k allocations: 9.209 MiB, 97.72% compilation time) Testing operations/kron.jl: 4.651803 seconds (2.67 M allocations: 139.406 MiB, 0.71% gc time, 99.61% compilation time: <1% of which was recompilation) Testing operations/map.jl: 2.493397 seconds (1.31 M allocations: 68.470 MiB, 99.16% compilation time) Testing operations/mul.jl: 4.179153 seconds (2.61 M allocations: 137.061 MiB, 0.80% gc time, 99.35% compilation time: <1% of which was recompilation) Testing operations/reduce.jl: 2.839871 seconds (2.07 M allocations: 107.474 MiB, 1.18% gc time, 97.91% compilation time: <1% of which was recompilation) Testing operations/select.jl: 0.513721 seconds (523.47 k allocations: 27.242 MiB, 98.12% compilation time) Testing operations/transpose.jl: 0.280992 seconds (172.82 k allocations: 9.086 MiB, 96.15% compilation time: <1% of which was recompilation) Testing operations/broadcasting.jl: 14.009453 seconds (10.45 M allocations: 557.307 MiB, 1.03% gc time, 99.42% compilation time: <1% of which was recompilation) Testing operations/concat.jl: 5.621459 seconds (4.20 M allocations: 219.227 MiB, 0.68% gc time, 99.65% compilation time: <1% of which was recompilation) Testing operations/operationutils.jl: 0.349132 seconds (169.86 k allocations: 8.316 MiB, 88.20% compilation time) Testing chainrules/chainrulesutils.jl: chainrulesutils: Error During Test at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/chainrulesutils.jl:32 Got exception outside of a @test SuiteSparseGraphBLAS.InvalidValueError Stacktrace: [1] _packcscmatrix!(A::GBVector{Float64, Float64}, colptr::Vector{Int64}, rowidx::Vector{Int64}, values::Vector{Float64}; desc::Nothing, colptrsize::Int64, rowidxsize::Int64, valsize::Int64, decrementindices::Bool, jumbled::Bool) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:96 [2] _packcscmatrix! @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:72 [inlined] [3] #unsafepack!#335 @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:237 [inlined] [4] unsafepack! @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:232 [inlined] [5] #_#113 @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:742 [inlined] [6] GBVector @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:737 [inlined] [7] GBVector(A::SparseVector{Float64, Int64}) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:748 [8] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/chainrulesutils.jl:33 [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [10] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/chainrulesutils.jl:35 [inlined] [11] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:307 [12] IncludeInto @ ./Base.jl:308 [inlined] [13] macro expansion @ ./timing.jl:697 [inlined] [14] include_test(path::String) @ Main ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:14 [15] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:60 [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [17] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:78 [inlined] [18] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:307 [19] top-level scope @ none:6 [20] eval(m::Module, e::Any) @ Core ./boot.jl:489 [21] exec_options(opts::Base.JLOptions) @ Base ./client.jl:283 [22] _start() @ Base ./client.jl:550 2.485058 seconds (1.88 M allocations: 93.999 MiB, 1.69% gc time, 98.22% compilation time: <1% of which was recompilation) Testing chainrules/mulrules.jl: Sparse: Error During Test at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/mulrules.jl:51 Got exception outside of a @test SuiteSparseGraphBLAS.InvalidValueError Stacktrace: [1] _packcscmatrix!(A::GBMatrix{Float64, Float64}, colptr::Vector{Int64}, rowidx::Vector{Int64}, values::Vector{Float64}; desc::Nothing, colptrsize::Int64, rowidxsize::Int64, valsize::Int64, decrementindices::Bool, jumbled::Bool) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:96 [2] _packcscmatrix! @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:72 [inlined] [3] #unsafepack!#335 @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:237 [inlined] [4] unsafepack! @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:232 [inlined] [5] GBMatrix{Float64, Float64}(A::SparseVector{Float64, Int64}; fill::Float64) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:530 [6] GBMatrix @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:525 [inlined] [7] GBMatrix(A::SparseVector{Float64, Int64}) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:536 [8] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/mulrules.jl:2 [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [10] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/mulrules.jl:52 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [12] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/mulrules.jl:53 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:307 [14] IncludeInto @ ./Base.jl:308 [inlined] [15] macro expansion @ ./timing.jl:697 [inlined] [16] include_test(path::String) @ Main ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:14 [17] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:60 [18] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [19] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:79 [inlined] [20] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:307 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core ./boot.jl:489 [23] exec_options(opts::Base.JLOptions) @ Base ./client.jl:283 [24] _start() @ Base ./client.jl:550 71.684716 seconds (52.51 M allocations: 2.811 GiB, 2.48% gc time, 97.15% compilation time: <1% of which was recompilation) Testing chainrules/ewiserules.jl: Arithmetic Semiring: Error During Test at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/ewiserules.jl:19 Got exception outside of a @test SuiteSparseGraphBLAS.InvalidValueError Stacktrace: [1] _packcscmatrix!(A::GBMatrix{Float64, Float64}, colptr::Vector{Int64}, rowidx::Vector{Int64}, values::Vector{Float64}; desc::Nothing, colptrsize::Int64, rowidxsize::Int64, valsize::Int64, decrementindices::Bool, jumbled::Bool) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:96 [2] _packcscmatrix! @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:72 [inlined] [3] #unsafepack!#335 @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:237 [inlined] [4] unsafepack! @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:232 [inlined] [5] GBMatrix{Float64, Float64}(A::SparseVector{Float64, Int64}; fill::Float64) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:530 [6] GBMatrix @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:525 [inlined] [7] GBMatrix(A::SparseVector{Float64, Int64}) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:536 [8] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/ewiserules.jl:2 [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [10] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/ewiserules.jl:19 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [12] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/ewiserules.jl:20 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [14] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/ewiserules.jl:20 [inlined] [15] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:307 [16] IncludeInto @ ./Base.jl:308 [inlined] [17] macro expansion @ ./timing.jl:697 [inlined] [18] include_test(path::String) @ Main ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:14 [19] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:60 [20] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [21] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:80 [inlined] [22] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:307 [23] top-level scope @ none:6 [24] eval(m::Module, e::Any) @ Core ./boot.jl:489 [25] exec_options(opts::Base.JLOptions) @ Base ./client.jl:283 [26] _start() @ Base ./client.jl:550 9.183110 seconds (5.73 M allocations: 294.126 MiB, 0.64% gc time, 98.32% compilation time: <1% of which was recompilation) Testing chainrules/selectrules.jl: 19.910320 seconds (14.58 M allocations: 812.627 MiB, 1.42% gc time, 96.58% compilation time: <1% of which was recompilation) Testing chainrules/constructorrules.jl: 17.337002 seconds (12.32 M allocations: 666.834 MiB, 1.29% gc time, 98.65% compilation time) Testing chainrules/maprules.jl: 26.132188 seconds (19.20 M allocations: 1.053 GiB, 0.98% gc time, 96.82% compilation time: <1% of which was recompilation) Testing solvers/klu.jl: 37.077199 seconds (27.81 M allocations: 1.427 GiB, 2.84% gc time, 99.12% compilation time: <1% of which was recompilation) Testing solvers/umfpack.jl: ┌ Warning: ErrorException should no longer be used to test field access; FieldError should be used instead! │ caller = macro expansion at umfpack.jl:164 [inlined] └ @ Core ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/solvers/umfpack.jl:164 185.911312 seconds (69.75 M allocations: 3.528 GiB, 1.14% gc time, 99.59% compilation time: <1% of which was recompilation) Testing solvers/cholmod.jl: Test \ for Factor and SparseVecOrMat: Error During Test at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/solvers/cholmod.jl:424 Got exception outside of a @test SuiteSparseGraphBLAS.InvalidValueError Stacktrace: [1] _packcscmatrix!(A::GBVector{Float64, Float64}, colptr::Vector{Int64}, rowidx::Vector{Int64}, values::Vector{Float64}; desc::Nothing, colptrsize::Int64, rowidxsize::Int64, valsize::Int64, decrementindices::Bool, jumbled::Bool) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:96 [2] _packcscmatrix! @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:72 [inlined] [3] #unsafepack!#335 @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:237 [inlined] [4] unsafepack! @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:232 [inlined] [5] #_#113 @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:742 [inlined] [6] GBVector @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:737 [inlined] [7] GBVector(A::SparseVector{Float64, Int64}) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:748 [8] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/solvers/cholmod.jl:425 [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [10] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/solvers/cholmod.jl:426 [inlined] [11] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:307 [12] IncludeInto @ ./Base.jl:308 [inlined] [13] macro expansion @ ./timing.jl:697 [inlined] [14] include_test(path::String) @ Main ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:14 [15] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:60 [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [17] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:86 [inlined] [18] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:307 [19] top-level scope @ none:6 [20] eval(m::Module, e::Any) @ Core ./boot.jl:489 [21] exec_options(opts::Base.JLOptions) @ Base ./client.jl:283 [22] _start() @ Base ./client.jl:550 69.569560 seconds (35.88 M allocations: 1.845 GiB, 1.78% gc time, 97.91% compilation time: <1% of which was recompilation) Testing serialization.jl: 4.796250 seconds (2.53 M allocations: 130.280 MiB, 90.33% compilation time: <1% of which was recompilation) Test Summary: | Pass Error Broken Total Time SuiteSparseGraphBLAS | 1393 8 2 1403 8m43.9s libutils | 9 9 0.7s Operator Utilities | 5 5 0.5s Ops | 20 20 1.4s abstractgbarray.jl | 35 35 10.6s gbarray.jl | 22 4 26 17.0s construction and getindex | 16 3 19 10.5s dense | 15 2 17 9.0s sparse | 1 1 2 1.6s setindex and empty! | 6 1 7 6.5s types.jl | 36 36 1.1s Issues | 21 21 11.2s ewise | 5 5 0.6s extract | 1 1 0.3s kron | 4 4 4.6s map | 4 4 2.5s mul | 9 9 4.2s reduce | 13 13 2.8s select | 2 2 0.5s transpose | 3 3 0.3s broadcasting | 29 29 13.9s concat.jl | 6 6 5.6s operationutils.jl | 8 8 0.3s chainrulesutils | 3 1 4 0.7s mul | 182 1 183 1m11.6s Dense | 182 182 1m11.5s Sparse | 1 1 0.1s Elementwise | 54 1 55 9.2s Dense | 54 54 9.1s Sparse | 1 1 0.0s Arithmetic Semiring | 1 1 0.0s Select | 180 180 19.9s Constructors | 49 49 17.3s Select | 123 123 26.1s KLU Wrappers | 64 64 27.6s REPL printing of KLU | 1 1 5.8s Issue #4 | 3 3 0.1s Workspace management | 66 2 68 26.2s UMFPACK wrappers | 154 154 2m08.6s Issue 9160 | 5 5 1.2s Issue #9915 | 1 1 0.9s test Sparse constructor Symmetric and Hermitian input (and issymmetric and ishermitian) | 4 4 0.6s High level interface | 10 10 1.2s High level interface | 10 10 0.9s Core functionality | 85 85 22.4s Core functionality | 62 62 12.3s extract factors | 87 87 20.5s Issue 11745 - row and column pointers were not sorted in sparse(Factor) | 1 1 0.1s Issue 11747 - Wrong show method defined for FactorComponent | 4 4 0.1s Issue 14076 | 1 1 1.8s Issue #28985 | 2 2 0.6s Further issue with promotion #14894 | 3 3 1.6s test \ for Factor and StridedVecOrMat | 2 2 0.8s Test \ for Factor and SparseVecOrMat | 1 1 0.1s Real factorization and complex rhs | 1 1 3.1s serialization.jl | 4 4 4.8s RNG of the outermost testset: Xoshiro(0xfff0241072ddab67, 0xc53bc12f4c3f0b4e, 0x56d451780b2dd4ba, 0x50a4aa153d208dd8, 0x3649a58b3b63d5db) ERROR: LoadError: Some tests did not pass: 1393 passed, 0 failed, 8 errored, 2 broken. in expression starting at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:59 Testing failed after 541.56s ERROR: LoadError: Package SuiteSparseGraphBLAS errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.12/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.12/Pkg/src/Operations.jl:2535 [3] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2384 [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.12/Pkg/src/API.jl:538 [5] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:169 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:157 [7] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:157 [inlined] [8] #test#81 @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:156 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [10] include(mod::Module, _path::String) @ Base ./Base.jl:306 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:317 [12] _start() @ Base ./client.jl:550 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 708.77s: package tests unexpectedly errored