Package evaluation to test SuiteSparseGraphBLAS on Julia 1.14.0-DEV.2009 (d4d184e100*) started at 2026-04-10T00:37:08.996 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 13.94s ################################################################################ # 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.5+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.68.1+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.51s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 2172.0 ms ✓ KLU 1303.9 ms ✓ Blobs 2347.7 ms ✓ 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`. 103196.4 ms ✓ SuiteSparseGraphBLAS 4 dependencies successfully precompiled in 109 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 132.09s ################################################################################ # Testing # Testing SuiteSparseGraphBLAS Status `/tmp/jl_XFG2Pa/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_XFG2Pa/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.5+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.68.1+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.507901 seconds (862.99 k allocations: 51.763 MiB, 1.40% gc time, 98.91% compilation time: 69% of which was recompilation) Testing operatorutils.jl: 0.163508 seconds (104.78 k allocations: 5.839 MiB, 89.90% compilation time) Testing ops.jl: 1.458486 seconds (997.74 k allocations: 53.634 MiB, 93.66% compilation time) Testing abstractgbarray.jl: 11.751130 seconds (4.97 M allocations: 283.050 MiB, 3.79% gc time, 98.87% 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.InvalidObjectError Stacktrace: [1] (::SuiteSparseGraphBLAS.var"#gxbstring##0#gxbstring##1"{String, SuiteSparseGraphBLAS.LibGraphBLAS.GxB_Print_Level})(::String, f::IOStream) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/print.jl:24 [2] mktemp(fn::SuiteSparseGraphBLAS.var"#gxbstring##0#gxbstring##1"{String, SuiteSparseGraphBLAS.LibGraphBLAS.GxB_Print_Level}, parent::String) @ Base.Filesystem ./file.jl:907 [3] mktemp @ ./file.jl:905 [inlined] [4] gxbstring @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/print.jl:6 [inlined] [5] gxbprint(io::IOContext{IOBuffer}, x::GBVector{Int64, Int64}, name::String, level::SuiteSparseGraphBLAS.LibGraphBLAS.GxB_Print_Level) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/print.jl:2 ┌ [6] gxbprint │ @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/print.jl:2 [inlined] ╰──── repeated 2 times [8] show @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/abstractgbarray.jl:1029 [inlined] [9] show_unquoted @ ./show.jl:1544 [inlined] [10] show_unquoted(io::IOContext{IOBuffer}, ex::GBVector{Int64, Int64}, indent::Int64, prec::Int64, ::Int64) @ Base ./show.jl:1545 [11] show_list(io::IOContext{IOBuffer}, items::Vector{Any}, sep::String, indent::Int64, prec::Int64, quote_level::Int64, enclose_operators::Bool, kw::Bool) @ Base ./show.jl:1695 [12] show_list @ ./show.jl:1676 [inlined] [13] show_unquoted(io::IOContext{IOBuffer}, ex::Expr, indent::Int64, prec::Int64, quote_level::Int64) @ Base ./show.jl:2133 [14] show_unquoted @ ./show.jl:1919 [inlined] [15] print @ ./show.jl:1540 [inlined] [16] #sprint#430 @ ./strings/io.jl:107 [inlined] [17] sprint @ ./strings/io.jl:102 [inlined] [18] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:397 [19] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:2 [20] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [21] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:3 [inlined] [22] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [23] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:5 [inlined] [24] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [25] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:21 [inlined] [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [inlined] [27] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [28] IncludeInto @ ./Base.jl:325 [inlined] [29] macro expansion @ ./timing.jl:739 [inlined] [30] include_test(path::String) @ Main ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:14 [31] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:60 [32] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [33] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:64 [inlined] [34] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [35] top-level scope @ none:6 [36] eval(m::Module, e::Any) @ Core ./boot.jl:517 [37] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [38] _start() @ Base ./client.jl:585 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.InvalidObjectError Stacktrace: [1] (::SuiteSparseGraphBLAS.var"#gxbstring##0#gxbstring##1"{String, SuiteSparseGraphBLAS.LibGraphBLAS.GxB_Print_Level})(::String, f::IOStream) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/print.jl:24 [2] mktemp(fn::SuiteSparseGraphBLAS.var"#gxbstring##0#gxbstring##1"{String, SuiteSparseGraphBLAS.LibGraphBLAS.GxB_Print_Level}, parent::String) @ Base.Filesystem ./file.jl:907 [3] mktemp @ ./file.jl:905 [inlined] [4] gxbstring @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/print.jl:6 [inlined] [5] gxbprint(io::IOContext{IOBuffer}, x::GBVector{Int64, Int64}, name::String, level::SuiteSparseGraphBLAS.LibGraphBLAS.GxB_Print_Level) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/print.jl:2 ┌ [6] gxbprint │ @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/print.jl:2 [inlined] ╰──── repeated 2 times [8] show @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/abstractgbarray.jl:1029 [inlined] [9] show_unquoted @ ./show.jl:1544 [inlined] [10] show_unquoted(io::IOContext{IOBuffer}, ex::GBVector{Int64, Int64}, indent::Int64, prec::Int64, ::Int64) @ Base ./show.jl:1545 [11] show_list(io::IOContext{IOBuffer}, items::Vector{Any}, sep::String, indent::Int64, prec::Int64, quote_level::Int64, enclose_operators::Bool, kw::Bool) @ Base ./show.jl:1695 [12] show_list @ ./show.jl:1676 [inlined] [13] show_unquoted(io::IOContext{IOBuffer}, ex::Expr, indent::Int64, prec::Int64, quote_level::Int64) @ Base ./show.jl:2133 [14] show_unquoted @ ./show.jl:1919 [inlined] [15] print @ ./show.jl:1540 [inlined] [16] #sprint#430 @ ./strings/io.jl:107 [inlined] [17] sprint @ ./strings/io.jl:102 [inlined] [18] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:397 [19] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:2 [20] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [21] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:3 [inlined] [22] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [23] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:5 [inlined] [24] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [25] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:22 [inlined] [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:778 [inlined] [27] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [28] IncludeInto @ ./Base.jl:325 [inlined] [29] macro expansion @ ./timing.jl:739 [inlined] [30] include_test(path::String) @ Main ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:14 [31] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:60 [32] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [33] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:64 [inlined] [34] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [35] top-level scope @ none:6 [36] eval(m::Module, e::Any) @ Core ./boot.jl:517 [37] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [38] _start() @ Base ./client.jl:585 sparse: Test Failed at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:51 Expression: nnz(v) == nnz(x) Evaluated: 0 == 60 Stacktrace: [1] record(ts::Test.DefaultTestSet, t::Union{Test.Error, Test.Fail}; print_result::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1573 [2] record @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1565 [inlined] [3] do_test(result::Test.ExecutionResult, orig_expr::Any, context::Any) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:848 [4] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:2 [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [6] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:3 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [8] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:41 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [10] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:51 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [13] IncludeInto @ ./Base.jl:325 [inlined] [14] macro expansion @ ./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:2243 [inlined] [18] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:64 [inlined] [19] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [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:310 [23] _start() @ Base ./client.jl:585 sparse: Test Failed at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:54 Expression: vnz == xnz Evaluated: (UInt64[], UInt8[]) == ([18, 25, 42, 58, 61, 74, 78, 84, 120, 128 … 739, 744, 761, 812, 875, 916, 923, 928, 937, 952], UInt8[0xa8, 0x94, 0x99, 0xec, 0xd9, 0xc2, 0x4c, 0xf7, 0xf4, 0x5e … 0xed, 0x22, 0xbf, 0x1c, 0xc2, 0xf4, 0x3c, 0xc2, 0xe4, 0xe7]) Stacktrace: [1] record(ts::Test.DefaultTestSet, t::Union{Test.Error, Test.Fail}; print_result::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1573 [2] record @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1565 [inlined] [3] do_test(result::Test.ExecutionResult, orig_expr::Any, context::Any) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:848 [4] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:2 [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [6] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:3 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [8] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:41 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined] [10] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:54 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [13] IncludeInto @ ./Base.jl:325 [inlined] [14] macro expansion @ ./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:2243 [inlined] [18] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:64 [inlined] [19] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:324 [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:310 [23] _start() @ Base ./client.jl:585 40.002724 seconds (13.80 M allocations: 807.456 MiB, 0.71% gc time, 98.23% compilation time: <1% of which was recompilation) Testing types.jl: 5.011935 seconds (1.68 M allocations: 98.750 MiB, 1.34% gc time, 98.84% compilation time: 57% of which was recompilation) Testing issues.jl: 11.518297 seconds (6.04 M allocations: 342.309 MiB, 0.75% gc time, 98.61% compilation time: <1% of which was recompilation) Testing operations/ewise.jl: 0.703019 seconds (358.88 k allocations: 20.193 MiB, 97.37% compilation time: <1% of which was recompilation) Testing operations/extract.jl: 0.472179 seconds (166.03 k allocations: 9.236 MiB, 13.24% gc time, 97.86% compilation time) Testing operations/kron.jl: 5.304301 seconds (1.93 M allocations: 111.991 MiB, 99.60% compilation time: <1% of which was recompilation) Testing operations/map.jl: 3.180298 seconds (1.01 M allocations: 56.786 MiB, 10.51% gc time, 99.19% compilation time: <1% of which was recompilation) Testing operations/mul.jl: 5.421257 seconds (2.13 M allocations: 121.226 MiB, 99.37% compilation time: <1% of which was recompilation) Testing operations/reduce.jl: 3.123452 seconds (1.53 M allocations: 84.438 MiB, 2.29% gc time, 97.46% compilation time: <1% of which was recompilation) Testing operations/select.jl: 0.607241 seconds (425.93 k allocations: 23.598 MiB, 97.79% compilation time) Testing operations/transpose.jl: 0.304784 seconds (141.87 k allocations: 7.947 MiB, 95.57% compilation time: <1% of which was recompilation) Testing operations/broadcasting.jl: 16.163045 seconds (8.82 M allocations: 514.652 MiB, 0.97% gc time, 99.37% compilation time: <1% of which was recompilation) Testing operations/concat.jl: 6.241822 seconds (2.93 M allocations: 170.258 MiB, 0.71% gc time, 99.63% compilation time: <1% of which was recompilation) Testing operations/operationutils.jl: 0.402173 seconds (147.94 k allocations: 7.475 MiB, 84.90% compilation time: 1% of which was recompilation) Testing chainrules/chainrulesutils.jl: [25] signal 11 (1): Segmentation fault in expression starting at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/chainrulesutils.jl:32 GB_subref_phase0._omp_fn.2 at /home/pkgeval/.julia/artifacts/a33866be56fc0e030a8bafa311ef2e6a1facf9f9/lib/libgraphblas.so (unknown line) GOMP_parallel at /workspace/srcdir/gcc-14.2.0/libgomp/parallel.c:178 GB_subref_phase0 at /home/pkgeval/.julia/artifacts/a33866be56fc0e030a8bafa311ef2e6a1facf9f9/lib/libgraphblas.so (unknown line) GB_subref at /home/pkgeval/.julia/artifacts/a33866be56fc0e030a8bafa311ef2e6a1facf9f9/lib/libgraphblas.so (unknown line) GB_subassign_symbolic at /home/pkgeval/.julia/artifacts/a33866be56fc0e030a8bafa311ef2e6a1facf9f9/lib/libgraphblas.so (unknown line) GB_subassign_03 at /home/pkgeval/.julia/artifacts/a33866be56fc0e030a8bafa311ef2e6a1facf9f9/lib/libgraphblas.so (unknown line) GB_subassigner at /home/pkgeval/.julia/artifacts/a33866be56fc0e030a8bafa311ef2e6a1facf9f9/lib/libgraphblas.so (unknown line) GB_subassign at /home/pkgeval/.julia/artifacts/a33866be56fc0e030a8bafa311ef2e6a1facf9f9/lib/libgraphblas.so (unknown line) GB_subassign_scalar at /home/pkgeval/.julia/artifacts/a33866be56fc0e030a8bafa311ef2e6a1facf9f9/lib/libgraphblas.so (unknown line) GxB_Matrix_subassign_FP64 at /home/pkgeval/.julia/artifacts/a33866be56fc0e030a8bafa311ef2e6a1facf9f9/lib/libgraphblas.so (unknown line) GxB_Matrix_subassign_FP64 at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/lib/LibGraphBLAS_gen.jl:5719 [inlined] _subassign at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/abstractgbarray.jl:514 unknown function (ip: 0x7c4d3add02ef) at (unknown file) _jl_invoke at /source/src/gf.c:4113 [inlined] ijl_apply_generic at /source/src/gf.c:4339 #subassign!#269 at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/abstractgbarray.jl:629 subassign! at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/abstractgbarray.jl:617 [inlined] #subassign!#297 at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/abstractgbarray.jl:994 [inlined] subassign! at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/abstractgbarray.jl:993 [inlined] #setindex!#300 at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/abstractgbarray.jl:1017 [inlined] setindex! at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/abstractgbarray.jl:1013 [inlined] copyto! at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/operations/broadcasts.jl:277 [inlined] materialize! at ./broadcast.jl:908 [inlined] materialize! at ./broadcast.jl:905 [inlined] #unsafeunpack!#416 at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/unpack.jl:394 unsafeunpack! at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/unpack.jl:387 [inlined] Array at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/abstractgbarray.jl:207 to_vec at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/chainrulesutils.jl:12 [inlined] #test_to_vec#25 at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/chainrulesutils.jl:23 test_to_vec at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/chainrulesutils.jl:22 unknown function (ip: 0x7c4d3adce4d2) at (unknown file) _jl_invoke at /source/src/gf.c:4113 [inlined] ijl_apply_generic at /source/src/gf.c:4339 jl_apply at /source/src/julia.h:2300 [inlined] do_call at /source/src/interpreter.c:123 eval_value at /source/src/interpreter.c:243 eval_stmt_value at /source/src/interpreter.c:194 [inlined] eval_body at /source/src/interpreter.c:693 eval_body at /source/src/interpreter.c:550 eval_body at /source/src/interpreter.c:558 eval_body at /source/src/interpreter.c:558 eval_body at /source/src/interpreter.c:558 jl_interpret_toplevel_thunk at /source/src/interpreter.c:884 ijl_eval_thunk at /source/src/toplevel.c:768 jl_toplevel_eval_flex at /source/src/toplevel.c:712 jl_eval_toplevel_stmts at /source/src/toplevel.c:602 jl_toplevel_eval_flex at /source/src/toplevel.c:684 ijl_toplevel_eval at /source/src/toplevel.c:782 ijl_toplevel_eval_in at /source/src/toplevel.c:827 eval at ./boot.jl:517 include_string at ./loading.jl:3136 _jl_invoke at /source/src/gf.c:4113 [inlined] ijl_apply_generic at /source/src/gf.c:4339 _include at ./loading.jl:3196 include at ./Base.jl:324 IncludeInto at ./Base.jl:325 [inlined] macro expansion at ./timing.jl:739 [inlined] include_test at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:14 unknown function (ip: 0x7c4d7f716312) at (unknown file) _jl_invoke at /source/src/gf.c:4113 [inlined] ijl_apply_generic at /source/src/gf.c:4339 jl_apply at /source/src/julia.h:2300 [inlined] do_call at /source/src/interpreter.c:123 eval_value at /source/src/interpreter.c:243 eval_stmt_value at /source/src/interpreter.c:194 [inlined] eval_body at /source/src/interpreter.c:693 eval_body at /source/src/interpreter.c:550 eval_body at /source/src/interpreter.c:558 eval_body at /source/src/interpreter.c:558 eval_body at /source/src/interpreter.c:558 jl_interpret_toplevel_thunk at /source/src/interpreter.c:884 ijl_eval_thunk at /source/src/toplevel.c:768 jl_toplevel_eval_flex at /source/src/toplevel.c:712 jl_eval_toplevel_stmts at /source/src/toplevel.c:602 jl_toplevel_eval_flex at /source/src/toplevel.c:684 ijl_toplevel_eval at /source/src/toplevel.c:782 ijl_toplevel_eval_in at /source/src/toplevel.c:827 eval at ./boot.jl:517 include_string at ./loading.jl:3136 _jl_invoke at /source/src/gf.c:4113 [inlined] ijl_apply_generic at /source/src/gf.c:4339 _include at ./loading.jl:3196 include at ./Base.jl:324 IncludeInto at ./Base.jl:325 jfptr_IncludeInto_1.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4113 [inlined] ijl_apply_generic at /source/src/gf.c:4339 jl_apply at /source/src/julia.h:2300 [inlined] do_call at /source/src/interpreter.c:123 eval_value at /source/src/interpreter.c:243 eval_stmt_value at /source/src/interpreter.c:194 [inlined] eval_body at /source/src/interpreter.c:693 jl_interpret_toplevel_thunk at /source/src/interpreter.c:884 ijl_eval_thunk at /source/src/toplevel.c:768 jl_toplevel_eval_flex at /source/src/toplevel.c:712 jl_eval_toplevel_stmts at /source/src/toplevel.c:602 jl_toplevel_eval_flex at /source/src/toplevel.c:684 ijl_toplevel_eval at /source/src/toplevel.c:782 ijl_toplevel_eval_in at /source/src/toplevel.c:827 eval at ./boot.jl:517 exec_options at ./client.jl:310 _start at ./client.jl:585 jfptr__start_0.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4113 [inlined] ijl_apply_generic at /source/src/gf.c:4339 jl_apply at /source/src/julia.h:2300 [inlined] true_main at /source/src/jlapi.c:971 jl_repl_entrypoint at /source/src/jlapi.c:1138 main at /source/cli/loader_exe.c:58 unknown function (ip: 0x7c4d99c9f249) at /lib/x86_64-linux-gnu/libc.so.6 __libc_start_main at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) unknown function (ip: 0x4010b8) at /workspace/srcdir/glibc-2.17/csu/../sysdeps/x86_64/start.S Allocations: 52013203 (Pool: 52012697; Big: 506); GC: 23 Testing failed after 133.44s ERROR: LoadError: Package SuiteSparseGraphBLAS errored during testing (received signal: 11) 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:3160 [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:323 [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [14] _start() @ Base ./client.jl:585 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval crashed after 305.63s: a segmentation fault happened