Package evaluation to test SuiteSparseGraphBLAS on Julia 1.14.0-DEV.2071 (559ec66647*) started at 2026-04-23T17:34:36.078 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 12.25s ################################################################################ # Installation # Installing SuiteSparseGraphBLAS... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [c2e53296] + SuiteSparseGraphBLAS v0.11.0 Updating `~/.julia/environments/v1.14/Manifest.toml` ⌅ [163b9779] + Blobs v0.5.7 [d360d2e6] + ChainRulesCore v1.26.1 [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.2 [276daf66] + SpecialFunctions v2.7.2 [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.13.0 [b27032c2] + LibCURL v1.0.0 [76f85450] + LibGit2 v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [ca575930] + NetworkOptions v1.3.0 [44cfe95a] + Pkg v1.14.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 [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.19.0+0 [e37daf67] + LibGit2_jll v1.9.2+0 [29816b5a] + LibSSH2_jll v1.11.3+1 [14a3606d] + MozillaCACerts_jll v2026.3.19 [4536629a] + OpenBLAS_jll v0.3.30+0 [05823500] + OpenLibm_jll v0.8.7+0 [458c3c95] + OpenSSL_jll v3.5.6+0 [efcefdf7] + PCRE2_jll v10.47.0+0 [bea87d4a] + SuiteSparse_jll v7.10.1+0 [83775a58] + Zlib_jll v1.3.2+0 [3161d3a3] + Zstd_jll v1.5.7+1 [8e850b90] + libblastrampoline_jll v5.15.0+0 [8e850ede] + nghttp2_jll v1.69.0+0 [3f19e933] + p7zip_jll v17.8.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 2.34s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 2.1 s ✓ KLU 1.4 s ✓ Blobs 2.2 s ✓ SSGraphBLAS_jll 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`. 93.8 s ✓ SuiteSparseGraphBLAS 4 dependencies successfully precompiled in 100 seconds. 57 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 121.13s ################################################################################ # Testing # Testing SuiteSparseGraphBLAS Status `/tmp/jl_A0Xazn/Project.toml` [d360d2e6] ChainRulesCore v1.26.1 [cdddcdb0] ChainRulesTestUtils v1.13.1 [26cc04aa] FiniteDifferences v0.12.33 ⌅ [ef3ab10e] KLU v0.4.1 [c2e53296] SuiteSparseGraphBLAS v0.11.0 [37e2e46d] LinearAlgebra v1.13.0 [9a3f8284] Random v1.11.0 [9e88b42a] Serialization v1.11.0 [2f01184e] SparseArrays v1.13.0 [4607b0f0] SuiteSparse [8dfed614] Test v1.11.0 Status `/tmp/jl_A0Xazn/Manifest.toml` ⌅ [163b9779] Blobs v0.5.7 [d360d2e6] ChainRulesCore v1.26.1 [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.2 [708f8203] Richardson v1.4.2 [276daf66] SpecialFunctions v2.7.2 [90137ffa] StaticArrays v1.9.18 [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.13.0 [b27032c2] LibCURL v1.0.0 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.14.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 [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.19.0+0 [e37daf67] LibGit2_jll v1.9.2+0 [29816b5a] LibSSH2_jll v1.11.3+1 [14a3606d] MozillaCACerts_jll v2026.3.19 [4536629a] OpenBLAS_jll v0.3.30+0 [05823500] OpenLibm_jll v0.8.7+0 [458c3c95] OpenSSL_jll v3.5.6+0 [efcefdf7] PCRE2_jll v10.47.0+0 [bea87d4a] SuiteSparse_jll v7.10.1+0 [83775a58] Zlib_jll v1.3.2+0 [3161d3a3] Zstd_jll v1.5.7+1 [8e850b90] libblastrampoline_jll v5.15.0+0 [8e850ede] nghttp2_jll v1.69.0+0 [3f19e933] p7zip_jll v17.8.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 2.608787 seconds (851.26 k allocations: 51.090 MiB, 1.38% gc time, 98.85% compilation time: 69% of which was recompilation) Testing operatorutils.jl: 0.174582 seconds (105.02 k allocations: 5.854 MiB, 89.91% compilation time) Testing ops.jl: 1.654405 seconds (996.33 k allocations: 53.576 MiB, 93.94% compilation time) Testing abstractgbarray.jl: 9.583578 seconds (4.98 M allocations: 284.129 MiB, 3.91% gc time, 98.17% 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] unsafepack!(A::GBVector{Int64, Int64}, ptr::Vector{Int64}, idx::Vector{Int64}, values::Vector{Int64}, shallow::Bool; order::ColMajor, decrementindices::Bool, jumbled::Bool) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:237 [inlined] [3] unsafepack!(A::GBVector{Int64, Int64}, ptr::Vector{Int64}, idx::Vector{Int64}, values::Vector{Int64}, shallow::Bool) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:232 [inlined] [4] GBVector{Int64, Int64}(A::SparseVector{Int64, Int64}; fill::Int64) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:742 [inlined] [5] GBVector(A::SparseVector{Int64, Int64}; fill::Int64) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:748 [inlined] [6] GBVector(A::SparseVector{Int64, Int64}) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:748 [7] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:2 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:3 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [11] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:5 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [13] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:21 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] [15] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [16] IncludeInto @ ./Base.jl:328 [inlined] [17] getproperty(x::Module, f::Symbol) @ Base ./timing.jl:739 [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.14/Test/src/Test.jl:2246 [inlined] [21] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:64 [inlined] [22] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [23] top-level scope @ none:6 [24] eval(m::Module, e::Any) @ Core ./boot.jl:517 [25] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [26] _start() @ Base ./client.jl:593 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] unsafepack!(A::GBVector{Int64, Int64}, ptr::Vector{Int64}, idx::Vector{Int64}, values::Vector{Int64}, shallow::Bool; order::ColMajor, decrementindices::Bool, jumbled::Bool) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:237 [inlined] [3] unsafepack!(A::GBVector{Int64, Int64}, ptr::Vector{Int64}, idx::Vector{Int64}, values::Vector{Int64}, shallow::Bool) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:232 [inlined] [4] GBVector{Int64, Int64}(A::SparseVector{Int64, Int64}; fill::Int64) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:742 [inlined] [5] GBVector(A::SparseVector{Int64, Int64}; fill::Int64) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:748 [inlined] [6] GBVector(A::SparseVector{Int64, Int64}) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:748 [7] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:2 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:3 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [11] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:5 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [13] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:22 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] [15] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [16] IncludeInto @ ./Base.jl:328 [inlined] [17] getproperty(x::Module, f::Symbol) @ Base ./timing.jl:739 [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.14/Test/src/Test.jl:2246 [inlined] [21] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:64 [inlined] [22] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [23] top-level scope @ none:6 [24] eval(m::Module, e::Any) @ Core ./boot.jl:517 [25] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [26] _start() @ Base ./client.jl:593 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] unsafepack!(A::GBVector{UInt8, UInt8}, ptr::Vector{Int64}, idx::Vector{Int64}, values::Vector{UInt8}, shallow::Bool; order::ColMajor, decrementindices::Bool, jumbled::Bool) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:237 [inlined] [3] unsafepack!(A::GBVector{UInt8, UInt8}, ptr::Vector{Int64}, idx::Vector{Int64}, values::Vector{UInt8}, shallow::Bool) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:232 [inlined] [4] GBVector{UInt8, UInt8}(A::SparseVector{UInt8, Int64}; fill::UInt8) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:742 [inlined] [5] GBVector(A::SparseVector{UInt8, Int64}; fill::UInt8) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:748 [inlined] [6] GBVector(A::SparseVector{UInt8, Int64}) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:748 [7] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:2 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:3 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [11] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:41 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [13] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:50 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [15] IncludeInto @ ./Base.jl:328 [inlined] [16] getproperty(x::Module, f::Symbol) @ Base ./timing.jl:739 [inlined] [17] include_test(path::String) @ Main ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:14 [18] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:60 [19] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [20] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:64 [inlined] [21] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [22] top-level scope @ none:6 [23] eval(m::Module, e::Any) @ Core ./boot.jl:517 [24] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [25] _start() @ Base ./client.jl:593 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] unsafepack!(A::GBVector{Float32, Float32}, ptr::Vector{Int64}, idx::Vector{Int64}, values::Vector{Float32}, shallow::Bool; order::ColMajor, decrementindices::Bool, jumbled::Bool) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:237 [inlined] [3] unsafepack!(A::GBVector{Float32, Float32}, ptr::Vector{Int64}, idx::Vector{Int64}, values::Vector{Float32}, shallow::Bool) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:232 [inlined] [4] GBVector{Float32, Float32}(A::SparseVector{Float32, Int64}; fill::Float32) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:742 [inlined] [5] GBVector(A::SparseVector{Float32, Int64}; fill::Float32) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:748 [inlined] [6] GBVector(A::SparseVector{Float32, Int64}) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:748 [7] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:2 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:59 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [11] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:82 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [13] IncludeInto @ ./Base.jl:328 [inlined] [14] getproperty(x::Module, f::Symbol) @ Base ./timing.jl:739 [inlined] [15] include_test(path::String) @ Main ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:14 [16] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:60 [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [18] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:64 [inlined] [19] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [20] top-level scope @ none:6 [21] eval(m::Module, e::Any) @ Core ./boot.jl:517 [22] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [23] _start() @ Base ./client.jl:593 17.722674 seconds (7.07 M allocations: 413.217 MiB, 0.87% gc time, 96.59% compilation time: <1% of which was recompilation) Testing types.jl: 4.157125 seconds (1.44 M allocations: 82.025 MiB, 1.65% gc time, 98.65% compilation time: 51% of which was recompilation) Testing issues.jl: 11.044158 seconds (6.31 M allocations: 358.489 MiB, 0.68% gc time, 98.54% compilation time: <1% of which was recompilation) Testing operations/ewise.jl: 0.649775 seconds (360.86 k allocations: 20.244 MiB, 97.07% compilation time: <1% of which was recompilation) Testing operations/extract.jl: 0.339291 seconds (158.46 k allocations: 8.849 MiB, 97.15% compilation time) Testing operations/kron.jl: 4.790677 seconds (1.94 M allocations: 112.377 MiB, 0.67% gc time, 99.54% compilation time: <1% of which was recompilation) Testing operations/map.jl: 2.281754 seconds (1.03 M allocations: 57.479 MiB, 1.44% gc time, 99.03% compilation time) Testing operations/mul.jl: 4.218060 seconds (2.15 M allocations: 122.119 MiB, 0.87% gc time, 99.30% compilation time: <1% of which was recompilation) Testing operations/reduce.jl: 2.919630 seconds (1.67 M allocations: 92.108 MiB, 97.56% compilation time: <1% of which was recompilation) Testing operations/select.jl: 0.633859 seconds (854.20 k allocations: 49.885 MiB, 5.32% gc time, 98.35% compilation time) Testing operations/transpose.jl: 0.281211 seconds (142.66 k allocations: 7.979 MiB, 95.39% compilation time: <1% of which was recompilation) Testing operations/broadcasting.jl: 17.072694 seconds (8.95 M allocations: 527.160 MiB, 0.88% gc time, 99.45% compilation time: <1% of which was recompilation) Testing operations/concat.jl: 6.107655 seconds (2.96 M allocations: 172.850 MiB, 1.03% gc time, 99.62% compilation time: <1% of which was recompilation) Testing operations/operationutils.jl: 0.377650 seconds (147.91 k allocations: 7.480 MiB, 85.77% 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] unsafepack!(A::GBVector{Float64, Float64}, ptr::Vector{Int64}, idx::Vector{Int64}, values::Vector{Float64}, shallow::Bool; order::ColMajor, decrementindices::Bool, jumbled::Bool) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:237 [inlined] [3] unsafepack!(A::GBVector{Float64, Float64}, ptr::Vector{Int64}, idx::Vector{Int64}, values::Vector{Float64}, shallow::Bool) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:232 [inlined] [4] GBVector{Float64, Float64}(A::SparseVector{Float64, Int64}; fill::Float64) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:742 [inlined] [5] GBVector(A::SparseVector{Float64, Int64}; fill::Float64) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:748 [inlined] [6] GBVector(A::SparseVector{Float64, Int64}) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:748 [7] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/chainrulesutils.jl:33 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/chainrulesutils.jl:35 [inlined] [10] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [11] IncludeInto @ ./Base.jl:328 [inlined] [12] getproperty(x::Module, f::Symbol) @ Base ./timing.jl:739 [inlined] [13] include_test(path::String) @ Main ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:14 [14] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:60 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [16] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:78 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core ./boot.jl:517 [20] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [21] _start() @ Base ./client.jl:593 4.394671 seconds (3.04 M allocations: 179.987 MiB, 9.44% gc time, 98.69% 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] unsafepack!(A::GBMatrix{Float64, Float64}, ptr::Vector{Int64}, idx::Vector{Int64}, values::Vector{Float64}, shallow::Bool; order::ColMajor, decrementindices::Bool, jumbled::Bool) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:237 [inlined] [3] unsafepack!(A::GBMatrix{Float64, Float64}, ptr::Vector{Int64}, idx::Vector{Int64}, values::Vector{Float64}, shallow::Bool) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:232 [inlined] [4] GBMatrix{Float64, Float64}(A::SparseVector{Float64, Int64}; fill::Float64) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:530 [5] GBMatrix @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:525 [inlined] [6] GBMatrix(A::SparseVector{Float64, Int64}) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:536 [7] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/mulrules.jl:2 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/mulrules.jl:52 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [11] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/mulrules.jl:53 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [13] IncludeInto @ ./Base.jl:328 [inlined] [14] getproperty(x::Module, f::Symbol) @ Base ./timing.jl:739 [inlined] [15] include_test(path::String) @ Main ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:14 [16] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:60 [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [18] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:79 [inlined] [19] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [20] top-level scope @ none:6 [21] eval(m::Module, e::Any) @ Core ./boot.jl:517 [22] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [23] _start() @ Base ./client.jl:593 72.493930 seconds (42.05 M allocations: 2.499 GiB, 1.92% gc time, 97.82% 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] unsafepack!(A::GBMatrix{Float64, Float64}, ptr::Vector{Int64}, idx::Vector{Int64}, values::Vector{Float64}, shallow::Bool; order::ColMajor, decrementindices::Bool, jumbled::Bool) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:237 [inlined] [3] unsafepack!(A::GBMatrix{Float64, Float64}, ptr::Vector{Int64}, idx::Vector{Int64}, values::Vector{Float64}, shallow::Bool) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:232 [inlined] [4] GBMatrix{Float64, Float64}(A::SparseVector{Float64, Int64}; fill::Float64) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:530 [5] GBMatrix @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:525 [inlined] [6] GBMatrix(A::SparseVector{Float64, Int64}) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:536 [7] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/ewiserules.jl:2 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/ewiserules.jl:19 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [11] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/ewiserules.jl:20 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [13] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/ewiserules.jl:20 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [15] IncludeInto @ ./Base.jl:328 [inlined] [16] getproperty(x::Module, f::Symbol) @ Base ./timing.jl:739 [inlined] [17] include_test(path::String) @ Main ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:14 [18] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:60 [19] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [20] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:80 [inlined] [21] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [22] top-level scope @ none:6 [23] eval(m::Module, e::Any) @ Core ./boot.jl:517 [24] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [25] _start() @ Base ./client.jl:593 8.795348 seconds (4.48 M allocations: 246.422 MiB, 0.83% gc time, 98.00% compilation time: <1% of which was recompilation) Testing chainrules/selectrules.jl: 14.957939 seconds (11.54 M allocations: 704.313 MiB, 1.20% gc time, 95.80% compilation time: <1% of which was recompilation) Testing chainrules/constructorrules.jl: 18.399736 seconds (9.67 M allocations: 573.626 MiB, 1.22% gc time, 97.41% compilation time) Testing chainrules/maprules.jl: 26.919789 seconds (14.99 M allocations: 918.276 MiB, 2.71% gc time, 96.62% compilation time: <1% of which was recompilation) Testing solvers/klu.jl: 38.375331 seconds (22.77 M allocations: 1.303 GiB, 0.99% gc time, 99.34% compilation time: <1% of which was recompilation) Testing solvers/umfpack.jl: ┌ Warning: Using ErrorException to test field access is deprecated; use FieldError instead. │ caller = macro expansion at umfpack.jl:164 [inlined] └ @ Core ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/solvers/umfpack.jl:164 194.507897 seconds (48.06 M allocations: 2.759 GiB, 0.94% gc time, 99.57% 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] unsafepack!(A::GBVector{Float64, Float64}, ptr::Vector{Int64}, idx::Vector{Int64}, values::Vector{Float64}, shallow::Bool; order::ColMajor, decrementindices::Bool, jumbled::Bool) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:237 [inlined] [3] unsafepack!(A::GBVector{Float64, Float64}, ptr::Vector{Int64}, idx::Vector{Int64}, values::Vector{Float64}, shallow::Bool) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:232 [inlined] [4] GBVector{Float64, Float64}(A::SparseVector{Float64, Int64}; fill::Float64) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:742 [inlined] [5] GBVector(A::SparseVector{Float64, Int64}; fill::Float64) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:748 [inlined] [6] GBVector(A::SparseVector{Float64, Int64}) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:748 [7] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/solvers/cholmod.jl:425 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/solvers/cholmod.jl:426 [inlined] [10] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [11] IncludeInto @ ./Base.jl:328 [inlined] [12] getproperty(x::Module, f::Symbol) @ Base ./timing.jl:739 [inlined] [13] include_test(path::String) @ Main ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:14 [14] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:60 [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [16] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:86 [inlined] [17] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:327 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core ./boot.jl:517 [20] exec_options(opts::Base.JLOptions) @ Base ./client.jl:318 [21] _start() @ Base ./client.jl:593 86.428129 seconds (29.31 M allocations: 1.705 GiB, 2.45% gc time, 97.88% compilation time: <1% of which was recompilation) Testing serialization.jl: 4.809685 seconds (2.07 M allocations: 113.959 MiB, 98.81% compilation time: <1% of which was recompilation) Test Summary: | Pass Error Broken Total Time SuiteSparseGraphBLAS | 1393 8 2 1403 9m16.8s libutils | 9 9 1.3s Operator Utilities | 5 5 0.2s Ops | 20 20 1.6s abstractgbarray.jl | 35 35 9.4s gbarray.jl | 22 4 26 17.6s construction and getindex | 16 3 19 11.1s dense | 15 2 17 9.5s sparse | 1 1 2 1.6s setindex and empty! | 6 1 7 6.5s types.jl | 36 36 2.7s Issues | 21 21 10.9s ewise | 5 5 0.6s extract | 1 1 0.3s kron | 4 4 4.8s map | 4 4 2.3s mul | 9 9 4.2s reduce | 13 13 2.9s select | 2 2 0.6s transpose | 3 3 0.3s broadcasting | 29 29 17.0s concat.jl | 6 6 6.1s operationutils.jl | 8 8 0.3s chainrulesutils | 3 1 4 0.8s mul | 182 1 183 1m12.4s Dense | 182 182 1m12.3s Sparse | 1 1 0.1s Elementwise | 54 1 55 8.8s Dense | 54 54 8.7s Sparse | 1 1 0.0s Arithmetic Semiring | 1 1 0.0s Select | 180 180 14.9s Constructors | 49 49 18.3s Select | 123 123 26.9s KLU Wrappers | 64 64 27.1s REPL printing of KLU | 1 1 6.1s Issue #4 | 3 3 0.1s Workspace management | 66 2 68 32.3s UMFPACK wrappers | 154 154 2m06.5s Issue 9160 | 5 5 1.3s Issue #9915 | 1 1 1.0s test Sparse constructor Symmetric and Hermitian input (and issymmetric and ishermitian) | 4 4 0.7s High level interface | 10 10 1.4s High level interface | 10 10 0.9s Core functionality | 85 85 25.9s Core functionality | 62 62 13.9s extract factors | 87 87 30.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 2.3s Issue #28985 | 2 2 0.9s Further issue with promotion #14894 | 3 3 1.9s test \ for Factor and StridedVecOrMat | 2 2 1.1s Test \ for Factor and SparseVecOrMat | 1 1 0.1s Real factorization and complex rhs | 1 1 2.7s 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 577.12s ERROR: LoadError: Package SuiteSparseGraphBLAS 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] Cmd(cmd::Cmd) @ Base /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] 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 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [7] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [8] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [10] include(mod::Module, _path::String) @ Base ./Base.jl:326 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:352 [12] _start() @ Base ./client.jl:593 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 732.26s: package tests unexpectedly errored