Package evaluation to load Actors on Julia 1.14.0-DEV.2226 (797a5ef2b0*) started at 2026-05-23T17:37:55.499 ################################################################################ # Set-up # Set-up completed after 0.12s ################################################################################ # Installation # Installing Actors... Resolving package versions... Installed ActorInterfaces ─ v0.1.0 Installed Proquint ──────── v0.1.0 Installed Actors ────────── v0.2.5 Updating `~/.julia/environments/v1.14/Project.toml` [18269d71] + Actors v0.2.5 Updating `~/.julia/environments/v1.14/Manifest.toml` [7e194583] + ActorInterfaces v0.1.0 [18269d71] + Actors v0.2.5 [710532b4] + Proquint v0.1.0 [ade2ca70] + Dates v1.11.0 [8ba89e20] + Distributed 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 [4ec0a83e] + Unicode v1.11.0 Installation completed after 5.0s ################################################################################ # 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... 0.6 s ✓ ActorInterfaces 0.8 s ✓ Proquint ┌ Info: JuliaLowering threw given input: │ code = │ :(function receive(lk::L1, M::MT, from::L2; timeout::Real = 5.0) where {L1 <: Link, MT <: Union{Nothing, Type{<:Msg}}, L2 <: Union{Nothing, Link}} │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:101 =# │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:104 =# │ done = [false] │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:105 =# │ fetched = [false] │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:106 =# │ msg = Timeout() │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:107 =# │ stash = Msg[] │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:108 =# │ ev = Base.Event() │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:109 =# │ timeout > 0 && (!(isinf(timeout)) && Timer((x->begin │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:109 =# │ notify(ev) │ end), timeout)) │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:111 =# │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:111 =# @async begin │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:112 =# │ while !(done[1]) │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:113 =# │ fetched[1] = false │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:114 =# │ timeout == 0 && (!(isready(lk.chn)) && break) │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:115 =# │ if _match(fetch(lk.chn), M, from) │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:116 =# │ fetched[1] = true │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:117 =# │ break │ end │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:119 =# │ done[1] || push!(stash, take!(lk.chn)) │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:120 =# │ end │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:121 =# │ notify(ev) │ end │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:124 =# │ wait(ev) │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:125 =# │ done[1] = true │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:126 =# │ fetched[1] && (msg = take!(lk.chn)) │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:127 =# │ while !(isempty(stash)) && isready(lk.chn) │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:128 =# │ push!(stash, take!(lk.chn)) │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:129 =# │ end │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:130 =# │ foreach((x->begin │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:130 =# │ put!(lk.chn, x) │ end), stash) │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:131 =# │ return if applicable(length, msg) │ if length(msg) == 1 │ first(msg) │ else │ msg │ end │ else │ msg │ 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__ │ [function] │ │ [where] │ │ [call] │ │ receive :: Identifier │ │ [parameters] │ │ [kw] │ │ [::] │ │ timeout :: Identifier │ │ Real :: Identifier │ │ 5.0 :: Value │ │ [::] │ │ lk :: Identifier │ │ L1 :: Identifier │ │ [::] │ │ M :: Identifier │ │ MT :: Identifier │ │ [::] │ │ from :: Identifier │ │ L2 :: Identifier │ │ [<:] │ │ L1 :: Identifier │ │ Link :: Identifier │ │ [<:] │ │ MT :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ Nothing :: Identifier │ │ [curly] │ │ Type :: Identifier │ │ [<:] │ │ Msg :: Identifier │ │ [<:] │ │ L2 :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ Nothing :: Identifier │ │ Link :: Identifier │ │ [block] │ │ [=] │ │ done :: Identifier │ │ [vect] │ │ false :: Value │ │ [=] │ │ fetched :: Identifier │ │ [vect] │ │ false :: Value │ │ [=] │ │ msg :: Identifier │ │ [call] │ │ Timeout :: Identifier │ │ [=] │ │ stash :: Identifier │ │ [ref] │ │ Msg :: 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/Actors/skg0T/src/com.jl:111 =#) :: Value │ │ [block] │ │ [while] │ │ [call] │ │ ! :: Identifier │ │ [ref] │ │ done :: Identifier │ │ 1 :: Value │ │ [block] │ │ [=] │ │ [ref] │ │ fetched :: Identifier │ │ 1 :: Value │ │ false :: Value │ │ [&&] │ │ [call] │ │ == :: Identifier │ │ timeout :: Identifier │ │ 0 :: Value │ │ [&&] │ │ [call] │ │ ! :: Identifier │ │ [call] │ │ isready :: Identifier │ │ [.] │ │ lk :: Identifier │ │ [inert] │ │ chn :: Identifier │ │ [break] │ │ [if] │ │ [call] │ │ _match :: Identifier │ │ [call] │ │ fetch :: Identifier │ │ [.] │ │ lk :: Identifier │ │ [inert] │ │ chn :: Identifier │ │ M :: Identifier │ │ from :: Identifier │ │ [block] │ │ [=] │ │ [ref] │ │ fetched :: Identifier │ │ 1 :: Value │ │ true :: Value │ │ [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 │ │ [&&] │ │ [ref] │ │ fetched :: Identifier │ │ 1 :: Value │ │ [=] │ │ 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] │ │ [if] │ │ [call] │ │ applicable :: Identifier │ │ length :: Identifier │ │ msg :: Identifier │ │ [if] │ │ [call] │ │ == :: Identifier │ │ [call] │ │ length :: Identifier │ │ msg :: Identifier │ │ 1 :: Value │ │ [call] │ │ first :: Identifier │ │ msg :: Identifier │ │ msg :: Identifier │ │ 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 │ [::] │ │ M :: Identifier │ scope_layer=1 │ MT :: 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 │ MT :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ Nothing :: Identifier │ scope_layer=1 │ [curly] │ │ Type :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ Msg :: 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 │ │ [=] │ │ fetched :: Identifier │ scope_layer=1 │ [vect] │ │ false :: Value │ │ [=] │ │ msg :: Identifier │ scope_layer=1 │ [call] │ │ Timeout :: Identifier │ scope_layer=1 │ [=] │ │ stash :: Identifier │ scope_layer=1 │ [ref] │ │ Msg :: 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=144 │ [block] │ │ [local] │ │ [=] │ │ task :: Identifier │ scope_layer=2 │ [call] │ │ Task :: Identifier │ scope_layer=2 │ [->] │ │ [tuple] │ macro_source=144 │ [block] │ │ [block] │ │ [while] │ │ [call] │ │ ! :: Identifier │ scope_layer=1 │ [ref] │ │ done :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=144 │ [block] │ │ [=] │ │ [ref] │ │ fetched :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=144 │ false :: Value │ macro_source=144 │ [&&] │ │ [call] │ │ == :: Identifier │ scope_layer=1 │ timeout :: Identifier │ scope_layer=1 │ 0 :: Value │ macro_source=144 │ [&&] │ │ [call] │ │ ! :: Identifier │ scope_layer=1 │ [call] │ │ isready :: Identifier │ scope_layer=1 │ [.] │ │ lk :: Identifier │ scope_layer=1 │ [inert] │ │ chn :: Identifier │ │ [break] │ macro_source=144 │ [if] │ │ [call] │ │ _match :: Identifier │ scope_layer=1 │ [call] │ │ fetch :: Identifier │ scope_layer=1 │ [.] │ │ lk :: Identifier │ scope_layer=1 │ [inert] │ │ chn :: Identifier │ │ M :: Identifier │ scope_layer=1 │ from :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ [ref] │ │ fetched :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=144 │ true :: Value │ macro_source=144 │ [break] │ macro_source=144 │ [||] │ │ [ref] │ │ done :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=144 │ [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 │ │ [&&] │ │ [ref] │ │ fetched :: Identifier │ scope_layer=1 │ 1 :: Value │ │ [=] │ │ 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] │ │ [if] │ │ [call] │ │ applicable :: Identifier │ scope_layer=1 │ length :: Identifier │ scope_layer=1 │ msg :: Identifier │ scope_layer=1 │ [if] │ │ [call] │ │ == :: Identifier │ scope_layer=1 │ [call] │ │ length :: Identifier │ scope_layer=1 │ msg :: Identifier │ scope_layer=1 │ 1 :: Value │ │ [call] │ │ first :: Identifier │ scope_layer=1 │ msg :: Identifier │ scope_layer=1 │ msg :: Identifier │ scope_layer=1 │ msg :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl" │ line = 101 └ mod = Actors ERROR: LoadError: internal lowering bug: #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:101 =# - `jl_assert(!(haskey(ssa_rewrites, lhs_id)), _)`: multiple assignments to ssavalue Expression:  (= #₁ (call core.TypeVar :#T1 #₂₅₄/Msg)) Containing expressions:  (= #₁ (call core.TypeVar :#T1 #₂₅₄/Msg))  Detailed provenance:  (= #₁ (call core.TypeVar :#T1 #₂₅₄/Msg)) @#= /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:366 =#  └─ (= #₁ (call core.TypeVar :#T1 #₂₁/Msg)) @#= /source/usr/share/julia/JuliaLowering/src/closure_conversion.jl:197 =#  └─ (= #₁ (call core.TypeVar :#T1 #₂₁/Msg)) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:231 =#  └─ (= #₁ (call core.TypeVar :#T1 Msg)) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:231 =#  └─ (= #₁ (call core.TypeVar :#T1 Msg))  └─ (call core.TypeVar :#T1 Msg) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3025 =#  └─ (<: Msg)  └─ (<: Msg)  └─ (<: Msg)  └─ (<: Msg)  └─ @ /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:101  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/Actors/skg0T/src/Actors.jl:58  [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/Actors/skg0T/src/com.jl:101 in expression starting at /home/pkgeval/.julia/packages/Actors/skg0T/src/Actors.jl:5 in expression starting at stdin:5 ✗ Actors 2 dependencies successfully precompiled in 8 seconds. 5 already precompiled. Precompilation completed after 27.52s ################################################################################ # Loading # Loading Actors... ┌ Info: JuliaLowering threw given input: │ code = │ :(function receive(lk::L1, M::MT, from::L2; timeout::Real = 5.0) where {L1 <: Link, MT <: Union{Nothing, Type{<:Msg}}, L2 <: Union{Nothing, Link}} │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:101 =# │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:104 =# │ done = [false] │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:105 =# │ fetched = [false] │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:106 =# │ msg = Timeout() │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:107 =# │ stash = Msg[] │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:108 =# │ ev = Base.Event() │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:109 =# │ timeout > 0 && (!(isinf(timeout)) && Timer((x->begin │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:109 =# │ notify(ev) │ end), timeout)) │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:111 =# │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:111 =# @async begin │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:112 =# │ while !(done[1]) │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:113 =# │ fetched[1] = false │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:114 =# │ timeout == 0 && (!(isready(lk.chn)) && break) │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:115 =# │ if _match(fetch(lk.chn), M, from) │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:116 =# │ fetched[1] = true │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:117 =# │ break │ end │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:119 =# │ done[1] || push!(stash, take!(lk.chn)) │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:120 =# │ end │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:121 =# │ notify(ev) │ end │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:124 =# │ wait(ev) │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:125 =# │ done[1] = true │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:126 =# │ fetched[1] && (msg = take!(lk.chn)) │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:127 =# │ while !(isempty(stash)) && isready(lk.chn) │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:128 =# │ push!(stash, take!(lk.chn)) │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:129 =# │ end │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:130 =# │ foreach((x->begin │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:130 =# │ put!(lk.chn, x) │ end), stash) │ #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:131 =# │ return if applicable(length, msg) │ if length(msg) == 1 │ first(msg) │ else │ msg │ end │ else │ msg │ 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__ │ [function] │ │ [where] │ │ [call] │ │ receive :: Identifier │ │ [parameters] │ │ [kw] │ │ [::] │ │ timeout :: Identifier │ │ Real :: Identifier │ │ 5.0 :: Value │ │ [::] │ │ lk :: Identifier │ │ L1 :: Identifier │ │ [::] │ │ M :: Identifier │ │ MT :: Identifier │ │ [::] │ │ from :: Identifier │ │ L2 :: Identifier │ │ [<:] │ │ L1 :: Identifier │ │ Link :: Identifier │ │ [<:] │ │ MT :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ Nothing :: Identifier │ │ [curly] │ │ Type :: Identifier │ │ [<:] │ │ Msg :: Identifier │ │ [<:] │ │ L2 :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ Nothing :: Identifier │ │ Link :: Identifier │ │ [block] │ │ [=] │ │ done :: Identifier │ │ [vect] │ │ false :: Value │ │ [=] │ │ fetched :: Identifier │ │ [vect] │ │ false :: Value │ │ [=] │ │ msg :: Identifier │ │ [call] │ │ Timeout :: Identifier │ │ [=] │ │ stash :: Identifier │ │ [ref] │ │ Msg :: 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/Actors/skg0T/src/com.jl:111 =#) :: Value │ │ [block] │ │ [while] │ │ [call] │ │ ! :: Identifier │ │ [ref] │ │ done :: Identifier │ │ 1 :: Value │ │ [block] │ │ [=] │ │ [ref] │ │ fetched :: Identifier │ │ 1 :: Value │ │ false :: Value │ │ [&&] │ │ [call] │ │ == :: Identifier │ │ timeout :: Identifier │ │ 0 :: Value │ │ [&&] │ │ [call] │ │ ! :: Identifier │ │ [call] │ │ isready :: Identifier │ │ [.] │ │ lk :: Identifier │ │ [inert] │ │ chn :: Identifier │ │ [break] │ │ [if] │ │ [call] │ │ _match :: Identifier │ │ [call] │ │ fetch :: Identifier │ │ [.] │ │ lk :: Identifier │ │ [inert] │ │ chn :: Identifier │ │ M :: Identifier │ │ from :: Identifier │ │ [block] │ │ [=] │ │ [ref] │ │ fetched :: Identifier │ │ 1 :: Value │ │ true :: Value │ │ [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 │ │ [&&] │ │ [ref] │ │ fetched :: Identifier │ │ 1 :: Value │ │ [=] │ │ 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] │ │ [if] │ │ [call] │ │ applicable :: Identifier │ │ length :: Identifier │ │ msg :: Identifier │ │ [if] │ │ [call] │ │ == :: Identifier │ │ [call] │ │ length :: Identifier │ │ msg :: Identifier │ │ 1 :: Value │ │ [call] │ │ first :: Identifier │ │ msg :: Identifier │ │ msg :: Identifier │ │ 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 │ [::] │ │ M :: Identifier │ scope_layer=1 │ MT :: 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 │ MT :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ Nothing :: Identifier │ scope_layer=1 │ [curly] │ │ Type :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ Msg :: 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 │ │ [=] │ │ fetched :: Identifier │ scope_layer=1 │ [vect] │ │ false :: Value │ │ [=] │ │ msg :: Identifier │ scope_layer=1 │ [call] │ │ Timeout :: Identifier │ scope_layer=1 │ [=] │ │ stash :: Identifier │ scope_layer=1 │ [ref] │ │ Msg :: 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=144 │ [block] │ │ [local] │ │ [=] │ │ task :: Identifier │ scope_layer=2 │ [call] │ │ Task :: Identifier │ scope_layer=2 │ [->] │ │ [tuple] │ macro_source=144 │ [block] │ │ [block] │ │ [while] │ │ [call] │ │ ! :: Identifier │ scope_layer=1 │ [ref] │ │ done :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=144 │ [block] │ │ [=] │ │ [ref] │ │ fetched :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=144 │ false :: Value │ macro_source=144 │ [&&] │ │ [call] │ │ == :: Identifier │ scope_layer=1 │ timeout :: Identifier │ scope_layer=1 │ 0 :: Value │ macro_source=144 │ [&&] │ │ [call] │ │ ! :: Identifier │ scope_layer=1 │ [call] │ │ isready :: Identifier │ scope_layer=1 │ [.] │ │ lk :: Identifier │ scope_layer=1 │ [inert] │ │ chn :: Identifier │ │ [break] │ macro_source=144 │ [if] │ │ [call] │ │ _match :: Identifier │ scope_layer=1 │ [call] │ │ fetch :: Identifier │ scope_layer=1 │ [.] │ │ lk :: Identifier │ scope_layer=1 │ [inert] │ │ chn :: Identifier │ │ M :: Identifier │ scope_layer=1 │ from :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ [ref] │ │ fetched :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=144 │ true :: Value │ macro_source=144 │ [break] │ macro_source=144 │ [||] │ │ [ref] │ │ done :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=144 │ [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 │ │ [&&] │ │ [ref] │ │ fetched :: Identifier │ scope_layer=1 │ 1 :: Value │ │ [=] │ │ 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] │ │ [if] │ │ [call] │ │ applicable :: Identifier │ scope_layer=1 │ length :: Identifier │ scope_layer=1 │ msg :: Identifier │ scope_layer=1 │ [if] │ │ [call] │ │ == :: Identifier │ scope_layer=1 │ [call] │ │ length :: Identifier │ scope_layer=1 │ msg :: Identifier │ scope_layer=1 │ 1 :: Value │ │ [call] │ │ first :: Identifier │ scope_layer=1 │ msg :: Identifier │ scope_layer=1 │ msg :: Identifier │ scope_layer=1 │ msg :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl" │ line = 101 └ mod = Actors ERROR: LoadError: internal lowering bug: #= /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:101 =# - `jl_assert(!(haskey(ssa_rewrites, lhs_id)), _)`: multiple assignments to ssavalue Expression:  (= #₁ (call core.TypeVar :#T1 #₂₅₄/Msg)) Containing expressions:  (= #₁ (call core.TypeVar :#T1 #₂₅₄/Msg))  Detailed provenance:  (= #₁ (call core.TypeVar :#T1 #₂₅₄/Msg)) @#= /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:366 =#  └─ (= #₁ (call core.TypeVar :#T1 #₂₁/Msg)) @#= /source/usr/share/julia/JuliaLowering/src/closure_conversion.jl:197 =#  └─ (= #₁ (call core.TypeVar :#T1 #₂₁/Msg)) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:231 =#  └─ (= #₁ (call core.TypeVar :#T1 Msg)) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:231 =#  └─ (= #₁ (call core.TypeVar :#T1 Msg))  └─ (call core.TypeVar :#T1 Msg) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3025 =#  └─ (<: Msg)  └─ (<: Msg)  └─ (<: Msg)  └─ (<: Msg)  └─ @ /home/pkgeval/.julia/packages/Actors/skg0T/src/com.jl:101  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/Actors/skg0T/src/Actors.jl:58  [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/Actors/skg0T/src/com.jl:101 in expression starting at /home/pkgeval/.julia/packages/Actors/skg0T/src/Actors.jl:5 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ Actors │ [Output was shown above] └ ERROR: The following 1 package failed to precompile: Actors Failed to precompile Actors [18269d71-cc38-4e02-b8c8-1db30113a6dd] to "/home/pkgeval/.julia/compiled/v1.14/Actors/jl_nvvstg" (ProcessExited(1)). Loading failed after 14.55s 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 Actors'`, 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 65.02s: package fails to precompile