Package evaluation to test SuiteSparseGraphBLAS on Julia 1.14.0-DEV.2275 (3ea3bac2a3*) started at 2026-06-02T19:22:17.883 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.72s ################################################################################ # 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.8.0 ⌅ [ef3ab10e] + KLU v0.4.1 [2ab3a3ac] + LogExpFunctions v1.0.0 [1914dd2f] + MacroTools v0.5.16 [21216c6a] + Preferences v1.5.2 [276daf66] + SpecialFunctions v2.8.0 [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.14.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.13.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.5.2+0 [deac9b47] + LibCURL_jll v8.20.0+1 [e37daf67] + LibGit2_jll v1.9.4+0 [29816b5a] + LibSSH2_jll v1.11.101+0 [14a3606d] + MozillaCACerts_jll v2026.5.14 [4536629a] + OpenBLAS_jll v0.3.33+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.63s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 2.5 s ✓ KLU 0.9 s ✓ Blobs 1.9 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`. 108.4 s ✓ SuiteSparseGraphBLAS 4 dependencies successfully precompiled in 114 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 137.84s ################################################################################ # Testing # Testing SuiteSparseGraphBLAS Status `/tmp/jl_8fKIr6/Project.toml` [d360d2e6] ChainRulesCore v1.26.1 [cdddcdb0] ChainRulesTestUtils v1.13.1 [26cc04aa] FiniteDifferences v0.12.34 ⌅ [ef3ab10e] KLU v0.4.1 [c2e53296] SuiteSparseGraphBLAS v0.11.0 [37e2e46d] LinearAlgebra v1.14.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_8fKIr6/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.34 [92d709cd] IrrationalConstants v0.2.6 [692b3bcd] JLLWrappers v1.8.0 ⌅ [ef3ab10e] KLU v0.4.1 [2ab3a3ac] LogExpFunctions v1.0.0 [1914dd2f] MacroTools v0.5.16 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [708f8203] Richardson v1.4.2 [276daf66] SpecialFunctions v2.8.0 [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.14.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.13.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.5.2+0 [deac9b47] LibCURL_jll v8.20.0+1 [e37daf67] LibGit2_jll v1.9.4+0 [29816b5a] LibSSH2_jll v1.11.101+0 [14a3606d] MozillaCACerts_jll v2026.5.14 [4536629a] OpenBLAS_jll v0.3.33+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/Nxtkn/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.833709 seconds (848.17 k allocations: 50.892 MiB, 2.25% gc time, 98.98% compilation time: 71% of which was recompilation) Testing operatorutils.jl: 0.178622 seconds (104.75 k allocations: 5.814 MiB, 90.21% compilation time) Testing ops.jl: 1.603361 seconds (993.72 k allocations: 53.242 MiB, 93.92% compilation time) Testing abstractgbarray.jl: 11.268719 seconds (4.93 M allocations: 280.612 MiB, 1.82% gc time, 98.30% 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:914 [3] mktemp(fn::SuiteSparseGraphBLAS.var"#gxbstring##0#gxbstring##1"{String, SuiteSparseGraphBLAS.LibGraphBLAS.GxB_Print_Level}) @ Base.Filesystem file.jl:912 [inlined] [4] gxbstring(x::GBVector{Int64, Int64}, name::String, level::SuiteSparseGraphBLAS.LibGraphBLAS.GxB_Print_Level) @ SuiteSparseGraphBLAS ~/.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] show(io::IOContext{IOBuffer}, A::GBVector{Int64, Int64}) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/abstractgbarray.jl:1029 [inlined] [7] show_unquoted(io::IOContext{IOBuffer}, ex::GBVector{Int64, Int64}, ::Int64, ::Int64) @ Base show.jl:1581 [inlined] [8] show_unquoted(io::IOContext{IOBuffer}, ex::GBVector{Int64, Int64}, indent::Int64, prec::Int64, ::Int64) @ Base show.jl:1582 [9] 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:1732 [10] checkbounds(A::Vector{Any}, I::Int64) @ Base essentials.jl:391 [inlined] [11] getindex(A::Vector{Any}, i::Int64) @ Base essentials.jl:1039 [inlined] [12] show_unquoted(io::IOContext{IOBuffer}, ex::Expr, indent::Int64, prec::Int64, quote_level::Int64) @ Base show.jl:2175 [13] show_unquoted(io::IOContext{IOBuffer}, ex::Expr, indent::Int64, prec::Int64) @ Base show.jl:1956 [inlined] [14] print(io::IOContext{IOBuffer}, ex::Expr) @ Base show.jl:1577 [inlined] [15] sprint(f::typeof(print), args::Expr; context::Pair{Symbol, Bool}, sizehint::Int64) @ Base strings/io.jl:107 [inlined] [16] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:400 [17] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:2 [18] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [19] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:3 [inlined] [20] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [21] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:5 [inlined] [22] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [23] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:21 [inlined] [24] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] [25] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [26] macro expansion @ timing.jl:741 [inlined] [27] include_test(path::String) @ Main ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:14 [28] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:60 [29] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [30] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:64 [inlined] [31] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [32] top-level scope @ none:6 [33] eval(m::Module, e::Any) @ Core boot.jl:517 [34] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [35] _start() @ Base client.jl:596 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:914 [3] mktemp(fn::SuiteSparseGraphBLAS.var"#gxbstring##0#gxbstring##1"{String, SuiteSparseGraphBLAS.LibGraphBLAS.GxB_Print_Level}) @ Base.Filesystem file.jl:912 [inlined] [4] gxbstring(x::GBVector{Int64, Int64}, name::String, level::SuiteSparseGraphBLAS.LibGraphBLAS.GxB_Print_Level) @ SuiteSparseGraphBLAS ~/.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] show(io::IOContext{IOBuffer}, A::GBVector{Int64, Int64}) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/abstractgbarray.jl:1029 [inlined] [7] show_unquoted(io::IOContext{IOBuffer}, ex::GBVector{Int64, Int64}, ::Int64, ::Int64) @ Base show.jl:1581 [inlined] [8] show_unquoted(io::IOContext{IOBuffer}, ex::GBVector{Int64, Int64}, indent::Int64, prec::Int64, ::Int64) @ Base show.jl:1582 [9] 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:1732 [10] checkbounds(A::Vector{Any}, I::Int64) @ Base essentials.jl:391 [inlined] [11] getindex(A::Vector{Any}, i::Int64) @ Base essentials.jl:1039 [inlined] [12] show_unquoted(io::IOContext{IOBuffer}, ex::Expr, indent::Int64, prec::Int64, quote_level::Int64) @ Base show.jl:2175 [13] show_unquoted(io::IOContext{IOBuffer}, ex::Expr, indent::Int64, prec::Int64) @ Base show.jl:1956 [inlined] [14] print(io::IOContext{IOBuffer}, ex::Expr) @ Base show.jl:1577 [inlined] [15] sprint(f::typeof(print), args::Expr; context::Pair{Symbol, Bool}, sizehint::Int64) @ Base strings/io.jl:107 [inlined] [16] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:400 [17] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:2 [18] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [19] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:3 [inlined] [20] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [21] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:5 [inlined] [22] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [23] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:22 [inlined] [24] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] [25] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [26] macro expansion @ timing.jl:741 [inlined] [27] include_test(path::String) @ Main ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:14 [28] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:60 [29] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [30] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:64 [inlined] [31] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [32] top-level scope @ none:6 [33] eval(m::Module, e::Any) @ Core boot.jl:517 [34] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [35] _start() @ Base client.jl:596 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:1576 [2] record(ts::Test.DefaultTestSet, t::Test.Fail) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1568 [inlined] [3] do_test(result::Test.ExecutionResult, orig_expr::Any, context::Any) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:851 [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:2246 [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:2246 [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:2246 [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:784 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [13] macro expansion @ timing.jl:741 [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.14/Test/src/Test.jl:2246 [inlined] [17] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:64 [inlined] [18] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [19] top-level scope @ none:6 [20] eval(m::Module, e::Any) @ Core boot.jl:517 [21] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [22] _start() @ Base client.jl:596 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:1576 [2] record(ts::Test.DefaultTestSet, t::Test.Fail) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1568 [inlined] [3] do_test(result::Test.ExecutionResult, orig_expr::Any, context::Any) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:851 [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:2246 [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:2246 [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:2246 [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:784 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [13] macro expansion @ timing.jl:741 [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.14/Test/src/Test.jl:2246 [inlined] [17] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:64 [inlined] [18] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [19] top-level scope @ none:6 [20] eval(m::Module, e::Any) @ Core boot.jl:517 [21] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [22] _start() @ Base client.jl:596 35.466599 seconds (13.80 M allocations: 806.752 MiB, 0.76% gc time, 97.72% compilation time: <1% of which was recompilation) Testing types.jl: 4.160608 seconds (1.29 M allocations: 73.693 MiB, 1.32% gc time, 98.67% compilation time: 52% of which was recompilation) Testing issues.jl: 10.359647 seconds (6.09 M allocations: 345.939 MiB, 1.18% gc time, 98.65% compilation time: <1% of which was recompilation) Testing operations/ewise.jl: 0.606690 seconds (359.16 k allocations: 20.061 MiB, 97.08% compilation time: <1% of which was recompilation) Testing operations/extract.jl: 0.312410 seconds (157.41 k allocations: 8.749 MiB, 97.20% compilation time) Testing operations/kron.jl: 4.713410 seconds (1.92 M allocations: 110.875 MiB, 0.76% gc time, 99.56% compilation time: <1% of which was recompilation) Testing operations/map.jl: 2.543024 seconds (1.02 M allocations: 56.934 MiB, 98.97% compilation time) Testing operations/mul.jl: 4.672073 seconds (2.14 M allocations: 121.549 MiB, 1.63% gc time, 99.26% compilation time: <1% of which was recompilation) Testing operations/reduce.jl: 2.580930 seconds (1.53 M allocations: 83.908 MiB, 1.43% gc time, 97.27% compilation time: <1% of which was recompilation) Testing operations/select.jl: 0.556527 seconds (851.74 k allocations: 49.651 MiB, 97.79% compilation time) Testing operations/transpose.jl: 0.253355 seconds (141.73 k allocations: 7.906 MiB, 94.97% compilation time: <1% of which was recompilation) Testing operations/broadcasting.jl: 15.506894 seconds (8.98 M allocations: 527.399 MiB, 1.78% gc time, 99.41% compilation time: <1% of which was recompilation) Testing operations/concat.jl: 5.481687 seconds (3.03 M allocations: 176.607 MiB, 0.84% gc time, 99.64% compilation time: <1% of which was recompilation) Testing operations/operationutils.jl: 0.340512 seconds (147.14 k allocations: 7.435 MiB, 85.37% compilation time) 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-15.2.0/libgomp/parallel.c:178:3 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:0 [inlined] _subassign at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/abstractgbarray.jl:514:0 (pc: 34) unknown function (ip: 0x7269cbd5fcff) at (unknown file) _jl_invoke at /source/src/gf.c:4129:23 [inlined] ijl_apply_generic at /source/src/gf.c:4355:12 #subassign!#272 at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/abstractgbarray.jl:629:0 (pc: 213) subassign! at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/abstractgbarray.jl:617:0 [inlined] #subassign!#300 at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/abstractgbarray.jl:994:0 [inlined] subassign! at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/abstractgbarray.jl:993:0 [inlined] #setindex!#303 at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/abstractgbarray.jl:1017:0 [inlined] setindex! at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/abstractgbarray.jl:1013:0 [inlined] copyto! at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/operations/broadcasts.jl:277:0 [inlined] materialize! at ./broadcast.jl:911:0 [inlined] materialize! at ./broadcast.jl:907:0 [inlined] #unsafeunpack!#419 at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/unpack.jl:394:0 (pc: 101) unsafeunpack! at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/unpack.jl:387:0 [inlined] Array at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/abstractgbarray.jl:207:0 (pc: 107) to_vec at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/chainrulesutils.jl:12:0 [inlined] #test_to_vec#25 at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/chainrulesutils.jl:23:0 (pc: 4) test_to_vec at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/chainrulesutils.jl:22:0 (pc: 1) unknown function (ip: 0x7269cbd5dee2) at (unknown file) _jl_invoke at /source/src/gf.c:4129:23 [inlined] ijl_apply_generic at /source/src/gf.c:4355:12 jl_apply at /source/src/julia.h:2376:12 [inlined] do_call at /source/src/interpreter.c:123:26 eval_value at /source/src/interpreter.c:243:16 eval_stmt_value at /source/src/interpreter.c:194:23 [inlined] eval_body at /source/src/interpreter.c:706:13 eval_body at /source/src/interpreter.c:563:21 eval_body at /source/src/interpreter.c:571:21 eval_body at /source/src/interpreter.c:571:21 eval_body at /source/src/interpreter.c:571:21 jl_interpret_toplevel_thunk at /source/src/interpreter.c:897:21 ijl_eval_thunk at /source/src/toplevel.c:768:18 jl_toplevel_eval_flex at /source/src/toplevel.c:712:26 jl_eval_toplevel_stmts at /source/src/toplevel.c:602:15 jl_toplevel_eval_flex at /source/src/toplevel.c:684:27 ijl_toplevel_eval at /source/src/toplevel.c:782:12 ijl_toplevel_eval_in at /source/src/toplevel.c:827:13 eval at ./boot.jl:517:0 (pc: 1) include_string at ./loading.jl:3132:0 (pc: 207) _jl_invoke at /source/src/gf.c:4129:23 [inlined] ijl_apply_generic at /source/src/gf.c:4355:12 _include at ./loading.jl:3192:0 (pc: 122) include at ./Base.jl:327:0 (pc: 1) IncludeInto at ./Base.jl:328:0 [inlined] macro expansion at ./timing.jl:741:0 [inlined] include_test at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:14:0 (pc: 12) unknown function (ip: 0x726a09119c82) at (unknown file) _jl_invoke at /source/src/gf.c:4129:23 [inlined] ijl_apply_generic at /source/src/gf.c:4355:12 jl_apply at /source/src/julia.h:2376:12 [inlined] do_call at /source/src/interpreter.c:123:26 eval_value at /source/src/interpreter.c:243:16 eval_stmt_value at /source/src/interpreter.c:194:23 [inlined] eval_body at /source/src/interpreter.c:706:13 eval_body at /source/src/interpreter.c:563:21 eval_body at /source/src/interpreter.c:571:21 eval_body at /source/src/interpreter.c:571:21 eval_body at /source/src/interpreter.c:571:21 jl_interpret_toplevel_thunk at /source/src/interpreter.c:897:21 ijl_eval_thunk at /source/src/toplevel.c:768:18 jl_toplevel_eval_flex at /source/src/toplevel.c:712:26 jl_eval_toplevel_stmts at /source/src/toplevel.c:602:15 jl_toplevel_eval_flex at /source/src/toplevel.c:684:27 ijl_toplevel_eval at /source/src/toplevel.c:782:12 ijl_toplevel_eval_in at /source/src/toplevel.c:827:13 eval at ./boot.jl:517:0 (pc: 1) include_string at ./loading.jl:3132:0 (pc: 207) _jl_invoke at /source/src/gf.c:4129:23 [inlined] ijl_apply_generic at /source/src/gf.c:4355:12 _include at ./loading.jl:3192:0 (pc: 122) include at ./Base.jl:327:0 (pc: 1) IncludeInto at ./Base.jl:328:0 (pc: 2) jfptr_IncludeInto_1.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4129:23 [inlined] ijl_apply_generic at /source/src/gf.c:4355:12 jl_apply at /source/src/julia.h:2376:12 [inlined] do_call at /source/src/interpreter.c:123:26 eval_value at /source/src/interpreter.c:243:16 eval_stmt_value at /source/src/interpreter.c:194:23 [inlined] eval_body at /source/src/interpreter.c:706:13 jl_interpret_toplevel_thunk at /source/src/interpreter.c:897:21 ijl_eval_thunk at /source/src/toplevel.c:768:18 jl_toplevel_eval_flex at /source/src/toplevel.c:712:26 jl_eval_toplevel_stmts at /source/src/toplevel.c:602:15 jl_toplevel_eval_flex at /source/src/toplevel.c:684:27 ijl_toplevel_eval at /source/src/toplevel.c:782:12 ijl_toplevel_eval_in at /source/src/toplevel.c:827:13 eval at ./boot.jl:517:0 (pc: 1) exec_options at ./client.jl:321:0 (pc: 425) _start at ./client.jl:596:0 (pc: 294) jfptr__start_0.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4129:23 [inlined] ijl_apply_generic at /source/src/gf.c:4355:12 jl_apply at /source/src/julia.h:2376:12 [inlined] true_main at /source/src/jlapi.c:971:29 jl_repl_entrypoint at /source/src/jlapi.c:1138:15 main at /source/cli/loader_exe.c:58:15 unknown function (ip: 0x726a25a61249) 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: 53437056 (Pool: 53436524; Big: 532); GC: 26 Testing failed after 124.02s 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:3247 [3] 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:587 [4] 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 [5] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [6] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [7] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [8] include(mod::Module, _path::String) @ Base Base.jl:326 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [10] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval crashed after 307.23s: a segmentation fault happened ################################################################################ # Bug reporting # The package crashed during testing (reason=segfault), but PkgEval was unable to reproduce the crash under rr (status=crash, reason=abort). For debugging, here is the tail end of the rr log: > [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.14.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.13.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.5.2+0 > [deac9b47] LibCURL_jll v8.20.0+1 > [e37daf67] LibGit2_jll v1.9.4+0 > [29816b5a] LibSSH2_jll v1.11.101+0 > [14a3606d] MozillaCACerts_jll v2026.5.14 > [4536629a] OpenBLAS_jll v0.3.33+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... > Activating project at `~/.julia/environments/pkgeval` > Activating project at `/tmp/jl_haRNcy` > Switching execution to under rr > [FATAL src/Task.cc:3848:spawn() errno: EPERM] PTRACE_SEIZE failed for tid 27; child probably died before reaching SIGSTOP > Child's message: > === Start rr backtrace: > /home/pkgeval/.julia/artifacts/c73480318b081035ff316b4c4cc797feb1dcd626/bin/rr[0x556001] > /home/pkgeval/.julia/artifacts/c73480318b081035ff316b4c4cc797feb1dcd626/bin/rr[0x695feb] > /home/pkgeval/.julia/artifacts/c73480318b081035ff316b4c4cc797feb1dcd626/bin/rr(_ZN2rr4Task5spawnERNS_7SessionERNS_8ScopedFdEPS3_S5_PiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorISC_SaISC_EESJ_i+0xbf0)[0x64f170] > /home/pkgeval/.julia/artifacts/c73480318b081035ff316b4c4cc797feb1dcd626/bin/rr(_ZN2rr13RecordSessionC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIS6_SaIS6_EESD_RKNS_20DisableCPUIDFeaturesENS0_16SyscallBufferingEiNS_7BindCPUES8_PKNS_9TraceUuidEbbbb+0x317)[0x58b4b7] > /home/pkgeval/.julia/artifacts/c73480318b081035ff316b4c4cc797feb1dcd626/bin/rr(_ZN2rr13RecordSession6createERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EESB_RKNS_20DisableCPUIDFeaturesENS0_16SyscallBufferingEhNS_7BindCPUERKS7_PKNS_9TraceUuidEbbbbbb+0xc1e)[0x58c98e] > /home/pkgeval/.julia/artifacts/c73480318b081035ff316b4c4cc797feb1dcd626/bin/rr(_ZN2rr13RecordCommand3runERSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EE+0x66f)[0x57eb7f] > /home/pkgeval/.julia/artifacts/c73480318b081035ff316b4c4cc797feb1dcd626/bin/rr(main+0x181)[0x4d5e61] > /lib/x86_64-linux-gnu/libc.so.6(+0x2724a)[0x722fd4eba24a] > /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85)[0x722fd4eba305] > /home/pkgeval/.julia/artifacts/c73480318b081035ff316b4c4cc797feb1dcd626/bin/rr[0x4d8955] > === End rr backtrace > > Testing failed after 19.26s > > ERROR: LoadError: Package SuiteSparseGraphBLAS errored during testing (received signal: 6) > 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:3247 > [3] 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:587 > [4] 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 > [5] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) > @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 > [6] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) > @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] > [7] top-level scope > @ /PkgEval.jl/scripts/evaluate.jl:221 > [8] include(mod::Module, _path::String) > @ Base Base.jl:326 > [9] exec_options(opts::Base.JLOptions) > @ Base client.jl:355 > [10] _start() > @ Base client.jl:596 > in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 > > PkgEval crashed after 97.5s: the process was aborted > > > ################################################################################ > # Bug reporting > # > > Finalizing trace... > > BugReporting completed after 26.62s > Uploaded rr trace to https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/rr/SuiteSparseGraphBLAS-1780414298.tar.zst