Package evaluation to test UnROOT on Julia 1.14.0-DEV.2309 (6e1a27e459*) started at 2026-06-06T20:52:08.467 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 16.45s ################################################################################ # Installation # Installing UnROOT... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [3cd96dde] + UnROOT v0.11.9 Updating `~/.julia/environments/v1.14/Manifest.toml` [1520ce14] + AbstractTrees v0.4.5 [7d9f7c33] + Accessors v0.1.44 [66dad0bd] + AliasTables v1.1.3 [65a8f2f4] + ArraysOfArrays v0.6.6 [000d9b38] + BayesHistogram v1.0.7 [c3b6d118] + BitIntegers v0.3.7 [49dc2e85] + Calculus v0.5.2 [5ba52731] + CodecLz4 v0.4.6 [ba30903b] + CodecXz v0.7.4 [6b39b394] + CodecZstd v0.8.7 [a33af91c] + CompositionsBase v0.1.2 [187b0558] + ConstructionBase v1.6.0 [a8cc5b0e] + Crayons v4.1.1 [9a962f9c] + DataAPI v1.16.0 [864edb3b] + DataStructures v0.19.5 [e2d170a0] + DataValueInterfaces v1.0.0 [ffbed154] + DocStringExtensions v0.9.5 [68837c9b] + FHist v0.11.19 [3587e190] + InverseFunctions v0.1.17 [92d709cd] + IrrationalConstants v0.2.6 [c8e1da08] + IterTools v1.10.0 [82899510] + IteratorInterfaceExtensions v1.0.0 [692b3bcd] + JLLWrappers v1.8.0 [8ac3fa9e] + LRUCache v1.6.2 [b964fa9f] + LaTeXStrings v1.4.0 [9255714d] + LibDeflate v0.4.3 [2ab3a3ac] + LogExpFunctions v1.0.1 [3f54b04b] + LorentzVectors v0.4.3 [1914dd2f] + MacroTools v0.5.16 [eff96d63] + Measurements v2.14.1 [e1d29d7a] + Missings v1.2.0 ⌅ [bac558e1] + OrderedCollections v1.8.2 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [08abe8d2] + PrettyTables v3.3.2 [43287f4e] + PtrArrays v1.4.0 [189a3867] + Reexport v1.2.2 [91c51154] + SentinelArrays v1.4.10 [a2af1166] + SortingAlgorithms v1.2.2 [90137ffa] + StaticArrays v1.9.18 [1e83bf80] + StaticArraysCore v1.4.4 [10745b16] + Statistics v1.11.1 [82ae8749] + StatsAPI v1.8.0 [2913bbd2] + StatsBase v0.34.11 [892a3eda] + StringManipulation v0.4.4 [09ab397b] + StructArrays v0.7.3 [3783bdb8] + TableTraits v1.0.1 [bd369af6] + Tables v1.12.1 [3bb67fe8] + TranscodingStreams v0.11.3 [3cd96dde] + UnROOT v0.11.9 [e5d8e439] + XXHashNative v1.1.0 [5ced341a] + Lz4_jll v1.10.1+0 [ffd25f8a] + XZ_jll v5.8.3+0 [46979653] + libdeflate_jll v1.25.0+0 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [7b1f6079] + FileWatching v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.13.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.14.0 [d6f4376e] + Markdown v1.11.0 [a63ad114] + Mmap v1.11.0 [de0858da] + Printf v1.11.0 [3fa0cd96] + REPL v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [9e88b42a] + Serialization v1.11.0 [6462fe0b] + Sockets v1.11.0 [2f01184e] + SparseArrays v1.13.0 [f489334b] + StyledStrings v1.13.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.2+0 [4536629a] + OpenBLAS_jll v0.3.33+0 [bea87d4a] + SuiteSparse_jll v7.10.1+0 [3161d3a3] + Zstd_jll v1.5.7+1 [8e850b90] + libblastrampoline_jll v5.15.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 5.67s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 45.5 s ✓ FHist ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/Mocking/eug7a/src/Mocking.jl:55 =# Core.@doc " Mocking.nullify() -> Nothing\n\nForce any packages loaded after this point to treat the `@mock` macro as a no-op. Doing so\nwill maximize performance by eliminating any runtime checks taking place at the `@mock` call\nsites but will break any tests that require patches to be applied.\n\nNote to ensure that all `@mock` macros are inoperative be sure to call this function before\nloading any packages which depend on Mocking.jl.\n" function nullify() │ #= /home/pkgeval/.julia/packages/Mocking/eug7a/src/Mocking.jl:65 =# │ #= /home/pkgeval/.julia/packages/Mocking/eug7a/src/Mocking.jl:66 =# │ global NULLIFIED[] = true │ #= /home/pkgeval/.julia/packages/Mocking/eug7a/src/Mocking.jl:67 =# │ return nothing │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [macrocall] │ │ @doc :: Identifier │ mod │ :(#= /home/pkgeval/.julia/packages/Mocking/eug7a/src/Mocking.jl:55 =#) :: Value │ │ " Mocking.nullify() -> Nothing\n\nForce any packages loaded after this point to treat the `@mock` macro as a no-op. Doing so\nwill maximize performance by eliminating any runtime checks taking place at the `@mock` call\nsites but will break any tests that require patches to be applied.\n\nNote to ensure that all `@mock` macros are inoperative be sure to call this function before\nloading any packages which depend on Mocking.jl.\n" :: Value │ │ [function] │ │ [call] │ │ nullify :: Identifier │ │ [block] │ │ [global] │ │ [=] │ │ [ref] │ │ NULLIFIED :: Identifier │ │ true :: Value │ │ [return] │ │ nothing :: Identifier │ │ │ st1 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source │ [block] │ │ [=] │ │ val :: Identifier │ scope_layer=3 │ [function] │ │ [call] │ │ nullify :: Identifier │ scope_layer=1 │ [block] │ │ [global] │ │ [=] │ │ [ref] │ │ NULLIFIED :: Identifier │ scope_layer=1 │ true :: Value │ macro_source=15 │ [return] │ │ nothing :: Identifier │ scope_layer=1 │ [call] │ │ Base.Docs.doc! :: Value │ macro_source=15 │ Mocking :: Value │ macro_source=15 │ [call] │ │ Base.Docs.Binding :: Value │ macro_source=15 │ Mocking :: Value │ │ [inert] │ jl_source=L65 │ nullify :: Identifier │ │ [call] │ macro_source=15 │ Base.Docs.docstr :: Value │ macro_source=15 │ [call] │ macro_source=15 │ Core.svec :: Value │ macro_source=15 │ " Mocking.nullify() -> Nothing\n\nForce any packages loaded after this point to treat the `@mock` macro as a no-op. Doing so\nwill maximize performance by eliminating any runtime checks taking place at the `@mock` call\nsites but will break any tests that require patches to be applied.\n\nNote to ensure that all `@mock` macros are inoperative be sure to call this function before\nloading any packages which depend on Mocking.jl.\n" :: Value │ macro_source=15 │ [call] │ macro_source=15 │ Dict{Symbol, Any} :: Value │ macro_source=15 │ :path => "/home/pkgeval/.julia/packages/Mocking/eug7a/src/Mocking.jl" :: Value │ macro_source=15 │ :linenumber => 55 :: Value │ macro_source=15 │ :module => Mocking :: Value │ macro_source=15 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ val :: Identifier │ scope_layer=3 │ │ file = "/home/pkgeval/.julia/packages/Mocking/eug7a/src/Mocking.jl" │ line = 55 └ mod = Mocking ERROR: LoadError: No match found for `(ref NULLIFIED)` at #= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2182 =# Stacktrace:  [1] make_lhs_decls(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, stmts::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, declkind::Base.JuliaSyntax.Kind, declmeta::Nothing, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, type_decls::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2182  [2] expand_decls(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2210  [3] getproperty(x::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, f::Symbol)  @ Base Base_compiler.jl:58 [inlined]  [4] syntax_graph(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/ast.jl:45 [inlined]  [5] macro expansion  @ /source/usr/share/julia/JuliaLowering/src/ast.jl:357 [inlined]  [6] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4269  [7] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133 [inlined]  [8] (::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4421 [inlined]  [9] mapchildren(f::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}}, ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:707  [10] getindex(A::Vector{UnitRange{Int64}}, i::Int64)  @ Base essentials.jl:1040 [inlined]  [11] numchildren(graph::Base.JuliaSyntax.SyntaxGraph{Dict{Symbol, Dict{Int64, Any}}}, id::Int64)  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:121 [inlined]  [12] numchildren(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:306 [inlined]  [13] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4268  [14] macro expansion  @ /source/usr/share/julia/JuliaLowering/src/ast.jl:290 [inlined]  [15] method_def_expr(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, src::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, mtable::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sparams::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, argl::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, body::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, rett::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2417  [16] macro expansion  @ /source/usr/share/julia/JuliaLowering/src/ast.jl:357 [inlined]  [17] expand_function_def(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, src::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, raw_args::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, wheres::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, body::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, rett::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2863  [18] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4249  [19] expand_assignment(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, is_const::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1320  [20] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4177  [21] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133 [inlined]  [22] (::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4421 [inlined]  [23] mapchildren(f::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}}, ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:707  [24] getindex(A::Vector{UnitRange{Int64}}, i::Int64)  @ Base essentials.jl:1040 [inlined]  [25] numchildren(graph::Base.JuliaSyntax.SyntaxGraph{Dict{Symbol, Dict{Int64, Any}}}, id::Int64)  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:121 [inlined]  [26] numchildren(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:306 [inlined]  [27] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4268  [28] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133 [inlined]  [29] expand_forms_2(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4450  [30] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:30  [31] include(mod::Module, _path::String)  @ Base Base.jl:326  [32] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base loading.jl:3296  [33] top-level scope  @ stdin:5  [34] eval(m::Module, e::Any)  @ Core boot.jl:521  [35] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [36] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [37] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [38] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Mocking/eug7a/src/Mocking.jl:1 in expression starting at stdin:5 ✗ Mocking 3.7 s ✓ JSON_C_jll 3.8 s ✓ libxcrypt_legacy_jll 3.8 s ✓ XML2_jll 476.3 s ✓ UnROOT ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("78c3b35d-d492-501b-9361-3d52fe80e533"), "Mocking") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base loading.jl:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base module.jl:60  [10] _eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr})  @ Base module.jl:101  [11] eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:195  [12] top-level scope  @ ~/.julia/packages/TimeZones/Kf5Tl/src/conversions.jl:2  [13] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:327  [14] top-level scope  @ ~/.julia/packages/TimeZones/Kf5Tl/src/TimeZones.jl:87  [15] include(mod::Module, _path::String)  @ Base Base.jl:326  [16] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base loading.jl:3296  [17] top-level scope  @ stdin:5  [18] eval(m::Module, e::Any)  @ Core boot.jl:521  [19] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [20] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [21] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [22] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/TimeZones/Kf5Tl/src/conversions.jl:2 in expression starting at /home/pkgeval/.julia/packages/TimeZones/Kf5Tl/src/TimeZones.jl:1 in expression starting at stdin:5 ✗ TimeZones 4.2 s ✓ XRootD_jll 108.2 s ✓ UnROOT → UnROOTHTTPExt ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("f269a46b-ccf7-5d73-abea-4c690281aa53"), "TimeZones") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base loading.jl:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base module.jl:60  [10] _eval_using(to::Module, path::Expr, flags::UInt8)  @ Base module.jl:137 [inlined]  [11] eval_using(to::Module, path::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:207  [12] top-level scope  @ ~/.julia/packages/Arrow/JemT3/src/Arrow.jl:47  [13] include(mod::Module, _path::String)  @ Base Base.jl:326  [14] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base loading.jl:3296  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core boot.jl:521  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [18] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [19] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [20] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Arrow/JemT3/src/Arrow.jl:17 in expression starting at stdin:5 ✗ Arrow 3.9 s ✓ XRootD_cxxwrap_jll 61.5 s ✓ XRootD 114.7 s ✓ UnROOT → UnROOTXRootDExt 10 dependencies successfully precompiled in 920 seconds. 133 already precompiled. Precompilation completed after 952.78s ################################################################################ # Testing # Testing UnROOT Status `/tmp/jl_PkdLBE/Project.toml` [1520ce14] AbstractTrees v0.4.5 [7d9f7c33] Accessors v0.1.44 [4c88cf16] Aqua v0.8.16 [65a8f2f4] ArraysOfArrays v0.6.6 ⌅ [69666777] Arrow v2.7.4 [c3b6d118] BitIntegers v0.3.7 [5ba52731] CodecLz4 v0.4.6 [ba30903b] CodecXz v0.7.4 [6b39b394] CodecZstd v0.8.7 [a93c6f00] DataFrames v1.8.2 [68837c9b] FHist v0.11.19 ⌅ [cd3eb016] HTTP v1.11.0 [c8e1da08] IterTools v1.10.0 [8ac3fa9e] LRUCache v1.6.2 [9255714d] LibDeflate v0.4.3 [3f54b04b] LorentzVectors v0.4.3 [aea7be01] PrecompileTools v1.3.4 [08abe8d2] PrettyTables v3.3.2 [91c51154] SentinelArrays v1.4.10 [90137ffa] StaticArrays v1.9.18 [09ab397b] StructArrays v0.7.3 [bd369af6] Tables v1.12.1 [3cd96dde] UnROOT v0.11.9 [164e3b87] XRootD v0.2.4 [e5d8e439] XXHashNative v1.1.0 [b77e0a4c] InteractiveUtils v1.11.0 [a63ad114] Mmap v1.11.0 [44cfe95a] Pkg v1.14.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 Status `/tmp/jl_PkdLBE/Manifest.toml` [1520ce14] AbstractTrees v0.4.5 [7d9f7c33] Accessors v0.1.44 [66dad0bd] AliasTables v1.1.3 [4c88cf16] Aqua v0.8.16 [65a8f2f4] ArraysOfArrays v0.6.6 ⌅ [69666777] Arrow v2.7.4 [31f734f8] ArrowTypes v2.3.0 [000d9b38] BayesHistogram v1.0.7 [d1d4a3ce] BitFlags v0.1.10 [c3b6d118] BitIntegers v0.3.7 [49dc2e85] Calculus v0.5.2 [5ba52731] CodecLz4 v0.4.6 [ba30903b] CodecXz v0.7.4 [944b1d66] CodecZlib v0.7.8 [6b39b394] CodecZstd v0.8.7 [34da2185] Compat v4.18.1 [a33af91c] CompositionsBase v0.1.2 [f0e56b4a] ConcurrentUtilities v2.5.1 [187b0558] ConstructionBase v1.6.0 [a8cc5b0e] Crayons v4.1.1 [1f15a43c] CxxWrap v0.17.5 [9a962f9c] DataAPI v1.16.0 [a93c6f00] DataFrames v1.8.2 [864edb3b] DataStructures v0.19.5 [e2d170a0] DataValueInterfaces v1.0.0 [ffbed154] DocStringExtensions v0.9.5 [4e289a0a] EnumX v1.0.7 [460bff9d] ExceptionUnwrapping v0.1.11 [e2ba6199] ExprTools v0.1.10 [68837c9b] FHist v0.11.19 ⌅ [cd3eb016] HTTP v1.11.0 [842dd82b] InlineStrings v1.4.5 [3587e190] InverseFunctions v0.1.17 [41ab1584] InvertedIndices v1.3.1 [92d709cd] IrrationalConstants v0.2.6 [c8e1da08] IterTools v1.10.0 [82899510] IteratorInterfaceExtensions v1.0.0 [692b3bcd] JLLWrappers v1.8.0 [8ac3fa9e] LRUCache v1.6.2 [b964fa9f] LaTeXStrings v1.4.0 [9255714d] LibDeflate v0.4.3 [2ab3a3ac] LogExpFunctions v1.0.1 [e6f89c97] LoggingExtras v1.2.0 [3f54b04b] LorentzVectors v0.4.3 [1914dd2f] MacroTools v0.5.16 [739be429] MbedTLS v1.1.10 [eff96d63] Measurements v2.14.1 [e1d29d7a] Missings v1.2.0 [78c3b35d] Mocking v0.8.1 [4d8831e6] OpenSSL v1.6.1 ⌅ [bac558e1] OrderedCollections v1.8.2 [2dfb63ee] PooledArrays v1.4.3 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [08abe8d2] PrettyTables v3.3.2 [43287f4e] PtrArrays v1.4.0 [189a3867] Reexport v1.2.2 [6c6a2e73] Scratch v1.3.0 [91c51154] SentinelArrays v1.4.10 [777ac1f9] SimpleBufferStream v1.2.0 [a2af1166] SortingAlgorithms v1.2.2 [90137ffa] StaticArrays v1.9.18 [1e83bf80] StaticArraysCore v1.4.4 [10745b16] Statistics v1.11.1 [82ae8749] StatsAPI v1.8.0 [2913bbd2] StatsBase v0.34.11 [892a3eda] StringManipulation v0.4.4 [09ab397b] StructArrays v0.7.3 [dc5dba14] TZJData v1.5.0+2025b [3783bdb8] TableTraits v1.0.1 [bd369af6] Tables v1.12.1 [f269a46b] TimeZones v1.22.2 [3bb67fe8] TranscodingStreams v0.11.3 [5c2747f8] URIs v1.6.1 [3cd96dde] UnROOT v0.11.9 [164e3b87] XRootD v0.2.4 [e5d8e439] XXHashNative v1.1.0 [9cdfc4e7] JSON_C_jll v0.18.0+0 [94ce4f54] Libiconv_jll v1.18.0+0 [38a345b3] Libuuid_jll v2.42.0+0 [5ced341a] Lz4_jll v1.10.1+0 [c8ffd9c3] MbedTLS_jll v2.28.1010+0 ⌅ [02c8fc9c] XML2_jll v2.14.4+0 [bb14ce0c] XRootD_cxxwrap_jll v0.3.1+0 [b6113df7] XRootD_jll v5.9.1+0 [ffd25f8a] XZ_jll v5.8.3+0 [3eaa8342] libcxxwrap_julia_jll v0.14.10+0 [46979653] libdeflate_jll v1.25.0+0 [5ef642bb] libxcrypt_legacy_jll v4.5.2+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 [9fa8497b] Future 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 [a63ad114] Mmap v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.14.0 [de0858da] Printf v1.11.0 [3fa0cd96] REPL v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [2f01184e] SparseArrays v1.13.0 [f489334b] StyledStrings v1.13.0 [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 [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: Running on a single thread. Please re-run the test suite with at least two threads (`julia --threads 2 ...`) └ @ Main ~/.julia/packages/UnROOT/25h6k/test/runtests.jl:5 3 ambiguities found. To get a list, set `broken = false`. 1 instances of possible type-piracy detected. To get a list, set `broken = false`. ┌ Warning: Running on a single thread. Please re-run the test suite with at least two threads (`julia --threads 2 ...`) └ @ Main ~/.julia/packages/UnROOT/25h6k/test/multithreading.jl:5 ┌ Warning: CI wasn't run with multiple threads └ @ Main ~/.julia/packages/UnROOT/25h6k/test/multithreading.jl:26 Plugin No such file or directory loading sec.protocol libXrdSeckrb5-5.so SourceStream remote: Error During Test at /home/pkgeval/.julia/packages/UnROOT/25h6k/test/remote.jl:7 Got exception outside of a @test #=ERROR showing exception stack=# of type MethodError ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile. --trace-compile is enabled during profile collection. ====================================================================================== cmd: /opt/julia/bin/julia 97 running 1 of 1 signal (10): User defined signal 1 _growend_internal! at ./array.jl:1218:0 (pc: 85) _growend! at ./array.jl:1233:0 [inlined] _push! at ./array.jl:1376:0 [inlined] push! at ./array.jl:1373:0 [inlined] push! at ./../usr/share/julia/Compiler/src/types.jl:183:0 (pc: 65) promotecache! at ./../usr/share/julia/Compiler/src/typeinfer.jl:236:0 (pc: 136) finish_nocycle at ./../usr/share/julia/Compiler/src/typeinfer.jl:286:0 (pc: 62) jfptr_finish_nocycle_1.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4138:23 [inlined] ijl_apply_generic at /source/src/gf.c:4364:12 typeinf at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:4952:0 (pc: 251) const_prop_call at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:1457:0 (pc: 514) abstract_call_method_with_const_args at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:951:0 (pc: 135) abstract_call_method_with_const_args at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:919:0 [inlined] handle1 at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:189:0 (pc: 137) infercalls at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:259:0 (pc: 91) abstract_call_gf_by_type at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:339:0 (pc: 116) abstract_call_known at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:3030:0 (pc: 1662) abstract_call at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:3138:0 (pc: 189) abstract_call at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:3131:0 [inlined] abstract_call at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:3282:0 (pc: 152) abstract_eval_call at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:3300:0 [inlined] abstract_eval_statement_expr at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:3670:0 (pc: 11) abstract_eval_basic_statement at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:4126:0 [inlined] abstract_eval_basic_statement at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:4083:0 [inlined] typeinf_local at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:4667:0 (pc: 3576) jfptr_typeinf_local_1.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4138:23 [inlined] ijl_apply_generic at /source/src/gf.c:4364:12 typeinf at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:4945:0 (pc: 462) const_prop_call at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:1457:0 (pc: 514) abstract_call_method_with_const_args at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:951:0 (pc: 135) abstract_call_method_with_const_args at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:919:0 [inlined] handle1 at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:189:0 (pc: 137) infercalls at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:259:0 (pc: 91) abstract_call_gf_by_type at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:339:0 (pc: 116) abstract_call_known at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:3030:0 (pc: 1662) abstract_call at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:3138:0 (pc: 189) abstract_call at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:3131:0 [inlined] abstract_call at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:3282:0 (pc: 152) abstract_eval_call at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:3300:0 [inlined] abstract_eval_statement_expr at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:3670:0 (pc: 11) abstract_eval_basic_statement at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:4126:0 [inlined] abstract_eval_basic_statement at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:4083:0 [inlined] typeinf_local at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:4667:0 (pc: 3576) jfptr_typeinf_local_1.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4138:23 [inlined] ijl_apply_generic at /source/src/gf.c:4364:12 typeinf at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:4945:0 (pc: 462) typeinf_ext at ./../usr/share/julia/Compiler/src/typeinfer.jl:1537:0 (pc: 150) typeinf_ext_toplevel at ./../usr/share/julia/Compiler/src/typeinfer.jl:1741:0 [inlined] typeinf_ext_toplevel at ./../usr/share/julia/Compiler/src/typeinfer.jl:1750:0 (pc: 12) jfptr_typeinf_ext_toplevel_2.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4138:23 [inlined] ijl_apply_generic at /source/src/gf.c:4364:12 jl_apply at /source/src/julia.h:2388:12 [inlined] jl_type_infer at /source/src/gf.c:463:35 jl_compile_method_internal at /source/src/gf.c:3665:24 _jl_invoke at /source/src/gf.c:4130:16 [inlined] ijl_apply_generic at /source/src/gf.c:4364:12 #kw_body#_pretty_table#0 at /home/pkgeval/.julia/packages/PrettyTables/tz31H/src/main.jl:479:0 (pc: 421) _pretty_table at /home/pkgeval/.julia/packages/PrettyTables/tz31H/src/main.jl:212:0 [inlined] #kw_body#pretty_table#3 at /home/pkgeval/.julia/packages/PrettyTables/tz31H/src/main.jl:94:0 [inlined] pretty_table at /home/pkgeval/.julia/packages/PrettyTables/tz31H/src/main.jl:37:0 [inlined] #kw_body#_show#0 at /home/pkgeval/.julia/packages/UnROOT/25h6k/src/displays.jl:71:0 (pc: 54) _show at /home/pkgeval/.julia/packages/UnROOT/25h6k/src/displays.jl:68:0 [inlined] #kw_body#_#1 at /home/pkgeval/.julia/packages/UnROOT/25h6k/src/displays.jl:64:0 [inlined] show at /home/pkgeval/.julia/packages/UnROOT/25h6k/src/displays.jl:64:0 (pc: 1) unknown function (ip: 0x7e7bec0ea266) at (unknown file) _jl_invoke at /source/src/gf.c:4138:23 [inlined] ijl_apply_generic at /source/src/gf.c:4364:12 jl_apply at /source/src/julia.h:2388: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:521:0 (pc: 1) include_string at ./loading.jl:3132:0 (pc: 207) _jl_invoke at /source/src/gf.c:4138:23 [inlined] ijl_apply_generic at /source/src/gf.c:4364: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:4138:23 [inlined] ijl_apply_generic at /source/src/gf.c:4364:12 jl_apply at /source/src/julia.h:2388: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:521:0 (pc: 1) include_string at ./loading.jl:3132:0 (pc: 207) _jl_invoke at /source/src/gf.c:4138:23 [inlined] ijl_apply_generic at /source/src/gf.c:4364: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:4138:23 [inlined] ijl_apply_generic at /source/src/gf.c:4364:12 jl_apply at /source/src/julia.h:2388: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:521: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:4138:23 [inlined] ijl_apply_generic at /source/src/gf.c:4364:12 jl_apply at /source/src/julia.h:2388: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: 0x7e7c2c5b6249) 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 unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point. Disabling --trace-compile ============================================================== ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile. --trace-compile is enabled during profile collection. ====================================================================================== cmd: /opt/julia/bin/julia 1 running 0 of 1 signal (10): User defined signal 1 epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404:0 uv_run at /workspace/srcdir/libuv/src/unix/core.c:430:0 ijl_task_get_next at /source/src/scheduler.c:457:34 wait at ./task.jl:1246:0 (pc: 107) wait_forever at ./task.jl:1168:0 (pc: 4) jfptr_wait_forever_0.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4138:23 [inlined] ijl_apply_generic at /source/src/gf.c:4364:12 jl_apply at /source/src/julia.h:2388:12 [inlined] start_task at /source/src/task.c:1275:19 unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point. Disabling --trace-compile ============================================================== ┌ Warning: There were no samples collected in one or more groups. │ This may be due to idle threads, or you may need to run your │ program longer (perhaps by running it multiple times), │ or adjust the delay between samples with `Profile.init()`. └ @ Profile /opt/julia/share/julia/stdlib/v1.14/Profile/src/Profile.jl:1361 Overhead ╎ [+additional indent] Count File:Line Function ========================================================= Thread 1 (default) Task 0x0000712634641000 Total snapshots: 407. Utilization: 0% ╎407 @Base/task.jl:1168 wait_forever() 406╎ 407 @Base/task.jl:1246 wait() [97] signal 15: Terminated in expression starting at /home/pkgeval/.julia/packages/UnROOT/25h6k/test/displays.jl:26 PkgEval terminated after 2724.5s: test duration exceeded the time limit