Package evaluation to load YAActL on Julia 1.14.0-DEV.2226 (797a5ef2b0*) started at 2026-05-23T16:29:02.268 ################################################################################ # Set-up # Set-up completed after 0.11s ################################################################################ # Installation # Installing YAActL... Resolving package versions... Installed YAActL ─ v0.2.1 Updating `~/.julia/environments/v1.14/Project.toml` [4c422213] + YAActL v0.2.1 Updating `~/.julia/environments/v1.14/Manifest.toml` [4c422213] + YAActL v0.2.1 [8ba89e20] + Distributed v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [9e88b42a] + Serialization v1.11.0 [6462fe0b] + Sockets v1.11.0 Installation completed after 5.47s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Project No packages added to or removed from `~/.julia/environments/pkgeval/Project.toml` Manifest No packages added to or removed from `~/.julia/environments/pkgeval/Manifest.toml` Precompiling package dependencies... Precompiling project... ┌ Info: JuliaLowering threw given input: │ code = │ :(function receive!(lk::L1, Msg::M, from::L2; timeout::Real = 5.0) where {L1 <: Link, M <: Union{Nothing, Type{<:Message}}, L2 <: Union{Nothing, Link}} │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:93 =# │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:96 =# │ done = [false] │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:97 =# │ msg = Timeout() │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:98 =# │ stash = Message[] │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:99 =# │ ev = Base.Event() │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:100 =# │ timeout > 0 && (!(isinf(timeout)) && Timer((x->begin │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:100 =# │ notify(ev) │ end), timeout)) │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:102 =# │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:102 =# @async begin │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:103 =# │ while !(done[1]) │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:104 =# │ timeout == 0 && (!(isready(lk.chn)) && break) │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:105 =# │ _match(fetch(lk.chn), Msg, from) && break │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:106 =# │ done[1] || push!(stash, take!(lk.chn)) │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:107 =# │ end │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:108 =# │ notify(ev) │ end │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:111 =# │ wait(ev) │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:112 =# │ done[1] = true │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:113 =# │ isready(lk.chn) && (msg = take!(lk.chn)) │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:114 =# │ while !(isempty(stash)) && isready(lk.chn) │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:115 =# │ push!(stash, take!(lk.chn)) │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:116 =# │ end │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:117 =# │ foreach((x->begin │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:117 =# │ put!(lk.chn, x) │ end), stash) │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:118 =# │ return msg │ 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] │ │ [where] │ │ [call] │ │ receive! :: Identifier │ │ [parameters] │ │ [kw] │ │ [::] │ │ timeout :: Identifier │ │ Real :: Identifier │ │ 5.0 :: Value │ │ [::] │ │ lk :: Identifier │ │ L1 :: Identifier │ │ [::] │ │ Msg :: Identifier │ │ M :: Identifier │ │ [::] │ │ from :: Identifier │ │ L2 :: Identifier │ │ [<:] │ │ L1 :: Identifier │ │ Link :: Identifier │ │ [<:] │ │ M :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ Nothing :: Identifier │ │ [curly] │ │ Type :: Identifier │ │ [<:] │ │ Message :: Identifier │ │ [<:] │ │ L2 :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ Nothing :: Identifier │ │ Link :: Identifier │ │ [block] │ │ [=] │ │ done :: Identifier │ │ [vect] │ │ false :: Value │ │ [=] │ │ msg :: Identifier │ │ [call] │ │ Timeout :: Identifier │ │ [=] │ │ stash :: Identifier │ │ [ref] │ │ Message :: Identifier │ │ [=] │ │ ev :: Identifier │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ Event :: Identifier │ │ [&&] │ │ [call] │ │ > :: Identifier │ │ timeout :: Identifier │ │ 0 :: Value │ │ [&&] │ │ [call] │ │ ! :: Identifier │ │ [call] │ │ isinf :: Identifier │ │ timeout :: Identifier │ │ [call] │ │ Timer :: Identifier │ │ [->] │ │ x :: Identifier │ │ [block] │ │ [call] │ │ notify :: Identifier │ │ ev :: Identifier │ │ timeout :: Identifier │ │ [macrocall] │ │ @async :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:102 =#) :: Value │ │ [block] │ │ [while] │ │ [call] │ │ ! :: Identifier │ │ [ref] │ │ done :: Identifier │ │ 1 :: Value │ │ [block] │ │ [&&] │ │ [call] │ │ == :: Identifier │ │ timeout :: Identifier │ │ 0 :: Value │ │ [&&] │ │ [call] │ │ ! :: Identifier │ │ [call] │ │ isready :: Identifier │ │ [.] │ │ lk :: Identifier │ │ [inert] │ │ chn :: Identifier │ │ [break] │ │ [&&] │ │ [call] │ │ _match :: Identifier │ │ [call] │ │ fetch :: Identifier │ │ [.] │ │ lk :: Identifier │ │ [inert] │ │ chn :: Identifier │ │ Msg :: Identifier │ │ from :: Identifier │ │ [break] │ │ [||] │ │ [ref] │ │ done :: Identifier │ │ 1 :: Value │ │ [call] │ │ push! :: Identifier │ │ stash :: Identifier │ │ [call] │ │ take! :: Identifier │ │ [.] │ │ lk :: Identifier │ │ [inert] │ │ chn :: Identifier │ │ [call] │ │ notify :: Identifier │ │ ev :: Identifier │ │ [call] │ │ wait :: Identifier │ │ ev :: Identifier │ │ [=] │ │ [ref] │ │ done :: Identifier │ │ 1 :: Value │ │ true :: Value │ │ [&&] │ │ [call] │ │ isready :: Identifier │ │ [.] │ │ lk :: Identifier │ │ [inert] │ │ chn :: Identifier │ │ [=] │ │ msg :: Identifier │ │ [call] │ │ take! :: Identifier │ │ [.] │ │ lk :: Identifier │ │ [inert] │ │ chn :: Identifier │ │ [while] │ │ [&&] │ │ [call] │ │ ! :: Identifier │ │ [call] │ │ isempty :: Identifier │ │ stash :: Identifier │ │ [call] │ │ isready :: Identifier │ │ [.] │ │ lk :: Identifier │ │ [inert] │ │ chn :: Identifier │ │ [block] │ │ [call] │ │ push! :: Identifier │ │ stash :: Identifier │ │ [call] │ │ take! :: Identifier │ │ [.] │ │ lk :: Identifier │ │ [inert] │ │ chn :: Identifier │ │ [call] │ │ foreach :: Identifier │ │ [->] │ │ x :: Identifier │ │ [block] │ │ [call] │ │ put! :: Identifier │ │ [.] │ │ lk :: Identifier │ │ [inert] │ │ chn :: Identifier │ │ x :: Identifier │ │ stash :: Identifier │ │ [return] │ │ msg :: 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 │ [function] │ │ [where] │ │ [call] │ │ receive! :: Identifier │ scope_layer=1 │ [parameters] │ │ [kw] │ │ [::] │ │ timeout :: Identifier │ scope_layer=1 │ Real :: Identifier │ scope_layer=1 │ 5.0 :: Value │ │ [::] │ │ lk :: Identifier │ scope_layer=1 │ L1 :: Identifier │ scope_layer=1 │ [::] │ │ Msg :: Identifier │ scope_layer=1 │ M :: Identifier │ scope_layer=1 │ [::] │ │ from :: Identifier │ scope_layer=1 │ L2 :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ L1 :: Identifier │ scope_layer=1 │ Link :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ M :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ Nothing :: Identifier │ scope_layer=1 │ [curly] │ │ Type :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ Message :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ L2 :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ Nothing :: Identifier │ scope_layer=1 │ Link :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ done :: Identifier │ scope_layer=1 │ [vect] │ │ false :: Value │ │ [=] │ │ msg :: Identifier │ scope_layer=1 │ [call] │ │ Timeout :: Identifier │ scope_layer=1 │ [=] │ │ stash :: Identifier │ scope_layer=1 │ [ref] │ │ Message :: Identifier │ scope_layer=1 │ [=] │ │ ev :: Identifier │ scope_layer=1 │ [call] │ │ [.] │ │ Base :: Identifier │ scope_layer=1 │ [inert] │ │ Event :: Identifier │ │ [&&] │ │ [call] │ │ > :: Identifier │ scope_layer=1 │ timeout :: Identifier │ scope_layer=1 │ 0 :: Value │ │ [&&] │ │ [call] │ │ ! :: Identifier │ scope_layer=1 │ [call] │ │ isinf :: Identifier │ scope_layer=1 │ timeout :: Identifier │ scope_layer=1 │ [call] │ │ Timer :: Identifier │ scope_layer=1 │ [->] │ │ x :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ notify :: Identifier │ scope_layer=1 │ ev :: Identifier │ scope_layer=1 │ timeout :: Identifier │ scope_layer=1 │ [block] │ │ [let] │ │ [block] │ macro_source=129 │ [block] │ │ [local] │ │ [=] │ │ task :: Identifier │ scope_layer=2 │ [call] │ │ Task :: Identifier │ scope_layer=2 │ [->] │ │ [tuple] │ macro_source=129 │ [block] │ │ [block] │ │ [while] │ │ [call] │ │ ! :: Identifier │ scope_layer=1 │ [ref] │ │ done :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=129 │ [block] │ │ [&&] │ │ [call] │ │ == :: Identifier │ scope_layer=1 │ timeout :: Identifier │ scope_layer=1 │ 0 :: Value │ macro_source=129 │ [&&] │ │ [call] │ │ ! :: Identifier │ scope_layer=1 │ [call] │ │ isready :: Identifier │ scope_layer=1 │ [.] │ │ lk :: Identifier │ scope_layer=1 │ [inert] │ │ chn :: Identifier │ │ [break] │ macro_source=129 │ [&&] │ │ [call] │ │ _match :: Identifier │ scope_layer=1 │ [call] │ │ fetch :: Identifier │ scope_layer=1 │ [.] │ │ lk :: Identifier │ scope_layer=1 │ [inert] │ │ chn :: Identifier │ │ Msg :: Identifier │ scope_layer=1 │ from :: Identifier │ scope_layer=1 │ [break] │ macro_source=129 │ [||] │ │ [ref] │ │ done :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=129 │ [call] │ │ push! :: Identifier │ scope_layer=1 │ stash :: Identifier │ scope_layer=1 │ [call] │ │ take! :: Identifier │ scope_layer=1 │ [.] │ │ lk :: Identifier │ scope_layer=1 │ [inert] │ │ chn :: Identifier │ │ [call] │ │ notify :: Identifier │ scope_layer=1 │ ev :: Identifier │ scope_layer=1 │ [if] │ │ [islocal] │ │ ##sync#10 :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ put! :: Identifier │ scope_layer=2 │ ##sync#10 :: Identifier │ scope_layer=1 │ task :: Identifier │ scope_layer=2 │ [call] │ │ schedule :: Identifier │ scope_layer=2 │ task :: Identifier │ scope_layer=2 │ task :: Identifier │ scope_layer=2 │ [call] │ │ wait :: Identifier │ scope_layer=1 │ ev :: Identifier │ scope_layer=1 │ [=] │ │ [ref] │ │ done :: Identifier │ scope_layer=1 │ 1 :: Value │ │ true :: Value │ │ [&&] │ │ [call] │ │ isready :: Identifier │ scope_layer=1 │ [.] │ │ lk :: Identifier │ scope_layer=1 │ [inert] │ │ chn :: Identifier │ │ [=] │ │ msg :: Identifier │ scope_layer=1 │ [call] │ │ take! :: Identifier │ scope_layer=1 │ [.] │ │ lk :: Identifier │ scope_layer=1 │ [inert] │ │ chn :: Identifier │ │ [while] │ │ [&&] │ │ [call] │ │ ! :: Identifier │ scope_layer=1 │ [call] │ │ isempty :: Identifier │ scope_layer=1 │ stash :: Identifier │ scope_layer=1 │ [call] │ │ isready :: Identifier │ scope_layer=1 │ [.] │ │ lk :: Identifier │ scope_layer=1 │ [inert] │ │ chn :: Identifier │ │ [block] │ │ [call] │ │ push! :: Identifier │ scope_layer=1 │ stash :: Identifier │ scope_layer=1 │ [call] │ │ take! :: Identifier │ scope_layer=1 │ [.] │ │ lk :: Identifier │ scope_layer=1 │ [inert] │ │ chn :: Identifier │ │ [call] │ │ foreach :: Identifier │ scope_layer=1 │ [->] │ │ x :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ put! :: Identifier │ scope_layer=1 │ [.] │ │ lk :: Identifier │ scope_layer=1 │ [inert] │ │ chn :: Identifier │ │ x :: Identifier │ scope_layer=1 │ stash :: Identifier │ scope_layer=1 │ [return] │ │ msg :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl" │ line = 93 └ mod = YAActL ERROR: LoadError: internal lowering bug: #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:93 =# - `jl_assert(!(haskey(ssa_rewrites, lhs_id)), _)`: multiple assignments to ssavalue Expression:  (= #₁ (call core.TypeVar :#T1 #₂₃₄/Message)) Containing expressions:  (= #₁ (call core.TypeVar :#T1 #₂₃₄/Message))  Detailed provenance:  (= #₁ (call core.TypeVar :#T1 #₂₃₄/Message)) @#= /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:366 =#  └─ (= #₁ (call core.TypeVar :#T1 #₁₉/Message)) @#= /source/usr/share/julia/JuliaLowering/src/closure_conversion.jl:197 =#  └─ (= #₁ (call core.TypeVar :#T1 #₁₉/Message)) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:231 =#  └─ (= #₁ (call core.TypeVar :#T1 Message)) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:231 =#  └─ (= #₁ (call core.TypeVar :#T1 Message))  └─ (call core.TypeVar :#T1 Message) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3025 =#  └─ (<: Message)  └─ (<: Message)  └─ (<: Message)  └─ (<: Message)  └─ @ /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:93  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] 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  [5] 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  [6] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [7] top-level scope  @ ~/.julia/packages/YAActL/su7uN/src/YAActL.jl:32  [8] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [9] 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  [10] top-level scope  @ stdin:5  [11] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [12] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [13] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [14] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [15] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:93 in expression starting at /home/pkgeval/.julia/packages/YAActL/su7uN/src/YAActL.jl:7 in expression starting at stdin:5 ✗ YAActL Precompilation completed after 48.68s ################################################################################ # Loading # Loading YAActL... ┌ Info: JuliaLowering threw given input: │ code = │ :(function receive!(lk::L1, Msg::M, from::L2; timeout::Real = 5.0) where {L1 <: Link, M <: Union{Nothing, Type{<:Message}}, L2 <: Union{Nothing, Link}} │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:93 =# │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:96 =# │ done = [false] │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:97 =# │ msg = Timeout() │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:98 =# │ stash = Message[] │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:99 =# │ ev = Base.Event() │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:100 =# │ timeout > 0 && (!(isinf(timeout)) && Timer((x->begin │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:100 =# │ notify(ev) │ end), timeout)) │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:102 =# │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:102 =# @async begin │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:103 =# │ while !(done[1]) │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:104 =# │ timeout == 0 && (!(isready(lk.chn)) && break) │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:105 =# │ _match(fetch(lk.chn), Msg, from) && break │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:106 =# │ done[1] || push!(stash, take!(lk.chn)) │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:107 =# │ end │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:108 =# │ notify(ev) │ end │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:111 =# │ wait(ev) │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:112 =# │ done[1] = true │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:113 =# │ isready(lk.chn) && (msg = take!(lk.chn)) │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:114 =# │ while !(isempty(stash)) && isready(lk.chn) │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:115 =# │ push!(stash, take!(lk.chn)) │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:116 =# │ end │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:117 =# │ foreach((x->begin │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:117 =# │ put!(lk.chn, x) │ end), stash) │ #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:118 =# │ return msg │ 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] │ │ [where] │ │ [call] │ │ receive! :: Identifier │ │ [parameters] │ │ [kw] │ │ [::] │ │ timeout :: Identifier │ │ Real :: Identifier │ │ 5.0 :: Value │ │ [::] │ │ lk :: Identifier │ │ L1 :: Identifier │ │ [::] │ │ Msg :: Identifier │ │ M :: Identifier │ │ [::] │ │ from :: Identifier │ │ L2 :: Identifier │ │ [<:] │ │ L1 :: Identifier │ │ Link :: Identifier │ │ [<:] │ │ M :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ Nothing :: Identifier │ │ [curly] │ │ Type :: Identifier │ │ [<:] │ │ Message :: Identifier │ │ [<:] │ │ L2 :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ Nothing :: Identifier │ │ Link :: Identifier │ │ [block] │ │ [=] │ │ done :: Identifier │ │ [vect] │ │ false :: Value │ │ [=] │ │ msg :: Identifier │ │ [call] │ │ Timeout :: Identifier │ │ [=] │ │ stash :: Identifier │ │ [ref] │ │ Message :: Identifier │ │ [=] │ │ ev :: Identifier │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ Event :: Identifier │ │ [&&] │ │ [call] │ │ > :: Identifier │ │ timeout :: Identifier │ │ 0 :: Value │ │ [&&] │ │ [call] │ │ ! :: Identifier │ │ [call] │ │ isinf :: Identifier │ │ timeout :: Identifier │ │ [call] │ │ Timer :: Identifier │ │ [->] │ │ x :: Identifier │ │ [block] │ │ [call] │ │ notify :: Identifier │ │ ev :: Identifier │ │ timeout :: Identifier │ │ [macrocall] │ │ @async :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:102 =#) :: Value │ │ [block] │ │ [while] │ │ [call] │ │ ! :: Identifier │ │ [ref] │ │ done :: Identifier │ │ 1 :: Value │ │ [block] │ │ [&&] │ │ [call] │ │ == :: Identifier │ │ timeout :: Identifier │ │ 0 :: Value │ │ [&&] │ │ [call] │ │ ! :: Identifier │ │ [call] │ │ isready :: Identifier │ │ [.] │ │ lk :: Identifier │ │ [inert] │ │ chn :: Identifier │ │ [break] │ │ [&&] │ │ [call] │ │ _match :: Identifier │ │ [call] │ │ fetch :: Identifier │ │ [.] │ │ lk :: Identifier │ │ [inert] │ │ chn :: Identifier │ │ Msg :: Identifier │ │ from :: Identifier │ │ [break] │ │ [||] │ │ [ref] │ │ done :: Identifier │ │ 1 :: Value │ │ [call] │ │ push! :: Identifier │ │ stash :: Identifier │ │ [call] │ │ take! :: Identifier │ │ [.] │ │ lk :: Identifier │ │ [inert] │ │ chn :: Identifier │ │ [call] │ │ notify :: Identifier │ │ ev :: Identifier │ │ [call] │ │ wait :: Identifier │ │ ev :: Identifier │ │ [=] │ │ [ref] │ │ done :: Identifier │ │ 1 :: Value │ │ true :: Value │ │ [&&] │ │ [call] │ │ isready :: Identifier │ │ [.] │ │ lk :: Identifier │ │ [inert] │ │ chn :: Identifier │ │ [=] │ │ msg :: Identifier │ │ [call] │ │ take! :: Identifier │ │ [.] │ │ lk :: Identifier │ │ [inert] │ │ chn :: Identifier │ │ [while] │ │ [&&] │ │ [call] │ │ ! :: Identifier │ │ [call] │ │ isempty :: Identifier │ │ stash :: Identifier │ │ [call] │ │ isready :: Identifier │ │ [.] │ │ lk :: Identifier │ │ [inert] │ │ chn :: Identifier │ │ [block] │ │ [call] │ │ push! :: Identifier │ │ stash :: Identifier │ │ [call] │ │ take! :: Identifier │ │ [.] │ │ lk :: Identifier │ │ [inert] │ │ chn :: Identifier │ │ [call] │ │ foreach :: Identifier │ │ [->] │ │ x :: Identifier │ │ [block] │ │ [call] │ │ put! :: Identifier │ │ [.] │ │ lk :: Identifier │ │ [inert] │ │ chn :: Identifier │ │ x :: Identifier │ │ stash :: Identifier │ │ [return] │ │ msg :: 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 │ [function] │ │ [where] │ │ [call] │ │ receive! :: Identifier │ scope_layer=1 │ [parameters] │ │ [kw] │ │ [::] │ │ timeout :: Identifier │ scope_layer=1 │ Real :: Identifier │ scope_layer=1 │ 5.0 :: Value │ │ [::] │ │ lk :: Identifier │ scope_layer=1 │ L1 :: Identifier │ scope_layer=1 │ [::] │ │ Msg :: Identifier │ scope_layer=1 │ M :: Identifier │ scope_layer=1 │ [::] │ │ from :: Identifier │ scope_layer=1 │ L2 :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ L1 :: Identifier │ scope_layer=1 │ Link :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ M :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ Nothing :: Identifier │ scope_layer=1 │ [curly] │ │ Type :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ Message :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ L2 :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ Nothing :: Identifier │ scope_layer=1 │ Link :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ done :: Identifier │ scope_layer=1 │ [vect] │ │ false :: Value │ │ [=] │ │ msg :: Identifier │ scope_layer=1 │ [call] │ │ Timeout :: Identifier │ scope_layer=1 │ [=] │ │ stash :: Identifier │ scope_layer=1 │ [ref] │ │ Message :: Identifier │ scope_layer=1 │ [=] │ │ ev :: Identifier │ scope_layer=1 │ [call] │ │ [.] │ │ Base :: Identifier │ scope_layer=1 │ [inert] │ │ Event :: Identifier │ │ [&&] │ │ [call] │ │ > :: Identifier │ scope_layer=1 │ timeout :: Identifier │ scope_layer=1 │ 0 :: Value │ │ [&&] │ │ [call] │ │ ! :: Identifier │ scope_layer=1 │ [call] │ │ isinf :: Identifier │ scope_layer=1 │ timeout :: Identifier │ scope_layer=1 │ [call] │ │ Timer :: Identifier │ scope_layer=1 │ [->] │ │ x :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ notify :: Identifier │ scope_layer=1 │ ev :: Identifier │ scope_layer=1 │ timeout :: Identifier │ scope_layer=1 │ [block] │ │ [let] │ │ [block] │ macro_source=129 │ [block] │ │ [local] │ │ [=] │ │ task :: Identifier │ scope_layer=2 │ [call] │ │ Task :: Identifier │ scope_layer=2 │ [->] │ │ [tuple] │ macro_source=129 │ [block] │ │ [block] │ │ [while] │ │ [call] │ │ ! :: Identifier │ scope_layer=1 │ [ref] │ │ done :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=129 │ [block] │ │ [&&] │ │ [call] │ │ == :: Identifier │ scope_layer=1 │ timeout :: Identifier │ scope_layer=1 │ 0 :: Value │ macro_source=129 │ [&&] │ │ [call] │ │ ! :: Identifier │ scope_layer=1 │ [call] │ │ isready :: Identifier │ scope_layer=1 │ [.] │ │ lk :: Identifier │ scope_layer=1 │ [inert] │ │ chn :: Identifier │ │ [break] │ macro_source=129 │ [&&] │ │ [call] │ │ _match :: Identifier │ scope_layer=1 │ [call] │ │ fetch :: Identifier │ scope_layer=1 │ [.] │ │ lk :: Identifier │ scope_layer=1 │ [inert] │ │ chn :: Identifier │ │ Msg :: Identifier │ scope_layer=1 │ from :: Identifier │ scope_layer=1 │ [break] │ macro_source=129 │ [||] │ │ [ref] │ │ done :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=129 │ [call] │ │ push! :: Identifier │ scope_layer=1 │ stash :: Identifier │ scope_layer=1 │ [call] │ │ take! :: Identifier │ scope_layer=1 │ [.] │ │ lk :: Identifier │ scope_layer=1 │ [inert] │ │ chn :: Identifier │ │ [call] │ │ notify :: Identifier │ scope_layer=1 │ ev :: Identifier │ scope_layer=1 │ [if] │ │ [islocal] │ │ ##sync#10 :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ put! :: Identifier │ scope_layer=2 │ ##sync#10 :: Identifier │ scope_layer=1 │ task :: Identifier │ scope_layer=2 │ [call] │ │ schedule :: Identifier │ scope_layer=2 │ task :: Identifier │ scope_layer=2 │ task :: Identifier │ scope_layer=2 │ [call] │ │ wait :: Identifier │ scope_layer=1 │ ev :: Identifier │ scope_layer=1 │ [=] │ │ [ref] │ │ done :: Identifier │ scope_layer=1 │ 1 :: Value │ │ true :: Value │ │ [&&] │ │ [call] │ │ isready :: Identifier │ scope_layer=1 │ [.] │ │ lk :: Identifier │ scope_layer=1 │ [inert] │ │ chn :: Identifier │ │ [=] │ │ msg :: Identifier │ scope_layer=1 │ [call] │ │ take! :: Identifier │ scope_layer=1 │ [.] │ │ lk :: Identifier │ scope_layer=1 │ [inert] │ │ chn :: Identifier │ │ [while] │ │ [&&] │ │ [call] │ │ ! :: Identifier │ scope_layer=1 │ [call] │ │ isempty :: Identifier │ scope_layer=1 │ stash :: Identifier │ scope_layer=1 │ [call] │ │ isready :: Identifier │ scope_layer=1 │ [.] │ │ lk :: Identifier │ scope_layer=1 │ [inert] │ │ chn :: Identifier │ │ [block] │ │ [call] │ │ push! :: Identifier │ scope_layer=1 │ stash :: Identifier │ scope_layer=1 │ [call] │ │ take! :: Identifier │ scope_layer=1 │ [.] │ │ lk :: Identifier │ scope_layer=1 │ [inert] │ │ chn :: Identifier │ │ [call] │ │ foreach :: Identifier │ scope_layer=1 │ [->] │ │ x :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ put! :: Identifier │ scope_layer=1 │ [.] │ │ lk :: Identifier │ scope_layer=1 │ [inert] │ │ chn :: Identifier │ │ x :: Identifier │ scope_layer=1 │ stash :: Identifier │ scope_layer=1 │ [return] │ │ msg :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl" │ line = 93 └ mod = YAActL ERROR: LoadError: internal lowering bug: #= /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:93 =# - `jl_assert(!(haskey(ssa_rewrites, lhs_id)), _)`: multiple assignments to ssavalue Expression:  (= #₁ (call core.TypeVar :#T1 #₂₃₄/Message)) Containing expressions:  (= #₁ (call core.TypeVar :#T1 #₂₃₄/Message))  Detailed provenance:  (= #₁ (call core.TypeVar :#T1 #₂₃₄/Message)) @#= /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:366 =#  └─ (= #₁ (call core.TypeVar :#T1 #₁₉/Message)) @#= /source/usr/share/julia/JuliaLowering/src/closure_conversion.jl:197 =#  └─ (= #₁ (call core.TypeVar :#T1 #₁₉/Message)) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:231 =#  └─ (= #₁ (call core.TypeVar :#T1 Message)) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:231 =#  └─ (= #₁ (call core.TypeVar :#T1 Message))  └─ (call core.TypeVar :#T1 Message) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3025 =#  └─ (<: Message)  └─ (<: Message)  └─ (<: Message)  └─ (<: Message)  └─ @ /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:93  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] 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  [5] 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  [6] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [7] top-level scope  @ ~/.julia/packages/YAActL/su7uN/src/YAActL.jl:32  [8] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [9] 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  [10] top-level scope  @ stdin:5  [11] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [12] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [13] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [14] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [15] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/YAActL/su7uN/src/com.jl:93 in expression starting at /home/pkgeval/.julia/packages/YAActL/su7uN/src/YAActL.jl:7 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ YAActL │ [Output was shown above] └ ERROR: The following 1 package failed to precompile: YAActL Failed to precompile YAActL [4c422213-1242-4325-9ff2-ab065d5354a7] to "/home/pkgeval/.julia/compiled/v1.14/YAActL/jl_gx7pXd" (ProcessExited(1)). Loading failed after 36.93s ERROR: LoadError: failed process: Process(`/opt/julia/bin/julia -C native -J/opt/julia/lib/julia/sys.so -g1 --check-bounds=yes --inline=yes --check-bounds=yes --pkgimages=existing -e 'using YAActL'`, ProcessExited(1)) [1] Stacktrace: [1] spawn_opts_inherit() @ Base ./process.jl:612 [inlined] [2] run(::Cmd; wait::Bool) @ Base ./process.jl:525 [3] run(::Cmd) @ Base ./process.jl:522 [4] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:197 [5] include(mod::Module, _path::String) @ Base ./Base.jl:326 [6] exec_options(opts::Base.JLOptions) @ Base ./client.jl:355 [7] _start() @ Base ./client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:188 PkgEval failed after 110.04s: package fails to precompile