Package evaluation to load Trajectories on Julia 1.14.0-DEV.2593 (15c2b67521*) started at 2026-07-03T17:04:09.695 ################################################################################ # Set-up # Set-up completed after 0.15s ################################################################################ # Installation # Installing Trajectories... Resolving package versions... Installed RecipesBase ───────────────── v1.3.4 Installed DataValueInterfaces ───────── v1.0.0 Installed IteratorInterfaceExtensions ─ v1.0.0 Installed DataAPI ───────────────────── v1.16.0 Installed Preferences ───────────────── v1.5.2 Installed Trajectories ──────────────── v0.2.2 Installed TableTraits ───────────────── v1.0.1 Installed PrecompileTools ───────────── v1.3.4 Installed OrderedCollections ────────── v2.0.1 Installed Tables ────────────────────── v1.13.0 Updating `~/.julia/environments/v1.14/Project.toml` [2c80a279] + Trajectories v0.2.2 Updating `~/.julia/environments/v1.14/Manifest.toml` [9a962f9c] + DataAPI v1.16.0 [e2d170a0] + DataValueInterfaces v1.0.0 [82899510] + IteratorInterfaceExtensions v1.0.0 [bac558e1] + OrderedCollections v2.0.1 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [3cdcf5f2] + RecipesBase v1.3.4 [3783bdb8] + TableTraits v1.0.1 [bd369af6] + Tables v1.13.0 [2c80a279] + Trajectories v0.2.2 [ade2ca70] + Dates v1.11.0 [de0858da] + Printf v1.11.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 Installation completed after 5.17s ################################################################################ # 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.7 s ✓ DataValueInterfaces 117.5 s ✓ OrderedCollections 1.0 s ✓ DataAPI 0.5 s ✓ IteratorInterfaceExtensions 32.1 s ✓ Preferences 0.7 s ✓ TableTraits 33.0 s ✓ PrecompileTools 151.5 s ✓ Tables 33.7 s ✓ RecipesBase ┌ Info: JuliaLowering threw given input: │ code = │ :(let first = true │ $(Expr(:quote, :($(Expr(:escape, quote │ #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:83 =# │ if $(Expr(:$, :first)) │ #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:84 =# │ t = [tᵢ] │ #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:85 =# │ x = [xᵢ] │ else │ #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:87 =# │ push!(t, tᵢ) │ #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:88 =# │ push!(x, xᵢ) │ end │ #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:82 =# │ end))))) │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [let] | │ [=] | │ first :: Identifier | │ true :: Value | │ [quote] | │ [escape] | │ [block] | │ [if] | │ [$] | │ first :: Identifier | │ [block] | │ [=] | │ t :: Identifier | │ [vect] | │ tᵢ :: Identifier | │ [=] | │ x :: Identifier | │ [vect] | │ xᵢ :: Identifier | │ [block] | │ [call] | │ push! :: Identifier | │ t :: Identifier | │ tᵢ :: Identifier | │ [call] | │ push! :: Identifier | │ x :: Identifier | │ xᵢ :: Identifier | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Trajectories ┌ Info: JuliaLowering threw given input: │ code = │ :(function trajectory(itr) │ #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:80 =# │ #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:81 =# │ local t, x │ #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:82 =# │ #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:82 =# @unroll1 for (tᵢ, xᵢ) = itr │ #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:83 =# │ if $(Expr(:$, :first)) │ #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:84 =# │ t = [tᵢ] │ #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:85 =# │ x = [xᵢ] │ else │ #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:87 =# │ push!(t, tᵢ) │ #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:88 =# │ push!(x, xᵢ) │ end │ #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:90 =# │ end │ #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:91 =# │ Trajectory(t, x) │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [function] | │ [call] | │ trajectory :: Identifier | │ itr :: Identifier | │ [block] | │ [local] | │ t :: Identifier | │ x :: Identifier | │ [macrocall] | │ @unroll1 :: Identifier | │ :(#= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:82 =#) :: Value | │ [for] | │ [=] | │ [tuple] | │ tᵢ :: Identifier | │ xᵢ :: Identifier | │ itr :: Identifier | │ [block] | │ [if] | │ [$] | │ first :: Identifier | │ [block] | │ [=] | │ t :: Identifier | │ [vect] | │ tᵢ :: Identifier | │ [=] | │ x :: Identifier | │ [vect] | │ xᵢ :: Identifier | │ [block] | │ [call] | │ push! :: Identifier | │ t :: Identifier | │ tᵢ :: Identifier | │ [call] | │ push! :: Identifier | │ x :: Identifier | │ xᵢ :: Identifier | │ [call] | │ Trajectory :: Identifier | │ t :: Identifier | │ x :: Identifier | │ │ st1 = nothing │ file = "/home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl" │ line = 80 └ mod = Trajectories ERROR: LoadError: MacroExpansionError while expanding @unroll1 in module Trajectories: #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:82 =# - Error expanding macro Caused by: LoweringError: #= none:1 =# - `escape` node in outer context Expression:  (escape (block (if ($ first) (block (= t (vect tᵢ)) (= x (vect xᵢ))) (block (call push! t tᵢ) (call push! x xᵢ))))) Containing expressions:  (let (= first true) (quote (escape (block (if ($ first) (block (= t (vect tᵢ)) (= x (vect xᵢ))) (block (call push! t tᵢ) (call push! x xᵢ)))))))  Detailed provenance:  (escape (block (if ($ first) (block (= t (vect tᵢ)) (= x (vect xᵢ))) (block (call push! t tᵢ) (call push! x xᵢ)))))  └─ @ none:1  Stacktrace:  [1] apply_expansion_layer(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sc_in::Base.JuliaSyntax.SyntaxContext, lstack::Nothing, slcache::Nothing, absorb_esc::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:314  [2] (::Base.JuliaLowering.var"#apply_expansion_layer##2#apply_expansion_layer##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaSyntax.SyntaxContext, Nothing, Nothing, Bool})(c::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [inlined]  [3] mapchildren(f::Base.JuliaLowering.var"#apply_expansion_layer##2#apply_expansion_layer##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaSyntax.SyntaxContext, Nothing, Nothing, Bool}, ctx::Base.JuliaSyntax.SyntaxGraph{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:839  [4] getproperty(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, name::Symbol)  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:227 [inlined]  [5] is_leaf(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:304 [inlined]  [6] setattr(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, name::Symbol, val::Base.JuliaSyntax.SyntaxContext)  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:293 [inlined]  [7] apply_expansion_layer(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sc_in::Base.JuliaSyntax.SyntaxContext, lstack::Nothing, slcache::Nothing, absorb_esc::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:309  [8] (::Base.JuliaLowering.var"#apply_expansion_layer##2#apply_expansion_layer##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaSyntax.SyntaxContext, Nothing, Nothing, Bool})(c::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [inlined]  [9] mapchildren(f::Base.JuliaLowering.var"#apply_expansion_layer##2#apply_expansion_layer##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaSyntax.SyntaxContext, Nothing, Nothing, Bool}, ctx::Base.JuliaSyntax.SyntaxGraph{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:839  [10] getproperty(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, name::Symbol)  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:227 [inlined]  [11] is_leaf(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:304 [inlined]  [12] setattr(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, name::Symbol, val::Base.JuliaSyntax.SyntaxContext)  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:293 [inlined]  [13] apply_expansion_layer(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sc_in::Base.JuliaSyntax.SyntaxContext, lstack::Nothing, slcache::Nothing, absorb_esc::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:309  [14] apply_expansion_layer(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sc_in::Base.JuliaSyntax.SyntaxContext, lstack::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:297 [inlined]  [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408  [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29  [17] eval(m::Module, e::Any)  @ Core boot.jl:522  [18] macro expansion  @ ~/.julia/packages/Trajectories/WSQWn/src/unroll1.jl:1  [19] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252  [20] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358  [21] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##0#expand_forms_1##1"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}}, ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:840  [22] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:386  [23] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##0#expand_forms_1##1"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}}, ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:840  [24] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:386  [25] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408  [26] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29  [27] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:326  [28] top-level scope  @ ~/.julia/packages/Trajectories/WSQWn/src/Trajectories.jl:7  [29] include(mod::Module, _path::String)  @ Base Base.jl:325  [30] 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:3303  [31] top-level scope  @ stdin:5  [32] eval(m::Module, e::Any)  @ Core boot.jl:522  [33] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [34] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [35] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [36] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:80 in expression starting at /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/Trajectories.jl:1 in expression starting at stdin:5 ✗ Trajectories 9 dependencies successfully precompiled in 376 seconds. 4 already precompiled. Precompilation completed after 405.59s ################################################################################ # Loading # Loading Trajectories... ┌ Info: JuliaLowering threw given input: │ code = │ :(let first = true │ $(Expr(:quote, :($(Expr(:escape, quote │ #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:83 =# │ if $(Expr(:$, :first)) │ #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:84 =# │ t = [tᵢ] │ #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:85 =# │ x = [xᵢ] │ else │ #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:87 =# │ push!(t, tᵢ) │ #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:88 =# │ push!(x, xᵢ) │ end │ #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:82 =# │ end))))) │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [let] | │ [=] | │ first :: Identifier | │ true :: Value | │ [quote] | │ [escape] | │ [block] | │ [if] | │ [$] | │ first :: Identifier | │ [block] | │ [=] | │ t :: Identifier | │ [vect] | │ tᵢ :: Identifier | │ [=] | │ x :: Identifier | │ [vect] | │ xᵢ :: Identifier | │ [block] | │ [call] | │ push! :: Identifier | │ t :: Identifier | │ tᵢ :: Identifier | │ [call] | │ push! :: Identifier | │ x :: Identifier | │ xᵢ :: Identifier | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Trajectories ┌ Info: JuliaLowering threw given input: │ code = │ :(function trajectory(itr) │ #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:80 =# │ #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:81 =# │ local t, x │ #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:82 =# │ #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:82 =# @unroll1 for (tᵢ, xᵢ) = itr │ #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:83 =# │ if $(Expr(:$, :first)) │ #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:84 =# │ t = [tᵢ] │ #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:85 =# │ x = [xᵢ] │ else │ #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:87 =# │ push!(t, tᵢ) │ #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:88 =# │ push!(x, xᵢ) │ end │ #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:90 =# │ end │ #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:91 =# │ Trajectory(t, x) │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [function] | │ [call] | │ trajectory :: Identifier | │ itr :: Identifier | │ [block] | │ [local] | │ t :: Identifier | │ x :: Identifier | │ [macrocall] | │ @unroll1 :: Identifier | │ :(#= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:82 =#) :: Value | │ [for] | │ [=] | │ [tuple] | │ tᵢ :: Identifier | │ xᵢ :: Identifier | │ itr :: Identifier | │ [block] | │ [if] | │ [$] | │ first :: Identifier | │ [block] | │ [=] | │ t :: Identifier | │ [vect] | │ tᵢ :: Identifier | │ [=] | │ x :: Identifier | │ [vect] | │ xᵢ :: Identifier | │ [block] | │ [call] | │ push! :: Identifier | │ t :: Identifier | │ tᵢ :: Identifier | │ [call] | │ push! :: Identifier | │ x :: Identifier | │ xᵢ :: Identifier | │ [call] | │ Trajectory :: Identifier | │ t :: Identifier | │ x :: Identifier | │ │ st1 = nothing │ file = "/home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl" │ line = 80 └ mod = Trajectories ERROR: LoadError: MacroExpansionError while expanding @unroll1 in module Trajectories: #= /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:82 =# - Error expanding macro Caused by: LoweringError: #= none:1 =# - `escape` node in outer context Expression:  (escape (block (if ($ first) (block (= t (vect tᵢ)) (= x (vect xᵢ))) (block (call push! t tᵢ) (call push! x xᵢ))))) Containing expressions:  (let (= first true) (quote (escape (block (if ($ first) (block (= t (vect tᵢ)) (= x (vect xᵢ))) (block (call push! t tᵢ) (call push! x xᵢ)))))))  Detailed provenance:  (escape (block (if ($ first) (block (= t (vect tᵢ)) (= x (vect xᵢ))) (block (call push! t tᵢ) (call push! x xᵢ)))))  └─ @ none:1  Stacktrace:  [1] apply_expansion_layer(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sc_in::Base.JuliaSyntax.SyntaxContext, lstack::Nothing, slcache::Nothing, absorb_esc::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:314  [2] (::Base.JuliaLowering.var"#apply_expansion_layer##2#apply_expansion_layer##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaSyntax.SyntaxContext, Nothing, Nothing, Bool})(c::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [inlined]  [3] mapchildren(f::Base.JuliaLowering.var"#apply_expansion_layer##2#apply_expansion_layer##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaSyntax.SyntaxContext, Nothing, Nothing, Bool}, ctx::Base.JuliaSyntax.SyntaxGraph{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:839  [4] getproperty(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, name::Symbol)  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:227 [inlined]  [5] is_leaf(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:304 [inlined]  [6] setattr(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, name::Symbol, val::Base.JuliaSyntax.SyntaxContext)  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:293 [inlined]  [7] apply_expansion_layer(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sc_in::Base.JuliaSyntax.SyntaxContext, lstack::Nothing, slcache::Nothing, absorb_esc::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:309  [8] (::Base.JuliaLowering.var"#apply_expansion_layer##2#apply_expansion_layer##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaSyntax.SyntaxContext, Nothing, Nothing, Bool})(c::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [inlined]  [9] mapchildren(f::Base.JuliaLowering.var"#apply_expansion_layer##2#apply_expansion_layer##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaSyntax.SyntaxContext, Nothing, Nothing, Bool}, ctx::Base.JuliaSyntax.SyntaxGraph{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:839  [10] getproperty(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, name::Symbol)  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:227 [inlined]  [11] is_leaf(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:304 [inlined]  [12] setattr(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, name::Symbol, val::Base.JuliaSyntax.SyntaxContext)  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:293 [inlined]  [13] apply_expansion_layer(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sc_in::Base.JuliaSyntax.SyntaxContext, lstack::Nothing, slcache::Nothing, absorb_esc::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:309  [14] apply_expansion_layer(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sc_in::Base.JuliaSyntax.SyntaxContext, lstack::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:297 [inlined]  [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408  [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29  [17] eval(m::Module, e::Any)  @ Core boot.jl:522  [18] macro expansion  @ ~/.julia/packages/Trajectories/WSQWn/src/unroll1.jl:1  [19] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252  [20] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358  [21] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##0#expand_forms_1##1"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}}, ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:840  [22] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:386  [23] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##0#expand_forms_1##1"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}}, ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:840  [24] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:386  [25] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408  [26] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29  [27] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:326  [28] top-level scope  @ ~/.julia/packages/Trajectories/WSQWn/src/Trajectories.jl:7  [29] include(mod::Module, _path::String)  @ Base Base.jl:325  [30] 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:3303  [31] top-level scope  @ stdin:5  [32] eval(m::Module, e::Any)  @ Core boot.jl:522  [33] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [34] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [35] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [36] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/definitions.jl:80 in expression starting at /home/pkgeval/.julia/packages/Trajectories/WSQWn/src/Trajectories.jl:1 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ Trajectories │ [Output was shown above] └ ERROR: The following 1 package failed to precompile: Trajectories Failed to precompile Trajectories [2c80a279-213e-54d7-a557-e9a14725db56] to "/home/pkgeval/.julia/compiled/v1.14/Trajectories/jl_t1Kaov" (ProcessExited(1)). Loading failed after 13.51s 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 Trajectories'`, 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:325 [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 450.39s: package fails to precompile