Package evaluation to load Viznet on Julia 1.14.0-DEV.2309 (6e1a27e459*) started at 2026-06-06T10:48:51.814 ################################################################################ # Set-up # Set-up completed after 0.13s ################################################################################ # Installation # Installing Viznet... Resolving package versions... Installed Reexport ─────────── v1.2.2 Installed Dierckx ──────────── v0.5.4 Installed FixedPointNumbers ── v0.8.6 Installed Statistics ───────── v1.11.1 Installed Requires ─────────── v1.3.1 Installed DataStructures ───── v0.19.5 Installed Preferences ──────── v1.5.2 Installed Dierckx_jll ──────── v0.2.0+0 Installed PrecompileTools ──── v1.3.4 Installed JSON ─────────────── v0.21.4 Installed Parsers ──────────── v2.8.5 Installed JLLWrappers ──────── v1.8.0 Installed Colors ───────────── v0.13.1 Installed Viznet ───────────── v0.3.3 Installed IterTools ────────── v1.10.0 Installed OrderedCollections ─ v1.8.2 Installed Measures ─────────── v0.3.3 Installed Compose ──────────── v0.9.7 Installed ColorTypes ───────── v0.12.1 Installing 1 artifacts Installed artifact Dierckx 149.2 KiB Updating `~/.julia/environments/v1.14/Project.toml` [52a3aca4] + Viznet v0.3.3 Updating `~/.julia/environments/v1.14/Manifest.toml` [3da002f7] + ColorTypes v0.12.1 [5ae59095] + Colors v0.13.1 [a81c6b42] + Compose v0.9.7 [864edb3b] + DataStructures v0.19.5 [39dd38d3] + Dierckx v0.5.4 ⌅ [53c48c17] + FixedPointNumbers v0.8.6 [c8e1da08] + IterTools v1.10.0 [692b3bcd] + JLLWrappers v1.8.0 ⌅ [682c06a0] + JSON v0.21.4 [442fdcdd] + Measures v0.3.3 ⌅ [bac558e1] + OrderedCollections v1.8.2 [69de0a69] + Parsers v2.8.5 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [189a3867] + Reexport v1.2.2 [ae029012] + Requires v1.3.1 [10745b16] + Statistics v1.11.1 [52a3aca4] + Viznet v0.3.3 [cd4c43a9] + Dierckx_jll v0.2.0+0 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.14.0 [a63ad114] + Mmap v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.2+0 [4536629a] + OpenBLAS_jll v0.3.33+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 13.43s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Project No packages added to or removed from `~/.julia/environments/pkgeval/Project.toml` Manifest No packages added to or removed from `~/.julia/environments/pkgeval/Manifest.toml` Precompiling package dependencies... Precompiling project... 0.6 s ✓ Reexport 398.0 s ✓ IterTools 1.1 s ✓ Statistics 153.3 s ✓ OrderedCollections 0.8 s ✓ Measures 1.2 s ✓ Requires 3.0 s ✓ Preferences 63.0 s ✓ FixedPointNumbers 171.7 s ✓ DataStructures 3.3 s ✓ JLLWrappers 3.1 s ✓ PrecompileTools 44.7 s ✓ ColorTypes 3.7 s ✓ Dierckx_jll 39.4 s ✓ Parsers 92.6 s ✓ Colors 4.0 s ✓ Dierckx 32.1 s ✓ JSON ┌ Info: JuliaLowering threw given input: │ code = │ :(function draw(img::SVG, prim::CurvePrimitive, idx::Int) │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:990 =# │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:991 =# │ (x0, y0) = (prim.anchor0[1], prim.anchor0[2]) │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:992 =# │ (x0, y0) += (prim.ctrl0[1], prim.ctrl0[2]) │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:993 =# │ (x0, y0) += (prim.ctrl1[1], prim.ctrl1[2]) │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:994 =# │ (x0, y0) += (prim.anchor1[1], prim.anchor1[2]) │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:995 =# │ (x0, y0) = (x0 / 4, y0 / 4) │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:996 =# │ translated_anchor0 = [prim.anchor0...] - [x0, y0] │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:997 =# │ translated_ctrl0 = [prim.ctrl0...] - [x0, y0] │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:998 =# │ translated_ctrl1 = [prim.ctrl1...] - [x0, y0] │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:999 =# │ translated_anchor1 = [prim.anchor1...] - [x0, y0] │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1001 =# │ indent(img) │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1003 =# │ img.indentation += 1 │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1004 =# │ print(img.out, "\n") │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1011 =# │ indent(img) │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1013 =# │ print(img.out, "\n") │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1033 =# │ img.indentation -= 1 │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1034 =# │ indent(img) │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1035 =# │ print(img.out, "\n") │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [function] │ │ [call] │ │ draw :: Identifier │ │ [::] │ │ img :: Identifier │ │ SVG :: Identifier │ │ [::] │ │ prim :: Identifier │ │ CurvePrimitive :: Identifier │ │ [::] │ │ idx :: Identifier │ │ Int :: Identifier │ │ [block] │ │ [=] │ │ [tuple] │ │ x0 :: Identifier │ │ y0 :: Identifier │ │ [tuple] │ │ [ref] │ │ [.] │ │ prim :: Identifier │ │ [inert] │ │ anchor0 :: Identifier │ │ 1 :: Value │ │ [ref] │ │ [.] │ │ prim :: Identifier │ │ [inert] │ │ anchor0 :: Identifier │ │ 2 :: Value │ │ [unknown_head] │ │ [tuple] │ │ x0 :: Identifier │ │ y0 :: Identifier │ │ [tuple] │ │ [ref] │ │ [.] │ │ prim :: Identifier │ │ [inert] │ │ ctrl0 :: Identifier │ │ 1 :: Value │ │ [ref] │ │ [.] │ │ prim :: Identifier │ │ [inert] │ │ ctrl0 :: Identifier │ │ 2 :: Value │ │ [unknown_head] │ │ [tuple] │ │ x0 :: Identifier │ │ y0 :: Identifier │ │ [tuple] │ │ [ref] │ │ [.] │ │ prim :: Identifier │ │ [inert] │ │ ctrl1 :: Identifier │ │ 1 :: Value │ │ [ref] │ │ [.] │ │ prim :: Identifier │ │ [inert] │ │ ctrl1 :: Identifier │ │ 2 :: Value │ │ [unknown_head] │ │ [tuple] │ │ x0 :: Identifier │ │ y0 :: Identifier │ │ [tuple] │ │ [ref] │ │ [.] │ │ prim :: Identifier │ │ [inert] │ │ anchor1 :: Identifier │ │ 1 :: Value │ │ [ref] │ │ [.] │ │ prim :: Identifier │ │ [inert] │ │ anchor1 :: Identifier │ │ 2 :: Value │ │ [=] │ │ [tuple] │ │ x0 :: Identifier │ │ y0 :: Identifier │ │ [tuple] │ │ [call] │ │ / :: Identifier │ │ x0 :: Identifier │ │ 4 :: Value │ │ [call] │ │ / :: Identifier │ │ y0 :: Identifier │ │ 4 :: Value │ │ [=] │ │ translated_anchor0 :: Identifier │ │ [call] │ │ - :: Identifier │ │ [vect] │ │ [...] │ │ [.] │ │ prim :: Identifier │ │ [inert] │ │ anchor0 :: Identifier │ │ [vect] │ │ x0 :: Identifier │ │ y0 :: Identifier │ │ [=] │ │ translated_ctrl0 :: Identifier │ │ [call] │ │ - :: Identifier │ │ [vect] │ │ [...] │ │ [.] │ │ prim :: Identifier │ │ [inert] │ │ ctrl0 :: Identifier │ │ [vect] │ │ x0 :: Identifier │ │ y0 :: Identifier │ │ [=] │ │ translated_ctrl1 :: Identifier │ │ [call] │ │ - :: Identifier │ │ [vect] │ │ [...] │ │ [.] │ │ prim :: Identifier │ │ [inert] │ │ ctrl1 :: Identifier │ │ [vect] │ │ x0 :: Identifier │ │ y0 :: Identifier │ │ [=] │ │ translated_anchor1 :: Identifier │ │ [call] │ │ - :: Identifier │ │ [vect] │ │ [...] │ │ [.] │ │ prim :: Identifier │ │ [inert] │ │ anchor1 :: Identifier │ │ [vect] │ │ x0 :: Identifier │ │ y0 :: Identifier │ │ [call] │ │ indent :: Identifier │ │ img :: Identifier │ │ [unknown_head] │ │ [.] │ │ img :: Identifier │ │ [inert] │ │ indentation :: Identifier │ │ 1 :: Value │ │ [call] │ │ print :: Identifier │ │ [.] │ │ img :: Identifier │ │ [inert] │ │ out :: Identifier │ │ "\n" :: Value │ │ [call] │ │ indent :: Identifier │ │ img :: Identifier │ │ [call] │ │ print :: Identifier │ │ [.] │ │ img :: Identifier │ │ [inert] │ │ out :: Identifier │ │ "\n" :: Value │ │ [unknown_head] │ │ [.] │ │ img :: Identifier │ │ [inert] │ │ indentation :: Identifier │ │ 1 :: Value │ │ [call] │ │ indent :: Identifier │ │ img :: Identifier │ │ [call] │ │ print :: Identifier │ │ [.] │ │ img :: Identifier │ │ [inert] │ │ out :: Identifier │ │ "\n" :: Value │ │ │ 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] │ │ draw :: Identifier │ scope_layer=1 │ [::] │ │ img :: Identifier │ scope_layer=1 │ SVG :: Identifier │ scope_layer=1 │ [::] │ │ prim :: Identifier │ scope_layer=1 │ CurvePrimitive :: Identifier │ scope_layer=1 │ [::] │ │ idx :: Identifier │ scope_layer=1 │ Int :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ [tuple] │ │ x0 :: Identifier │ scope_layer=1 │ y0 :: Identifier │ scope_layer=1 │ [tuple] │ │ [ref] │ │ [.] │ │ prim :: Identifier │ scope_layer=1 │ [inert] │ │ anchor0 :: Identifier │ │ 1 :: Value │ │ [ref] │ │ [.] │ │ prim :: Identifier │ scope_layer=1 │ [inert] │ │ anchor0 :: Identifier │ │ 2 :: Value │ │ [unknown_head] │ scope_layer=1 │ [tuple] │ │ x0 :: Identifier │ scope_layer=1 │ y0 :: Identifier │ scope_layer=1 │ [tuple] │ │ [ref] │ │ [.] │ │ prim :: Identifier │ scope_layer=1 │ [inert] │ │ ctrl0 :: Identifier │ │ 1 :: Value │ │ [ref] │ │ [.] │ │ prim :: Identifier │ scope_layer=1 │ [inert] │ │ ctrl0 :: Identifier │ │ 2 :: Value │ │ [unknown_head] │ scope_layer=1 │ [tuple] │ │ x0 :: Identifier │ scope_layer=1 │ y0 :: Identifier │ scope_layer=1 │ [tuple] │ │ [ref] │ │ [.] │ │ prim :: Identifier │ scope_layer=1 │ [inert] │ │ ctrl1 :: Identifier │ │ 1 :: Value │ │ [ref] │ │ [.] │ │ prim :: Identifier │ scope_layer=1 │ [inert] │ │ ctrl1 :: Identifier │ │ 2 :: Value │ │ [unknown_head] │ scope_layer=1 │ [tuple] │ │ x0 :: Identifier │ scope_layer=1 │ y0 :: Identifier │ scope_layer=1 │ [tuple] │ │ [ref] │ │ [.] │ │ prim :: Identifier │ scope_layer=1 │ [inert] │ │ anchor1 :: Identifier │ │ 1 :: Value │ │ [ref] │ │ [.] │ │ prim :: Identifier │ scope_layer=1 │ [inert] │ │ anchor1 :: Identifier │ │ 2 :: Value │ │ [=] │ │ [tuple] │ │ x0 :: Identifier │ scope_layer=1 │ y0 :: Identifier │ scope_layer=1 │ [tuple] │ │ [call] │ │ / :: Identifier │ scope_layer=1 │ x0 :: Identifier │ scope_layer=1 │ 4 :: Value │ │ [call] │ │ / :: Identifier │ scope_layer=1 │ y0 :: Identifier │ scope_layer=1 │ 4 :: Value │ │ [=] │ │ translated_anchor0 :: Identifier │ scope_layer=1 │ [call] │ │ - :: Identifier │ scope_layer=1 │ [vect] │ │ [...] │ │ [.] │ │ prim :: Identifier │ scope_layer=1 │ [inert] │ │ anchor0 :: Identifier │ │ [vect] │ │ x0 :: Identifier │ scope_layer=1 │ y0 :: Identifier │ scope_layer=1 │ [=] │ │ translated_ctrl0 :: Identifier │ scope_layer=1 │ [call] │ │ - :: Identifier │ scope_layer=1 │ [vect] │ │ [...] │ │ [.] │ │ prim :: Identifier │ scope_layer=1 │ [inert] │ │ ctrl0 :: Identifier │ │ [vect] │ │ x0 :: Identifier │ scope_layer=1 │ y0 :: Identifier │ scope_layer=1 │ [=] │ │ translated_ctrl1 :: Identifier │ scope_layer=1 │ [call] │ │ - :: Identifier │ scope_layer=1 │ [vect] │ │ [...] │ │ [.] │ │ prim :: Identifier │ scope_layer=1 │ [inert] │ │ ctrl1 :: Identifier │ │ [vect] │ │ x0 :: Identifier │ scope_layer=1 │ y0 :: Identifier │ scope_layer=1 │ [=] │ │ translated_anchor1 :: Identifier │ scope_layer=1 │ [call] │ │ - :: Identifier │ scope_layer=1 │ [vect] │ │ [...] │ │ [.] │ │ prim :: Identifier │ scope_layer=1 │ [inert] │ │ anchor1 :: Identifier │ │ [vect] │ │ x0 :: Identifier │ scope_layer=1 │ y0 :: Identifier │ scope_layer=1 │ [call] │ │ indent :: Identifier │ scope_layer=1 │ img :: Identifier │ scope_layer=1 │ [unknown_head] │ scope_layer=1 │ [.] │ │ img :: Identifier │ scope_layer=1 │ [inert] │ │ indentation :: Identifier │ │ 1 :: Value │ │ [call] │ │ print :: Identifier │ scope_layer=1 │ [.] │ │ img :: Identifier │ scope_layer=1 │ [inert] │ │ out :: Identifier │ │ "\n" :: Value │ │ [call] │ │ indent :: Identifier │ scope_layer=1 │ img :: Identifier │ scope_layer=1 │ [call] │ │ print :: Identifier │ scope_layer=1 │ [.] │ │ img :: Identifier │ scope_layer=1 │ [inert] │ │ out :: Identifier │ │ "\n" :: Value │ │ [unknown_head] │ scope_layer=1 │ [.] │ │ img :: Identifier │ scope_layer=1 │ [inert] │ │ indentation :: Identifier │ │ 1 :: Value │ │ [call] │ │ indent :: Identifier │ scope_layer=1 │ img :: Identifier │ scope_layer=1 │ [call] │ │ print :: Identifier │ scope_layer=1 │ [.] │ │ img :: Identifier │ scope_layer=1 │ [inert] │ │ out :: Identifier │ │ "\n" :: Value │ │ │ file = "/home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl" │ line = 990 └ mod = Compose ERROR: LoadError: UndefVarError: `contains_ssa_binding` not defined in `Base.JuliaLowering` Suggestion: check for spelling errors or missing imports. Stacktrace:  [1] expand_update_operator(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:1437  [2] 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:4175  [3] 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]  [4] (::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]  [5] 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  [6] 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:4421  [7] 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  [8] macro expansion  @ /source/usr/share/julia/JuliaLowering/src/ast.jl:290 [inlined]  [9] method_def_expr(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, src::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, mtable::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sparams::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, argl::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, body::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, rett::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2417  [10] macro expansion  @ /source/usr/share/julia/JuliaLowering/src/ast.jl:357 [inlined]  [11] expand_function_def(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, src::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, raw_args::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, wheres::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, body::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, rett::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2863  [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:4249  [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/Compose/L0IMm/src/Compose.jl:144  [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/Compose/L0IMm/src/svg.jl:990 in expression starting at /home/pkgeval/.julia/packages/Compose/L0IMm/src/Compose.jl:1 in expression starting at stdin:5 ✗ Compose ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("a81c6b42-2e10-5240-aca2-a61377ecd94b"), "Compose") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base loading.jl:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base module.jl:60  [10] _eval_using(to::Module, path::Expr, flags::UInt8)  @ Base module.jl:137 [inlined]  [11] eval_using(to::Module, path::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:207  [12] top-level scope  @ ~/.julia/packages/Viznet/Ul56v/src/Viznet.jl:3  [13] include(mod::Module, _path::String)  @ Base Base.jl:326  [14] 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  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core boot.jl:521  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [18] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [19] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [20] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Viznet/Ul56v/src/Viznet.jl:1 in expression starting at stdin:5 ✗ Viznet 17 dependencies successfully precompiled in 1219 seconds. 7 already precompiled. Precompilation completed after 1239.04s ################################################################################ # Loading # Loading Viznet... ┌ Info: JuliaLowering threw given input: │ code = │ :(function draw(img::SVG, prim::CurvePrimitive, idx::Int) │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:990 =# │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:991 =# │ (x0, y0) = (prim.anchor0[1], prim.anchor0[2]) │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:992 =# │ (x0, y0) += (prim.ctrl0[1], prim.ctrl0[2]) │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:993 =# │ (x0, y0) += (prim.ctrl1[1], prim.ctrl1[2]) │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:994 =# │ (x0, y0) += (prim.anchor1[1], prim.anchor1[2]) │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:995 =# │ (x0, y0) = (x0 / 4, y0 / 4) │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:996 =# │ translated_anchor0 = [prim.anchor0...] - [x0, y0] │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:997 =# │ translated_ctrl0 = [prim.ctrl0...] - [x0, y0] │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:998 =# │ translated_ctrl1 = [prim.ctrl1...] - [x0, y0] │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:999 =# │ translated_anchor1 = [prim.anchor1...] - [x0, y0] │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1001 =# │ indent(img) │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1003 =# │ img.indentation += 1 │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1004 =# │ print(img.out, "\n") │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1011 =# │ indent(img) │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1013 =# │ print(img.out, "\n") │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1033 =# │ img.indentation -= 1 │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1034 =# │ indent(img) │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1035 =# │ print(img.out, "\n") │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [function] │ │ [call] │ │ draw :: Identifier │ │ [::] │ │ img :: Identifier │ │ SVG :: Identifier │ │ [::] │ │ prim :: Identifier │ │ CurvePrimitive :: Identifier │ │ [::] │ │ idx :: Identifier │ │ Int :: Identifier │ │ [block] │ │ [=] │ │ [tuple] │ │ x0 :: Identifier │ │ y0 :: Identifier │ │ [tuple] │ │ [ref] │ │ [.] │ │ prim :: Identifier │ │ [inert] │ │ anchor0 :: Identifier │ │ 1 :: Value │ │ [ref] │ │ [.] │ │ prim :: Identifier │ │ [inert] │ │ anchor0 :: Identifier │ │ 2 :: Value │ │ [unknown_head] │ │ [tuple] │ │ x0 :: Identifier │ │ y0 :: Identifier │ │ [tuple] │ │ [ref] │ │ [.] │ │ prim :: Identifier │ │ [inert] │ │ ctrl0 :: Identifier │ │ 1 :: Value │ │ [ref] │ │ [.] │ │ prim :: Identifier │ │ [inert] │ │ ctrl0 :: Identifier │ │ 2 :: Value │ │ [unknown_head] │ │ [tuple] │ │ x0 :: Identifier │ │ y0 :: Identifier │ │ [tuple] │ │ [ref] │ │ [.] │ │ prim :: Identifier │ │ [inert] │ │ ctrl1 :: Identifier │ │ 1 :: Value │ │ [ref] │ │ [.] │ │ prim :: Identifier │ │ [inert] │ │ ctrl1 :: Identifier │ │ 2 :: Value │ │ [unknown_head] │ │ [tuple] │ │ x0 :: Identifier │ │ y0 :: Identifier │ │ [tuple] │ │ [ref] │ │ [.] │ │ prim :: Identifier │ │ [inert] │ │ anchor1 :: Identifier │ │ 1 :: Value │ │ [ref] │ │ [.] │ │ prim :: Identifier │ │ [inert] │ │ anchor1 :: Identifier │ │ 2 :: Value │ │ [=] │ │ [tuple] │ │ x0 :: Identifier │ │ y0 :: Identifier │ │ [tuple] │ │ [call] │ │ / :: Identifier │ │ x0 :: Identifier │ │ 4 :: Value │ │ [call] │ │ / :: Identifier │ │ y0 :: Identifier │ │ 4 :: Value │ │ [=] │ │ translated_anchor0 :: Identifier │ │ [call] │ │ - :: Identifier │ │ [vect] │ │ [...] │ │ [.] │ │ prim :: Identifier │ │ [inert] │ │ anchor0 :: Identifier │ │ [vect] │ │ x0 :: Identifier │ │ y0 :: Identifier │ │ [=] │ │ translated_ctrl0 :: Identifier │ │ [call] │ │ - :: Identifier │ │ [vect] │ │ [...] │ │ [.] │ │ prim :: Identifier │ │ [inert] │ │ ctrl0 :: Identifier │ │ [vect] │ │ x0 :: Identifier │ │ y0 :: Identifier │ │ [=] │ │ translated_ctrl1 :: Identifier │ │ [call] │ │ - :: Identifier │ │ [vect] │ │ [...] │ │ [.] │ │ prim :: Identifier │ │ [inert] │ │ ctrl1 :: Identifier │ │ [vect] │ │ x0 :: Identifier │ │ y0 :: Identifier │ │ [=] │ │ translated_anchor1 :: Identifier │ │ [call] │ │ - :: Identifier │ │ [vect] │ │ [...] │ │ [.] │ │ prim :: Identifier │ │ [inert] │ │ anchor1 :: Identifier │ │ [vect] │ │ x0 :: Identifier │ │ y0 :: Identifier │ │ [call] │ │ indent :: Identifier │ │ img :: Identifier │ │ [unknown_head] │ │ [.] │ │ img :: Identifier │ │ [inert] │ │ indentation :: Identifier │ │ 1 :: Value │ │ [call] │ │ print :: Identifier │ │ [.] │ │ img :: Identifier │ │ [inert] │ │ out :: Identifier │ │ "\n" :: Value │ │ [call] │ │ indent :: Identifier │ │ img :: Identifier │ │ [call] │ │ print :: Identifier │ │ [.] │ │ img :: Identifier │ │ [inert] │ │ out :: Identifier │ │ "\n" :: Value │ │ [unknown_head] │ │ [.] │ │ img :: Identifier │ │ [inert] │ │ indentation :: Identifier │ │ 1 :: Value │ │ [call] │ │ indent :: Identifier │ │ img :: Identifier │ │ [call] │ │ print :: Identifier │ │ [.] │ │ img :: Identifier │ │ [inert] │ │ out :: Identifier │ │ "\n" :: Value │ │ │ 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] │ │ draw :: Identifier │ scope_layer=1 │ [::] │ │ img :: Identifier │ scope_layer=1 │ SVG :: Identifier │ scope_layer=1 │ [::] │ │ prim :: Identifier │ scope_layer=1 │ CurvePrimitive :: Identifier │ scope_layer=1 │ [::] │ │ idx :: Identifier │ scope_layer=1 │ Int :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ [tuple] │ │ x0 :: Identifier │ scope_layer=1 │ y0 :: Identifier │ scope_layer=1 │ [tuple] │ │ [ref] │ │ [.] │ │ prim :: Identifier │ scope_layer=1 │ [inert] │ │ anchor0 :: Identifier │ │ 1 :: Value │ │ [ref] │ │ [.] │ │ prim :: Identifier │ scope_layer=1 │ [inert] │ │ anchor0 :: Identifier │ │ 2 :: Value │ │ [unknown_head] │ scope_layer=1 │ [tuple] │ │ x0 :: Identifier │ scope_layer=1 │ y0 :: Identifier │ scope_layer=1 │ [tuple] │ │ [ref] │ │ [.] │ │ prim :: Identifier │ scope_layer=1 │ [inert] │ │ ctrl0 :: Identifier │ │ 1 :: Value │ │ [ref] │ │ [.] │ │ prim :: Identifier │ scope_layer=1 │ [inert] │ │ ctrl0 :: Identifier │ │ 2 :: Value │ │ [unknown_head] │ scope_layer=1 │ [tuple] │ │ x0 :: Identifier │ scope_layer=1 │ y0 :: Identifier │ scope_layer=1 │ [tuple] │ │ [ref] │ │ [.] │ │ prim :: Identifier │ scope_layer=1 │ [inert] │ │ ctrl1 :: Identifier │ │ 1 :: Value │ │ [ref] │ │ [.] │ │ prim :: Identifier │ scope_layer=1 │ [inert] │ │ ctrl1 :: Identifier │ │ 2 :: Value │ │ [unknown_head] │ scope_layer=1 │ [tuple] │ │ x0 :: Identifier │ scope_layer=1 │ y0 :: Identifier │ scope_layer=1 │ [tuple] │ │ [ref] │ │ [.] │ │ prim :: Identifier │ scope_layer=1 │ [inert] │ │ anchor1 :: Identifier │ │ 1 :: Value │ │ [ref] │ │ [.] │ │ prim :: Identifier │ scope_layer=1 │ [inert] │ │ anchor1 :: Identifier │ │ 2 :: Value │ │ [=] │ │ [tuple] │ │ x0 :: Identifier │ scope_layer=1 │ y0 :: Identifier │ scope_layer=1 │ [tuple] │ │ [call] │ │ / :: Identifier │ scope_layer=1 │ x0 :: Identifier │ scope_layer=1 │ 4 :: Value │ │ [call] │ │ / :: Identifier │ scope_layer=1 │ y0 :: Identifier │ scope_layer=1 │ 4 :: Value │ │ [=] │ │ translated_anchor0 :: Identifier │ scope_layer=1 │ [call] │ │ - :: Identifier │ scope_layer=1 │ [vect] │ │ [...] │ │ [.] │ │ prim :: Identifier │ scope_layer=1 │ [inert] │ │ anchor0 :: Identifier │ │ [vect] │ │ x0 :: Identifier │ scope_layer=1 │ y0 :: Identifier │ scope_layer=1 │ [=] │ │ translated_ctrl0 :: Identifier │ scope_layer=1 │ [call] │ │ - :: Identifier │ scope_layer=1 │ [vect] │ │ [...] │ │ [.] │ │ prim :: Identifier │ scope_layer=1 │ [inert] │ │ ctrl0 :: Identifier │ │ [vect] │ │ x0 :: Identifier │ scope_layer=1 │ y0 :: Identifier │ scope_layer=1 │ [=] │ │ translated_ctrl1 :: Identifier │ scope_layer=1 │ [call] │ │ - :: Identifier │ scope_layer=1 │ [vect] │ │ [...] │ │ [.] │ │ prim :: Identifier │ scope_layer=1 │ [inert] │ │ ctrl1 :: Identifier │ │ [vect] │ │ x0 :: Identifier │ scope_layer=1 │ y0 :: Identifier │ scope_layer=1 │ [=] │ │ translated_anchor1 :: Identifier │ scope_layer=1 │ [call] │ │ - :: Identifier │ scope_layer=1 │ [vect] │ │ [...] │ │ [.] │ │ prim :: Identifier │ scope_layer=1 │ [inert] │ │ anchor1 :: Identifier │ │ [vect] │ │ x0 :: Identifier │ scope_layer=1 │ y0 :: Identifier │ scope_layer=1 │ [call] │ │ indent :: Identifier │ scope_layer=1 │ img :: Identifier │ scope_layer=1 │ [unknown_head] │ scope_layer=1 │ [.] │ │ img :: Identifier │ scope_layer=1 │ [inert] │ │ indentation :: Identifier │ │ 1 :: Value │ │ [call] │ │ print :: Identifier │ scope_layer=1 │ [.] │ │ img :: Identifier │ scope_layer=1 │ [inert] │ │ out :: Identifier │ │ "\n" :: Value │ │ [call] │ │ indent :: Identifier │ scope_layer=1 │ img :: Identifier │ scope_layer=1 │ [call] │ │ print :: Identifier │ scope_layer=1 │ [.] │ │ img :: Identifier │ scope_layer=1 │ [inert] │ │ out :: Identifier │ │ "\n" :: Value │ │ [unknown_head] │ scope_layer=1 │ [.] │ │ img :: Identifier │ scope_layer=1 │ [inert] │ │ indentation :: Identifier │ │ 1 :: Value │ │ [call] │ │ indent :: Identifier │ scope_layer=1 │ img :: Identifier │ scope_layer=1 │ [call] │ │ print :: Identifier │ scope_layer=1 │ [.] │ │ img :: Identifier │ scope_layer=1 │ [inert] │ │ out :: Identifier │ │ "\n" :: Value │ │ │ file = "/home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl" │ line = 990 └ mod = Compose ERROR: LoadError: UndefVarError: `contains_ssa_binding` not defined in `Base.JuliaLowering` Suggestion: check for spelling errors or missing imports. Stacktrace:  [1] expand_update_operator(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:1437  [2] 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:4175  [3] 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]  [4] (::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]  [5] 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  [6] 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:4421  [7] 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  [8] macro expansion  @ /source/usr/share/julia/JuliaLowering/src/ast.jl:290 [inlined]  [9] method_def_expr(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, src::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, mtable::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sparams::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, argl::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, body::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, rett::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2417  [10] macro expansion  @ /source/usr/share/julia/JuliaLowering/src/ast.jl:357 [inlined]  [11] expand_function_def(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, src::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, raw_args::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, wheres::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, body::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, rett::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2863  [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:4249  [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/Compose/L0IMm/src/Compose.jl:144  [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/Compose/L0IMm/src/svg.jl:990 in expression starting at /home/pkgeval/.julia/packages/Compose/L0IMm/src/Compose.jl:1 in expression starting at stdin:5 ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("a81c6b42-2e10-5240-aca2-a61377ecd94b"), "Compose") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base loading.jl:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base module.jl:60  [10] _eval_using(to::Module, path::Expr, flags::UInt8)  @ Base module.jl:137 [inlined]  [11] eval_using(to::Module, path::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:207  [12] top-level scope  @ ~/.julia/packages/Viznet/Ul56v/src/Viznet.jl:3  [13] include(mod::Module, _path::String)  @ Base Base.jl:326  [14] 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  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core boot.jl:521  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [18] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [19] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [20] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Viznet/Ul56v/src/Viznet.jl:1 in expression starting at stdin:5 2 dependencies had output during precompilation: ┌ Compose │ ┌ Info: JuliaLowering threw given input: │ │ code = │ │ :(function draw(img::SVG, prim::CurvePrimitive, idx::Int) │ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:990 =# │ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:991 =# │ │ (x0, y0) = (prim.anchor0[1], prim.anchor0[2]) │ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:992 =# │ │ (x0, y0) += (prim.ctrl0[1], prim.ctrl0[2]) │ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:993 =# │ │ (x0, y0) += (prim.ctrl1[1], prim.ctrl1[2]) │ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:994 =# │ │ (x0, y0) += (prim.anchor1[1], prim.anchor1[2]) │ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:995 =# │ │ (x0, y0) = (x0 / 4, y0 / 4) │ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:996 =# │ │ translated_anchor0 = [prim.anchor0...] - [x0, y0] │ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:997 =# │ │ translated_ctrl0 = [prim.ctrl0...] - [x0, y0] │ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:998 =# │ │ translated_ctrl1 = [prim.ctrl1...] - [x0, y0] │ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:999 =# │ │ translated_anchor1 = [prim.anchor1...] - [x0, y0] │ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1001 =# │ │ indent(img) │ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1003 =# │ │ img.indentation += 1 │ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1004 =# │ │ print(img.out, "\n") │ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1011 =# │ │ indent(img) │ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1013 =# │ │ print(img.out, "\n") │ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1033 =# │ │ img.indentation -= 1 │ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1034 =# │ │ indent(img) │ │ #= /home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl:1035 =# │ │ print(img.out, "\n") │ │ end) │ │ st0 = │ │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ │ [function] │ │ │ [call] │ │ │ draw :: Identifier │ │ │ [::] │ │ │ img :: Identifier │ │ │ SVG :: Identifier │ │ │ [::] │ │ │ prim :: Identifier │ │ │ CurvePrimitive :: Identifier │ │ │ [::] │ │ │ idx :: Identifier │ │ │ Int :: Identifier │ │ │ [block] │ │ │ [=] │ │ │ [tuple] │ │ │ x0 :: Identifier │ │ │ y0 :: Identifier │ │ │ [tuple] │ │ │ [ref] │ │ │ [.] │ │ │ prim :: Identifier │ │ │ [inert] │ │ │ anchor0 :: Identifier │ │ │ 1 :: Value │ │ │ [ref] │ │ │ [.] │ │ │ prim :: Identifier │ │ │ [inert] │ │ │ anchor0 :: Identifier │ │ │ 2 :: Value │ │ │ [unknown_head] │ │ │ [tuple] │ │ │ x0 :: Identifier │ │ │ y0 :: Identifier │ │ │ [tuple] │ │ │ [ref] │ │ │ [.] │ │ │ prim :: Identifier │ │ │ [inert] │ │ │ ctrl0 :: Identifier │ │ │ 1 :: Value │ │ │ [ref] │ │ │ [.] │ │ │ prim :: Identifier │ │ │ [inert] │ │ │ ctrl0 :: Identifier │ │ │ 2 :: Value │ │ │ [unknown_head] │ │ │ [tuple] │ │ │ x0 :: Identifier │ │ │ y0 :: Identifier │ │ │ [tuple] │ │ │ [ref] │ │ │ [.] │ │ │ prim :: Identifier │ │ │ [inert] │ │ │ ctrl1 :: Identifier │ │ │ 1 :: Value │ │ │ [ref] │ │ │ [.] │ │ │ prim :: Identifier │ │ │ [inert] │ │ │ ctrl1 :: Identifier │ │ │ 2 :: Value │ │ │ [unknown_head] │ │ │ [tuple] │ │ │ x0 :: Identifier │ │ │ y0 :: Identifier │ │ │ [tuple] │ │ │ [ref] │ │ │ [.] │ │ │ prim :: Identifier │ │ │ [inert] │ │ │ anchor1 :: Identifier │ │ │ 1 :: Value │ │ │ [ref] │ │ │ [.] │ │ │ prim :: Identifier │ │ │ [inert] │ │ │ anchor1 :: Identifier │ │ │ 2 :: Value │ │ │ [=] │ │ │ [tuple] │ │ │ x0 :: Identifier │ │ │ y0 :: Identifier │ │ │ [tuple] │ │ │ [call] │ │ │ / :: Identifier │ │ │ x0 :: Identifier │ │ │ 4 :: Value │ │ │ [call] │ │ │ / :: Identifier │ │ │ y0 :: Identifier │ │ │ 4 :: Value │ │ │ [=] │ │ │ translated_anchor0 :: Identifier │ │ │ [call] │ │ │ - :: Identifier │ │ │ [vect] │ │ │ [...] │ │ │ [.] │ │ │ prim :: Identifier │ │ │ [inert] │ │ │ anchor0 :: Identifier │ │ │ [vect] │ │ │ x0 :: Identifier │ │ │ y0 :: Identifier │ │ │ [=] │ │ │ translated_ctrl0 :: Identifier │ │ │ [call] │ │ │ - :: Identifier │ │ │ [vect] │ │ │ [...] │ │ │ [.] │ │ │ prim :: Identifier │ │ │ [inert] │ │ │ ctrl0 :: Identifier │ │ │ [vect] │ │ │ x0 :: Identifier │ │ │ y0 :: Identifier │ │ │ [=] │ │ │ translated_ctrl1 :: Identifier │ │ │ [call] │ │ │ - :: Identifier │ │ │ [vect] │ │ │ [...] │ │ │ [.] │ │ │ prim :: Identifier │ │ │ [inert] │ │ │ ctrl1 :: Identifier │ │ │ [vect] │ │ │ x0 :: Identifier │ │ │ y0 :: Identifier │ │ │ [=] │ │ │ translated_anchor1 :: Identifier │ │ │ [call] │ │ │ - :: Identifier │ │ │ [vect] │ │ │ [...] │ │ │ [.] │ │ │ prim :: Identifier │ │ │ [inert] │ │ │ anchor1 :: Identifier │ │ │ [vect] │ │ │ x0 :: Identifier │ │ │ y0 :: Identifier │ │ │ [call] │ │ │ indent :: Identifier │ │ │ img :: Identifier │ │ │ [unknown_head] │ │ │ [.] │ │ │ img :: Identifier │ │ │ [inert] │ │ │ indentation :: Identifier │ │ │ 1 :: Value │ │ │ [call] │ │ │ print :: Identifier │ │ │ [.] │ │ │ img :: Identifier │ │ │ [inert] │ │ │ out :: Identifier │ │ │ "\n" :: Value │ │ │ [call] │ │ │ indent :: Identifier │ │ │ img :: Identifier │ │ │ [call] │ │ │ print :: Identifier │ │ │ [.] │ │ │ img :: Identifier │ │ │ [inert] │ │ │ out :: Identifier │ │ │ "\n" :: Value │ │ │ [unknown_head] │ │ │ [.] │ │ │ img :: Identifier │ │ │ [inert] │ │ │ indentation :: Identifier │ │ │ 1 :: Value │ │ │ [call] │ │ │ indent :: Identifier │ │ │ img :: Identifier │ │ │ [call] │ │ │ print :: Identifier │ │ │ [.] │ │ │ img :: Identifier │ │ │ [inert] │ │ │ out :: Identifier │ │ │ "\n" :: Value │ │ │ │ │ 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] │ │ │ draw :: Identifier │ scope_layer=1 │ │ [::] │ │ │ img :: Identifier │ scope_layer=1 │ │ SVG :: Identifier │ scope_layer=1 │ │ [::] │ │ │ prim :: Identifier │ scope_layer=1 │ │ CurvePrimitive :: Identifier │ scope_layer=1 │ │ [::] │ │ │ idx :: Identifier │ scope_layer=1 │ │ Int :: Identifier │ scope_layer=1 │ │ [block] │ │ │ [=] │ │ │ [tuple] │ │ │ x0 :: Identifier │ scope_layer=1 │ │ y0 :: Identifier │ scope_layer=1 │ │ [tuple] │ │ │ [ref] │ │ │ [.] │ │ │ prim :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ anchor0 :: Identifier │ │ │ 1 :: Value │ │ │ [ref] │ │ │ [.] │ │ │ prim :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ anchor0 :: Identifier │ │ │ 2 :: Value │ │ │ [unknown_head] │ scope_layer=1 │ │ [tuple] │ │ │ x0 :: Identifier │ scope_layer=1 │ │ y0 :: Identifier │ scope_layer=1 │ │ [tuple] │ │ │ [ref] │ │ │ [.] │ │ │ prim :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ ctrl0 :: Identifier │ │ │ 1 :: Value │ │ │ [ref] │ │ │ [.] │ │ │ prim :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ ctrl0 :: Identifier │ │ │ 2 :: Value │ │ │ [unknown_head] │ scope_layer=1 │ │ [tuple] │ │ │ x0 :: Identifier │ scope_layer=1 │ │ y0 :: Identifier │ scope_layer=1 │ │ [tuple] │ │ │ [ref] │ │ │ [.] │ │ │ prim :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ ctrl1 :: Identifier │ │ │ 1 :: Value │ │ │ [ref] │ │ │ [.] │ │ │ prim :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ ctrl1 :: Identifier │ │ │ 2 :: Value │ │ │ [unknown_head] │ scope_layer=1 │ │ [tuple] │ │ │ x0 :: Identifier │ scope_layer=1 │ │ y0 :: Identifier │ scope_layer=1 │ │ [tuple] │ │ │ [ref] │ │ │ [.] │ │ │ prim :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ anchor1 :: Identifier │ │ │ 1 :: Value │ │ │ [ref] │ │ │ [.] │ │ │ prim :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ anchor1 :: Identifier │ │ │ 2 :: Value │ │ │ [=] │ │ │ [tuple] │ │ │ x0 :: Identifier │ scope_layer=1 │ │ y0 :: Identifier │ scope_layer=1 │ │ [tuple] │ │ │ [call] │ │ │ / :: Identifier │ scope_layer=1 │ │ x0 :: Identifier │ scope_layer=1 │ │ 4 :: Value │ │ │ [call] │ │ │ / :: Identifier │ scope_layer=1 │ │ y0 :: Identifier │ scope_layer=1 │ │ 4 :: Value │ │ │ [=] │ │ │ translated_anchor0 :: Identifier │ scope_layer=1 │ │ [call] │ │ │ - :: Identifier │ scope_layer=1 │ │ [vect] │ │ │ [...] │ │ │ [.] │ │ │ prim :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ anchor0 :: Identifier │ │ │ [vect] │ │ │ x0 :: Identifier │ scope_layer=1 │ │ y0 :: Identifier │ scope_layer=1 │ │ [=] │ │ │ translated_ctrl0 :: Identifier │ scope_layer=1 │ │ [call] │ │ │ - :: Identifier │ scope_layer=1 │ │ [vect] │ │ │ [...] │ │ │ [.] │ │ │ prim :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ ctrl0 :: Identifier │ │ │ [vect] │ │ │ x0 :: Identifier │ scope_layer=1 │ │ y0 :: Identifier │ scope_layer=1 │ │ [=] │ │ │ translated_ctrl1 :: Identifier │ scope_layer=1 │ │ [call] │ │ │ - :: Identifier │ scope_layer=1 │ │ [vect] │ │ │ [...] │ │ │ [.] │ │ │ prim :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ ctrl1 :: Identifier │ │ │ [vect] │ │ │ x0 :: Identifier │ scope_layer=1 │ │ y0 :: Identifier │ scope_layer=1 │ │ [=] │ │ │ translated_anchor1 :: Identifier │ scope_layer=1 │ │ [call] │ │ │ - :: Identifier │ scope_layer=1 │ │ [vect] │ │ │ [...] │ │ │ [.] │ │ │ prim :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ anchor1 :: Identifier │ │ │ [vect] │ │ │ x0 :: Identifier │ scope_layer=1 │ │ y0 :: Identifier │ scope_layer=1 │ │ [call] │ │ │ indent :: Identifier │ scope_layer=1 │ │ img :: Identifier │ scope_layer=1 │ │ [unknown_head] │ scope_layer=1 │ │ [.] │ │ │ img :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ indentation :: Identifier │ │ │ 1 :: Value │ │ │ [call] │ │ │ print :: Identifier │ scope_layer=1 │ │ [.] │ │ │ img :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ out :: Identifier │ │ │ "\n" :: Value │ │ │ [call] │ │ │ indent :: Identifier │ scope_layer=1 │ │ img :: Identifier │ scope_layer=1 │ │ [call] │ │ │ print :: Identifier │ scope_layer=1 │ │ [.] │ │ │ img :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ out :: Identifier │ │ │ "\n" :: Value │ │ │ [unknown_head] │ scope_layer=1 │ │ [.] │ │ │ img :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ indentation :: Identifier │ │ │ 1 :: Value │ │ │ [call] │ │ │ indent :: Identifier │ scope_layer=1 │ │ img :: Identifier │ scope_layer=1 │ │ [call] │ │ │ print :: Identifier │ scope_layer=1 │ │ [.] │ │ │ img :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ out :: Identifier │ │ │ "\n" :: Value │ │ │ │ │ file = "/home/pkgeval/.julia/packages/Compose/L0IMm/src/svg.jl" │ │ line = 990 │ └ mod = Compose │ ERROR: LoadError: UndefVarError: `contains_ssa_binding` not defined in `Base.JuliaLowering` │ Suggestion: check for spelling errors or missing imports. │ Stacktrace: │ [1] expand_update_operator(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:1437 │ [2] 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:4175 │ [3] 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] │ [4] (::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] │ [5] 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 │ [6] 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:4421 │ [7] 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 │ [8] macro expansion │ @ /source/usr/share/julia/JuliaLowering/src/ast.jl:290 [inlined] │ [9] method_def_expr(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, src::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, mtable::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sparams::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, argl::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, body::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, rett::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2417 │ [10] macro expansion │ @ /source/usr/share/julia/JuliaLowering/src/ast.jl:357 [inlined] │ [11] expand_function_def(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, src::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, raw_args::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, wheres::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, body::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, rett::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2863 │ [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:4249 │ [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/Compose/L0IMm/src/Compose.jl:144 │ [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/Compose/L0IMm/src/svg.jl:990 │ in expression starting at /home/pkgeval/.julia/packages/Compose/L0IMm/src/Compose.jl:1 │ in expression starting at stdin:5 └ ┌ Viznet │ [Output was shown above] └ ERROR: The following 2 packages failed to precompile: Compose Failed to precompile Compose [a81c6b42-2e10-5240-aca2-a61377ecd94b] to "/home/pkgeval/.julia/compiled/v1.14/Compose/jl_YOSUuR" (ProcessExited(1)). Viznet Failed to precompile Viznet [52a3aca4-6234-47fd-b74a-806bdf78ede9] to "/home/pkgeval/.julia/compiled/v1.14/Viznet/jl_nZDBdQ" (ProcessExited(1)). Loading failed after 213.48s 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 Viznet'`, 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 1489.75s: package fails to precompile