Package evaluation to load Cassette on Julia 1.14.0-DEV.2226 (797a5ef2b0*) started at 2026-05-23T15:24:28.333 ################################################################################ # Set-up # Set-up completed after 0.13s ################################################################################ # Installation # Installing Cassette... Resolving package versions... Installed Cassette ─ v0.3.14 Updating `~/.julia/environments/v1.14/Project.toml` [7057c7e9] + Cassette v0.3.14 Updating `~/.julia/environments/v1.14/Manifest.toml` [7057c7e9] + Cassette v0.3.14 Installation completed after 4.85s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Project No packages added to or removed from `~/.julia/environments/pkgeval/Project.toml` Manifest No packages added to or removed from `~/.julia/environments/pkgeval/Manifest.toml` Precompiling package dependencies... Precompiling project... ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/Cassette/ROd5e/src/tagging.jl:81 =# Base.@pure #= /home/pkgeval/.julia/packages/Cassette/ROd5e/src/tagging.jl:81 =# @noinline(function fetch_tagged_module(context::Context, m::Module) │ #= /home/pkgeval/.julia/packages/Cassette/ROd5e/src/tagging.jl:81 =# │ #= /home/pkgeval/.julia/packages/Cassette/ROd5e/src/tagging.jl:82 =# │ return Tagged(context, m, Meta(NoMetaData(), fetch_modulemeta(context, m))) │ 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] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ @pure :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/Cassette/ROd5e/src/tagging.jl:81 =#) :: Value │ │ [macrocall] │ │ @noinline :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/Cassette/ROd5e/src/tagging.jl:81 =#) :: Value │ │ [function] │ │ [call] │ │ fetch_tagged_module :: Identifier │ │ [::] │ │ context :: Identifier │ │ Context :: Identifier │ │ [::] │ │ m :: Identifier │ │ Module :: Identifier │ │ [block] │ │ [return] │ │ [call] │ │ Tagged :: Identifier │ │ context :: Identifier │ │ m :: Identifier │ │ [call] │ │ Meta :: Identifier │ │ [call] │ │ NoMetaData :: Identifier │ │ [call] │ │ fetch_modulemeta :: Identifier │ │ context :: Identifier │ │ 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 │ [function] │ │ [call] │ │ fetch_tagged_module :: Identifier │ scope_layer=1 │ [::] │ │ context :: Identifier │ scope_layer=1 │ Context :: Identifier │ scope_layer=1 │ [::] │ │ m :: Identifier │ scope_layer=1 │ Module :: Identifier │ scope_layer=1 │ [block] │ │ [meta] │ │ [unknown_head] │ scope_layer=1 │ true :: Value │ macro_source=114 │ true :: Value │ macro_source=114 │ false :: Value │ macro_source=114 │ true :: Value │ macro_source=114 │ false :: Value │ macro_source=114 │ false :: Value │ macro_source=114 │ false :: Value │ macro_source=114 │ true :: Value │ macro_source=114 │ false :: Value │ macro_source=114 │ false :: Value │ macro_source=114 │ true :: Value │ macro_source=114 │ noinline :: Identifier │ scope_layer=1 │ [return] │ │ [call] │ │ Tagged :: Identifier │ scope_layer=1 │ context :: Identifier │ scope_layer=1 │ m :: Identifier │ scope_layer=1 │ [call] │ │ Meta :: Identifier │ scope_layer=1 │ [call] │ │ NoMetaData :: Identifier │ scope_layer=1 │ [call] │ │ fetch_modulemeta :: Identifier │ scope_layer=1 │ context :: Identifier │ scope_layer=1 │ m :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/Cassette/ROd5e/src/tagging.jl" │ line = 81 └ mod = Cassette ERROR: LoadError: internal lowering bug: #= /home/pkgeval/.julia/packages/Cassette/ROd5e/src/tagging.jl:81 =# - unrecognized form out of desugaring Expression:  (unknown_head true true false true false false false true false false true) Containing expressions:  (lambda (block #self# context m) (block) (block (meta (unknown_head true true false true false false false true false false true) :noinline) (return (call Tagged context m (call Meta (call NoMetaData) (call fetch_modulemeta context m))))))  (function (call fetch_tagged_module (:: context Context) (:: m Module)) (block (meta (unknown_head true true false true false false false true false false true) :noinline) (return (call Tagged context m (call Meta (call NoMetaData) (call fetch_modulemeta context m))))))  (function (call fetch_tagged_module (:: context Context) (:: m Module)) (block (meta (unknown_head true true false true false false false true false false true) noinline) (return (call Tagged context m (call Meta (call NoMetaData) (call fetch_modulemeta context m))))))  Detailed provenance:  (unknown_head true true false true false false false true false false true)  └─ (unknown_head true true false true false false false true false false true)  ├─ @ /home/pkgeval/.julia/packages/Cassette/ROd5e/src/tagging.jl:81  └─ (macrocall @noinline :(#= /home/pkgeval/.julia/packages/Cassette/ROd5e/src/tagging.jl:81 =#) (function (call fetch_tagged_module (:: context Context) (:: m Module)) (block (meta (unknown_head true true false true false false false true false false true)) (return (call Tagged context m (call Meta (call NoMetaData) (call fetch_modulemeta context m)))))))  ├─ @ deprecated.jl:521  └─ (macrocall (. Base (inert @assume_effects)) :(#= deprecated.jl:521 =#) (inert foldable) (macrocall @noinline :(#= /home/pkgeval/.julia/packages/Cassette/ROd5e/src/tagging.jl:81 =#) (function (call fetch_tagged_module (:: context Context) (:: m Module)) (block (return (call Tagged context m (call Meta (call NoMetaData) (call fetch_modulemeta context m))))))))  ├─ @ /home/pkgeval/.julia/packages/Cassette/ROd5e/src/tagging.jl:81  └─ (macrocall (. Base (inert @pure)) :(#= /home/pkgeval/.julia/packages/Cassette/ROd5e/src/tagging.jl:81 =#) (macrocall @noinline :(#= /home/pkgeval/.julia/packages/Cassette/ROd5e/src/tagging.jl:81 =#) (function (call fetch_tagged_module (:: context Context) (:: m Module)) (block (return (call Tagged context m (call Meta (call NoMetaData) (call fetch_modulemeta context m))))))))  └─ @ /home/pkgeval/.julia/packages/Cassette/ROd5e/src/tagging.jl:81  Stacktrace:  [1] 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:4472  [2] 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  [3] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [4] top-level scope  @ ~/.julia/packages/Cassette/ROd5e/src/Cassette.jl:7  [5] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [6] 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  [7] top-level scope  @ stdin:5  [8] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [9] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [10] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [11] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [12] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Cassette/ROd5e/src/tagging.jl:81 in expression starting at /home/pkgeval/.julia/packages/Cassette/ROd5e/src/Cassette.jl:1 in expression starting at stdin:5 ✗ Cassette Precompilation completed after 24.19s ################################################################################ # Loading # Loading Cassette... ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/Cassette/ROd5e/src/tagging.jl:81 =# Base.@pure #= /home/pkgeval/.julia/packages/Cassette/ROd5e/src/tagging.jl:81 =# @noinline(function fetch_tagged_module(context::Context, m::Module) │ #= /home/pkgeval/.julia/packages/Cassette/ROd5e/src/tagging.jl:81 =# │ #= /home/pkgeval/.julia/packages/Cassette/ROd5e/src/tagging.jl:82 =# │ return Tagged(context, m, Meta(NoMetaData(), fetch_modulemeta(context, m))) │ 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] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ @pure :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/Cassette/ROd5e/src/tagging.jl:81 =#) :: Value │ │ [macrocall] │ │ @noinline :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/Cassette/ROd5e/src/tagging.jl:81 =#) :: Value │ │ [function] │ │ [call] │ │ fetch_tagged_module :: Identifier │ │ [::] │ │ context :: Identifier │ │ Context :: Identifier │ │ [::] │ │ m :: Identifier │ │ Module :: Identifier │ │ [block] │ │ [return] │ │ [call] │ │ Tagged :: Identifier │ │ context :: Identifier │ │ m :: Identifier │ │ [call] │ │ Meta :: Identifier │ │ [call] │ │ NoMetaData :: Identifier │ │ [call] │ │ fetch_modulemeta :: Identifier │ │ context :: Identifier │ │ 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 │ [function] │ │ [call] │ │ fetch_tagged_module :: Identifier │ scope_layer=1 │ [::] │ │ context :: Identifier │ scope_layer=1 │ Context :: Identifier │ scope_layer=1 │ [::] │ │ m :: Identifier │ scope_layer=1 │ Module :: Identifier │ scope_layer=1 │ [block] │ │ [meta] │ │ [unknown_head] │ scope_layer=1 │ true :: Value │ macro_source=114 │ true :: Value │ macro_source=114 │ false :: Value │ macro_source=114 │ true :: Value │ macro_source=114 │ false :: Value │ macro_source=114 │ false :: Value │ macro_source=114 │ false :: Value │ macro_source=114 │ true :: Value │ macro_source=114 │ false :: Value │ macro_source=114 │ false :: Value │ macro_source=114 │ true :: Value │ macro_source=114 │ noinline :: Identifier │ scope_layer=1 │ [return] │ │ [call] │ │ Tagged :: Identifier │ scope_layer=1 │ context :: Identifier │ scope_layer=1 │ m :: Identifier │ scope_layer=1 │ [call] │ │ Meta :: Identifier │ scope_layer=1 │ [call] │ │ NoMetaData :: Identifier │ scope_layer=1 │ [call] │ │ fetch_modulemeta :: Identifier │ scope_layer=1 │ context :: Identifier │ scope_layer=1 │ m :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/Cassette/ROd5e/src/tagging.jl" │ line = 81 └ mod = Cassette ERROR: LoadError: internal lowering bug: #= /home/pkgeval/.julia/packages/Cassette/ROd5e/src/tagging.jl:81 =# - unrecognized form out of desugaring Expression:  (unknown_head true true false true false false false true false false true) Containing expressions:  (lambda (block #self# context m) (block) (block (meta (unknown_head true true false true false false false true false false true) :noinline) (return (call Tagged context m (call Meta (call NoMetaData) (call fetch_modulemeta context m))))))  (function (call fetch_tagged_module (:: context Context) (:: m Module)) (block (meta (unknown_head true true false true false false false true false false true) :noinline) (return (call Tagged context m (call Meta (call NoMetaData) (call fetch_modulemeta context m))))))  (function (call fetch_tagged_module (:: context Context) (:: m Module)) (block (meta (unknown_head true true false true false false false true false false true) noinline) (return (call Tagged context m (call Meta (call NoMetaData) (call fetch_modulemeta context m))))))  Detailed provenance:  (unknown_head true true false true false false false true false false true)  └─ (unknown_head true true false true false false false true false false true)  ├─ @ /home/pkgeval/.julia/packages/Cassette/ROd5e/src/tagging.jl:81  └─ (macrocall @noinline :(#= /home/pkgeval/.julia/packages/Cassette/ROd5e/src/tagging.jl:81 =#) (function (call fetch_tagged_module (:: context Context) (:: m Module)) (block (meta (unknown_head true true false true false false false true false false true)) (return (call Tagged context m (call Meta (call NoMetaData) (call fetch_modulemeta context m)))))))  ├─ @ deprecated.jl:521  └─ (macrocall (. Base (inert @assume_effects)) :(#= deprecated.jl:521 =#) (inert foldable) (macrocall @noinline :(#= /home/pkgeval/.julia/packages/Cassette/ROd5e/src/tagging.jl:81 =#) (function (call fetch_tagged_module (:: context Context) (:: m Module)) (block (return (call Tagged context m (call Meta (call NoMetaData) (call fetch_modulemeta context m))))))))  ├─ @ /home/pkgeval/.julia/packages/Cassette/ROd5e/src/tagging.jl:81  └─ (macrocall (. Base (inert @pure)) :(#= /home/pkgeval/.julia/packages/Cassette/ROd5e/src/tagging.jl:81 =#) (macrocall @noinline :(#= /home/pkgeval/.julia/packages/Cassette/ROd5e/src/tagging.jl:81 =#) (function (call fetch_tagged_module (:: context Context) (:: m Module)) (block (return (call Tagged context m (call Meta (call NoMetaData) (call fetch_modulemeta context m))))))))  └─ @ /home/pkgeval/.julia/packages/Cassette/ROd5e/src/tagging.jl:81  Stacktrace:  [1] 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:4472  [2] 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  [3] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [4] top-level scope  @ ~/.julia/packages/Cassette/ROd5e/src/Cassette.jl:7  [5] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [6] 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  [7] top-level scope  @ stdin:5  [8] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [9] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [10] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [11] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [12] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Cassette/ROd5e/src/tagging.jl:81 in expression starting at /home/pkgeval/.julia/packages/Cassette/ROd5e/src/Cassette.jl:1 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ Cassette │ [Output was shown above] └ ERROR: The following 1 package failed to precompile: Cassette Failed to precompile Cassette [7057c7e9-c182-5462-911a-8362d720325c] to "/home/pkgeval/.julia/compiled/v1.14/Cassette/jl_XLJvyw" (ProcessExited(1)). Loading failed after 12.75s 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 Cassette'`, ProcessExited(1)) [1] Stacktrace: [1] spawn_opts_inherit() @ Base ./process.jl:612 [inlined] [2] run(::Cmd; wait::Bool) @ Base ./process.jl:525 [3] run(::Cmd) @ Base ./process.jl:522 [4] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:197 [5] include(mod::Module, _path::String) @ Base ./Base.jl:326 [6] exec_options(opts::Base.JLOptions) @ Base ./client.jl:355 [7] _start() @ Base ./client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:188 PkgEval failed after 60.07s: package fails to precompile