Package evaluation to load WorkerUtilities on Julia 1.14.0-DEV.2226 (797a5ef2b0*) started at 2026-05-23T15:21:05.770 ################################################################################ # Set-up # Set-up completed after 0.12s ################################################################################ # Installation # Installing WorkerUtilities... Resolving package versions... Installed WorkerUtilities ─ v1.6.1 Updating `~/.julia/environments/v1.14/Project.toml` [76eceee3] + WorkerUtilities v1.6.1 Updating `~/.julia/environments/v1.14/Manifest.toml` [76eceee3] + WorkerUtilities v1.6.1 Installation completed after 4.79s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Project No packages added to or removed from `~/.julia/environments/pkgeval/Project.toml` Manifest No packages added to or removed from `~/.julia/environments/pkgeval/Manifest.toml` Precompiling package dependencies... Precompiling project... ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:109 =# Core.@doc " OrderedSynchronizer(i=1)\n\nA threadsafe synchronizer that allows ensuring concurrent work is done\nin a specific order. The `OrderedSynchronizer` is initialized with an\ninteger `i` that represents the current \"order\" of the synchronizer.\n\nWork is \"scheduled\" by calling `put!(f, x, i)`, where `f` is a function\nthat will be called like `f()` when the synchronizer is at order `i`,\nand will otherwise wait until other calls to `put!` have finished\nto bring the synchronizer's state to `i`. Once `f()` is called, the\nsynchronizer's state is incremented by 1 and any waiting `put!` calls\ncheck to see if it's their turn to execute.\n\nA synchronizer's state can be reset to a specific value (1 by default)\nby calling `reset!(x, i)`.\n" mutable struct OrderedSynchronizer │ #= /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:127 =# │ coordinating_task::Task │ #= /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:128 =# │ cond::Threads.Condition │ #= /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:129 =# │ i::Int │ #= /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:130 =# │ #= /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:130 =# @static if VERSION < v"1.7" │ #= /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:131 =# │ closed::Threads.Atomic{Bool} │ else │ #= /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:133 =# │ #= /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:133 =# @atomic closed::Bool │ end │ 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/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:109 =#) :: Value │ │ " OrderedSynchronizer(i=1)\n\nA threadsafe synchronizer that allows ensuring concurrent work is done\nin a specific order. The `OrderedSynchronizer` is initialized with an\ninteger `i` that represents the current \"order\" of the synchronizer.\n\nWork is \"scheduled\" by calling `put!(f, x, i)`, where `f` is a function\nthat will be called like `f()` when the synchronizer is at order `i`,\nand will otherwise wait until other calls to `put!` have finished\nto bring the synchronizer's state to `i`. Once `f()` is called, the\nsynchronizer's state is incremented by 1 and any waiting `put!` calls\ncheck to see if it's their turn to execute.\n\nA synchronizer's state can be reset to a specific value (1 by default)\nby calling `reset!(x, i)`.\n" :: Value │ │ [struct] │ │ true :: Value │ │ OrderedSynchronizer :: Identifier │ │ [block] │ │ [::] │ │ coordinating_task :: Identifier │ │ Task :: Identifier │ │ [::] │ │ cond :: Identifier │ │ [.] │ │ Threads :: Identifier │ │ [inert] │ │ Condition :: Identifier │ │ [::] │ │ i :: Identifier │ │ Int :: Identifier │ │ [macrocall] │ │ @static :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:130 =#) :: Value │ │ [if] │ │ [call] │ │ < :: Identifier │ │ VERSION :: Identifier │ │ [macrocall] │ │ @v_str :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:130 =#) :: Value │ │ "1.7" :: Value │ │ [block] │ │ [::] │ │ closed :: Identifier │ │ [curly] │ │ [.] │ │ Threads :: Identifier │ │ [inert] │ │ Atomic :: Identifier │ │ Bool :: Identifier │ │ [block] │ │ [macrocall] │ │ @atomic :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:133 =#) :: Value │ │ [::] │ │ closed :: Identifier │ │ Bool :: 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 │ [struct] │ │ true :: Value │ macro_source=47 │ OrderedSynchronizer :: Identifier │ scope_layer=1 │ [block] │ │ [::] │ │ coordinating_task :: Identifier │ scope_layer=1 │ Task :: Identifier │ scope_layer=1 │ [::] │ │ cond :: Identifier │ scope_layer=1 │ [.] │ │ Threads :: Identifier │ scope_layer=1 │ [inert] │ │ Condition :: Identifier │ │ [::] │ │ i :: Identifier │ scope_layer=1 │ Int :: Identifier │ scope_layer=1 │ [block] │ │ [atomic] │ │ [::] │ │ closed :: Identifier │ scope_layer=1 │ Bool :: Identifier │ scope_layer=1 │ [call] │ │ Base.Docs.doc! :: Value │ macro_source=47 │ WorkerUtilities :: Value │ macro_source=47 │ [call] │ │ Base.Docs.Binding :: Value │ macro_source=47 │ WorkerUtilities :: Value │ │ [inert] │ jl_source=L65 │ OrderedSynchronizer :: Identifier │ │ [call] │ │ Base.Docs.docstr :: Value │ macro_source=47 │ [call] │ macro_source=47 │ Core.svec :: Value │ macro_source=47 │ " OrderedSynchronizer(i=1)\n\nA threadsafe synchronizer that allows ensuring concurrent work is done\nin a specific order. The `OrderedSynchronizer` is initialized with an\ninteger `i` that represents the current \"order\" of the synchronizer.\n\nWork is \"scheduled\" by calling `put!(f, x, i)`, where `f` is a function\nthat will be called like `f()` when the synchronizer is at order `i`,\nand will otherwise wait until other calls to `put!` have finished\nto bring the synchronizer's state to `i`. Once `f()` is called, the\nsynchronizer's state is incremented by 1 and any waiting `put!` calls\ncheck to see if it's their turn to execute.\n\nA synchronizer's state can be reset to a specific value (1 by default)\nby calling `reset!(x, i)`.\n" :: Value │ macro_source=47 │ [call] │ │ Dict{Symbol, Any} :: Value │ macro_source=47 │ :path => "/home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl" :: Value │ macro_source=47 │ :linenumber => 109 :: Value │ macro_source=47 │ :module => WorkerUtilities :: Value │ macro_source=47 │ [call] │ │ Pair :: Value │ macro_source=47 │ [inert] │ │ fields :: Identifier │ │ [call] │ macro_source=47 │ Dict{Symbol, Any} :: Value │ macro_source=47 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ val :: Identifier │ scope_layer=3 │ │ file = "/home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl" │ line = 109 └ mod = WorkerUtilities ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:133 =# - unimplemented or unsupported `atomic` declaration Expression:  (atomic (:: closed Bool)) Containing expressions:  (struct true OrderedSynchronizer (block (:: coordinating_task Task) (:: cond (. Threads (inert Condition))) (:: i Int) (block (atomic (:: closed Bool)))))  Detailed provenance:  (atomic (:: closed Bool))  └─ (atomic (:: closed Bool))  ├─ @ /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:133  └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:109 =#) " OrderedSynchronizer(i=1)\n\nA threadsafe synchronizer that allows ensuring concurrent work is done\nin a specific order. The `OrderedSynchronizer` is initialized with an\ninteger `i` that represents the current \"order\" of the synchronizer.\n\nWork is \"scheduled\" by calling `put!(f, x, i)`, where `f` is a function\nthat will be called like `f()` when the synchronizer is at order `i`,\nand will otherwise wait until other calls to `put!` have finished\nto bring the synchronizer's state to `i`. Once `f()` is called, the\nsynchronizer's state is incremented by 1 and any waiting `put!` calls\ncheck to see if it's their turn to execute.\n\nA synchronizer's state can be reset to a specific value (1 by default)\nby calling `reset!(x, i)`.\n" (struct true OrderedSynchronizer (block (:: coordinating_task Task) (:: cond (. Threads (inert Condition))) (:: i Int) (macrocall @static :(#= /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:130 =#) (if (call < VERSION (macrocall @v_str :(#= /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:130 =#) "1.7")) (block (:: closed (curly (. Threads (inert Atomic)) Bool))) (block (macrocall @atomic :(#= /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:133 =#) (:: closed Bool))))))))  └─ @ /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:109  Stacktrace:  [1] 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:4467  [2] 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  [3] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [4] 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:3271  [5] top-level scope  @ stdin:5  [6] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [7] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [8] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [9] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [10] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:1 in expression starting at stdin:5 ✗ WorkerUtilities Precompilation completed after 24.07s ################################################################################ # Loading # Loading WorkerUtilities... ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:109 =# Core.@doc " OrderedSynchronizer(i=1)\n\nA threadsafe synchronizer that allows ensuring concurrent work is done\nin a specific order. The `OrderedSynchronizer` is initialized with an\ninteger `i` that represents the current \"order\" of the synchronizer.\n\nWork is \"scheduled\" by calling `put!(f, x, i)`, where `f` is a function\nthat will be called like `f()` when the synchronizer is at order `i`,\nand will otherwise wait until other calls to `put!` have finished\nto bring the synchronizer's state to `i`. Once `f()` is called, the\nsynchronizer's state is incremented by 1 and any waiting `put!` calls\ncheck to see if it's their turn to execute.\n\nA synchronizer's state can be reset to a specific value (1 by default)\nby calling `reset!(x, i)`.\n" mutable struct OrderedSynchronizer │ #= /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:127 =# │ coordinating_task::Task │ #= /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:128 =# │ cond::Threads.Condition │ #= /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:129 =# │ i::Int │ #= /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:130 =# │ #= /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:130 =# @static if VERSION < v"1.7" │ #= /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:131 =# │ closed::Threads.Atomic{Bool} │ else │ #= /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:133 =# │ #= /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:133 =# @atomic closed::Bool │ end │ 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/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:109 =#) :: Value │ │ " OrderedSynchronizer(i=1)\n\nA threadsafe synchronizer that allows ensuring concurrent work is done\nin a specific order. The `OrderedSynchronizer` is initialized with an\ninteger `i` that represents the current \"order\" of the synchronizer.\n\nWork is \"scheduled\" by calling `put!(f, x, i)`, where `f` is a function\nthat will be called like `f()` when the synchronizer is at order `i`,\nand will otherwise wait until other calls to `put!` have finished\nto bring the synchronizer's state to `i`. Once `f()` is called, the\nsynchronizer's state is incremented by 1 and any waiting `put!` calls\ncheck to see if it's their turn to execute.\n\nA synchronizer's state can be reset to a specific value (1 by default)\nby calling `reset!(x, i)`.\n" :: Value │ │ [struct] │ │ true :: Value │ │ OrderedSynchronizer :: Identifier │ │ [block] │ │ [::] │ │ coordinating_task :: Identifier │ │ Task :: Identifier │ │ [::] │ │ cond :: Identifier │ │ [.] │ │ Threads :: Identifier │ │ [inert] │ │ Condition :: Identifier │ │ [::] │ │ i :: Identifier │ │ Int :: Identifier │ │ [macrocall] │ │ @static :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:130 =#) :: Value │ │ [if] │ │ [call] │ │ < :: Identifier │ │ VERSION :: Identifier │ │ [macrocall] │ │ @v_str :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:130 =#) :: Value │ │ "1.7" :: Value │ │ [block] │ │ [::] │ │ closed :: Identifier │ │ [curly] │ │ [.] │ │ Threads :: Identifier │ │ [inert] │ │ Atomic :: Identifier │ │ Bool :: Identifier │ │ [block] │ │ [macrocall] │ │ @atomic :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:133 =#) :: Value │ │ [::] │ │ closed :: Identifier │ │ Bool :: 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 │ [struct] │ │ true :: Value │ macro_source=47 │ OrderedSynchronizer :: Identifier │ scope_layer=1 │ [block] │ │ [::] │ │ coordinating_task :: Identifier │ scope_layer=1 │ Task :: Identifier │ scope_layer=1 │ [::] │ │ cond :: Identifier │ scope_layer=1 │ [.] │ │ Threads :: Identifier │ scope_layer=1 │ [inert] │ │ Condition :: Identifier │ │ [::] │ │ i :: Identifier │ scope_layer=1 │ Int :: Identifier │ scope_layer=1 │ [block] │ │ [atomic] │ │ [::] │ │ closed :: Identifier │ scope_layer=1 │ Bool :: Identifier │ scope_layer=1 │ [call] │ │ Base.Docs.doc! :: Value │ macro_source=47 │ WorkerUtilities :: Value │ macro_source=47 │ [call] │ │ Base.Docs.Binding :: Value │ macro_source=47 │ WorkerUtilities :: Value │ │ [inert] │ jl_source=L65 │ OrderedSynchronizer :: Identifier │ │ [call] │ │ Base.Docs.docstr :: Value │ macro_source=47 │ [call] │ macro_source=47 │ Core.svec :: Value │ macro_source=47 │ " OrderedSynchronizer(i=1)\n\nA threadsafe synchronizer that allows ensuring concurrent work is done\nin a specific order. The `OrderedSynchronizer` is initialized with an\ninteger `i` that represents the current \"order\" of the synchronizer.\n\nWork is \"scheduled\" by calling `put!(f, x, i)`, where `f` is a function\nthat will be called like `f()` when the synchronizer is at order `i`,\nand will otherwise wait until other calls to `put!` have finished\nto bring the synchronizer's state to `i`. Once `f()` is called, the\nsynchronizer's state is incremented by 1 and any waiting `put!` calls\ncheck to see if it's their turn to execute.\n\nA synchronizer's state can be reset to a specific value (1 by default)\nby calling `reset!(x, i)`.\n" :: Value │ macro_source=47 │ [call] │ │ Dict{Symbol, Any} :: Value │ macro_source=47 │ :path => "/home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl" :: Value │ macro_source=47 │ :linenumber => 109 :: Value │ macro_source=47 │ :module => WorkerUtilities :: Value │ macro_source=47 │ [call] │ │ Pair :: Value │ macro_source=47 │ [inert] │ │ fields :: Identifier │ │ [call] │ macro_source=47 │ Dict{Symbol, Any} :: Value │ macro_source=47 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ val :: Identifier │ scope_layer=3 │ │ file = "/home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl" │ line = 109 └ mod = WorkerUtilities ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:133 =# - unimplemented or unsupported `atomic` declaration Expression:  (atomic (:: closed Bool)) Containing expressions:  (struct true OrderedSynchronizer (block (:: coordinating_task Task) (:: cond (. Threads (inert Condition))) (:: i Int) (block (atomic (:: closed Bool)))))  Detailed provenance:  (atomic (:: closed Bool))  └─ (atomic (:: closed Bool))  ├─ @ /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:133  └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:109 =#) " OrderedSynchronizer(i=1)\n\nA threadsafe synchronizer that allows ensuring concurrent work is done\nin a specific order. The `OrderedSynchronizer` is initialized with an\ninteger `i` that represents the current \"order\" of the synchronizer.\n\nWork is \"scheduled\" by calling `put!(f, x, i)`, where `f` is a function\nthat will be called like `f()` when the synchronizer is at order `i`,\nand will otherwise wait until other calls to `put!` have finished\nto bring the synchronizer's state to `i`. Once `f()` is called, the\nsynchronizer's state is incremented by 1 and any waiting `put!` calls\ncheck to see if it's their turn to execute.\n\nA synchronizer's state can be reset to a specific value (1 by default)\nby calling `reset!(x, i)`.\n" (struct true OrderedSynchronizer (block (:: coordinating_task Task) (:: cond (. Threads (inert Condition))) (:: i Int) (macrocall @static :(#= /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:130 =#) (if (call < VERSION (macrocall @v_str :(#= /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:130 =#) "1.7")) (block (:: closed (curly (. Threads (inert Atomic)) Bool))) (block (macrocall @atomic :(#= /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:133 =#) (:: closed Bool))))))))  └─ @ /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:109  Stacktrace:  [1] 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:4467  [2] 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  [3] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [4] 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:3271  [5] top-level scope  @ stdin:5  [6] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [7] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [8] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [9] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [10] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/WorkerUtilities/ey0fP/src/WorkerUtilities.jl:1 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ WorkerUtilities │ [Output was shown above] └ ERROR: The following 1 package failed to precompile: WorkerUtilities Failed to precompile WorkerUtilities [76eceee3-57b5-4d4a-8e66-0e911cebbf60] to "/home/pkgeval/.julia/compiled/v1.14/WorkerUtilities/jl_XcTebx" (ProcessExited(1)). Loading failed after 12.61s ERROR: LoadError: failed process: Process(`/opt/julia/bin/julia -C native -J/opt/julia/lib/julia/sys.so -g1 --check-bounds=yes --inline=yes --check-bounds=yes --pkgimages=existing -e 'using WorkerUtilities'`, ProcessExited(1)) [1] Stacktrace: [1] spawn_opts_inherit() @ Base ./process.jl:612 [inlined] [2] run(::Cmd; wait::Bool) @ Base ./process.jl:525 [3] run(::Cmd) @ Base ./process.jl:522 [4] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:197 [5] include(mod::Module, _path::String) @ Base ./Base.jl:326 [6] exec_options(opts::Base.JLOptions) @ Base ./client.jl:355 [7] _start() @ Base ./client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:188 PkgEval failed after 59.45s: package fails to precompile