Package evaluation to test Figures on Julia 1.14.0-DEV.2226 (797a5ef2b0*) started at 2026-05-24T01:05:12.224 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 16.43s ################################################################################ # Installation # Installing Figures... Resolving package versions... Installed IniFile ───────── v0.5.1 Installed JSON ──────────── v0.21.4 Installed MbedTLS ───────── v1.1.10 Installed HTTP ──────────── v0.8.19 Installed Pages ─────────── v0.3.1 Installed JLLWrappers ───── v1.8.0 Installed Parsers ───────── v2.8.4 Installed MbedTLS_jll ───── v2.28.1010+0 Installed Preferences ───── v1.5.2 Installed PrecompileTools ─ v1.3.4 Installed Figures ───────── v0.1.1 Installing 1 artifacts Installed artifact MbedTLS 2.2 MiB Updating `~/.julia/environments/v1.14/Project.toml` [fb03b324] + Figures v0.1.1 Updating `~/.julia/environments/v1.14/Manifest.toml` [fb03b324] + Figures v0.1.1 ⌅ [cd3eb016] + HTTP v0.8.19 [83e8ac13] + IniFile v0.5.1 [692b3bcd] + JLLWrappers v1.8.0 ⌅ [682c06a0] + JSON v0.21.4 [739be429] + MbedTLS v1.1.10 [7c165e09] + Pages v0.3.1 [69de0a69] + Parsers v2.8.4 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [c8ffd9c3] + MbedTLS_jll v2.28.1010+0 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.13.0 [8f399da3] + Libdl v1.11.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [a63ad114] + Mmap v1.11.0 [ca575930] + NetworkOptions v1.3.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [9e88b42a] + Serialization v1.11.0 [6462fe0b] + Sockets v1.11.0 [f489334b] + StyledStrings v1.13.0 [fa267f1f] + TOML v1.0.3 [8dfed614] + Test v1.11.0 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [14a3606d] + MozillaCACerts_jll v2026.5.14 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 7.86s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 5.4 s ✓ TestEnv 1 dependency successfully precompiled in 6 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 0.6 s ✓ IniFile 2.3 s ✓ Preferences 2.7 s ✓ JLLWrappers 2.4 s ✓ PrecompileTools 2.9 s ✓ MbedTLS_jll 26.0 s ✓ Parsers 3.4 s ✓ MbedTLS 12.4 s ✓ JSON 52.5 s ✓ HTTP 32.5 s ✓ Pages ┌ Info: JuliaLowering threw given input: │ code = │ :(function figure(io::IO, id, style = Style()) │ #= /home/pkgeval/.julia/packages/Figures/wOpkh/src/Figures.jl:17 =# │ #= /home/pkgeval/.julia/packages/Figures/wOpkh/src/Figures.jl:18 =# │ id = string(id) │ #= /home/pkgeval/.julia/packages/Figures/wOpkh/src/Figures.jl:19 =# │ if tryparse(Int, id) !== nothing │ #= /home/pkgeval/.julia/packages/Figures/wOpkh/src/Figures.jl:20 =# │ id = "figure" * id │ end │ #= /home/pkgeval/.julia/packages/Figures/wOpkh/src/Figures.jl:22 =# │ global current[] = id │ #= /home/pkgeval/.julia/packages/Figures/wOpkh/src/Figures.jl:24 =# │ style = merge(Dict{String, String}("position" => "absolute", "border" => "thin solid lightgrey", "left" => "50px", "top" => "50px", "width" => "700px", "height" => "450px", "box-shadow" => "3px 3px 5px lightgrey", "background" => "white"), style) │ #= /home/pkgeval/.julia/packages/Figures/wOpkh/src/Figures.jl:34 =# │ print(io, "Figures.Figure('$(id)',$(json(style)));") │ #= /home/pkgeval/.julia/packages/Figures/wOpkh/src/Figures.jl:35 =# │ return io │ 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] │ │ figure :: Identifier │ │ [::] │ │ io :: Identifier │ │ IO :: Identifier │ │ id :: Identifier │ │ [kw] │ │ style :: Identifier │ │ [call] │ │ Style :: Identifier │ │ [block] │ │ [=] │ │ id :: Identifier │ │ [call] │ │ string :: Identifier │ │ id :: Identifier │ │ [if] │ │ [call] │ │ !== :: Identifier │ │ [call] │ │ tryparse :: Identifier │ │ Int :: Identifier │ │ id :: Identifier │ │ nothing :: Identifier │ │ [block] │ │ [=] │ │ id :: Identifier │ │ [call] │ │ * :: Identifier │ │ "figure" :: Value │ │ id :: Identifier │ │ [global] │ │ [=] │ │ [ref] │ │ current :: Identifier │ │ id :: Identifier │ │ [=] │ │ style :: Identifier │ │ [call] │ │ merge :: Identifier │ │ [call] │ │ [curly] │ │ Dict :: Identifier │ │ String :: Identifier │ │ String :: Identifier │ │ [call] │ │ => :: Identifier │ │ "position" :: Value │ │ "absolute" :: Value │ │ [call] │ │ => :: Identifier │ │ "border" :: Value │ │ "thin solid lightgrey" :: Value │ │ [call] │ │ => :: Identifier │ │ "left" :: Value │ │ "50px" :: Value │ │ [call] │ │ => :: Identifier │ │ "top" :: Value │ │ "50px" :: Value │ │ [call] │ │ => :: Identifier │ │ "width" :: Value │ │ "700px" :: Value │ │ [call] │ │ => :: Identifier │ │ "height" :: Value │ │ "450px" :: Value │ │ [call] │ │ => :: Identifier │ │ "box-shadow" :: Value │ │ "3px 3px 5px lightgrey" :: Value │ │ [call] │ │ => :: Identifier │ │ "background" :: Value │ │ "white" :: Value │ │ style :: Identifier │ │ [call] │ │ print :: Identifier │ │ io :: Identifier │ │ [string] │ │ "Figures.Figure('" :: Value │ │ id :: Identifier │ │ "'," :: Value │ │ [call] │ │ json :: Identifier │ │ style :: Identifier │ │ ");" :: Value │ │ [return] │ │ io :: 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] │ │ figure :: Identifier │ scope_layer=1 │ [::] │ │ io :: Identifier │ scope_layer=1 │ IO :: Identifier │ scope_layer=1 │ id :: Identifier │ scope_layer=1 │ [kw] │ │ style :: Identifier │ scope_layer=1 │ [call] │ │ Style :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ id :: Identifier │ scope_layer=1 │ [call] │ │ string :: Identifier │ scope_layer=1 │ id :: Identifier │ scope_layer=1 │ [if] │ │ [call] │ │ !== :: Identifier │ scope_layer=1 │ [call] │ │ tryparse :: Identifier │ scope_layer=1 │ Int :: Identifier │ scope_layer=1 │ id :: Identifier │ scope_layer=1 │ nothing :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ id :: Identifier │ scope_layer=1 │ [call] │ │ * :: Identifier │ scope_layer=1 │ "figure" :: Value │ │ id :: Identifier │ scope_layer=1 │ [global] │ │ [=] │ │ [ref] │ │ current :: Identifier │ scope_layer=1 │ id :: Identifier │ scope_layer=1 │ [=] │ │ style :: Identifier │ scope_layer=1 │ [call] │ │ merge :: Identifier │ scope_layer=1 │ [call] │ │ [curly] │ │ Dict :: Identifier │ scope_layer=1 │ String :: Identifier │ scope_layer=1 │ String :: Identifier │ scope_layer=1 │ [call] │ │ => :: Identifier │ scope_layer=1 │ "position" :: Value │ │ "absolute" :: Value │ │ [call] │ │ => :: Identifier │ scope_layer=1 │ "border" :: Value │ │ "thin solid lightgrey" :: Value │ │ [call] │ │ => :: Identifier │ scope_layer=1 │ "left" :: Value │ │ "50px" :: Value │ │ [call] │ │ => :: Identifier │ scope_layer=1 │ "top" :: Value │ │ "50px" :: Value │ │ [call] │ │ => :: Identifier │ scope_layer=1 │ "width" :: Value │ │ "700px" :: Value │ │ [call] │ │ => :: Identifier │ scope_layer=1 │ "height" :: Value │ │ "450px" :: Value │ │ [call] │ │ => :: Identifier │ scope_layer=1 │ "box-shadow" :: Value │ │ "3px 3px 5px lightgrey" :: Value │ │ [call] │ │ => :: Identifier │ scope_layer=1 │ "background" :: Value │ │ "white" :: Value │ │ style :: Identifier │ scope_layer=1 │ [call] │ │ print :: Identifier │ scope_layer=1 │ io :: Identifier │ scope_layer=1 │ [string] │ │ "Figures.Figure('" :: Value │ │ id :: Identifier │ scope_layer=1 │ "'," :: Value │ │ [call] │ │ json :: Identifier │ scope_layer=1 │ style :: Identifier │ scope_layer=1 │ ");" :: Value │ │ [return] │ │ io :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/Figures/wOpkh/src/Figures.jl" │ line = 17 └ mod = Figures ERROR: LoadError: No match found for `(ref current)` at #= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2184 =# Stacktrace:  [1] make_lhs_decls(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, stmts::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, declkind::Base.JuliaSyntax.Kind, declmeta::Nothing, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, type_decls::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2184  [2] expand_decls(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:2212  [3] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4297  [4] expand_forms_2  @ /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [5] #expand_forms_2##2  @ /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4440 [inlined]  [6] 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  [7] 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:4440  [8] 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:4152  [9] _push_nodeid!(graph::Base.JuliaSyntax.SyntaxGraph{Dict{Symbol, Dict{Int64, Any}}}, ids::Vector{Int64}, val::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/ast.jl:288 [inlined]  [10] 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:2419  [11] optional_positional_defs(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:2567  [12] 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:2411  [13] (::Colon)(start::Int64, stop::Int64)  @ Base /source/usr/share/julia/JuliaLowering/src/ast.jl:355 [inlined]  [14] 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:2873  [15] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4268  [16] Dict{Int64, Int64}()  @ Base /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [17] 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:4469  [18] 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  [19] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [20] 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  [21] top-level scope  @ stdin:5  [22] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [23] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [24] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [25] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [26] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Figures/wOpkh/src/Figures.jl:1 in expression starting at stdin:5 ✗ Figures 10 dependencies successfully precompiled in 177 seconds. 16 already precompiled. Precompilation completed after 210.85s ################################################################################ # Testing # Testing Figures Status `/tmp/jl_LwGlz5/Project.toml` [fb03b324] Figures v0.1.1 ⌅ [682c06a0] JSON v0.21.4 [7c165e09] Pages v0.3.1 [8dfed614] Test v1.11.0 Status `/tmp/jl_LwGlz5/Manifest.toml` [fb03b324] Figures v0.1.1 ⌅ [cd3eb016] HTTP v0.8.19 [83e8ac13] IniFile v0.5.1 [692b3bcd] JLLWrappers v1.8.0 ⌅ [682c06a0] JSON v0.21.4 [739be429] MbedTLS v1.1.10 [7c165e09] Pages v0.3.1 [69de0a69] Parsers v2.8.4 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [c8ffd9c3] MbedTLS_jll v2.28.1010+0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [8f399da3] Libdl v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [ca575930] NetworkOptions v1.3.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [14a3606d] MozillaCACerts_jll v2026.5.14 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... ┌ Info: JuliaLowering threw given input: │ code = │ :(function figure(io::IO, id, style = Style()) │ #= /home/pkgeval/.julia/packages/Figures/wOpkh/src/Figures.jl:17 =# │ #= /home/pkgeval/.julia/packages/Figures/wOpkh/src/Figures.jl:18 =# │ id = string(id) │ #= /home/pkgeval/.julia/packages/Figures/wOpkh/src/Figures.jl:19 =# │ if tryparse(Int, id) !== nothing │ #= /home/pkgeval/.julia/packages/Figures/wOpkh/src/Figures.jl:20 =# │ id = "figure" * id │ end │ #= /home/pkgeval/.julia/packages/Figures/wOpkh/src/Figures.jl:22 =# │ global current[] = id │ #= /home/pkgeval/.julia/packages/Figures/wOpkh/src/Figures.jl:24 =# │ style = merge(Dict{String, String}("position" => "absolute", "border" => "thin solid lightgrey", "left" => "50px", "top" => "50px", "width" => "700px", "height" => "450px", "box-shadow" => "3px 3px 5px lightgrey", "background" => "white"), style) │ #= /home/pkgeval/.julia/packages/Figures/wOpkh/src/Figures.jl:34 =# │ print(io, "Figures.Figure('$(id)',$(json(style)));") │ #= /home/pkgeval/.julia/packages/Figures/wOpkh/src/Figures.jl:35 =# │ return io │ 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] │ │ figure :: Identifier │ │ [::] │ │ io :: Identifier │ │ IO :: Identifier │ │ id :: Identifier │ │ [kw] │ │ style :: Identifier │ │ [call] │ │ Style :: Identifier │ │ [block] │ │ [=] │ │ id :: Identifier │ │ [call] │ │ string :: Identifier │ │ id :: Identifier │ │ [if] │ │ [call] │ │ !== :: Identifier │ │ [call] │ │ tryparse :: Identifier │ │ Int :: Identifier │ │ id :: Identifier │ │ nothing :: Identifier │ │ [block] │ │ [=] │ │ id :: Identifier │ │ [call] │ │ * :: Identifier │ │ "figure" :: Value │ │ id :: Identifier │ │ [global] │ │ [=] │ │ [ref] │ │ current :: Identifier │ │ id :: Identifier │ │ [=] │ │ style :: Identifier │ │ [call] │ │ merge :: Identifier │ │ [call] │ │ [curly] │ │ Dict :: Identifier │ │ String :: Identifier │ │ String :: Identifier │ │ [call] │ │ => :: Identifier │ │ "position" :: Value │ │ "absolute" :: Value │ │ [call] │ │ => :: Identifier │ │ "border" :: Value │ │ "thin solid lightgrey" :: Value │ │ [call] │ │ => :: Identifier │ │ "left" :: Value │ │ "50px" :: Value │ │ [call] │ │ => :: Identifier │ │ "top" :: Value │ │ "50px" :: Value │ │ [call] │ │ => :: Identifier │ │ "width" :: Value │ │ "700px" :: Value │ │ [call] │ │ => :: Identifier │ │ "height" :: Value │ │ "450px" :: Value │ │ [call] │ │ => :: Identifier │ │ "box-shadow" :: Value │ │ "3px 3px 5px lightgrey" :: Value │ │ [call] │ │ => :: Identifier │ │ "background" :: Value │ │ "white" :: Value │ │ style :: Identifier │ │ [call] │ │ print :: Identifier │ │ io :: Identifier │ │ [string] │ │ "Figures.Figure('" :: Value │ │ id :: Identifier │ │ "'," :: Value │ │ [call] │ │ json :: Identifier │ │ style :: Identifier │ │ ");" :: Value │ │ [return] │ │ io :: 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] │ │ figure :: Identifier │ scope_layer=1 │ [::] │ │ io :: Identifier │ scope_layer=1 │ IO :: Identifier │ scope_layer=1 │ id :: Identifier │ scope_layer=1 │ [kw] │ │ style :: Identifier │ scope_layer=1 │ [call] │ │ Style :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ id :: Identifier │ scope_layer=1 │ [call] │ │ string :: Identifier │ scope_layer=1 │ id :: Identifier │ scope_layer=1 │ [if] │ │ [call] │ │ !== :: Identifier │ scope_layer=1 │ [call] │ │ tryparse :: Identifier │ scope_layer=1 │ Int :: Identifier │ scope_layer=1 │ id :: Identifier │ scope_layer=1 │ nothing :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ id :: Identifier │ scope_layer=1 │ [call] │ │ * :: Identifier │ scope_layer=1 │ "figure" :: Value │ │ id :: Identifier │ scope_layer=1 │ [global] │ │ [=] │ │ [ref] │ │ current :: Identifier │ scope_layer=1 │ id :: Identifier │ scope_layer=1 │ [=] │ │ style :: Identifier │ scope_layer=1 │ [call] │ │ merge :: Identifier │ scope_layer=1 │ [call] │ │ [curly] │ │ Dict :: Identifier │ scope_layer=1 │ String :: Identifier │ scope_layer=1 │ String :: Identifier │ scope_layer=1 │ [call] │ │ => :: Identifier │ scope_layer=1 │ "position" :: Value │ │ "absolute" :: Value │ │ [call] │ │ => :: Identifier │ scope_layer=1 │ "border" :: Value │ │ "thin solid lightgrey" :: Value │ │ [call] │ │ => :: Identifier │ scope_layer=1 │ "left" :: Value │ │ "50px" :: Value │ │ [call] │ │ => :: Identifier │ scope_layer=1 │ "top" :: Value │ │ "50px" :: Value │ │ [call] │ │ => :: Identifier │ scope_layer=1 │ "width" :: Value │ │ "700px" :: Value │ │ [call] │ │ => :: Identifier │ scope_layer=1 │ "height" :: Value │ │ "450px" :: Value │ │ [call] │ │ => :: Identifier │ scope_layer=1 │ "box-shadow" :: Value │ │ "3px 3px 5px lightgrey" :: Value │ │ [call] │ │ => :: Identifier │ scope_layer=1 │ "background" :: Value │ │ "white" :: Value │ │ style :: Identifier │ scope_layer=1 │ [call] │ │ print :: Identifier │ scope_layer=1 │ io :: Identifier │ scope_layer=1 │ [string] │ │ "Figures.Figure('" :: Value │ │ id :: Identifier │ scope_layer=1 │ "'," :: Value │ │ [call] │ │ json :: Identifier │ scope_layer=1 │ style :: Identifier │ scope_layer=1 │ ");" :: Value │ │ [return] │ │ io :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/Figures/wOpkh/src/Figures.jl" │ line = 17 └ mod = Figures ERROR: LoadError: No match found for `(ref current)` at #= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2184 =# Stacktrace:  [1] make_lhs_decls(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, stmts::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, declkind::Base.JuliaSyntax.Kind, declmeta::Nothing, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, type_decls::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2184  [2] expand_decls(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:2212  [3] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4297  [4] expand_forms_2  @ /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [5] #expand_forms_2##2  @ /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4440 [inlined]  [6] 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  [7] 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:4440  [8] 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:4152  [9] _push_nodeid!(graph::Base.JuliaSyntax.SyntaxGraph{Dict{Symbol, Dict{Int64, Any}}}, ids::Vector{Int64}, val::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/ast.jl:288 [inlined]  [10] 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:2419  [11] optional_positional_defs(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:2567  [12] 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:2411  [13] (::Colon)(start::Int64, stop::Int64)  @ Base /source/usr/share/julia/JuliaLowering/src/ast.jl:355 [inlined]  [14] 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:2873  [15] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4268  [16] Dict{Int64, Int64}()  @ Base /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [17] 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:4469  [18] 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  [19] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [20] 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  [21] top-level scope  @ stdin:5  [22] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [23] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [24] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [25] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [26] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Figures/wOpkh/src/Figures.jl:1 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ Figures │ [Output was shown above] └ ERROR: LoadError: The following 1 package failed to precompile: Figures Failed to precompile Figures [fb03b324-f2a4-578c-aba7-71fab90f4c9b] to "/home/pkgeval/.julia/compiled/v1.14/Figures/jl_M0Q9J3" (ProcessExited(1)). in expression starting at /home/pkgeval/.julia/packages/Figures/wOpkh/test/runtests.jl:1 Testing failed after 56.28s ERROR: LoadError: Package Figures errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3247 [3] Cmd(cmd::Cmd) @ Base /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3110 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:587 [5] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [7] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [8] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [10] include(mod::Module, _path::String) @ Base ./Base.jl:326 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:355 [12] _start() @ Base ./client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 314.21s: package fails to precompile