Package evaluation to test GenServers on Julia 1.14.0-DEV.2226 (797a5ef2b0*) started at 2026-05-23T18:06:23.894 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 16.7s ################################################################################ # Installation # Installing GenServers... Resolving package versions... Installed Reexport ──────── v0.2.0 Installed ActorInterfaces ─ v0.1.0 Installed Proquint ──────── v0.1.0 Installed Actors ────────── v0.2.5 Installed GenServers ────── v0.2.0 Updating `~/.julia/environments/v1.14/Project.toml` [7ba82512] + GenServers v0.2.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [7e194583] + ActorInterfaces v0.1.0 [18269d71] + Actors v0.2.5 [7ba82512] + GenServers v0.2.0 [710532b4] + Proquint v0.1.0 ⌅ [189a3867] + Reexport v0.2.0 [0dad84c5] + ArgTools v1.1.2 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [8ba89e20] + Distributed v1.11.0 [f43a241f] + Downloads v1.7.0 [7b1f6079] + FileWatching v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.13.0 [b27032c2] + LibCURL v1.0.0 [76f85450] + LibGit2 v1.11.0 [8f399da3] + Libdl v1.11.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [ca575930] + NetworkOptions v1.3.0 [44cfe95a] + Pkg v1.14.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 [a4e569a6] + Tar v1.10.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 [e37daf67] + LibGit2_jll v1.9.3+0 [29816b5a] + LibSSH2_jll v1.11.101+0 [14a3606d] + MozillaCACerts_jll v2026.5.14 [458c3c95] + OpenSSL_jll v3.5.6+0 [efcefdf7] + PCRE2_jll v10.47.0+0 [83775a58] + Zlib_jll v1.3.2+0 [3161d3a3] + Zstd_jll v1.5.7+1 [8e850ede] + nghttp2_jll v1.69.0+0 [3f19e933] + p7zip_jll v17.8.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 1.94s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 5.3 s ✓ TestEnv 1 dependency successfully precompiled in 5 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 1.1 s ✓ ANSIColoredPrinters 0.8 s ✓ Proquint 0.8 s ✓ LazilyInitializedFields 0.5 s ✓ SafeTestsets 1.1 s ✓ DocStringExtensions 87.5 s ✓ AbstractTrees 0.6 s ✓ ActorInterfaces 54.4 s ✓ TranscodingStreams 0.7 s ✓ IOCapture 2.7 s ✓ StructUtils 2.4 s ✓ Preferences 0.5 s ✓ Reexport 6.3 s ✓ RegistryInstances 22.9 s ✓ MarkdownAST ┌ 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 20.5 s ✓ CodecZlib 2.5 s ✓ JLLWrappers 2.3 s ✓ PrecompileTools ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("18269d71-cc38-4e02-b8c8-1db30113a6dd"), "Actors") 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/GenServers/RDs6e/src/GenServers.jl:37  [13] macro expansion  @ ~/.julia/packages/GenServers/RDs6e/src/GenServers.jl:37 [inlined]  [14] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [15] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:494  [16] _eval  @ /source/usr/share/julia/JuliaLowering/src/eval.jl:475 [inlined]  [17] #eval#134  @ /source/usr/share/julia/JuliaLowering/src/eval.jl:467 [inlined]  [18] top-level scope  @ ~/.julia/packages/GenServers/RDs6e/src/GenServers.jl:37  [19] macro expansion  @ ~/.julia/packages/GenServers/RDs6e/src/GenServers.jl:37 [inlined]  [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/GenServers/RDs6e/src/GenServers.jl:5 in expression starting at stdin:5 ✗ GenServers 2.9 s ✓ Libiconv_jll 2.9 s ✓ Git_LFS_jll 2.9 s ✓ OpenSSH_jll 3.2 s ✓ Expat_jll 25.1 s ✓ Parsers 3.1 s ✓ Git_jll 91.3 s ✓ JSON 1.7 s ✓ Git 188.4 s ✓ Documenter 26 dependencies successfully precompiled in 559 seconds. 33 already precompiled. Precompilation completed after 599.75s ################################################################################ # Testing # Testing GenServers Status `/tmp/jl_ROEqnC/Project.toml` [18269d71] Actors v0.2.5 [e30172f5] Documenter v1.17.0 [7ba82512] GenServers v0.2.0 ⌅ [189a3867] Reexport v0.2.0 [1bc83da4] SafeTestsets v0.1.0 [8ba89e20] Distributed v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_ROEqnC/Manifest.toml` [a4c015fc] ANSIColoredPrinters v0.0.1 [1520ce14] AbstractTrees v0.4.5 [7e194583] ActorInterfaces v0.1.0 [18269d71] Actors v0.2.5 [944b1d66] CodecZlib v0.7.8 [ffbed154] DocStringExtensions v0.9.5 [e30172f5] Documenter v1.17.0 [7ba82512] GenServers v0.2.0 [d7ba0133] Git v1.5.0 [b5f81e59] IOCapture v1.0.0 [692b3bcd] JLLWrappers v1.8.0 [682c06a0] JSON v1.6.0 [0e77f7df] LazilyInitializedFields v1.3.0 [d0879d2d] MarkdownAST v0.1.3 [69de0a69] Parsers v2.8.4 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [710532b4] Proquint v0.1.0 ⌅ [189a3867] Reexport v0.2.0 [2792f1a3] RegistryInstances v0.1.0 [1bc83da4] SafeTestsets v0.1.0 [ec057cc2] StructUtils v2.8.2 [3bb67fe8] TranscodingStreams v0.11.3 [2e619515] Expat_jll v2.8.0+0 [020c3dae] Git_LFS_jll v3.7.1+0 [f8c6e375] Git_jll v2.54.0+0 [94ce4f54] Libiconv_jll v1.18.0+0 [9bd350c2] OpenSSH_jll v10.3.1+0 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [8ba89e20] Distributed v1.11.0 [f43a241f] Downloads v1.7.0 [7b1f6079] FileWatching v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [b27032c2] LibCURL v1.0.0 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.14.0 [de0858da] Printf v1.11.0 [3fa0cd96] REPL v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.1+0 [deac9b47] LibCURL_jll v8.20.0+1 [e37daf67] LibGit2_jll v1.9.3+0 [29816b5a] LibSSH2_jll v1.11.101+0 [14a3606d] MozillaCACerts_jll v2026.5.14 [458c3c95] OpenSSL_jll v3.5.6+0 [efcefdf7] PCRE2_jll v10.47.0+0 [83775a58] Zlib_jll v1.3.2+0 [3161d3a3] Zstd_jll v1.5.7+1 [8e850ede] nghttp2_jll v1.69.0+0 [3f19e933] p7zip_jll v17.8.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... ┌ 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 ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("18269d71-cc38-4e02-b8c8-1db30113a6dd"), "Actors") 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/GenServers/RDs6e/src/GenServers.jl:37  [13] macro expansion  @ ~/.julia/packages/GenServers/RDs6e/src/GenServers.jl:37 [inlined]  [14] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [15] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:494  [16] _eval  @ /source/usr/share/julia/JuliaLowering/src/eval.jl:475 [inlined]  [17] #eval#134  @ /source/usr/share/julia/JuliaLowering/src/eval.jl:467 [inlined]  [18] top-level scope  @ ~/.julia/packages/GenServers/RDs6e/src/GenServers.jl:37  [19] macro expansion  @ ~/.julia/packages/GenServers/RDs6e/src/GenServers.jl:37 [inlined]  [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/GenServers/RDs6e/src/GenServers.jl:5 in expression starting at stdin:5 2 dependencies had output during precompilation: ┌ GenServers │ [Output was shown above] └ ┌ 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 └ ERROR: LoadError: The following 2 packages failed to precompile: GenServers Failed to precompile GenServers [7ba82512-5dde-4a56-aa4f-e00f617b4033] to "/home/pkgeval/.julia/compiled/v1.14/GenServers/jl_F5XEre" (ProcessExited(1)). Actors Failed to precompile Actors [18269d71-cc38-4e02-b8c8-1db30113a6dd] to "/home/pkgeval/.julia/compiled/v1.14/Actors/jl_PFAwVj" (ProcessExited(1)). in expression starting at /home/pkgeval/.julia/packages/GenServers/RDs6e/test/runtests.jl:1 Testing failed after 48.72s ERROR: LoadError: Package GenServers 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 686.72s: package fails to precompile