Package evaluation to load AlgebraicAgents on Julia 1.14.0-DEV.2309 (6e1a27e459*) started at 2026-06-06T04:18:24.043 ################################################################################ # Set-up # Set-up completed after 0.13s ################################################################################ # Installation # Installing AlgebraicAgents... Resolving package versions... Installed Crayons ───────── v4.1.1 Installed Glob ──────────── v1.5.0 Installed MacroTools ────── v0.5.16 Installed AlgebraicAgents ─ v0.4.0 Updating `~/.julia/environments/v1.14/Project.toml` [f6eb0ae3] + AlgebraicAgents v0.4.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [f6eb0ae3] + AlgebraicAgents v0.4.0 [a8cc5b0e] + Crayons v4.1.1 [c27321d9] + Glob v1.5.0 [1914dd2f] + MacroTools v0.5.16 [2a0f44e3] + Base64 v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.13.0 [d6f4376e] + Markdown v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [f489334b] + StyledStrings v1.13.0 [cf7118a7] + UUIDs v1.11.0 Installation completed after 10.18s ################################################################################ # 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.9 s ✓ Glob 4.7 s ✓ MacroTools 2.2 s ✓ Crayons ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:3 =# Core.@doc "A container of agents.\nDoesn't implement a standalone evolutionary rule; delegates evolution to internal agents.\n" mutable struct FreeAgent <: AbstractAlgebraicAgent │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:8 =# │ uuid::UUID │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:9 =# │ name::AbstractString │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:11 =# │ parent::Union{AbstractAlgebraicAgent, Nothing} │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:12 =# │ inners::Dict{String, AbstractAlgebraicAgent} │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:14 =# │ relpathrefs::Dict{AbstractString, UUID} │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:15 =# │ opera::Opera │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:17 =# │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:17 =# @doc " FreeAgent(name, agents=[])\nInitialize an agent. Optionally provide contained agents at the time of instantiation.\nSee also [`entangle!`](@ref) and [`disentangle!`](@ref).\n\n# Examples \n```julia\nFreeAgent(\"agent\", [agent1, agent2])\n```\n" function FreeAgent(name::AbstractString, agents::Vector{<:AbstractAlgebraicAgent} = AbstractAlgebraicAgent[]) │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:27 =# │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:31 =# │ m = new() │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:32 =# │ m.uuid = uuid4() │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:33 =# │ m.name = name │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:34 =# │ m.parent = nothing │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:35 =# │ m.inners = Dict{String, AbstractAlgebraicAgent}() │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:36 =# │ m.relpathrefs = Dict{AbstractString, UUID}() │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:37 =# │ m.opera = Opera(m.uuid => m) │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:39 =# │ for a = agents │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:40 =# │ entangle!(m, a) │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:41 =# │ end │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:43 =# │ return m │ end │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [macrocall] │ │ @doc :: Identifier │ mod │ :(#= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:3 =#) :: Value │ │ "A container of agents.\nDoesn't implement a standalone evolutionary rule; delegates evolution to internal agents.\n" :: Value │ │ [struct] │ │ true :: Value │ │ [<:] │ │ FreeAgent :: Identifier │ │ AbstractAlgebraicAgent :: Identifier │ │ [block] │ │ [::] │ │ uuid :: Identifier │ │ UUID :: Identifier │ │ [::] │ │ name :: Identifier │ │ AbstractString :: Identifier │ │ [::] │ │ parent :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ AbstractAlgebraicAgent :: Identifier │ │ Nothing :: Identifier │ │ [::] │ │ inners :: Identifier │ │ [curly] │ │ Dict :: Identifier │ │ String :: Identifier │ │ AbstractAlgebraicAgent :: Identifier │ │ [::] │ │ relpathrefs :: Identifier │ │ [curly] │ │ Dict :: Identifier │ │ AbstractString :: Identifier │ │ UUID :: Identifier │ │ [::] │ │ opera :: Identifier │ │ Opera :: Identifier │ │ [macrocall] │ │ @doc :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:17 =#) :: Value │ │ " FreeAgent(name, agents=[])\nInitialize an agent. Optionally provide contained agents at the time of instantiation.\nSee also [`entangle!`](@ref) and [`disentangle!`](@ref).\n\n# Examples \n```julia\nFreeAgent(\"agent\", [agent1, agent2])\n```\n" :: Value │ │ [function] │ │ [call] │ │ FreeAgent :: Identifier │ │ [::] │ │ name :: Identifier │ │ AbstractString :: Identifier │ │ [kw] │ │ [::] │ │ agents :: Identifier │ │ [curly] │ │ Vector :: Identifier │ │ [<:] │ │ AbstractAlgebraicAgent :: Identifier │ │ [ref] │ │ AbstractAlgebraicAgent :: Identifier │ │ [block] │ │ [=] │ │ m :: Identifier │ │ [call] │ │ new :: Identifier │ │ [=] │ │ [.] │ │ m :: Identifier │ │ [inert] │ │ uuid :: Identifier │ │ [call] │ │ uuid4 :: Identifier │ │ [=] │ │ [.] │ │ m :: Identifier │ │ [inert] │ │ name :: Identifier │ │ name :: Identifier │ │ [=] │ │ [.] │ │ m :: Identifier │ │ [inert] │ │ parent :: Identifier │ │ nothing :: Identifier │ │ [=] │ │ [.] │ │ m :: Identifier │ │ [inert] │ │ inners :: Identifier │ │ [call] │ │ [curly] │ │ Dict :: Identifier │ │ String :: Identifier │ │ AbstractAlgebraicAgent :: Identifier │ │ [=] │ │ [.] │ │ m :: Identifier │ │ [inert] │ │ relpathrefs :: Identifier │ │ [call] │ │ [curly] │ │ Dict :: Identifier │ │ AbstractString :: Identifier │ │ UUID :: Identifier │ │ [=] │ │ [.] │ │ m :: Identifier │ │ [inert] │ │ opera :: Identifier │ │ [call] │ │ Opera :: Identifier │ │ [call] │ │ => :: Identifier │ │ [.] │ │ m :: Identifier │ │ [inert] │ │ uuid :: Identifier │ │ m :: Identifier │ │ [for] │ │ [=] │ │ a :: Identifier │ │ agents :: Identifier │ │ [block] │ │ [call] │ │ entangle! :: Identifier │ │ m :: Identifier │ │ a :: Identifier │ │ [return] │ │ m :: Identifier │ │ │ st1 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source │ [block] │ │ [=] │ │ val :: Identifier │ scope_layer=3 │ [struct] │ │ true :: Value │ macro_source=125 │ [<:] │ scope_layer=1 │ FreeAgent :: Identifier │ scope_layer=1 │ AbstractAlgebraicAgent :: Identifier │ scope_layer=1 │ [block] │ │ [::] │ │ uuid :: Identifier │ scope_layer=1 │ UUID :: Identifier │ scope_layer=1 │ [::] │ │ name :: Identifier │ scope_layer=1 │ AbstractString :: Identifier │ scope_layer=1 │ [::] │ │ parent :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ AbstractAlgebraicAgent :: Identifier │ scope_layer=1 │ Nothing :: Identifier │ scope_layer=1 │ [::] │ │ inners :: Identifier │ scope_layer=1 │ [curly] │ │ Dict :: Identifier │ scope_layer=1 │ String :: Identifier │ scope_layer=1 │ AbstractAlgebraicAgent :: Identifier │ scope_layer=1 │ [::] │ │ relpathrefs :: Identifier │ scope_layer=1 │ [curly] │ │ Dict :: Identifier │ scope_layer=1 │ AbstractString :: Identifier │ scope_layer=1 │ UUID :: Identifier │ scope_layer=1 │ [::] │ │ opera :: Identifier │ scope_layer=1 │ Opera :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ #24#val :: Identifier │ scope_layer=1 │ [function] │ │ [call] │ │ FreeAgent :: Identifier │ scope_layer=1 │ [::] │ │ name :: Identifier │ scope_layer=1 │ AbstractString :: Identifier │ scope_layer=1 │ [kw] │ │ [::] │ │ agents :: Identifier │ scope_layer=1 │ [curly] │ │ Vector :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ AbstractAlgebraicAgent :: Identifier │ scope_layer=1 │ [ref] │ │ AbstractAlgebraicAgent :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ m :: Identifier │ scope_layer=1 │ [call] │ │ new :: Identifier │ scope_layer=1 │ [=] │ │ [.] │ │ m :: Identifier │ scope_layer=1 │ [inert] │ │ uuid :: Identifier │ │ [call] │ │ uuid4 :: Identifier │ scope_layer=1 │ [=] │ │ [.] │ │ m :: Identifier │ scope_layer=1 │ [inert] │ │ name :: Identifier │ │ name :: Identifier │ scope_layer=1 │ [=] │ │ [.] │ │ m :: Identifier │ scope_layer=1 │ [inert] │ │ parent :: Identifier │ │ nothing :: Identifier │ scope_layer=1 │ [=] │ │ [.] │ │ m :: Identifier │ scope_layer=1 │ [inert] │ │ inners :: Identifier │ │ [call] │ │ [curly] │ │ Dict :: Identifier │ scope_layer=1 │ String :: Identifier │ scope_layer=1 │ AbstractAlgebraicAgent :: Identifier │ scope_layer=1 │ [=] │ │ [.] │ │ m :: Identifier │ scope_layer=1 │ [inert] │ │ relpathrefs :: Identifier │ │ [call] │ │ [curly] │ │ Dict :: Identifier │ scope_layer=1 │ AbstractString :: Identifier │ scope_layer=1 │ UUID :: Identifier │ scope_layer=1 │ [=] │ │ [.] │ │ m :: Identifier │ scope_layer=1 │ [inert] │ │ opera :: Identifier │ │ [call] │ │ Opera :: Identifier │ scope_layer=1 │ [call] │ │ => :: Identifier │ scope_layer=1 │ [.] │ │ m :: Identifier │ scope_layer=1 │ [inert] │ │ uuid :: Identifier │ │ m :: Identifier │ scope_layer=1 │ [for] │ │ [=] │ │ a :: Identifier │ scope_layer=1 │ agents :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ entangle! :: Identifier │ scope_layer=1 │ m :: Identifier │ scope_layer=1 │ a :: Identifier │ scope_layer=1 │ [return] │ │ m :: Identifier │ scope_layer=1 │ [call] │ │ Base.Docs.doc! :: Value │ macro_source=125 │ AlgebraicAgents :: Value │ macro_source=125 │ [call] │ │ Base.Docs.Binding :: Value │ macro_source=125 │ AlgebraicAgents :: Value │ macro_source=125 │ [inert] │ │ FreeAgent :: Identifier │ │ [call] │ macro_source=125 │ Base.Docs.docstr :: Value │ macro_source=125 │ [call] │ macro_source=125 │ Core.svec :: Value │ macro_source=125 │ " FreeAgent(name, agents=[])\nInitialize an agent. Optionally provide contained agents at the time of instantiation.\nSee also [`entangle!`](@ref) and [`disentangle!`](@ref).\n\n# Examples \n```julia\nFreeAgent(\"agent\", [agent1, agent2])\n```\n" :: Value │ macro_source=125 │ [call] │ macro_source=125 │ Dict{Symbol, Any} :: Value │ macro_source=125 │ :path => "/home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl" :: Value │ macro_source=125 │ :linenumber => 17 :: Value │ macro_source=125 │ :module => AlgebraicAgents :: Value │ macro_source=125 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ AbstractString :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ AbstractString :: Identifier │ scope_layer=1 │ [curly] │ │ Vector :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ AbstractAlgebraicAgent :: Identifier │ scope_layer=1 │ #24#val :: Identifier │ scope_layer=1 │ [call] │ │ Base.Docs.doc! :: Value │ macro_source=125 │ AlgebraicAgents :: Value │ macro_source=125 │ [call] │ │ Base.Docs.Binding :: Value │ macro_source=125 │ AlgebraicAgents :: Value │ │ [inert] │ jl_source=L65 │ FreeAgent :: Identifier │ │ [call] │ │ Base.Docs.docstr :: Value │ macro_source=125 │ [call] │ macro_source=125 │ Core.svec :: Value │ macro_source=125 │ "A container of agents.\nDoesn't implement a standalone evolutionary rule; delegates evolution to internal agents.\n" :: Value │ macro_source=125 │ [call] │ │ Dict{Symbol, Any} :: Value │ macro_source=125 │ :path => "/home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl" :: Value │ macro_source=125 │ :linenumber => 3 :: Value │ macro_source=125 │ :module => AlgebraicAgents :: Value │ macro_source=125 │ [call] │ │ Pair :: Value │ macro_source=125 │ [inert] │ │ fields :: Identifier │ │ [call] │ macro_source=125 │ Dict{Symbol, Any} :: Value │ macro_source=125 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ val :: Identifier │ scope_layer=3 │ │ file = "/home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl" │ line = 3 └ mod = AlgebraicAgents ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:17 =# - assignment syntax in structure fields is reserved Expression:  (= #24#val (function (call FreeAgent (:: name AbstractString) (kw (:: agents (curly Vector (<: AbstractAlgebraicAgent))) (ref AbstractAlgebraicAgent))) (block (= m (call new)) (= (. m :uuid) (call uuid4)) (= (. m :name) name) (= (. m :parent) nothing) (= (. m :inners) (call (curly Dict String AbstractAlgebraicAgent))) (= (. m :relpathrefs) (call (curly Dict AbstractString UUID))) (= (. m :opera) (call Opera (call => (. m :uuid) m))) (for (iteration (in a agents)) (block (call entangle! m a))) (return m)))) Containing expressions:  (block (:: uuid UUID) (:: name AbstractString) (:: parent (curly Union AbstractAlgebraicAgent Nothing)) (:: inners (curly Dict String AbstractAlgebraicAgent)) (:: relpathrefs (curly Dict AbstractString UUID)) (:: opera Opera) (= #24#val (function (call FreeAgent (:: name AbstractString) (kw (:: agents (curly Vector (<: AbstractAlgebraicAgent))) (ref AbstractAlgebraicAgent))) (block (= m (call new)) (= (. m :uuid) (call uuid4)) (= (. m :name) name) (= (. m :parent) nothing) (= (. m :inners) (call (curly Dict String AbstractAlgebraicAgent))) (= (. m :relpathrefs) (call (curly Dict AbstractString UUID))) (= (. m :opera) (call Opera (call => (. m :uuid) m))) (for (iteration (in a agents)) (block (call entangle! m a))) (return m)))) (call Base.Docs.doc! AlgebraicAgents (call Base.Docs.Binding AlgebraicAgents :FreeAgent) (call Base.Docs.docstr (call Core.svec " FreeAgent(name, agents=[])\nInitialize an agent. Optionally provide contained agents at the time of instantiation.\nSee also [`entangle!`](@ref) and [`disentangle!`](@ref).\n\n# Examples \n```julia\nFreeAgent(\"agent\", [agent1, agent2])\n```\n") (call Dict{Symbol, Any} :path => "/home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl" :linenumber => 17 :module => AlgebraicAgents)) (curly Union (curly Tuple AbstractString) (curly Tuple AbstractString (curly Vector (<: AbstractAlgebraicAgent))))) #24#val)  Detailed provenance:  (= #24#val (function (call FreeAgent (:: name AbstractString) (kw (:: agents (curly Vector (<: AbstractAlgebraicAgent))) (ref AbstractAlgebraicAgent))) (block (= m (call new)) (= (. m :uuid) (call uuid4)) (= (. m :name) name) (= (. m :parent) nothing) (= (. m :inners) (call (curly Dict String AbstractAlgebraicAgent))) (= (. m :relpathrefs) (call (curly Dict AbstractString UUID))) (= (. m :opera) (call Opera (call => (. m :uuid) m))) (for (iteration (in a agents)) (block (call entangle! m a))) (return m))))  └─ (= #24#val (function (call FreeAgent (:: name AbstractString) (kw (:: agents (curly Vector (<: AbstractAlgebraicAgent))) (ref AbstractAlgebraicAgent))) (block (= m (call new)) (= (. m :uuid) (call uuid4)) (= (. m :name) name) (= (. m :parent) nothing) (= (. m :inners) (call (curly Dict String AbstractAlgebraicAgent))) (= (. m :relpathrefs) (call (curly Dict AbstractString UUID))) (= (. m :opera) (call Opera (call => (. m :uuid) m))) (for (iteration (in a agents)) (block (call entangle! m a))) (return m))))  └─ (= #24#val (function (call FreeAgent (:: name AbstractString) (kw (:: agents (curly Vector (<: AbstractAlgebraicAgent))) (ref AbstractAlgebraicAgent))) (block (= m (call new)) (= (. m (inert uuid)) (call uuid4)) (= (. m (inert name)) name) (= (. m (inert parent)) nothing) (= (. m (inert inners)) (call (curly Dict String AbstractAlgebraicAgent))) (= (. m (inert relpathrefs)) (call (curly Dict AbstractString UUID))) (= (. m (inert opera)) (call Opera (call => (. m (inert uuid)) m))) (for (= a agents) (block (call entangle! m a))) (return m))))  └─ (= #24#val (function (call FreeAgent (:: name AbstractString) (kw (:: agents (curly Vector (<: AbstractAlgebraicAgent))) (ref AbstractAlgebraicAgent))) (block (= m (call new)) (= (. m (inert uuid)) (call uuid4)) (= (. m (inert name)) name) (= (. m (inert parent)) nothing) (= (. m (inert inners)) (call (curly Dict String AbstractAlgebraicAgent))) (= (. m (inert relpathrefs)) (call (curly Dict AbstractString UUID))) (= (. m (inert opera)) (call Opera (call => (. m (inert uuid)) m))) (for (= a agents) (block (call entangle! m a))) (return m))))  ├─ @ /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:17  └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:3 =#) "A container of agents.\nDoesn't implement a standalone evolutionary rule; delegates evolution to internal agents.\n" (struct true (<: FreeAgent AbstractAlgebraicAgent) (block (:: uuid UUID) (:: name AbstractString) (:: parent (curly Union AbstractAlgebraicAgent Nothing)) (:: inners (curly Dict String AbstractAlgebraicAgent)) (:: relpathrefs (curly Dict AbstractString UUID)) (:: opera Opera) (macrocall @doc :(#= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:17 =#) " FreeAgent(name, agents=[])\nInitialize an agent. Optionally provide contained agents at the time of instantiation.\nSee also [`entangle!`](@ref) and [`disentangle!`](@ref).\n\n# Examples \n```julia\nFreeAgent(\"agent\", [agent1, agent2])\n```\n" (function (call FreeAgent (:: name AbstractString) (kw (:: agents (curly Vector (<: AbstractAlgebraicAgent))) (ref AbstractAlgebraicAgent))) (block (= m (call new)) (= (. m (inert uuid)) (call uuid4)) (= (. m (inert name)) name) (= (. m (inert parent)) nothing) (= (. m (inert inners)) (call (curly Dict String AbstractAlgebraicAgent))) (= (. m (inert relpathrefs)) (call (curly Dict AbstractString UUID))) (= (. m (inert opera)) (call Opera (call => (. m (inert uuid)) m))) (for (= a agents) (block (call entangle! m a))) (return m)))))))  └─ @ /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:3  Stacktrace:  [1] _collect_struct_fields(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, field_names::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, field_types::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, field_attrs::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, field_docs::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, inner_defs::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, exs::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, SubArray{Int64, 1, Vector{Int64}, Tuple{UnitRange{Int64}}, true}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3166  [2] expand_struct_def(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3736  [3] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4317  [4] expand_assignment(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, is_const::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1320  [5] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4177  [6] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133 [inlined]  [7] (::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4421 [inlined]  [8] mapchildren(f::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}}, ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:707  [9] getindex(A::Vector{UnitRange{Int64}}, i::Int64)  @ Base essentials.jl:1040 [inlined]  [10] numchildren(graph::Base.JuliaSyntax.SyntaxGraph{Dict{Symbol, Dict{Int64, Any}}}, id::Int64)  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:121 [inlined]  [11] numchildren(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:306 [inlined]  [12] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4268  [13] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133 [inlined]  [14] expand_forms_2(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4450  [15] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:30  [16] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:327  [17] top-level scope  @ ~/.julia/packages/AlgebraicAgents/QCYTs/src/AlgebraicAgents.jl:42  [18] include(mod::Module, _path::String)  @ Base Base.jl:326  [19] 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:3296  [20] top-level scope  @ stdin:5  [21] eval(m::Module, e::Any)  @ Core boot.jl:521  [22] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [23] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [24] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [25] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:3 in expression starting at /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/AlgebraicAgents.jl:1 in expression starting at stdin:5 ✗ AlgebraicAgents 3 dependencies successfully precompiled in 15 seconds. 6 already precompiled. Precompilation completed after 36.18s ################################################################################ # Loading # Loading AlgebraicAgents... ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:3 =# Core.@doc "A container of agents.\nDoesn't implement a standalone evolutionary rule; delegates evolution to internal agents.\n" mutable struct FreeAgent <: AbstractAlgebraicAgent │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:8 =# │ uuid::UUID │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:9 =# │ name::AbstractString │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:11 =# │ parent::Union{AbstractAlgebraicAgent, Nothing} │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:12 =# │ inners::Dict{String, AbstractAlgebraicAgent} │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:14 =# │ relpathrefs::Dict{AbstractString, UUID} │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:15 =# │ opera::Opera │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:17 =# │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:17 =# @doc " FreeAgent(name, agents=[])\nInitialize an agent. Optionally provide contained agents at the time of instantiation.\nSee also [`entangle!`](@ref) and [`disentangle!`](@ref).\n\n# Examples \n```julia\nFreeAgent(\"agent\", [agent1, agent2])\n```\n" function FreeAgent(name::AbstractString, agents::Vector{<:AbstractAlgebraicAgent} = AbstractAlgebraicAgent[]) │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:27 =# │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:31 =# │ m = new() │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:32 =# │ m.uuid = uuid4() │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:33 =# │ m.name = name │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:34 =# │ m.parent = nothing │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:35 =# │ m.inners = Dict{String, AbstractAlgebraicAgent}() │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:36 =# │ m.relpathrefs = Dict{AbstractString, UUID}() │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:37 =# │ m.opera = Opera(m.uuid => m) │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:39 =# │ for a = agents │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:40 =# │ entangle!(m, a) │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:41 =# │ end │ #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:43 =# │ return m │ end │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [macrocall] │ │ @doc :: Identifier │ mod │ :(#= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:3 =#) :: Value │ │ "A container of agents.\nDoesn't implement a standalone evolutionary rule; delegates evolution to internal agents.\n" :: Value │ │ [struct] │ │ true :: Value │ │ [<:] │ │ FreeAgent :: Identifier │ │ AbstractAlgebraicAgent :: Identifier │ │ [block] │ │ [::] │ │ uuid :: Identifier │ │ UUID :: Identifier │ │ [::] │ │ name :: Identifier │ │ AbstractString :: Identifier │ │ [::] │ │ parent :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ AbstractAlgebraicAgent :: Identifier │ │ Nothing :: Identifier │ │ [::] │ │ inners :: Identifier │ │ [curly] │ │ Dict :: Identifier │ │ String :: Identifier │ │ AbstractAlgebraicAgent :: Identifier │ │ [::] │ │ relpathrefs :: Identifier │ │ [curly] │ │ Dict :: Identifier │ │ AbstractString :: Identifier │ │ UUID :: Identifier │ │ [::] │ │ opera :: Identifier │ │ Opera :: Identifier │ │ [macrocall] │ │ @doc :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:17 =#) :: Value │ │ " FreeAgent(name, agents=[])\nInitialize an agent. Optionally provide contained agents at the time of instantiation.\nSee also [`entangle!`](@ref) and [`disentangle!`](@ref).\n\n# Examples \n```julia\nFreeAgent(\"agent\", [agent1, agent2])\n```\n" :: Value │ │ [function] │ │ [call] │ │ FreeAgent :: Identifier │ │ [::] │ │ name :: Identifier │ │ AbstractString :: Identifier │ │ [kw] │ │ [::] │ │ agents :: Identifier │ │ [curly] │ │ Vector :: Identifier │ │ [<:] │ │ AbstractAlgebraicAgent :: Identifier │ │ [ref] │ │ AbstractAlgebraicAgent :: Identifier │ │ [block] │ │ [=] │ │ m :: Identifier │ │ [call] │ │ new :: Identifier │ │ [=] │ │ [.] │ │ m :: Identifier │ │ [inert] │ │ uuid :: Identifier │ │ [call] │ │ uuid4 :: Identifier │ │ [=] │ │ [.] │ │ m :: Identifier │ │ [inert] │ │ name :: Identifier │ │ name :: Identifier │ │ [=] │ │ [.] │ │ m :: Identifier │ │ [inert] │ │ parent :: Identifier │ │ nothing :: Identifier │ │ [=] │ │ [.] │ │ m :: Identifier │ │ [inert] │ │ inners :: Identifier │ │ [call] │ │ [curly] │ │ Dict :: Identifier │ │ String :: Identifier │ │ AbstractAlgebraicAgent :: Identifier │ │ [=] │ │ [.] │ │ m :: Identifier │ │ [inert] │ │ relpathrefs :: Identifier │ │ [call] │ │ [curly] │ │ Dict :: Identifier │ │ AbstractString :: Identifier │ │ UUID :: Identifier │ │ [=] │ │ [.] │ │ m :: Identifier │ │ [inert] │ │ opera :: Identifier │ │ [call] │ │ Opera :: Identifier │ │ [call] │ │ => :: Identifier │ │ [.] │ │ m :: Identifier │ │ [inert] │ │ uuid :: Identifier │ │ m :: Identifier │ │ [for] │ │ [=] │ │ a :: Identifier │ │ agents :: Identifier │ │ [block] │ │ [call] │ │ entangle! :: Identifier │ │ m :: Identifier │ │ a :: Identifier │ │ [return] │ │ m :: Identifier │ │ │ st1 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source │ [block] │ │ [=] │ │ val :: Identifier │ scope_layer=3 │ [struct] │ │ true :: Value │ macro_source=125 │ [<:] │ scope_layer=1 │ FreeAgent :: Identifier │ scope_layer=1 │ AbstractAlgebraicAgent :: Identifier │ scope_layer=1 │ [block] │ │ [::] │ │ uuid :: Identifier │ scope_layer=1 │ UUID :: Identifier │ scope_layer=1 │ [::] │ │ name :: Identifier │ scope_layer=1 │ AbstractString :: Identifier │ scope_layer=1 │ [::] │ │ parent :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ AbstractAlgebraicAgent :: Identifier │ scope_layer=1 │ Nothing :: Identifier │ scope_layer=1 │ [::] │ │ inners :: Identifier │ scope_layer=1 │ [curly] │ │ Dict :: Identifier │ scope_layer=1 │ String :: Identifier │ scope_layer=1 │ AbstractAlgebraicAgent :: Identifier │ scope_layer=1 │ [::] │ │ relpathrefs :: Identifier │ scope_layer=1 │ [curly] │ │ Dict :: Identifier │ scope_layer=1 │ AbstractString :: Identifier │ scope_layer=1 │ UUID :: Identifier │ scope_layer=1 │ [::] │ │ opera :: Identifier │ scope_layer=1 │ Opera :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ #24#val :: Identifier │ scope_layer=1 │ [function] │ │ [call] │ │ FreeAgent :: Identifier │ scope_layer=1 │ [::] │ │ name :: Identifier │ scope_layer=1 │ AbstractString :: Identifier │ scope_layer=1 │ [kw] │ │ [::] │ │ agents :: Identifier │ scope_layer=1 │ [curly] │ │ Vector :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ AbstractAlgebraicAgent :: Identifier │ scope_layer=1 │ [ref] │ │ AbstractAlgebraicAgent :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ m :: Identifier │ scope_layer=1 │ [call] │ │ new :: Identifier │ scope_layer=1 │ [=] │ │ [.] │ │ m :: Identifier │ scope_layer=1 │ [inert] │ │ uuid :: Identifier │ │ [call] │ │ uuid4 :: Identifier │ scope_layer=1 │ [=] │ │ [.] │ │ m :: Identifier │ scope_layer=1 │ [inert] │ │ name :: Identifier │ │ name :: Identifier │ scope_layer=1 │ [=] │ │ [.] │ │ m :: Identifier │ scope_layer=1 │ [inert] │ │ parent :: Identifier │ │ nothing :: Identifier │ scope_layer=1 │ [=] │ │ [.] │ │ m :: Identifier │ scope_layer=1 │ [inert] │ │ inners :: Identifier │ │ [call] │ │ [curly] │ │ Dict :: Identifier │ scope_layer=1 │ String :: Identifier │ scope_layer=1 │ AbstractAlgebraicAgent :: Identifier │ scope_layer=1 │ [=] │ │ [.] │ │ m :: Identifier │ scope_layer=1 │ [inert] │ │ relpathrefs :: Identifier │ │ [call] │ │ [curly] │ │ Dict :: Identifier │ scope_layer=1 │ AbstractString :: Identifier │ scope_layer=1 │ UUID :: Identifier │ scope_layer=1 │ [=] │ │ [.] │ │ m :: Identifier │ scope_layer=1 │ [inert] │ │ opera :: Identifier │ │ [call] │ │ Opera :: Identifier │ scope_layer=1 │ [call] │ │ => :: Identifier │ scope_layer=1 │ [.] │ │ m :: Identifier │ scope_layer=1 │ [inert] │ │ uuid :: Identifier │ │ m :: Identifier │ scope_layer=1 │ [for] │ │ [=] │ │ a :: Identifier │ scope_layer=1 │ agents :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ entangle! :: Identifier │ scope_layer=1 │ m :: Identifier │ scope_layer=1 │ a :: Identifier │ scope_layer=1 │ [return] │ │ m :: Identifier │ scope_layer=1 │ [call] │ │ Base.Docs.doc! :: Value │ macro_source=125 │ AlgebraicAgents :: Value │ macro_source=125 │ [call] │ │ Base.Docs.Binding :: Value │ macro_source=125 │ AlgebraicAgents :: Value │ macro_source=125 │ [inert] │ │ FreeAgent :: Identifier │ │ [call] │ macro_source=125 │ Base.Docs.docstr :: Value │ macro_source=125 │ [call] │ macro_source=125 │ Core.svec :: Value │ macro_source=125 │ " FreeAgent(name, agents=[])\nInitialize an agent. Optionally provide contained agents at the time of instantiation.\nSee also [`entangle!`](@ref) and [`disentangle!`](@ref).\n\n# Examples \n```julia\nFreeAgent(\"agent\", [agent1, agent2])\n```\n" :: Value │ macro_source=125 │ [call] │ macro_source=125 │ Dict{Symbol, Any} :: Value │ macro_source=125 │ :path => "/home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl" :: Value │ macro_source=125 │ :linenumber => 17 :: Value │ macro_source=125 │ :module => AlgebraicAgents :: Value │ macro_source=125 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ AbstractString :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ AbstractString :: Identifier │ scope_layer=1 │ [curly] │ │ Vector :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ AbstractAlgebraicAgent :: Identifier │ scope_layer=1 │ #24#val :: Identifier │ scope_layer=1 │ [call] │ │ Base.Docs.doc! :: Value │ macro_source=125 │ AlgebraicAgents :: Value │ macro_source=125 │ [call] │ │ Base.Docs.Binding :: Value │ macro_source=125 │ AlgebraicAgents :: Value │ │ [inert] │ jl_source=L65 │ FreeAgent :: Identifier │ │ [call] │ │ Base.Docs.docstr :: Value │ macro_source=125 │ [call] │ macro_source=125 │ Core.svec :: Value │ macro_source=125 │ "A container of agents.\nDoesn't implement a standalone evolutionary rule; delegates evolution to internal agents.\n" :: Value │ macro_source=125 │ [call] │ │ Dict{Symbol, Any} :: Value │ macro_source=125 │ :path => "/home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl" :: Value │ macro_source=125 │ :linenumber => 3 :: Value │ macro_source=125 │ :module => AlgebraicAgents :: Value │ macro_source=125 │ [call] │ │ Pair :: Value │ macro_source=125 │ [inert] │ │ fields :: Identifier │ │ [call] │ macro_source=125 │ Dict{Symbol, Any} :: Value │ macro_source=125 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ val :: Identifier │ scope_layer=3 │ │ file = "/home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl" │ line = 3 └ mod = AlgebraicAgents ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:17 =# - assignment syntax in structure fields is reserved Expression:  (= #24#val (function (call FreeAgent (:: name AbstractString) (kw (:: agents (curly Vector (<: AbstractAlgebraicAgent))) (ref AbstractAlgebraicAgent))) (block (= m (call new)) (= (. m :uuid) (call uuid4)) (= (. m :name) name) (= (. m :parent) nothing) (= (. m :inners) (call (curly Dict String AbstractAlgebraicAgent))) (= (. m :relpathrefs) (call (curly Dict AbstractString UUID))) (= (. m :opera) (call Opera (call => (. m :uuid) m))) (for (iteration (in a agents)) (block (call entangle! m a))) (return m)))) Containing expressions:  (block (:: uuid UUID) (:: name AbstractString) (:: parent (curly Union AbstractAlgebraicAgent Nothing)) (:: inners (curly Dict String AbstractAlgebraicAgent)) (:: relpathrefs (curly Dict AbstractString UUID)) (:: opera Opera) (= #24#val (function (call FreeAgent (:: name AbstractString) (kw (:: agents (curly Vector (<: AbstractAlgebraicAgent))) (ref AbstractAlgebraicAgent))) (block (= m (call new)) (= (. m :uuid) (call uuid4)) (= (. m :name) name) (= (. m :parent) nothing) (= (. m :inners) (call (curly Dict String AbstractAlgebraicAgent))) (= (. m :relpathrefs) (call (curly Dict AbstractString UUID))) (= (. m :opera) (call Opera (call => (. m :uuid) m))) (for (iteration (in a agents)) (block (call entangle! m a))) (return m)))) (call Base.Docs.doc! AlgebraicAgents (call Base.Docs.Binding AlgebraicAgents :FreeAgent) (call Base.Docs.docstr (call Core.svec " FreeAgent(name, agents=[])\nInitialize an agent. Optionally provide contained agents at the time of instantiation.\nSee also [`entangle!`](@ref) and [`disentangle!`](@ref).\n\n# Examples \n```julia\nFreeAgent(\"agent\", [agent1, agent2])\n```\n") (call Dict{Symbol, Any} :path => "/home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl" :linenumber => 17 :module => AlgebraicAgents)) (curly Union (curly Tuple AbstractString) (curly Tuple AbstractString (curly Vector (<: AbstractAlgebraicAgent))))) #24#val)  Detailed provenance:  (= #24#val (function (call FreeAgent (:: name AbstractString) (kw (:: agents (curly Vector (<: AbstractAlgebraicAgent))) (ref AbstractAlgebraicAgent))) (block (= m (call new)) (= (. m :uuid) (call uuid4)) (= (. m :name) name) (= (. m :parent) nothing) (= (. m :inners) (call (curly Dict String AbstractAlgebraicAgent))) (= (. m :relpathrefs) (call (curly Dict AbstractString UUID))) (= (. m :opera) (call Opera (call => (. m :uuid) m))) (for (iteration (in a agents)) (block (call entangle! m a))) (return m))))  └─ (= #24#val (function (call FreeAgent (:: name AbstractString) (kw (:: agents (curly Vector (<: AbstractAlgebraicAgent))) (ref AbstractAlgebraicAgent))) (block (= m (call new)) (= (. m :uuid) (call uuid4)) (= (. m :name) name) (= (. m :parent) nothing) (= (. m :inners) (call (curly Dict String AbstractAlgebraicAgent))) (= (. m :relpathrefs) (call (curly Dict AbstractString UUID))) (= (. m :opera) (call Opera (call => (. m :uuid) m))) (for (iteration (in a agents)) (block (call entangle! m a))) (return m))))  └─ (= #24#val (function (call FreeAgent (:: name AbstractString) (kw (:: agents (curly Vector (<: AbstractAlgebraicAgent))) (ref AbstractAlgebraicAgent))) (block (= m (call new)) (= (. m (inert uuid)) (call uuid4)) (= (. m (inert name)) name) (= (. m (inert parent)) nothing) (= (. m (inert inners)) (call (curly Dict String AbstractAlgebraicAgent))) (= (. m (inert relpathrefs)) (call (curly Dict AbstractString UUID))) (= (. m (inert opera)) (call Opera (call => (. m (inert uuid)) m))) (for (= a agents) (block (call entangle! m a))) (return m))))  └─ (= #24#val (function (call FreeAgent (:: name AbstractString) (kw (:: agents (curly Vector (<: AbstractAlgebraicAgent))) (ref AbstractAlgebraicAgent))) (block (= m (call new)) (= (. m (inert uuid)) (call uuid4)) (= (. m (inert name)) name) (= (. m (inert parent)) nothing) (= (. m (inert inners)) (call (curly Dict String AbstractAlgebraicAgent))) (= (. m (inert relpathrefs)) (call (curly Dict AbstractString UUID))) (= (. m (inert opera)) (call Opera (call => (. m (inert uuid)) m))) (for (= a agents) (block (call entangle! m a))) (return m))))  ├─ @ /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:17  └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:3 =#) "A container of agents.\nDoesn't implement a standalone evolutionary rule; delegates evolution to internal agents.\n" (struct true (<: FreeAgent AbstractAlgebraicAgent) (block (:: uuid UUID) (:: name AbstractString) (:: parent (curly Union AbstractAlgebraicAgent Nothing)) (:: inners (curly Dict String AbstractAlgebraicAgent)) (:: relpathrefs (curly Dict AbstractString UUID)) (:: opera Opera) (macrocall @doc :(#= /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:17 =#) " FreeAgent(name, agents=[])\nInitialize an agent. Optionally provide contained agents at the time of instantiation.\nSee also [`entangle!`](@ref) and [`disentangle!`](@ref).\n\n# Examples \n```julia\nFreeAgent(\"agent\", [agent1, agent2])\n```\n" (function (call FreeAgent (:: name AbstractString) (kw (:: agents (curly Vector (<: AbstractAlgebraicAgent))) (ref AbstractAlgebraicAgent))) (block (= m (call new)) (= (. m (inert uuid)) (call uuid4)) (= (. m (inert name)) name) (= (. m (inert parent)) nothing) (= (. m (inert inners)) (call (curly Dict String AbstractAlgebraicAgent))) (= (. m (inert relpathrefs)) (call (curly Dict AbstractString UUID))) (= (. m (inert opera)) (call Opera (call => (. m (inert uuid)) m))) (for (= a agents) (block (call entangle! m a))) (return m)))))))  └─ @ /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:3  Stacktrace:  [1] _collect_struct_fields(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, field_names::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, field_types::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, field_attrs::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, field_docs::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, inner_defs::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, exs::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, SubArray{Int64, 1, Vector{Int64}, Tuple{UnitRange{Int64}}, true}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3166  [2] expand_struct_def(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3736  [3] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4317  [4] expand_assignment(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, is_const::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1320  [5] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4177  [6] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133 [inlined]  [7] (::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4421 [inlined]  [8] mapchildren(f::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}}, ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:707  [9] getindex(A::Vector{UnitRange{Int64}}, i::Int64)  @ Base essentials.jl:1040 [inlined]  [10] numchildren(graph::Base.JuliaSyntax.SyntaxGraph{Dict{Symbol, Dict{Int64, Any}}}, id::Int64)  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:121 [inlined]  [11] numchildren(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:306 [inlined]  [12] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4268  [13] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133 [inlined]  [14] expand_forms_2(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4450  [15] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:30  [16] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:327  [17] top-level scope  @ ~/.julia/packages/AlgebraicAgents/QCYTs/src/AlgebraicAgents.jl:42  [18] include(mod::Module, _path::String)  @ Base Base.jl:326  [19] 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:3296  [20] top-level scope  @ stdin:5  [21] eval(m::Module, e::Any)  @ Core boot.jl:521  [22] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [23] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [24] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [25] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/interface.jl:3 in expression starting at /home/pkgeval/.julia/packages/AlgebraicAgents/QCYTs/src/AlgebraicAgents.jl:1 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ AlgebraicAgents │ [Output was shown above] └ ERROR: The following 1 package failed to precompile: AlgebraicAgents Failed to precompile AlgebraicAgents [f6eb0ae3-10fa-40e6-88dd-9006ba45093a] to "/home/pkgeval/.julia/compiled/v1.14/AlgebraicAgents/jl_wKdSuL" (ProcessExited(1)). Loading failed after 15.91s 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 AlgebraicAgents'`, ProcessExited(1)) [1] Stacktrace: [1] pipeline_error(proc::Base.Process) @ 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 84.04s: package fails to precompile