Package evaluation to test EasyCurl on Julia 1.14.0-DEV.2226 (797a5ef2b0*) started at 2026-05-23T20:06:30.408 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 16.74s ################################################################################ # Installation # Installing EasyCurl... Resolving package versions... Installed EasyCurl ─ v4.3.1 Updating `~/.julia/environments/v1.14/Project.toml` [5dc68c43] + EasyCurl v4.3.1 Updating `~/.julia/environments/v1.14/Manifest.toml` [5dc68c43] + EasyCurl v4.3.1 Installation completed after 1.49s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 5.4 s ✓ TestEnv 1 dependency successfully precompiled in 6 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 303.4 s ✓ InlineStrings 0.9 s ✓ DataAPI 0.5 s ✓ DataValueInterfaces 149.4 s ✓ OrderedCollections ┌ 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 57.6 s ✓ TranscodingStreams 0.5 s ✓ IteratorInterfaceExtensions 158.7 s ✓ SentinelArrays 2.5 s ✓ StructUtils 1.5 s ✓ EasyCurl 1.4 s ✓ Compat 2.3 s ✓ Preferences ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:322 =# Core.@doc " map(f, x::PooledArray; pure::Bool=false)\n\nTransform `PooledArray` `x` by applying `f` to each element.\n\nIf `pure=true` then `f` is applied to each element of pool of `x`\nexactly once (even if some elements in pool are not present it `x`).\nThis will typically be much faster when the proportion of unique values\nin `x` is small.\n\nIf `pure=false`, the returned array will use the same reference type\nas `x`, or `Int` if the number of unique values in the result is too large\nto fit in that type.\n" function (Base.map(f, x::PooledArray{<:Any, R, N, RA}; pure::Bool = false)::Union{PooledArray{<:Any, R, N, RA}, PooledArray{<:Any, Int, N, typeof(similar(x.refs, Int, ntuple((i->begin │ #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:338 =# │ 0 │ end), ndims(x.refs))))}}) where {R, N, RA} │ #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:336 =# │ #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:339 =# │ pure && return _map_pure(f, x) │ #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:340 =# │ length(x) == 0 && return PooledArray([f(v) for v = x]) │ #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:341 =# │ v1 = f(x[1]) │ #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:342 =# │ invpool = Dict(v1 => one(eltype(x.refs))) │ #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:343 =# │ pool = [v1] │ #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:344 =# │ labels = similar(x.refs) │ #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:345 =# │ labels[1] = 1 │ #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:346 =# │ nlabels = 1 │ #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:347 =# │ return _map_notpure(f, x, 2, invpool, pool, labels, nlabels) │ 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/PooledArrays/Vy2X0/src/PooledArrays.jl:322 =#) :: Value │ │ " map(f, x::PooledArray; pure::Bool=false)\n\nTransform `PooledArray` `x` by applying `f` to each element.\n\nIf `pure=true` then `f` is applied to each element of pool of `x`\nexactly once (even if some elements in pool are not present it `x`).\nThis will typically be much faster when the proportion of unique values\nin `x` is small.\n\nIf `pure=false`, the returned array will use the same reference type\nas `x`, or `Int` if the number of unique values in the result is too large\nto fit in that type.\n" :: Value │ │ [function] │ │ [where] │ │ [::] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ map :: Identifier │ │ [parameters] │ │ [kw] │ │ [::] │ │ pure :: Identifier │ │ Bool :: Identifier │ │ false :: Value │ │ f :: Identifier │ │ [::] │ │ x :: Identifier │ │ [curly] │ │ PooledArray :: Identifier │ │ [<:] │ │ Any :: Identifier │ │ R :: Identifier │ │ N :: Identifier │ │ RA :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ [curly] │ │ PooledArray :: Identifier │ │ [<:] │ │ Any :: Identifier │ │ R :: Identifier │ │ N :: Identifier │ │ RA :: Identifier │ │ [curly] │ │ PooledArray :: Identifier │ │ [<:] │ │ Any :: Identifier │ │ Int :: Identifier │ │ N :: Identifier │ │ [call] │ │ typeof :: Identifier │ │ [call] │ │ similar :: Identifier │ │ [.] │ │ x :: Identifier │ │ [inert] │ │ refs :: Identifier │ │ Int :: Identifier │ │ [call] │ │ ntuple :: Identifier │ │ [->] │ │ i :: Identifier │ │ [block] │ │ 0 :: Value │ │ [call] │ │ ndims :: Identifier │ │ [.] │ │ x :: Identifier │ │ [inert] │ │ refs :: Identifier │ │ R :: Identifier │ │ N :: Identifier │ │ RA :: Identifier │ │ [block] │ │ [&&] │ │ pure :: Identifier │ │ [return] │ │ [call] │ │ _map_pure :: Identifier │ │ f :: Identifier │ │ x :: Identifier │ │ [&&] │ │ [call] │ │ == :: Identifier │ │ [call] │ │ length :: Identifier │ │ x :: Identifier │ │ 0 :: Value │ │ [return] │ │ [call] │ │ PooledArray :: Identifier │ │ [comprehension] │ │ [generator] │ │ [call] │ │ f :: Identifier │ │ v :: Identifier │ │ [=] │ │ v :: Identifier │ │ x :: Identifier │ │ [=] │ │ v1 :: Identifier │ │ [call] │ │ f :: Identifier │ │ [ref] │ │ x :: Identifier │ │ 1 :: Value │ │ [=] │ │ invpool :: Identifier │ │ [call] │ │ Dict :: Identifier │ │ [call] │ │ => :: Identifier │ │ v1 :: Identifier │ │ [call] │ │ one :: Identifier │ │ [call] │ │ eltype :: Identifier │ │ [.] │ │ x :: Identifier │ │ [inert] │ │ refs :: Identifier │ │ [=] │ │ pool :: Identifier │ │ [vect] │ │ v1 :: Identifier │ │ [=] │ │ labels :: Identifier │ │ [call] │ │ similar :: Identifier │ │ [.] │ │ x :: Identifier │ │ [inert] │ │ refs :: Identifier │ │ [=] │ │ [ref] │ │ labels :: Identifier │ │ 1 :: Value │ │ 1 :: Value │ │ [=] │ │ nlabels :: Identifier │ │ 1 :: Value │ │ [return] │ │ [call] │ │ _map_notpure :: Identifier │ │ f :: Identifier │ │ x :: Identifier │ │ 2 :: Value │ │ invpool :: Identifier │ │ pool :: Identifier │ │ labels :: Identifier │ │ nlabels :: 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] │ │ [where] │ │ [::] │ │ [call] │ │ [.] │ │ Base :: Identifier │ scope_layer=1 │ [inert] │ │ map :: Identifier │ │ [parameters] │ │ [kw] │ │ [::] │ │ pure :: Identifier │ scope_layer=1 │ Bool :: Identifier │ scope_layer=1 │ false :: Value │ macro_source=145 │ f :: Identifier │ scope_layer=1 │ [::] │ │ x :: Identifier │ scope_layer=1 │ [curly] │ │ PooledArray :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ R :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ RA :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ [curly] │ │ PooledArray :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ R :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ RA :: Identifier │ scope_layer=1 │ [curly] │ │ PooledArray :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ Int :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ [call] │ │ typeof :: Identifier │ scope_layer=1 │ [call] │ │ similar :: Identifier │ scope_layer=1 │ [.] │ │ x :: Identifier │ scope_layer=1 │ [inert] │ │ refs :: Identifier │ │ Int :: Identifier │ scope_layer=1 │ [call] │ │ ntuple :: Identifier │ scope_layer=1 │ [->] │ │ i :: Identifier │ scope_layer=1 │ [block] │ macro_source=145 │ 0 :: Value │ macro_source=145 │ [call] │ │ ndims :: Identifier │ scope_layer=1 │ [.] │ │ x :: Identifier │ scope_layer=1 │ [inert] │ │ refs :: Identifier │ │ R :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ RA :: Identifier │ scope_layer=1 │ [block] │ │ [&&] │ │ pure :: Identifier │ scope_layer=1 │ [return] │ │ [call] │ │ _map_pure :: Identifier │ scope_layer=1 │ f :: Identifier │ scope_layer=1 │ x :: Identifier │ scope_layer=1 │ [&&] │ │ [call] │ │ == :: Identifier │ scope_layer=1 │ [call] │ │ length :: Identifier │ scope_layer=1 │ x :: Identifier │ scope_layer=1 │ 0 :: Value │ macro_source=145 │ [return] │ │ [call] │ │ PooledArray :: Identifier │ scope_layer=1 │ [comprehension] │ │ [generator] │ │ [call] │ │ f :: Identifier │ scope_layer=1 │ v :: Identifier │ scope_layer=1 │ [=] │ │ v :: Identifier │ scope_layer=1 │ x :: Identifier │ scope_layer=1 │ [=] │ │ v1 :: Identifier │ scope_layer=1 │ [call] │ │ f :: Identifier │ scope_layer=1 │ [ref] │ │ x :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=145 │ [=] │ │ invpool :: Identifier │ scope_layer=1 │ [call] │ │ Dict :: Identifier │ scope_layer=1 │ [call] │ │ => :: Identifier │ scope_layer=1 │ v1 :: Identifier │ scope_layer=1 │ [call] │ │ one :: Identifier │ scope_layer=1 │ [call] │ │ eltype :: Identifier │ scope_layer=1 │ [.] │ │ x :: Identifier │ scope_layer=1 │ [inert] │ │ refs :: Identifier │ │ [=] │ │ pool :: Identifier │ scope_layer=1 │ [vect] │ │ v1 :: Identifier │ scope_layer=1 │ [=] │ │ labels :: Identifier │ scope_layer=1 │ [call] │ │ similar :: Identifier │ scope_layer=1 │ [.] │ │ x :: Identifier │ scope_layer=1 │ [inert] │ │ refs :: Identifier │ │ [=] │ │ [ref] │ │ labels :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=145 │ 1 :: Value │ macro_source=145 │ [=] │ │ nlabels :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=145 │ [return] │ │ [call] │ │ _map_notpure :: Identifier │ scope_layer=1 │ f :: Identifier │ scope_layer=1 │ x :: Identifier │ scope_layer=1 │ 2 :: Value │ macro_source=145 │ invpool :: Identifier │ scope_layer=1 │ pool :: Identifier │ scope_layer=1 │ labels :: Identifier │ scope_layer=1 │ nlabels :: Identifier │ scope_layer=1 │ [call] │ │ Base.Docs.doc! :: Value │ macro_source=145 │ PooledArrays :: Value │ macro_source=145 │ [call] │ │ Base.Docs.Binding :: Value │ macro_source=145 │ Base :: Identifier │ scope_layer=1 │ [inert] │ │ map :: Identifier │ │ [call] │ macro_source=145 │ Base.Docs.docstr :: Value │ macro_source=145 │ [call] │ macro_source=145 │ Core.svec :: Value │ macro_source=145 │ " map(f, x::PooledArray; pure::Bool=false)\n\nTransform `PooledArray` `x` by applying `f` to each element.\n\nIf `pure=true` then `f` is applied to each element of pool of `x`\nexactly once (even if some elements in pool are not present it `x`).\nThis will typically be much faster when the proportion of unique values\nin `x` is small.\n\nIf `pure=false`, the returned array will use the same reference type\nas `x`, or `Int` if the number of unique values in the result is too large\nto fit in that type.\n" :: Value │ macro_source=145 │ [call] │ macro_source=145 │ Dict{Symbol, Any} :: Value │ macro_source=145 │ :path => "/home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl" :: Value │ macro_source=145 │ :linenumber => 322 :: Value │ macro_source=145 │ :module => PooledArrays :: Value │ macro_source=145 │ [where] │ │ [where] │ │ [where] │ │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ [curly] │ │ PooledArray :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ R :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ RA :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ RA :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ R :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ RA :: Identifier │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ R :: Identifier │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ val :: Identifier │ scope_layer=3 │ │ file = "/home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl" │ line = 322 └ mod = PooledArrays ERROR: LoadError: internal lowering bug: #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:336 =# - `jl_assert(!(haskey(ssa_rewrites, lhs_id)), _)`: multiple assignments to ssavalue Expression:  (= #₅ (call core.TypeVar :#T1 #₁₆₉/Any)) Containing expressions:  (= #₅ (call core.TypeVar :#T1 #₁₆₉/Any))  Detailed provenance:  (= #₅ (call core.TypeVar :#T1 #₁₆₉/Any)) @#= /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:366 =#  └─ (= #₅ (call core.TypeVar :#T1 #₂₅/Any)) @#= /source/usr/share/julia/JuliaLowering/src/closure_conversion.jl:197 =#  └─ (= #₅ (call core.TypeVar :#T1 #₂₅/Any)) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:231 =#  └─ (= #₅ (call core.TypeVar :#T1 Any)) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:231 =#  └─ (= #₅ (call core.TypeVar :#T1 Any))  └─ (call core.TypeVar :#T1 Any) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3025 =#  └─ (<: Any)  └─ (<: Any)  └─ (<: Any)  └─ (<: Any)  ├─ @ /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:336  └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:322 =#) " map(f, x::PooledArray; pure::Bool=false)\n\nTransform `PooledArray` `x` by applying `f` to each element.\n\nIf `pure=true` then `f` is applied to each element of pool of `x`\nexactly once (even if some elements in pool are not present it `x`).\nThis will typically be much faster when the proportion of unique values\nin `x` is small.\n\nIf `pure=false`, the returned array will use the same reference type\nas `x`, or `Int` if the number of unique values in the result is too large\nto fit in that type.\n" (function (where (:: (call (. Base (inert map)) (parameters (kw (:: pure Bool) false)) f (:: x (curly PooledArray (<: Any) R N RA))) (curly Union (curly PooledArray (<: Any) R N RA) (curly PooledArray (<: Any) Int N (call typeof (call similar (. x (inert refs)) Int (call ntuple (-> i (block 0)) (call ndims (. x (inert refs))))))))) R N RA) (block (&& pure (return (call _map_pure f x))) (&& (call == (call length x) 0) (return (call PooledArray (comprehension (generator (call f v) (= v x)))))) (= v1 (call f (ref x 1))) (= invpool (call Dict (call => v1 (call one (call eltype (. x (inert refs))))))) (= pool (vect v1)) (= labels (call similar (. x (inert refs)))) (= (ref labels 1) 1) (= nlabels 1) (return (call _map_notpure f x 2 invpool pool labels nlabels)))))  └─ @ /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:322  Stacktrace:  [1] iterate(A::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}})  @ Base /source/usr/share/julia/JuliaLowering/src/ast.jl:23 [inlined]  [2] renumber_body(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, input_code::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, slot_rewrites::Dict{Int64, Int64})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1106  [3] compile_lambda(outer_ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1223  [4] compile(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, needs_value::Bool, in_tail_pos::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:851  [5] compile(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, needs_value::Bool, in_tail_pos::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:712  [6] compile_body(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1007  [7] compile_lambda(outer_ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1163  [8] linearize_ir(ctx::Base.JuliaLowering.ClosureConversionCtx{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1253  [9] 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:33  [10] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [11] 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  [12] top-level scope  @ stdin:5  [13] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [14] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [15] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [16] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [17] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:1 in expression starting at stdin:5 ✗ PooledArrays 21.4 s ✓ CodecZlib 0.5 s ✓ TableTraits 0.6 s ✓ Compat → CompatLinearAlgebraExt 2.8 s ✓ JLLWrappers 2.4 s ✓ PrecompileTools 166.1 s ✓ Tables 163.5 s ✓ FilePathsBase 3.0 s ✓ Libiconv_jll 25.6 s ✓ Parsers 37.6 s ✓ StructUtils → StructUtilsTablesExt 58.2 s ✓ FilePathsBase → FilePathsBaseTestExt 56.7 s ✓ FilePathsBase → FilePathsBaseMmapExt 48.5 s ✓ StringEncodings 3.1 s ✓ XML2_jll 95.9 s ✓ JSON 44.0 s ✓ InlineStrings → ParsersExt 71.7 s ✓ YAML ┌ Info: JuliaLowering threw given input: │ code = │ :(function init_error_handler() │ #= /home/pkgeval/.julia/packages/EzXML/ROYMh/src/error.jl:59 =# │ #= /home/pkgeval/.julia/packages/EzXML/ROYMh/src/error.jl:60 =# │ error_handler = #= /home/pkgeval/.julia/packages/EzXML/ROYMh/src/error.jl:60 =# @cfunction Cvoid (Ptr{Cvoid}, Ptr{Cvoid}) do ctx, err_ptr │ #= /home/pkgeval/.julia/packages/EzXML/ROYMh/src/error.jl:61 =# │ if ctx == pointer_from_objref(_Error) │ #= /home/pkgeval/.julia/packages/EzXML/ROYMh/src/error.jl:62 =# │ err = unsafe_load(convert(Ptr{_Error}, err_ptr)) │ #= /home/pkgeval/.julia/packages/EzXML/ROYMh/src/error.jl:63 =# │ push!(XML_GLOBAL_ERROR_STACK, XMLError(err.domain, err.code, chomp(unsafe_string(err.message)), err.level, err.line)) │ end │ #= /home/pkgeval/.julia/packages/EzXML/ROYMh/src/error.jl:65 =# │ return │ end │ #= /home/pkgeval/.julia/packages/EzXML/ROYMh/src/error.jl:67 =# │ ccall((:xmlSetStructuredErrorFunc, libxml2), Cvoid, (Ptr{Cvoid}, Ptr{Cvoid}), pointer_from_objref(_Error), error_handler) │ 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__ │ [function] │ │ [call] │ │ init_error_handler :: Identifier │ │ [block] │ │ [=] │ │ error_handler :: Identifier │ │ [do] │ │ [macrocall] │ │ @cfunction :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/EzXML/ROYMh/src/error.jl:60 =#) :: Value │ │ Cvoid :: Identifier │ │ [tuple] │ │ [curly] │ │ Ptr :: Identifier │ │ Cvoid :: Identifier │ │ [curly] │ │ Ptr :: Identifier │ │ Cvoid :: Identifier │ │ [->] │ │ [tuple] │ │ ctx :: Identifier │ │ err_ptr :: Identifier │ │ [block] │ │ [if] │ │ [call] │ │ == :: Identifier │ │ ctx :: Identifier │ │ [call] │ │ pointer_from_objref :: Identifier │ │ _Error :: Identifier │ │ [block] │ │ [=] │ │ err :: Identifier │ │ [call] │ │ unsafe_load :: Identifier │ │ [call] │ │ convert :: Identifier │ │ [curly] │ │ Ptr :: Identifier │ │ _Error :: Identifier │ │ err_ptr :: Identifier │ │ [call] │ │ push! :: Identifier │ │ XML_GLOBAL_ERROR_STACK :: Identifier │ │ [call] │ │ XMLError :: Identifier │ │ [.] │ │ err :: Identifier │ │ [inert] │ │ domain :: Identifier │ │ [.] │ │ err :: Identifier │ │ [inert] │ │ code :: Identifier │ │ [call] │ │ chomp :: Identifier │ │ [call] │ │ unsafe_string :: Identifier │ │ [.] │ │ err :: Identifier │ │ [inert] │ │ message :: Identifier │ │ [.] │ │ err :: Identifier │ │ [inert] │ │ level :: Identifier │ │ [.] │ │ err :: Identifier │ │ [inert] │ │ line :: Identifier │ │ [return] │ │ nothing :: Value │ │ [call] │ │ ccall :: Identifier │ │ [tuple] │ │ [inert] │ │ xmlSetStructuredErrorFunc :: Identifier │ │ libxml2 :: Identifier │ │ Cvoid :: Identifier │ │ [tuple] │ │ [curly] │ │ Ptr :: Identifier │ │ Cvoid :: Identifier │ │ [curly] │ │ Ptr :: Identifier │ │ Cvoid :: Identifier │ │ [call] │ │ pointer_from_objref :: Identifier │ │ _Error :: Identifier │ │ error_handler :: Identifier │ │ │ st1 = nothing │ file = "/home/pkgeval/.julia/packages/EzXML/ROYMh/src/error.jl" │ line = 59 └ mod = EzXML ERROR: LoadError: MethodError: no method matching iterate(::Nothing) The function `iterate` exists, but no method is defined for this combination of argument types.  Closest candidates are:  iterate(!Matched::Compiler.AbsIntCycle, !Matched::Int64)  @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1088  iterate(!Matched::Compiler.AbsIntCycle)  @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1087  iterate(!Matched::Compiler.BitSetBoundedMinPrioritySet, Any...)  @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:68  ...  Stacktrace:  [1] isempty(itr::Nothing)  @ Base ./essentials.jl:1197  [2] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:345  [3] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:427  [4] #expand_forms_1##2  @ /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447 [inlined]  [5] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{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  [6] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447  [7] #expand_forms_1##2  @ /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447 [inlined]  [8] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{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  [9] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447  [10] #expand_forms_1##2  @ /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447 [inlined]  [11] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{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  [12] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447  [13] #expand_forms_1##2  @ /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447 [inlined]  [14] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{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  [15] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447  [16] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:471  [17] 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:29  [18] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [19] top-level scope  @ ~/.julia/packages/EzXML/ROYMh/src/EzXML.jl:108  [20] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [21] 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  [22] top-level scope  @ stdin:5  [23] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [24] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [25] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [26] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [27] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/EzXML/ROYMh/src/error.jl:59 in expression starting at /home/pkgeval/.julia/packages/EzXML/ROYMh/src/EzXML.jl:1 in expression starting at stdin:5  caused by: MethodError: no method matching var"@cfunction"(::LineNumberNode, ::Module, ::Symbol, ::Expr) The function `@cfunction` exists, but no method is defined for this combination of argument types.  Closest candidates are:  var"@cfunction"(::LineNumberNode, ::Module, ::Any, ::Any, !Matched::Any)  @ Base c.jl:64  var"@cfunction"(!Matched::Base.JuliaLowering.MacroContext, ::Any, ::Any, ::Any)  @ Base /source/usr/share/julia/JuliaLowering/src/syntax_macros.jl:81  Stacktrace:  [1] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:342  [2] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:427  [3] #expand_forms_1##2  @ /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447 [inlined]  [4] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{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  [5] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447  [6] #expand_forms_1##2  @ /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447 [inlined]  [7] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{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  [8] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447  [9] #expand_forms_1##2  @ /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447 [inlined]  [10] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{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  [11] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447  [12] #expand_forms_1##2  @ /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447 [inlined]  [13] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{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  [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447  [15] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:471  [16] 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:29  [17] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [18] top-level scope  @ ~/.julia/packages/EzXML/ROYMh/src/EzXML.jl:108  [19] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [20] 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  [21] top-level scope  @ stdin:5  [22] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [23] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [24] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [25] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [26] _start()  @ Base ./client.jl:596 ✗ EzXML 347.9 s ✓ WeakRefStrings ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("2dfb63ee-cc39-5dd5-95bd-886bf059d720"), "PooledArrays") 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:2818  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2672  [4] macro expansion  @ ./loading.jl:2599 [inlined]  [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String)  @ Base ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2563  [7] require  @ ./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/CSV/LiiJM/src/CSV.jl:38  [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:3271  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [18] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [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/CSV/LiiJM/src/CSV.jl:1 in expression starting at stdin:5 ✗ CSV ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("336ed68f-0bac-5ca0-87d4-7b16caf5d00b"), "CSV") 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:2818  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2672  [4] macro expansion  @ ./loading.jl:2599 [inlined]  [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String)  @ Base ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2563  [7] require  @ ./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/Serde/MXzvg/src/Par/ParCsv.jl:6  [13] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [14] top-level scope  @ ~/.julia/packages/Serde/MXzvg/src/Par/Par.jl:12  [15] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [16] top-level scope  @ ~/.julia/packages/Serde/MXzvg/src/Serde.jl:39  [17] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [18] 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  [19] top-level scope  @ stdin:5  [20] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [21] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [22] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [23] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [24] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Serde/MXzvg/src/Par/ParCsv.jl:1 in expression starting at /home/pkgeval/.julia/packages/Serde/MXzvg/src/Par/Par.jl:12 in expression starting at /home/pkgeval/.julia/packages/Serde/MXzvg/src/Serde.jl:1 in expression starting at stdin:5 ✗ Serde 29 dependencies successfully precompiled in 1976 seconds. 23 already precompiled. Precompilation completed after 1993.82s ################################################################################ # Testing # Testing EasyCurl Status `/tmp/jl_LjZiJD/Project.toml` [5dc68c43] EasyCurl v4.3.1 [db9b398d] Serde v3.7.1 [b27032c2] LibCURL v1.0.0 [9a3f8284] Random v1.11.0 [6462fe0b] Sockets v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_LjZiJD/Manifest.toml` [336ed68f] CSV v0.10.16 [944b1d66] CodecZlib v0.7.8 [34da2185] Compat v4.18.1 [9a962f9c] DataAPI v1.16.0 [e2d170a0] DataValueInterfaces v1.0.0 [5dc68c43] EasyCurl v4.3.1 [8f5d6c58] EzXML v1.2.3 [48062228] FilePathsBase v0.9.24 [842dd82b] InlineStrings v1.4.5 [82899510] IteratorInterfaceExtensions v1.0.0 [692b3bcd] JLLWrappers v1.8.0 [682c06a0] JSON v1.6.0 [bac558e1] OrderedCollections v1.8.1 [69de0a69] Parsers v2.8.4 [2dfb63ee] PooledArrays v1.4.3 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [91c51154] SentinelArrays v1.4.10 [db9b398d] Serde v3.7.1 [69024149] StringEncodings v0.3.7 [ec057cc2] StructUtils v2.8.2 [3783bdb8] TableTraits v1.0.1 [bd369af6] Tables v1.12.1 [3bb67fe8] TranscodingStreams v0.11.3 [ea10d353] WeakRefStrings v1.4.3 [76eceee3] WorkerUtilities v1.6.1 [ddb6d928] YAML v0.4.16 [94ce4f54] Libiconv_jll v1.18.0+0 [02c8fc9c] XML2_jll v2.15.1+0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [9fa8497b] Future v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [b27032c2] LibCURL v1.0.0 [8f399da3] Libdl v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.1+0 [deac9b47] LibCURL_jll v8.20.0+1 [29816b5a] LibSSH2_jll v1.11.101+0 [14a3606d] MozillaCACerts_jll v2026.5.14 [458c3c95] OpenSSL_jll v3.5.6+0 [83775a58] Zlib_jll v1.3.2+0 [3161d3a3] Zstd_jll v1.5.7+1 [8e850ede] nghttp2_jll v1.69.0+0 Testing Running tests... ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:322 =# Core.@doc " map(f, x::PooledArray; pure::Bool=false)\n\nTransform `PooledArray` `x` by applying `f` to each element.\n\nIf `pure=true` then `f` is applied to each element of pool of `x`\nexactly once (even if some elements in pool are not present it `x`).\nThis will typically be much faster when the proportion of unique values\nin `x` is small.\n\nIf `pure=false`, the returned array will use the same reference type\nas `x`, or `Int` if the number of unique values in the result is too large\nto fit in that type.\n" function (Base.map(f, x::PooledArray{<:Any, R, N, RA}; pure::Bool = false)::Union{PooledArray{<:Any, R, N, RA}, PooledArray{<:Any, Int, N, typeof(similar(x.refs, Int, ntuple((i->begin │ #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:338 =# │ 0 │ end), ndims(x.refs))))}}) where {R, N, RA} │ #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:336 =# │ #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:339 =# │ pure && return _map_pure(f, x) │ #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:340 =# │ length(x) == 0 && return PooledArray([f(v) for v = x]) │ #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:341 =# │ v1 = f(x[1]) │ #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:342 =# │ invpool = Dict(v1 => one(eltype(x.refs))) │ #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:343 =# │ pool = [v1] │ #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:344 =# │ labels = similar(x.refs) │ #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:345 =# │ labels[1] = 1 │ #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:346 =# │ nlabels = 1 │ #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:347 =# │ return _map_notpure(f, x, 2, invpool, pool, labels, nlabels) │ 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/PooledArrays/Vy2X0/src/PooledArrays.jl:322 =#) :: Value │ │ " map(f, x::PooledArray; pure::Bool=false)\n\nTransform `PooledArray` `x` by applying `f` to each element.\n\nIf `pure=true` then `f` is applied to each element of pool of `x`\nexactly once (even if some elements in pool are not present it `x`).\nThis will typically be much faster when the proportion of unique values\nin `x` is small.\n\nIf `pure=false`, the returned array will use the same reference type\nas `x`, or `Int` if the number of unique values in the result is too large\nto fit in that type.\n" :: Value │ │ [function] │ │ [where] │ │ [::] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ map :: Identifier │ │ [parameters] │ │ [kw] │ │ [::] │ │ pure :: Identifier │ │ Bool :: Identifier │ │ false :: Value │ │ f :: Identifier │ │ [::] │ │ x :: Identifier │ │ [curly] │ │ PooledArray :: Identifier │ │ [<:] │ │ Any :: Identifier │ │ R :: Identifier │ │ N :: Identifier │ │ RA :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ [curly] │ │ PooledArray :: Identifier │ │ [<:] │ │ Any :: Identifier │ │ R :: Identifier │ │ N :: Identifier │ │ RA :: Identifier │ │ [curly] │ │ PooledArray :: Identifier │ │ [<:] │ │ Any :: Identifier │ │ Int :: Identifier │ │ N :: Identifier │ │ [call] │ │ typeof :: Identifier │ │ [call] │ │ similar :: Identifier │ │ [.] │ │ x :: Identifier │ │ [inert] │ │ refs :: Identifier │ │ Int :: Identifier │ │ [call] │ │ ntuple :: Identifier │ │ [->] │ │ i :: Identifier │ │ [block] │ │ 0 :: Value │ │ [call] │ │ ndims :: Identifier │ │ [.] │ │ x :: Identifier │ │ [inert] │ │ refs :: Identifier │ │ R :: Identifier │ │ N :: Identifier │ │ RA :: Identifier │ │ [block] │ │ [&&] │ │ pure :: Identifier │ │ [return] │ │ [call] │ │ _map_pure :: Identifier │ │ f :: Identifier │ │ x :: Identifier │ │ [&&] │ │ [call] │ │ == :: Identifier │ │ [call] │ │ length :: Identifier │ │ x :: Identifier │ │ 0 :: Value │ │ [return] │ │ [call] │ │ PooledArray :: Identifier │ │ [comprehension] │ │ [generator] │ │ [call] │ │ f :: Identifier │ │ v :: Identifier │ │ [=] │ │ v :: Identifier │ │ x :: Identifier │ │ [=] │ │ v1 :: Identifier │ │ [call] │ │ f :: Identifier │ │ [ref] │ │ x :: Identifier │ │ 1 :: Value │ │ [=] │ │ invpool :: Identifier │ │ [call] │ │ Dict :: Identifier │ │ [call] │ │ => :: Identifier │ │ v1 :: Identifier │ │ [call] │ │ one :: Identifier │ │ [call] │ │ eltype :: Identifier │ │ [.] │ │ x :: Identifier │ │ [inert] │ │ refs :: Identifier │ │ [=] │ │ pool :: Identifier │ │ [vect] │ │ v1 :: Identifier │ │ [=] │ │ labels :: Identifier │ │ [call] │ │ similar :: Identifier │ │ [.] │ │ x :: Identifier │ │ [inert] │ │ refs :: Identifier │ │ [=] │ │ [ref] │ │ labels :: Identifier │ │ 1 :: Value │ │ 1 :: Value │ │ [=] │ │ nlabels :: Identifier │ │ 1 :: Value │ │ [return] │ │ [call] │ │ _map_notpure :: Identifier │ │ f :: Identifier │ │ x :: Identifier │ │ 2 :: Value │ │ invpool :: Identifier │ │ pool :: Identifier │ │ labels :: Identifier │ │ nlabels :: 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] │ │ [where] │ │ [::] │ │ [call] │ │ [.] │ │ Base :: Identifier │ scope_layer=1 │ [inert] │ │ map :: Identifier │ │ [parameters] │ │ [kw] │ │ [::] │ │ pure :: Identifier │ scope_layer=1 │ Bool :: Identifier │ scope_layer=1 │ false :: Value │ macro_source=145 │ f :: Identifier │ scope_layer=1 │ [::] │ │ x :: Identifier │ scope_layer=1 │ [curly] │ │ PooledArray :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ R :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ RA :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ [curly] │ │ PooledArray :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ R :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ RA :: Identifier │ scope_layer=1 │ [curly] │ │ PooledArray :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ Int :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ [call] │ │ typeof :: Identifier │ scope_layer=1 │ [call] │ │ similar :: Identifier │ scope_layer=1 │ [.] │ │ x :: Identifier │ scope_layer=1 │ [inert] │ │ refs :: Identifier │ │ Int :: Identifier │ scope_layer=1 │ [call] │ │ ntuple :: Identifier │ scope_layer=1 │ [->] │ │ i :: Identifier │ scope_layer=1 │ [block] │ macro_source=145 │ 0 :: Value │ macro_source=145 │ [call] │ │ ndims :: Identifier │ scope_layer=1 │ [.] │ │ x :: Identifier │ scope_layer=1 │ [inert] │ │ refs :: Identifier │ │ R :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ RA :: Identifier │ scope_layer=1 │ [block] │ │ [&&] │ │ pure :: Identifier │ scope_layer=1 │ [return] │ │ [call] │ │ _map_pure :: Identifier │ scope_layer=1 │ f :: Identifier │ scope_layer=1 │ x :: Identifier │ scope_layer=1 │ [&&] │ │ [call] │ │ == :: Identifier │ scope_layer=1 │ [call] │ │ length :: Identifier │ scope_layer=1 │ x :: Identifier │ scope_layer=1 │ 0 :: Value │ macro_source=145 │ [return] │ │ [call] │ │ PooledArray :: Identifier │ scope_layer=1 │ [comprehension] │ │ [generator] │ │ [call] │ │ f :: Identifier │ scope_layer=1 │ v :: Identifier │ scope_layer=1 │ [=] │ │ v :: Identifier │ scope_layer=1 │ x :: Identifier │ scope_layer=1 │ [=] │ │ v1 :: Identifier │ scope_layer=1 │ [call] │ │ f :: Identifier │ scope_layer=1 │ [ref] │ │ x :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=145 │ [=] │ │ invpool :: Identifier │ scope_layer=1 │ [call] │ │ Dict :: Identifier │ scope_layer=1 │ [call] │ │ => :: Identifier │ scope_layer=1 │ v1 :: Identifier │ scope_layer=1 │ [call] │ │ one :: Identifier │ scope_layer=1 │ [call] │ │ eltype :: Identifier │ scope_layer=1 │ [.] │ │ x :: Identifier │ scope_layer=1 │ [inert] │ │ refs :: Identifier │ │ [=] │ │ pool :: Identifier │ scope_layer=1 │ [vect] │ │ v1 :: Identifier │ scope_layer=1 │ [=] │ │ labels :: Identifier │ scope_layer=1 │ [call] │ │ similar :: Identifier │ scope_layer=1 │ [.] │ │ x :: Identifier │ scope_layer=1 │ [inert] │ │ refs :: Identifier │ │ [=] │ │ [ref] │ │ labels :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=145 │ 1 :: Value │ macro_source=145 │ [=] │ │ nlabels :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=145 │ [return] │ │ [call] │ │ _map_notpure :: Identifier │ scope_layer=1 │ f :: Identifier │ scope_layer=1 │ x :: Identifier │ scope_layer=1 │ 2 :: Value │ macro_source=145 │ invpool :: Identifier │ scope_layer=1 │ pool :: Identifier │ scope_layer=1 │ labels :: Identifier │ scope_layer=1 │ nlabels :: Identifier │ scope_layer=1 │ [call] │ │ Base.Docs.doc! :: Value │ macro_source=145 │ PooledArrays :: Value │ macro_source=145 │ [call] │ │ Base.Docs.Binding :: Value │ macro_source=145 │ Base :: Identifier │ scope_layer=1 │ [inert] │ │ map :: Identifier │ │ [call] │ macro_source=145 │ Base.Docs.docstr :: Value │ macro_source=145 │ [call] │ macro_source=145 │ Core.svec :: Value │ macro_source=145 │ " map(f, x::PooledArray; pure::Bool=false)\n\nTransform `PooledArray` `x` by applying `f` to each element.\n\nIf `pure=true` then `f` is applied to each element of pool of `x`\nexactly once (even if some elements in pool are not present it `x`).\nThis will typically be much faster when the proportion of unique values\nin `x` is small.\n\nIf `pure=false`, the returned array will use the same reference type\nas `x`, or `Int` if the number of unique values in the result is too large\nto fit in that type.\n" :: Value │ macro_source=145 │ [call] │ macro_source=145 │ Dict{Symbol, Any} :: Value │ macro_source=145 │ :path => "/home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl" :: Value │ macro_source=145 │ :linenumber => 322 :: Value │ macro_source=145 │ :module => PooledArrays :: Value │ macro_source=145 │ [where] │ │ [where] │ │ [where] │ │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ [curly] │ │ PooledArray :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ R :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ RA :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ RA :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ R :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ RA :: Identifier │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ R :: Identifier │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ val :: Identifier │ scope_layer=3 │ │ file = "/home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl" │ line = 322 └ mod = PooledArrays ERROR: LoadError: internal lowering bug: #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:336 =# - `jl_assert(!(haskey(ssa_rewrites, lhs_id)), _)`: multiple assignments to ssavalue Expression:  (= #₅ (call core.TypeVar :#T1 #₁₆₉/Any)) Containing expressions:  (= #₅ (call core.TypeVar :#T1 #₁₆₉/Any))  Detailed provenance:  (= #₅ (call core.TypeVar :#T1 #₁₆₉/Any)) @#= /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:366 =#  └─ (= #₅ (call core.TypeVar :#T1 #₂₅/Any)) @#= /source/usr/share/julia/JuliaLowering/src/closure_conversion.jl:197 =#  └─ (= #₅ (call core.TypeVar :#T1 #₂₅/Any)) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:231 =#  └─ (= #₅ (call core.TypeVar :#T1 Any)) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:231 =#  └─ (= #₅ (call core.TypeVar :#T1 Any))  └─ (call core.TypeVar :#T1 Any) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3025 =#  └─ (<: Any)  └─ (<: Any)  └─ (<: Any)  └─ (<: Any)  ├─ @ /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:336  └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:322 =#) " map(f, x::PooledArray; pure::Bool=false)\n\nTransform `PooledArray` `x` by applying `f` to each element.\n\nIf `pure=true` then `f` is applied to each element of pool of `x`\nexactly once (even if some elements in pool are not present it `x`).\nThis will typically be much faster when the proportion of unique values\nin `x` is small.\n\nIf `pure=false`, the returned array will use the same reference type\nas `x`, or `Int` if the number of unique values in the result is too large\nto fit in that type.\n" (function (where (:: (call (. Base (inert map)) (parameters (kw (:: pure Bool) false)) f (:: x (curly PooledArray (<: Any) R N RA))) (curly Union (curly PooledArray (<: Any) R N RA) (curly PooledArray (<: Any) Int N (call typeof (call similar (. x (inert refs)) Int (call ntuple (-> i (block 0)) (call ndims (. x (inert refs))))))))) R N RA) (block (&& pure (return (call _map_pure f x))) (&& (call == (call length x) 0) (return (call PooledArray (comprehension (generator (call f v) (= v x)))))) (= v1 (call f (ref x 1))) (= invpool (call Dict (call => v1 (call one (call eltype (. x (inert refs))))))) (= pool (vect v1)) (= labels (call similar (. x (inert refs)))) (= (ref labels 1) 1) (= nlabels 1) (return (call _map_notpure f x 2 invpool pool labels nlabels)))))  └─ @ /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:322  Stacktrace:  [1] iterate(A::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}})  @ Base /source/usr/share/julia/JuliaLowering/src/ast.jl:23 [inlined]  [2] renumber_body(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, input_code::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, slot_rewrites::Dict{Int64, Int64})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1106  [3] compile_lambda(outer_ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1223  [4] compile(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, needs_value::Bool, in_tail_pos::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:851  [5] compile(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, needs_value::Bool, in_tail_pos::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:712  [6] compile_body(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1007  [7] compile_lambda(outer_ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1163  [8] linearize_ir(ctx::Base.JuliaLowering.ClosureConversionCtx{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1253  [9] 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:33  [10] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [11] 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  [12] top-level scope  @ stdin:5  [13] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [14] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [15] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [16] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [17] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:1 in expression starting at stdin:5 ┌ 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 ┌ Info: JuliaLowering threw given input: │ code = │ :(function init_error_handler() │ #= /home/pkgeval/.julia/packages/EzXML/ROYMh/src/error.jl:59 =# │ #= /home/pkgeval/.julia/packages/EzXML/ROYMh/src/error.jl:60 =# │ error_handler = #= /home/pkgeval/.julia/packages/EzXML/ROYMh/src/error.jl:60 =# @cfunction Cvoid (Ptr{Cvoid}, Ptr{Cvoid}) do ctx, err_ptr │ #= /home/pkgeval/.julia/packages/EzXML/ROYMh/src/error.jl:61 =# │ if ctx == pointer_from_objref(_Error) │ #= /home/pkgeval/.julia/packages/EzXML/ROYMh/src/error.jl:62 =# │ err = unsafe_load(convert(Ptr{_Error}, err_ptr)) │ #= /home/pkgeval/.julia/packages/EzXML/ROYMh/src/error.jl:63 =# │ push!(XML_GLOBAL_ERROR_STACK, XMLError(err.domain, err.code, chomp(unsafe_string(err.message)), err.level, err.line)) │ end │ #= /home/pkgeval/.julia/packages/EzXML/ROYMh/src/error.jl:65 =# │ return │ end │ #= /home/pkgeval/.julia/packages/EzXML/ROYMh/src/error.jl:67 =# │ ccall((:xmlSetStructuredErrorFunc, libxml2), Cvoid, (Ptr{Cvoid}, Ptr{Cvoid}), pointer_from_objref(_Error), error_handler) │ 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__ │ [function] │ │ [call] │ │ init_error_handler :: Identifier │ │ [block] │ │ [=] │ │ error_handler :: Identifier │ │ [do] │ │ [macrocall] │ │ @cfunction :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/EzXML/ROYMh/src/error.jl:60 =#) :: Value │ │ Cvoid :: Identifier │ │ [tuple] │ │ [curly] │ │ Ptr :: Identifier │ │ Cvoid :: Identifier │ │ [curly] │ │ Ptr :: Identifier │ │ Cvoid :: Identifier │ │ [->] │ │ [tuple] │ │ ctx :: Identifier │ │ err_ptr :: Identifier │ │ [block] │ │ [if] │ │ [call] │ │ == :: Identifier │ │ ctx :: Identifier │ │ [call] │ │ pointer_from_objref :: Identifier │ │ _Error :: Identifier │ │ [block] │ │ [=] │ │ err :: Identifier │ │ [call] │ │ unsafe_load :: Identifier │ │ [call] │ │ convert :: Identifier │ │ [curly] │ │ Ptr :: Identifier │ │ _Error :: Identifier │ │ err_ptr :: Identifier │ │ [call] │ │ push! :: Identifier │ │ XML_GLOBAL_ERROR_STACK :: Identifier │ │ [call] │ │ XMLError :: Identifier │ │ [.] │ │ err :: Identifier │ │ [inert] │ │ domain :: Identifier │ │ [.] │ │ err :: Identifier │ │ [inert] │ │ code :: Identifier │ │ [call] │ │ chomp :: Identifier │ │ [call] │ │ unsafe_string :: Identifier │ │ [.] │ │ err :: Identifier │ │ [inert] │ │ message :: Identifier │ │ [.] │ │ err :: Identifier │ │ [inert] │ │ level :: Identifier │ │ [.] │ │ err :: Identifier │ │ [inert] │ │ line :: Identifier │ │ [return] │ │ nothing :: Value │ │ [call] │ │ ccall :: Identifier │ │ [tuple] │ │ [inert] │ │ xmlSetStructuredErrorFunc :: Identifier │ │ libxml2 :: Identifier │ │ Cvoid :: Identifier │ │ [tuple] │ │ [curly] │ │ Ptr :: Identifier │ │ Cvoid :: Identifier │ │ [curly] │ │ Ptr :: Identifier │ │ Cvoid :: Identifier │ │ [call] │ │ pointer_from_objref :: Identifier │ │ _Error :: Identifier │ │ error_handler :: Identifier │ │ │ st1 = nothing │ file = "/home/pkgeval/.julia/packages/EzXML/ROYMh/src/error.jl" │ line = 59 └ mod = EzXML ERROR: LoadError: MethodError: no method matching iterate(::Nothing) The function `iterate` exists, but no method is defined for this combination of argument types.  Closest candidates are:  iterate(!Matched::Compiler.AbsIntCycle, !Matched::Int64)  @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1088  iterate(!Matched::Compiler.AbsIntCycle)  @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1087  iterate(!Matched::Compiler.BitSetBoundedMinPrioritySet, Any...)  @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:68  ...  Stacktrace:  [1] isempty(itr::Nothing)  @ Base ./essentials.jl:1197  [2] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:345  [3] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:427  [4] #expand_forms_1##2  @ /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447 [inlined]  [5] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{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  [6] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447  [7] #expand_forms_1##2  @ /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447 [inlined]  [8] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{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  [9] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447  [10] #expand_forms_1##2  @ /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447 [inlined]  [11] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{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  [12] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447  [13] #expand_forms_1##2  @ /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447 [inlined]  [14] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{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  [15] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447  [16] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:471  [17] 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:29  [18] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [19] top-level scope  @ ~/.julia/packages/EzXML/ROYMh/src/EzXML.jl:108  [20] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [21] 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  [22] top-level scope  @ stdin:5  [23] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [24] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [25] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [26] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [27] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/EzXML/ROYMh/src/error.jl:59 in expression starting at /home/pkgeval/.julia/packages/EzXML/ROYMh/src/EzXML.jl:1 in expression starting at stdin:5  caused by: MethodError: no method matching var"@cfunction"(::LineNumberNode, ::Module, ::Symbol, ::Expr) The function `@cfunction` exists, but no method is defined for this combination of argument types.  Closest candidates are:  var"@cfunction"(::LineNumberNode, ::Module, ::Any, ::Any, !Matched::Any)  @ Base c.jl:64  var"@cfunction"(!Matched::Base.JuliaLowering.MacroContext, ::Any, ::Any, ::Any)  @ Base /source/usr/share/julia/JuliaLowering/src/syntax_macros.jl:81  Stacktrace:  [1] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:342  [2] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:427  [3] #expand_forms_1##2  @ /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447 [inlined]  [4] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{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  [5] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447  [6] #expand_forms_1##2  @ /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447 [inlined]  [7] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{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  [8] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447  [9] #expand_forms_1##2  @ /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447 [inlined]  [10] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{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  [11] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447  [12] #expand_forms_1##2  @ /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447 [inlined]  [13] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{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  [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447  [15] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:471  [16] 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:29  [17] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [18] top-level scope  @ ~/.julia/packages/EzXML/ROYMh/src/EzXML.jl:108  [19] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [20] 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  [21] top-level scope  @ stdin:5  [22] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [23] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [24] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [25] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [26] _start()  @ Base ./client.jl:596 ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("2dfb63ee-cc39-5dd5-95bd-886bf059d720"), "PooledArrays") 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:2818  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2672  [4] macro expansion  @ ./loading.jl:2599 [inlined]  [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String)  @ Base ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2563  [7] require  @ ./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/CSV/LiiJM/src/CSV.jl:38  [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:3271  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [18] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [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/CSV/LiiJM/src/CSV.jl:1 in expression starting at stdin:5 ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("336ed68f-0bac-5ca0-87d4-7b16caf5d00b"), "CSV") 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:2818  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2672  [4] macro expansion  @ ./loading.jl:2599 [inlined]  [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String)  @ Base ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2563  [7] require  @ ./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/Serde/MXzvg/src/Par/ParCsv.jl:6  [13] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [14] top-level scope  @ ~/.julia/packages/Serde/MXzvg/src/Par/Par.jl:12  [15] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [16] top-level scope  @ ~/.julia/packages/Serde/MXzvg/src/Serde.jl:39  [17] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [18] 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  [19] top-level scope  @ stdin:5  [20] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [21] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [22] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [23] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [24] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Serde/MXzvg/src/Par/ParCsv.jl:1 in expression starting at /home/pkgeval/.julia/packages/Serde/MXzvg/src/Par/Par.jl:12 in expression starting at /home/pkgeval/.julia/packages/Serde/MXzvg/src/Serde.jl:1 in expression starting at stdin:5 5 dependencies had output during precompilation: ┌ PooledArrays │ ┌ Info: JuliaLowering threw given input: │ │ code = │ │ :(#= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:322 =# Core.@doc " map(f, x::PooledArray; pure::Bool=false)\n\nTransform `PooledArray` `x` by applying `f` to each element.\n\nIf `pure=true` then `f` is applied to each element of pool of `x`\nexactly once (even if some elements in pool are not present it `x`).\nThis will typically be much faster when the proportion of unique values\nin `x` is small.\n\nIf `pure=false`, the returned array will use the same reference type\nas `x`, or `Int` if the number of unique values in the result is too large\nto fit in that type.\n" function (Base.map(f, x::PooledArray{<:Any, R, N, RA}; pure::Bool = false)::Union{PooledArray{<:Any, R, N, RA}, PooledArray{<:Any, Int, N, typeof(similar(x.refs, Int, ntuple((i->begin │ │ #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:338 =# │ │ 0 │ │ end), ndims(x.refs))))}}) where {R, N, RA} │ │ #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:336 =# │ │ #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:339 =# │ │ pure && return _map_pure(f, x) │ │ #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:340 =# │ │ length(x) == 0 && return PooledArray([f(v) for v = x]) │ │ #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:341 =# │ │ v1 = f(x[1]) │ │ #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:342 =# │ │ invpool = Dict(v1 => one(eltype(x.refs))) │ │ #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:343 =# │ │ pool = [v1] │ │ #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:344 =# │ │ labels = similar(x.refs) │ │ #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:345 =# │ │ labels[1] = 1 │ │ #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:346 =# │ │ nlabels = 1 │ │ #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:347 =# │ │ return _map_notpure(f, x, 2, invpool, pool, labels, nlabels) │ │ 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/PooledArrays/Vy2X0/src/PooledArrays.jl:322 =#) :: Value │ │ │ " map(f, x::PooledArray; pure::Bool=false)\n\nTransform `PooledArray` `x` by applying `f` to each element.\n\nIf `pure=true` then `f` is applied to each element of pool of `x`\nexactly once (even if some elements in pool are not present it `x`).\nThis will typically be much faster when the proportion of unique values\nin `x` is small.\n\nIf `pure=false`, the returned array will use the same reference type\nas `x`, or `Int` if the number of unique values in the result is too large\nto fit in that type.\n" :: Value │ │ │ [function] │ │ │ [where] │ │ │ [::] │ │ │ [call] │ │ │ [.] │ │ │ Base :: Identifier │ │ │ [inert] │ │ │ map :: Identifier │ │ │ [parameters] │ │ │ [kw] │ │ │ [::] │ │ │ pure :: Identifier │ │ │ Bool :: Identifier │ │ │ false :: Value │ │ │ f :: Identifier │ │ │ [::] │ │ │ x :: Identifier │ │ │ [curly] │ │ │ PooledArray :: Identifier │ │ │ [<:] │ │ │ Any :: Identifier │ │ │ R :: Identifier │ │ │ N :: Identifier │ │ │ RA :: Identifier │ │ │ [curly] │ │ │ Union :: Identifier │ │ │ [curly] │ │ │ PooledArray :: Identifier │ │ │ [<:] │ │ │ Any :: Identifier │ │ │ R :: Identifier │ │ │ N :: Identifier │ │ │ RA :: Identifier │ │ │ [curly] │ │ │ PooledArray :: Identifier │ │ │ [<:] │ │ │ Any :: Identifier │ │ │ Int :: Identifier │ │ │ N :: Identifier │ │ │ [call] │ │ │ typeof :: Identifier │ │ │ [call] │ │ │ similar :: Identifier │ │ │ [.] │ │ │ x :: Identifier │ │ │ [inert] │ │ │ refs :: Identifier │ │ │ Int :: Identifier │ │ │ [call] │ │ │ ntuple :: Identifier │ │ │ [->] │ │ │ i :: Identifier │ │ │ [block] │ │ │ 0 :: Value │ │ │ [call] │ │ │ ndims :: Identifier │ │ │ [.] │ │ │ x :: Identifier │ │ │ [inert] │ │ │ refs :: Identifier │ │ │ R :: Identifier │ │ │ N :: Identifier │ │ │ RA :: Identifier │ │ │ [block] │ │ │ [&&] │ │ │ pure :: Identifier │ │ │ [return] │ │ │ [call] │ │ │ _map_pure :: Identifier │ │ │ f :: Identifier │ │ │ x :: Identifier │ │ │ [&&] │ │ │ [call] │ │ │ == :: Identifier │ │ │ [call] │ │ │ length :: Identifier │ │ │ x :: Identifier │ │ │ 0 :: Value │ │ │ [return] │ │ │ [call] │ │ │ PooledArray :: Identifier │ │ │ [comprehension] │ │ │ [generator] │ │ │ [call] │ │ │ f :: Identifier │ │ │ v :: Identifier │ │ │ [=] │ │ │ v :: Identifier │ │ │ x :: Identifier │ │ │ [=] │ │ │ v1 :: Identifier │ │ │ [call] │ │ │ f :: Identifier │ │ │ [ref] │ │ │ x :: Identifier │ │ │ 1 :: Value │ │ │ [=] │ │ │ invpool :: Identifier │ │ │ [call] │ │ │ Dict :: Identifier │ │ │ [call] │ │ │ => :: Identifier │ │ │ v1 :: Identifier │ │ │ [call] │ │ │ one :: Identifier │ │ │ [call] │ │ │ eltype :: Identifier │ │ │ [.] │ │ │ x :: Identifier │ │ │ [inert] │ │ │ refs :: Identifier │ │ │ [=] │ │ │ pool :: Identifier │ │ │ [vect] │ │ │ v1 :: Identifier │ │ │ [=] │ │ │ labels :: Identifier │ │ │ [call] │ │ │ similar :: Identifier │ │ │ [.] │ │ │ x :: Identifier │ │ │ [inert] │ │ │ refs :: Identifier │ │ │ [=] │ │ │ [ref] │ │ │ labels :: Identifier │ │ │ 1 :: Value │ │ │ 1 :: Value │ │ │ [=] │ │ │ nlabels :: Identifier │ │ │ 1 :: Value │ │ │ [return] │ │ │ [call] │ │ │ _map_notpure :: Identifier │ │ │ f :: Identifier │ │ │ x :: Identifier │ │ │ 2 :: Value │ │ │ invpool :: Identifier │ │ │ pool :: Identifier │ │ │ labels :: Identifier │ │ │ nlabels :: 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] │ │ │ [where] │ │ │ [::] │ │ │ [call] │ │ │ [.] │ │ │ Base :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ map :: Identifier │ │ │ [parameters] │ │ │ [kw] │ │ │ [::] │ │ │ pure :: Identifier │ scope_layer=1 │ │ Bool :: Identifier │ scope_layer=1 │ │ false :: Value │ macro_source=145 │ │ f :: Identifier │ scope_layer=1 │ │ [::] │ │ │ x :: Identifier │ scope_layer=1 │ │ [curly] │ │ │ PooledArray :: Identifier │ scope_layer=1 │ │ [<:] │ scope_layer=1 │ │ Any :: Identifier │ scope_layer=1 │ │ R :: Identifier │ scope_layer=1 │ │ N :: Identifier │ scope_layer=1 │ │ RA :: Identifier │ scope_layer=1 │ │ [curly] │ │ │ Union :: Identifier │ scope_layer=1 │ │ [curly] │ │ │ PooledArray :: Identifier │ scope_layer=1 │ │ [<:] │ scope_layer=1 │ │ Any :: Identifier │ scope_layer=1 │ │ R :: Identifier │ scope_layer=1 │ │ N :: Identifier │ scope_layer=1 │ │ RA :: Identifier │ scope_layer=1 │ │ [curly] │ │ │ PooledArray :: Identifier │ scope_layer=1 │ │ [<:] │ scope_layer=1 │ │ Any :: Identifier │ scope_layer=1 │ │ Int :: Identifier │ scope_layer=1 │ │ N :: Identifier │ scope_layer=1 │ │ [call] │ │ │ typeof :: Identifier │ scope_layer=1 │ │ [call] │ │ │ similar :: Identifier │ scope_layer=1 │ │ [.] │ │ │ x :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ refs :: Identifier │ │ │ Int :: Identifier │ scope_layer=1 │ │ [call] │ │ │ ntuple :: Identifier │ scope_layer=1 │ │ [->] │ │ │ i :: Identifier │ scope_layer=1 │ │ [block] │ macro_source=145 │ │ 0 :: Value │ macro_source=145 │ │ [call] │ │ │ ndims :: Identifier │ scope_layer=1 │ │ [.] │ │ │ x :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ refs :: Identifier │ │ │ R :: Identifier │ scope_layer=1 │ │ N :: Identifier │ scope_layer=1 │ │ RA :: Identifier │ scope_layer=1 │ │ [block] │ │ │ [&&] │ │ │ pure :: Identifier │ scope_layer=1 │ │ [return] │ │ │ [call] │ │ │ _map_pure :: Identifier │ scope_layer=1 │ │ f :: Identifier │ scope_layer=1 │ │ x :: Identifier │ scope_layer=1 │ │ [&&] │ │ │ [call] │ │ │ == :: Identifier │ scope_layer=1 │ │ [call] │ │ │ length :: Identifier │ scope_layer=1 │ │ x :: Identifier │ scope_layer=1 │ │ 0 :: Value │ macro_source=145 │ │ [return] │ │ │ [call] │ │ │ PooledArray :: Identifier │ scope_layer=1 │ │ [comprehension] │ │ │ [generator] │ │ │ [call] │ │ │ f :: Identifier │ scope_layer=1 │ │ v :: Identifier │ scope_layer=1 │ │ [=] │ │ │ v :: Identifier │ scope_layer=1 │ │ x :: Identifier │ scope_layer=1 │ │ [=] │ │ │ v1 :: Identifier │ scope_layer=1 │ │ [call] │ │ │ f :: Identifier │ scope_layer=1 │ │ [ref] │ │ │ x :: Identifier │ scope_layer=1 │ │ 1 :: Value │ macro_source=145 │ │ [=] │ │ │ invpool :: Identifier │ scope_layer=1 │ │ [call] │ │ │ Dict :: Identifier │ scope_layer=1 │ │ [call] │ │ │ => :: Identifier │ scope_layer=1 │ │ v1 :: Identifier │ scope_layer=1 │ │ [call] │ │ │ one :: Identifier │ scope_layer=1 │ │ [call] │ │ │ eltype :: Identifier │ scope_layer=1 │ │ [.] │ │ │ x :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ refs :: Identifier │ │ │ [=] │ │ │ pool :: Identifier │ scope_layer=1 │ │ [vect] │ │ │ v1 :: Identifier │ scope_layer=1 │ │ [=] │ │ │ labels :: Identifier │ scope_layer=1 │ │ [call] │ │ │ similar :: Identifier │ scope_layer=1 │ │ [.] │ │ │ x :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ refs :: Identifier │ │ │ [=] │ │ │ [ref] │ │ │ labels :: Identifier │ scope_layer=1 │ │ 1 :: Value │ macro_source=145 │ │ 1 :: Value │ macro_source=145 │ │ [=] │ │ │ nlabels :: Identifier │ scope_layer=1 │ │ 1 :: Value │ macro_source=145 │ │ [return] │ │ │ [call] │ │ │ _map_notpure :: Identifier │ scope_layer=1 │ │ f :: Identifier │ scope_layer=1 │ │ x :: Identifier │ scope_layer=1 │ │ 2 :: Value │ macro_source=145 │ │ invpool :: Identifier │ scope_layer=1 │ │ pool :: Identifier │ scope_layer=1 │ │ labels :: Identifier │ scope_layer=1 │ │ nlabels :: Identifier │ scope_layer=1 │ │ [call] │ │ │ Base.Docs.doc! :: Value │ macro_source=145 │ │ PooledArrays :: Value │ macro_source=145 │ │ [call] │ │ │ Base.Docs.Binding :: Value │ macro_source=145 │ │ Base :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ map :: Identifier │ │ │ [call] │ macro_source=145 │ │ Base.Docs.docstr :: Value │ macro_source=145 │ │ [call] │ macro_source=145 │ │ Core.svec :: Value │ macro_source=145 │ │ " map(f, x::PooledArray; pure::Bool=false)\n\nTransform `PooledArray` `x` by applying `f` to each element.\n\nIf `pure=true` then `f` is applied to each element of pool of `x`\nexactly once (even if some elements in pool are not present it `x`).\nThis will typically be much faster when the proportion of unique values\nin `x` is small.\n\nIf `pure=false`, the returned array will use the same reference type\nas `x`, or `Int` if the number of unique values in the result is too large\nto fit in that type.\n" :: Value │ macro_source=145 │ │ [call] │ macro_source=145 │ │ Dict{Symbol, Any} :: Value │ macro_source=145 │ │ :path => "/home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl" :: Value │ macro_source=145 │ │ :linenumber => 322 :: Value │ macro_source=145 │ │ :module => PooledArrays :: Value │ macro_source=145 │ │ [where] │ │ │ [where] │ │ │ [where] │ │ │ [curly] │ │ │ Union :: Identifier │ scope_layer=1 │ │ [curly] │ │ │ Tuple :: Identifier │ scope_layer=1 │ │ Any :: Identifier │ scope_layer=1 │ │ [curly] │ │ │ PooledArray :: Identifier │ scope_layer=1 │ │ [<:] │ scope_layer=1 │ │ Any :: Identifier │ scope_layer=1 │ │ R :: Identifier │ scope_layer=1 │ │ N :: Identifier │ scope_layer=1 │ │ RA :: Identifier │ scope_layer=1 │ │ [curly] │ │ │ Tuple :: Identifier │ scope_layer=1 │ │ RA :: Identifier │ scope_layer=1 │ │ [curly] │ │ │ Tuple :: Identifier │ scope_layer=1 │ │ N :: Identifier │ scope_layer=1 │ │ [curly] │ │ │ Tuple :: Identifier │ scope_layer=1 │ │ R :: Identifier │ scope_layer=1 │ │ [<:] │ scope_layer=1 │ │ RA :: Identifier │ scope_layer=1 │ │ Any :: Identifier │ scope_layer=1 │ │ [<:] │ scope_layer=1 │ │ N :: Identifier │ scope_layer=1 │ │ Any :: Identifier │ scope_layer=1 │ │ [<:] │ scope_layer=1 │ │ R :: Identifier │ scope_layer=1 │ │ Any :: Identifier │ scope_layer=1 │ │ val :: Identifier │ scope_layer=3 │ │ │ │ file = "/home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl" │ │ line = 322 │ └ mod = PooledArrays │ ERROR: LoadError: internal lowering bug: │ #= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:336 =# - `jl_assert(!(haskey(ssa_rewrites, lhs_id)), _)`: multiple assignments to ssavalue │ Expression: │ (= #₅ (call core.TypeVar :#T1 #₁₆₉/Any)) │ Containing expressions: │ (= #₅ (call core.TypeVar :#T1 #₁₆₉/Any)) │ │ Detailed provenance: │ (= #₅ (call core.TypeVar :#T1 #₁₆₉/Any)) @#= /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:366 =# │ └─ (= #₅ (call core.TypeVar :#T1 #₂₅/Any)) @#= /source/usr/share/julia/JuliaLowering/src/closure_conversion.jl:197 =# │ └─ (= #₅ (call core.TypeVar :#T1 #₂₅/Any)) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:231 =# │ └─ (= #₅ (call core.TypeVar :#T1 Any)) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:231 =# │ └─ (= #₅ (call core.TypeVar :#T1 Any)) │ └─ (call core.TypeVar :#T1 Any) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3025 =# │ └─ (<: Any) │ └─ (<: Any) │ └─ (<: Any) │ └─ (<: Any) │ ├─ @ /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:336 │ └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:322 =#) " map(f, x::PooledArray; pure::Bool=false)\n\nTransform `PooledArray` `x` by applying `f` to each element.\n\nIf `pure=true` then `f` is applied to each element of pool of `x`\nexactly once (even if some elements in pool are not present it `x`).\nThis will typically be much faster when the proportion of unique values\nin `x` is small.\n\nIf `pure=false`, the returned array will use the same reference type\nas `x`, or `Int` if the number of unique values in the result is too large\nto fit in that type.\n" (function (where (:: (call (. Base (inert map)) (parameters (kw (:: pure Bool) false)) f (:: x (curly PooledArray (<: Any) R N RA))) (curly Union (curly PooledArray (<: Any) R N RA) (curly PooledArray (<: Any) Int N (call typeof (call similar (. x (inert refs)) Int (call ntuple (-> i (block 0)) (call ndims (. x (inert refs))))))))) R N RA) (block (&& pure (return (call _map_pure f x))) (&& (call == (call length x) 0) (return (call PooledArray (comprehension (generator (call f v) (= v x)))))) (= v1 (call f (ref x 1))) (= invpool (call Dict (call => v1 (call one (call eltype (. x (inert refs))))))) (= pool (vect v1)) (= labels (call similar (. x (inert refs)))) (= (ref labels 1) 1) (= nlabels 1) (return (call _map_notpure f x 2 invpool pool labels nlabels))))) │ └─ @ /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:322 │ │ Stacktrace: │ [1] iterate(A::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}) │ @ Base /source/usr/share/julia/JuliaLowering/src/ast.jl:23 [inlined] │ [2] renumber_body(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, input_code::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, slot_rewrites::Dict{Int64, Int64}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1106 │ [3] compile_lambda(outer_ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1223 │ [4] compile(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, needs_value::Bool, in_tail_pos::Bool) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:851 │ [5] compile(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, needs_value::Bool, in_tail_pos::Bool) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:712 │ [6] compile_body(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1007 │ [7] compile_lambda(outer_ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1163 │ [8] linearize_ir(ctx::Base.JuliaLowering.ClosureConversionCtx{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1253 │ [9] 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:33 │ [10] include(mod::Module, _path::String) │ @ Base ./Base.jl:326 │ [11] 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 │ [12] top-level scope │ @ stdin:5 │ [13] eval(m::Module, e::Any) │ @ Core ./boot.jl:517 │ [14] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base ./loading.jl:3113 │ [15] push!(a::Vector{SubString{String}}, item::String) │ @ Base ./loading.jl:3123 [inlined] │ [16] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:353 │ [17] _start() │ @ Base ./client.jl:596 │ in expression starting at /home/pkgeval/.julia/packages/PooledArrays/Vy2X0/src/PooledArrays.jl:1 │ in expression starting at stdin:5 └ ┌ EzXML │ ┌ Info: JuliaLowering threw given input: │ │ code = │ │ :(function init_error_handler() │ │ #= /home/pkgeval/.julia/packages/EzXML/ROYMh/src/error.jl:59 =# │ │ #= /home/pkgeval/.julia/packages/EzXML/ROYMh/src/error.jl:60 =# │ │ error_handler = #= /home/pkgeval/.julia/packages/EzXML/ROYMh/src/error.jl:60 =# @cfunction Cvoid (Ptr{Cvoid}, Ptr{Cvoid}) do ctx, err_ptr │ │ #= /home/pkgeval/.julia/packages/EzXML/ROYMh/src/error.jl:61 =# │ │ if ctx == pointer_from_objref(_Error) │ │ #= /home/pkgeval/.julia/packages/EzXML/ROYMh/src/error.jl:62 =# │ │ err = unsafe_load(convert(Ptr{_Error}, err_ptr)) │ │ #= /home/pkgeval/.julia/packages/EzXML/ROYMh/src/error.jl:63 =# │ │ push!(XML_GLOBAL_ERROR_STACK, XMLError(err.domain, err.code, chomp(unsafe_string(err.message)), err.level, err.line)) │ │ end │ │ #= /home/pkgeval/.julia/packages/EzXML/ROYMh/src/error.jl:65 =# │ │ return │ │ end │ │ #= /home/pkgeval/.julia/packages/EzXML/ROYMh/src/error.jl:67 =# │ │ ccall((:xmlSetStructuredErrorFunc, libxml2), Cvoid, (Ptr{Cvoid}, Ptr{Cvoid}), pointer_from_objref(_Error), error_handler) │ │ 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__ │ │ [function] │ │ │ [call] │ │ │ init_error_handler :: Identifier │ │ │ [block] │ │ │ [=] │ │ │ error_handler :: Identifier │ │ │ [do] │ │ │ [macrocall] │ │ │ @cfunction :: Identifier │ │ │ :(#= /home/pkgeval/.julia/packages/EzXML/ROYMh/src/error.jl:60 =#) :: Value │ │ │ Cvoid :: Identifier │ │ │ [tuple] │ │ │ [curly] │ │ │ Ptr :: Identifier │ │ │ Cvoid :: Identifier │ │ │ [curly] │ │ │ Ptr :: Identifier │ │ │ Cvoid :: Identifier │ │ │ [->] │ │ │ [tuple] │ │ │ ctx :: Identifier │ │ │ err_ptr :: Identifier │ │ │ [block] │ │ │ [if] │ │ │ [call] │ │ │ == :: Identifier │ │ │ ctx :: Identifier │ │ │ [call] │ │ │ pointer_from_objref :: Identifier │ │ │ _Error :: Identifier │ │ │ [block] │ │ │ [=] │ │ │ err :: Identifier │ │ │ [call] │ │ │ unsafe_load :: Identifier │ │ │ [call] │ │ │ convert :: Identifier │ │ │ [curly] │ │ │ Ptr :: Identifier │ │ │ _Error :: Identifier │ │ │ err_ptr :: Identifier │ │ │ [call] │ │ │ push! :: Identifier │ │ │ XML_GLOBAL_ERROR_STACK :: Identifier │ │ │ [call] │ │ │ XMLError :: Identifier │ │ │ [.] │ │ │ err :: Identifier │ │ │ [inert] │ │ │ domain :: Identifier │ │ │ [.] │ │ │ err :: Identifier │ │ │ [inert] │ │ │ code :: Identifier │ │ │ [call] │ │ │ chomp :: Identifier │ │ │ [call] │ │ │ unsafe_string :: Identifier │ │ │ [.] │ │ │ err :: Identifier │ │ │ [inert] │ │ │ message :: Identifier │ │ │ [.] │ │ │ err :: Identifier │ │ │ [inert] │ │ │ level :: Identifier │ │ │ [.] │ │ │ err :: Identifier │ │ │ [inert] │ │ │ line :: Identifier │ │ │ [return] │ │ │ nothing :: Value │ │ │ [call] │ │ │ ccall :: Identifier │ │ │ [tuple] │ │ │ [inert] │ │ │ xmlSetStructuredErrorFunc :: Identifier │ │ │ libxml2 :: Identifier │ │ │ Cvoid :: Identifier │ │ │ [tuple] │ │ │ [curly] │ │ │ Ptr :: Identifier │ │ │ Cvoid :: Identifier │ │ │ [curly] │ │ │ Ptr :: Identifier │ │ │ Cvoid :: Identifier │ │ │ [call] │ │ │ pointer_from_objref :: Identifier │ │ │ _Error :: Identifier │ │ │ error_handler :: Identifier │ │ │ │ │ st1 = nothing │ │ file = "/home/pkgeval/.julia/packages/EzXML/ROYMh/src/error.jl" │ │ line = 59 │ └ mod = EzXML │ ERROR: LoadError: MethodError: no method matching iterate(::Nothing) │ The function `iterate` exists, but no method is defined for this combination of argument types. │ │ Closest candidates are: │ iterate(!Matched::Compiler.AbsIntCycle, !Matched::Int64) │ @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1088 │ iterate(!Matched::Compiler.AbsIntCycle) │ @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:1087 │ iterate(!Matched::Compiler.BitSetBoundedMinPrioritySet, Any...) │ @ Base /opt/julia/share/julia/Compiler/src/inferencestate.jl:68 │ ... │ │ Stacktrace: │ [1] isempty(itr::Nothing) │ @ Base ./essentials.jl:1197 │ [2] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:345 │ [3] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:427 │ [4] #expand_forms_1##2 │ @ /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447 [inlined] │ [5] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{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 │ [6] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447 │ [7] #expand_forms_1##2 │ @ /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447 [inlined] │ [8] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{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 │ [9] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447 │ [10] #expand_forms_1##2 │ @ /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447 [inlined] │ [11] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{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 │ [12] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447 │ [13] #expand_forms_1##2 │ @ /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447 [inlined] │ [14] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{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 │ [15] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447 │ [16] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:471 │ [17] 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:29 │ [18] include(mapexpr::Function, mod::Module, _path::String) │ @ Base ./Base.jl:327 │ [19] top-level scope │ @ ~/.julia/packages/EzXML/ROYMh/src/EzXML.jl:108 │ [20] include(mod::Module, _path::String) │ @ Base ./Base.jl:326 │ [21] 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 │ [22] top-level scope │ @ stdin:5 │ [23] eval(m::Module, e::Any) │ @ Core ./boot.jl:517 │ [24] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base ./loading.jl:3113 │ [25] push!(a::Vector{SubString{String}}, item::String) │ @ Base ./loading.jl:3123 [inlined] │ [26] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:353 │ [27] _start() │ @ Base ./client.jl:596 │ in expression starting at /home/pkgeval/.julia/packages/EzXML/ROYMh/src/error.jl:59 │ in expression starting at /home/pkgeval/.julia/packages/EzXML/ROYMh/src/EzXML.jl:1 │ in expression starting at stdin:5 │ │ caused by: MethodError: no method matching var"@cfunction"(::LineNumberNode, ::Module, ::Symbol, ::Expr) │ The function `@cfunction` exists, but no method is defined for this combination of argument types. │ │ Closest candidates are: │ var"@cfunction"(::LineNumberNode, ::Module, ::Any, ::Any, !Matched::Any) │ @ Base c.jl:64 │ var"@cfunction"(!Matched::Base.JuliaLowering.MacroContext, ::Any, ::Any, ::Any) │ @ Base /source/usr/share/julia/JuliaLowering/src/syntax_macros.jl:81 │ │ Stacktrace: │ [1] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:342 │ [2] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:427 │ [3] #expand_forms_1##2 │ @ /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447 [inlined] │ [4] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{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 │ [5] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447 │ [6] #expand_forms_1##2 │ @ /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447 [inlined] │ [7] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{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 │ [8] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447 │ [9] #expand_forms_1##2 │ @ /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447 [inlined] │ [10] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{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 │ [11] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447 │ [12] #expand_forms_1##2 │ @ /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447 [inlined] │ [13] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{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 │ [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:447 │ [15] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:471 │ [16] 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:29 │ [17] include(mapexpr::Function, mod::Module, _path::String) │ @ Base ./Base.jl:327 │ [18] top-level scope │ @ ~/.julia/packages/EzXML/ROYMh/src/EzXML.jl:108 │ [19] include(mod::Module, _path::String) │ @ Base ./Base.jl:326 │ [20] 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 │ [21] top-level scope │ @ stdin:5 │ [22] eval(m::Module, e::Any) │ @ Core ./boot.jl:517 │ [23] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base ./loading.jl:3113 │ [24] push!(a::Vector{SubString{String}}, item::String) │ @ Base ./loading.jl:3123 [inlined] │ [25] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:353 │ [26] _start() │ @ Base ./client.jl:596 └ ┌ Serde │ [Output was shown above] └ ┌ 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 └ ┌ CSV │ ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("2dfb63ee-cc39-5dd5-95bd-886bf059d720"), "PooledArrays") 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:2818 │ [3] _require_prelocked(uuidkey::Base.PkgId, env::String) │ @ Base ./loading.jl:2672 │ [4] macro expansion │ @ ./loading.jl:2599 [inlined] │ [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String) │ @ Base ./lock.jl:376 [inlined] │ [6] __require(into::Module, mod::Symbol) │ @ Base ./loading.jl:2563 │ [7] require │ @ ./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/CSV/LiiJM/src/CSV.jl:38 │ [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:3271 │ [15] top-level scope │ @ stdin:5 │ [16] eval(m::Module, e::Any) │ @ Core ./boot.jl:517 │ [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base ./loading.jl:3113 │ [18] push!(a::Vector{SubString{String}}, item::String) │ @ Base ./loading.jl:3123 [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/CSV/LiiJM/src/CSV.jl:1 │ in expression starting at stdin:5 └ ERROR: LoadError: The following 5 packages failed to precompile: PooledArrays Failed to precompile PooledArrays [2dfb63ee-cc39-5dd5-95bd-886bf059d720] to "/home/pkgeval/.julia/compiled/v1.14/PooledArrays/jl_op88Ob" (ProcessExited(1)). EzXML Failed to precompile EzXML [8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615] to "/home/pkgeval/.julia/compiled/v1.14/EzXML/jl_l5Zjqc" (ProcessExited(1)). Serde Failed to precompile Serde [db9b398d-9517-45f8-9a95-92af99003e0e] to "/home/pkgeval/.julia/compiled/v1.14/Serde/jl_8ZbjWE" (ProcessExited(1)). WorkerUtilities Failed to precompile WorkerUtilities [76eceee3-57b5-4d4a-8e66-0e911cebbf60] to "/home/pkgeval/.julia/compiled/v1.14/WorkerUtilities/jl_lj51jg" (ProcessExited(1)). CSV Failed to precompile CSV [336ed68f-0bac-5ca0-87d4-7b16caf5d00b] to "/home/pkgeval/.julia/compiled/v1.14/CSV/jl_W8VPER" (ProcessExited(1)). in expression starting at /home/pkgeval/.julia/packages/EasyCurl/1k9K9/test/runtests.jl:4 Testing failed after 271.81s ERROR: LoadError: Package EasyCurl errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3247 [3] Cmd(cmd::Cmd) @ Base /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3110 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:587 [5] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [7] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [8] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [10] include(mod::Module, _path::String) @ Base ./Base.jl:326 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:355 [12] _start() @ Base ./client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 2326.28s: package fails to precompile