Package evaluation to test HTMLBuilder on Julia 1.14.0-DEV.2226 (797a5ef2b0*) started at 2026-05-23T15:22:42.466
################################################################################
# Set-up
#
Installing PkgEval dependencies (TestEnv)...
Activating project at `~/.julia/environments/v1.14`
Set-up completed after 16.28s
################################################################################
# Installation
#
Installing HTMLBuilder...
Resolving package versions...
Installed HTMLBuilder ─ v0.3.1
Updating `~/.julia/environments/v1.14/Project.toml`
[0cf4c2ae] + HTMLBuilder v0.3.1
Updating `~/.julia/environments/v1.14/Manifest.toml`
[0cf4c2ae] + HTMLBuilder v0.3.1
Installation completed after 1.47s
################################################################################
# Precompilation
#
Precompiling PkgEval dependencies...
Precompiling project...
5.1 s ✓ TestEnv
1 dependency successfully precompiled in 5 seconds. 27 already precompiled.
Precompiling package dependencies...
Precompiling project...
0.9 s ✓ Glob
[0K┌ Info: JuliaLowering threw given input:
[0K│ code =
[0K│ :(function HTMLElement(class::A, attributes::B, children::C, config::D = (;)) where {A <: Val, B <: NamedTuple, C <: Vector{<:Content}, D <: NamedTuple}
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:8 =#
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:14 =#
[0K│ default_attributes = get_default_attributes(class)
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:15 =#
[0K│ computed_attributes = merge(default_attributes, attributes)
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:17 =#
[0K│ default_config = merge(get_default_config(class), if children == [""]
[0K│ (; indent = false)
[0K│ else
[0K│ NamedTuple()
[0K│ end)
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:21 =#
[0K│ computed_config = merge(default_config, config)
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:23 =#
[0K│ default_children = get_default_children(class, computed_config)
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:24 =#
[0K│ computed_children = Content[default_children..., children...]
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:26 =#
[0K│ filtered_children = filter((s->begin
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:26 =#
[0K│ s != ""
[0K│ end), computed_children)
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:27 =#
[0K│ computed_children = if length(filtered_children) == 0
[0K│ Content[""]
[0K│ else
[0K│ filtered_children
[0K│ end
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:30 =#
[0K│ if any(map((s->begin
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:30 =#
[0K│ s isa collectionType
[0K│ end), computed_children))
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:31 =#
[0K│ expanded_children = map((s->begin
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:32 =#
[0K│ if s isa collectionType
[0K│ s.children
[0K│ else
[0K│ [s]
[0K│ end
[0K│ end), computed_children)
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:33 =#
[0K│ computed_children = collect(Iterators.flatten(expanded_children))
[0K│ end
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:36 =#
[0K│ if class isa Val{:collection} && length(computed_children) == 1
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:37 =#
[0K│ return computed_children[1]
[0K│ end
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:40 =#
[0K│ return HTMLElement{A, typeof(computed_attributes), typeof(computed_children), typeof(computed_config)}(class, computed_attributes, computed_children, computed_config)
[0K│ end)
[0K│ st0 =
[0K│ 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__
[0K│ [function] │
[0K│ [where] │
[0K│ [call] │
[0K│ HTMLElement :: Identifier │
[0K│ [::] │
[0K│ class :: Identifier │
[0K│ A :: Identifier │
[0K│ [::] │
[0K│ attributes :: Identifier │
[0K│ B :: Identifier │
[0K│ [::] │
[0K│ children :: Identifier │
[0K│ C :: Identifier │
[0K│ [kw] │
[0K│ [::] │
[0K│ config :: Identifier │
[0K│ D :: Identifier │
[0K│ [tuple] │
[0K│ [parameters] │
[0K│ [<:] │
[0K│ A :: Identifier │
[0K│ Val :: Identifier │
[0K│ [<:] │
[0K│ B :: Identifier │
[0K│ NamedTuple :: Identifier │
[0K│ [<:] │
[0K│ C :: Identifier │
[0K│ [curly] │
[0K│ Vector :: Identifier │
[0K│ [<:] │
[0K│ Content :: Identifier │
[0K│ [<:] │
[0K│ D :: Identifier │
[0K│ NamedTuple :: Identifier │
[0K│ [block] │
[0K│ [=] │
[0K│ default_attributes :: Identifier │
[0K│ [call] │
[0K│ get_default_attributes :: Identifier │
[0K│ class :: Identifier │
[0K│ [=] │
[0K│ computed_attributes :: Identifier │
[0K│ [call] │
[0K│ merge :: Identifier │
[0K│ default_attributes :: Identifier │
[0K│ attributes :: Identifier │
[0K│ [=] │
[0K│ default_config :: Identifier │
[0K│ [call] │
[0K│ merge :: Identifier │
[0K│ [call] │
[0K│ get_default_config :: Identifier │
[0K│ class :: Identifier │
[0K│ [if] │
[0K│ [call] │
[0K│ == :: Identifier │
[0K│ children :: Identifier │
[0K│ [vect] │
[0K│ "" :: Value │
[0K│ [tuple] │
[0K│ [parameters] │
[0K│ [kw] │
[0K│ indent :: Identifier │
[0K│ false :: Value │
[0K│ [call] │
[0K│ NamedTuple :: Identifier │
[0K│ [=] │
[0K│ computed_config :: Identifier │
[0K│ [call] │
[0K│ merge :: Identifier │
[0K│ default_config :: Identifier │
[0K│ config :: Identifier │
[0K│ [=] │
[0K│ default_children :: Identifier │
[0K│ [call] │
[0K│ get_default_children :: Identifier │
[0K│ class :: Identifier │
[0K│ computed_config :: Identifier │
[0K│ [=] │
[0K│ computed_children :: Identifier │
[0K│ [ref] │
[0K│ Content :: Identifier │
[0K│ [...] │
[0K│ default_children :: Identifier │
[0K│ [...] │
[0K│ children :: Identifier │
[0K│ [=] │
[0K│ filtered_children :: Identifier │
[0K│ [call] │
[0K│ filter :: Identifier │
[0K│ [->] │
[0K│ s :: Identifier │
[0K│ [block] │
[0K│ [call] │
[0K│ != :: Identifier │
[0K│ s :: Identifier │
[0K│ "" :: Value │
[0K│ computed_children :: Identifier │
[0K│ [=] │
[0K│ computed_children :: Identifier │
[0K│ [if] │
[0K│ [call] │
[0K│ == :: Identifier │
[0K│ [call] │
[0K│ length :: Identifier │
[0K│ filtered_children :: Identifier │
[0K│ 0 :: Value │
[0K│ [ref] │
[0K│ Content :: Identifier │
[0K│ "" :: Value │
[0K│ filtered_children :: Identifier │
[0K│ [if] │
[0K│ [call] │
[0K│ any :: Identifier │
[0K│ [call] │
[0K│ map :: Identifier │
[0K│ [->] │
[0K│ s :: Identifier │
[0K│ [block] │
[0K│ [call] │
[0K│ isa :: Identifier │
[0K│ s :: Identifier │
[0K│ collectionType :: Identifier │
[0K│ computed_children :: Identifier │
[0K│ [block] │
[0K│ [=] │
[0K│ expanded_children :: Identifier │
[0K│ [call] │
[0K│ map :: Identifier │
[0K│ [->] │
[0K│ s :: Identifier │
[0K│ [block] │
[0K│ [if] │
[0K│ [call] │
[0K│ isa :: Identifier │
[0K│ s :: Identifier │
[0K│ collectionType :: Identifier │
[0K│ [.] │
[0K│ s :: Identifier │
[0K│ [inert] │
[0K│ children :: Identifier │
[0K│ [vect] │
[0K│ s :: Identifier │
[0K│ computed_children :: Identifier │
[0K│ [=] │
[0K│ computed_children :: Identifier │
[0K│ [call] │
[0K│ collect :: Identifier │
[0K│ [call] │
[0K│ [.] │
[0K│ Iterators :: Identifier │
[0K│ [inert] │
[0K│ flatten :: Identifier │
[0K│ expanded_children :: Identifier │
[0K│ [if] │
[0K│ [&&] │
[0K│ [call] │
[0K│ isa :: Identifier │
[0K│ class :: Identifier │
[0K│ [curly] │
[0K│ Val :: Identifier │
[0K│ [inert] │
[0K│ collection :: Identifier │
[0K│ [call] │
[0K│ == :: Identifier │
[0K│ [call] │
[0K│ length :: Identifier │
[0K│ computed_children :: Identifier │
[0K│ 1 :: Value │
[0K│ [block] │
[0K│ [return] │
[0K│ [ref] │
[0K│ computed_children :: Identifier │
[0K│ 1 :: Value │
[0K│ [return] │
[0K│ [call] │
[0K│ [curly] │
[0K│ HTMLElement :: Identifier │
[0K│ A :: Identifier │
[0K│ [call] │
[0K│ typeof :: Identifier │
[0K│ computed_attributes :: Identifier │
[0K│ [call] │
[0K│ typeof :: Identifier │
[0K│ computed_children :: Identifier │
[0K│ [call] │
[0K│ typeof :: Identifier │
[0K│ computed_config :: Identifier │
[0K│ class :: Identifier │
[0K│ computed_attributes :: Identifier │
[0K│ computed_children :: Identifier │
[0K│ computed_config :: Identifier │
[0K│
[0K│ st1 =
[0K│ 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
[0K│ [function] │
[0K│ [where] │
[0K│ [call] │
[0K│ HTMLElement :: Identifier │ scope_layer=1
[0K│ [::] │
[0K│ class :: Identifier │ scope_layer=1
[0K│ A :: Identifier │ scope_layer=1
[0K│ [::] │
[0K│ attributes :: Identifier │ scope_layer=1
[0K│ B :: Identifier │ scope_layer=1
[0K│ [::] │
[0K│ children :: Identifier │ scope_layer=1
[0K│ C :: Identifier │ scope_layer=1
[0K│ [kw] │
[0K│ [::] │
[0K│ config :: Identifier │ scope_layer=1
[0K│ D :: Identifier │ scope_layer=1
[0K│ [tuple] │
[0K│ [parameters] │
[0K│ [<:] │ scope_layer=1
[0K│ A :: Identifier │ scope_layer=1
[0K│ Val :: Identifier │ scope_layer=1
[0K│ [<:] │ scope_layer=1
[0K│ B :: Identifier │ scope_layer=1
[0K│ NamedTuple :: Identifier │ scope_layer=1
[0K│ [<:] │ scope_layer=1
[0K│ C :: Identifier │ scope_layer=1
[0K│ [curly] │
[0K│ Vector :: Identifier │ scope_layer=1
[0K│ [<:] │ scope_layer=1
[0K│ Content :: Identifier │ scope_layer=1
[0K│ [<:] │ scope_layer=1
[0K│ D :: Identifier │ scope_layer=1
[0K│ NamedTuple :: Identifier │ scope_layer=1
[0K│ [block] │
[0K│ [=] │
[0K│ default_attributes :: Identifier │ scope_layer=1
[0K│ [call] │
[0K│ get_default_attributes :: Identifier │ scope_layer=1
[0K│ class :: Identifier │ scope_layer=1
[0K│ [=] │
[0K│ computed_attributes :: Identifier │ scope_layer=1
[0K│ [call] │
[0K│ merge :: Identifier │ scope_layer=1
[0K│ default_attributes :: Identifier │ scope_layer=1
[0K│ attributes :: Identifier │ scope_layer=1
[0K│ [=] │
[0K│ default_config :: Identifier │ scope_layer=1
[0K│ [call] │
[0K│ merge :: Identifier │ scope_layer=1
[0K│ [call] │
[0K│ get_default_config :: Identifier │ scope_layer=1
[0K│ class :: Identifier │ scope_layer=1
[0K│ [if] │
[0K│ [call] │
[0K│ == :: Identifier │ scope_layer=1
[0K│ children :: Identifier │ scope_layer=1
[0K│ [vect] │
[0K│ "" :: Value │
[0K│ [tuple] │
[0K│ [parameters] │
[0K│ [kw] │
[0K│ indent :: Identifier │ scope_layer=1
[0K│ false :: Value │
[0K│ [call] │
[0K│ NamedTuple :: Identifier │ scope_layer=1
[0K│ [=] │
[0K│ computed_config :: Identifier │ scope_layer=1
[0K│ [call] │
[0K│ merge :: Identifier │ scope_layer=1
[0K│ default_config :: Identifier │ scope_layer=1
[0K│ config :: Identifier │ scope_layer=1
[0K│ [=] │
[0K│ default_children :: Identifier │ scope_layer=1
[0K│ [call] │
[0K│ get_default_children :: Identifier │ scope_layer=1
[0K│ class :: Identifier │ scope_layer=1
[0K│ computed_config :: Identifier │ scope_layer=1
[0K│ [=] │
[0K│ computed_children :: Identifier │ scope_layer=1
[0K│ [ref] │
[0K│ Content :: Identifier │ scope_layer=1
[0K│ [...] │
[0K│ default_children :: Identifier │ scope_layer=1
[0K│ [...] │
[0K│ children :: Identifier │ scope_layer=1
[0K│ [=] │
[0K│ filtered_children :: Identifier │ scope_layer=1
[0K│ [call] │
[0K│ filter :: Identifier │ scope_layer=1
[0K│ [->] │
[0K│ s :: Identifier │ scope_layer=1
[0K│ [block] │
[0K│ [call] │
[0K│ != :: Identifier │ scope_layer=1
[0K│ s :: Identifier │ scope_layer=1
[0K│ "" :: Value │
[0K│ computed_children :: Identifier │ scope_layer=1
[0K│ [=] │
[0K│ computed_children :: Identifier │ scope_layer=1
[0K│ [if] │
[0K│ [call] │
[0K│ == :: Identifier │ scope_layer=1
[0K│ [call] │
[0K│ length :: Identifier │ scope_layer=1
[0K│ filtered_children :: Identifier │ scope_layer=1
[0K│ 0 :: Value │
[0K│ [ref] │
[0K│ Content :: Identifier │ scope_layer=1
[0K│ "" :: Value │
[0K│ filtered_children :: Identifier │ scope_layer=1
[0K│ [if] │
[0K│ [call] │
[0K│ any :: Identifier │ scope_layer=1
[0K│ [call] │
[0K│ map :: Identifier │ scope_layer=1
[0K│ [->] │
[0K│ s :: Identifier │ scope_layer=1
[0K│ [block] │
[0K│ [call] │
[0K│ isa :: Identifier │ scope_layer=1
[0K│ s :: Identifier │ scope_layer=1
[0K│ collectionType :: Identifier │ scope_layer=1
[0K│ computed_children :: Identifier │ scope_layer=1
[0K│ [block] │
[0K│ [=] │
[0K│ expanded_children :: Identifier │ scope_layer=1
[0K│ [call] │
[0K│ map :: Identifier │ scope_layer=1
[0K│ [->] │
[0K│ s :: Identifier │ scope_layer=1
[0K│ [block] │
[0K│ [if] │
[0K│ [call] │
[0K│ isa :: Identifier │ scope_layer=1
[0K│ s :: Identifier │ scope_layer=1
[0K│ collectionType :: Identifier │ scope_layer=1
[0K│ [.] │
[0K│ s :: Identifier │ scope_layer=1
[0K│ [inert] │
[0K│ children :: Identifier │
[0K│ [vect] │
[0K│ s :: Identifier │ scope_layer=1
[0K│ computed_children :: Identifier │ scope_layer=1
[0K│ [=] │
[0K│ computed_children :: Identifier │ scope_layer=1
[0K│ [call] │
[0K│ collect :: Identifier │ scope_layer=1
[0K│ [call] │
[0K│ [.] │
[0K│ Iterators :: Identifier │ scope_layer=1
[0K│ [inert] │
[0K│ flatten :: Identifier │
[0K│ expanded_children :: Identifier │ scope_layer=1
[0K│ [if] │
[0K│ [&&] │
[0K│ [call] │
[0K│ isa :: Identifier │ scope_layer=1
[0K│ class :: Identifier │ scope_layer=1
[0K│ [curly] │
[0K│ Val :: Identifier │ scope_layer=1
[0K│ [inert] │
[0K│ collection :: Identifier │
[0K│ [call] │
[0K│ == :: Identifier │ scope_layer=1
[0K│ [call] │
[0K│ length :: Identifier │ scope_layer=1
[0K│ computed_children :: Identifier │ scope_layer=1
[0K│ 1 :: Value │
[0K│ [block] │
[0K│ [return] │
[0K│ [ref] │
[0K│ computed_children :: Identifier │ scope_layer=1
[0K│ 1 :: Value │
[0K│ [return] │
[0K│ [call] │
[0K│ [curly] │
[0K│ HTMLElement :: Identifier │ scope_layer=1
[0K│ A :: Identifier │ scope_layer=1
[0K│ [call] │
[0K│ typeof :: Identifier │ scope_layer=1
[0K│ computed_attributes :: Identifier │ scope_layer=1
[0K│ [call] │
[0K│ typeof :: Identifier │ scope_layer=1
[0K│ computed_children :: Identifier │ scope_layer=1
[0K│ [call] │
[0K│ typeof :: Identifier │ scope_layer=1
[0K│ computed_config :: Identifier │ scope_layer=1
[0K│ class :: Identifier │ scope_layer=1
[0K│ computed_attributes :: Identifier │ scope_layer=1
[0K│ computed_children :: Identifier │ scope_layer=1
[0K│ computed_config :: Identifier │ scope_layer=1
[0K│
[0K│ file = "/home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl"
[0K│ line = 8
[0K└ mod = HTMLBuilder
[0KERROR: LoadError: internal lowering bug:
[0K#= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:8 =# - `jl_assert(!(haskey(ssa_rewrites, lhs_id)), _)`: multiple assignments to ssavalue
[0KExpression:
[0K (= #₁ (call core.TypeVar :#T1 #₁₂₄/Content))
[0KContaining expressions:
[0K (= #₁ (call core.TypeVar :#T1 #₁₂₄/Content))
[0K
[0KDetailed provenance:
[0K (= #₁ (call core.TypeVar :#T1 #₁₂₄/Content)) @#= /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:366 =#
[0K └─ (= #₁ (call core.TypeVar :#T1 #₁₆/Content)) @#= /source/usr/share/julia/JuliaLowering/src/closure_conversion.jl:197 =#
[0K └─ (= #₁ (call core.TypeVar :#T1 #₁₆/Content)) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:231 =#
[0K └─ (= #₁ (call core.TypeVar :#T1 Content)) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:231 =#
[0K └─ (= #₁ (call core.TypeVar :#T1 Content))
[0K └─ (call core.TypeVar :#T1 Content) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3025 =#
[0K └─ (<: Content)
[0K └─ (<: Content)
[0K └─ (<: Content)
[0K └─ (<: Content)
[0K └─ @ /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:8
[0K
[0KStacktrace:
[0K [1] iterate(A::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}})
[0K @ Base /source/usr/share/julia/JuliaLowering/src/ast.jl:23 [inlined]
[0K [2] renumber_body(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, input_code::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, slot_rewrites::Dict{Int64, Int64})
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1106
[0K [3] compile_lambda(outer_ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1223
[0K [4] linearize_ir(ctx::Base.JuliaLowering.ClosureConversionCtx{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1253
[0K [5] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool)
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:33
[0K [6] include(mapexpr::Function, mod::Module, _path::String)
[0K @ Base ./Base.jl:327
[0K [7] top-level scope
[0K @ ~/.julia/packages/HTMLBuilder/i7laj/src/HTMLBuilder.jl:12
[0K [8] include(mod::Module, _path::String)
[0K @ Base ./Base.jl:326
[0K [9] 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)
[0K @ Base ./loading.jl:3271
[0K [10] top-level scope
[0K @ stdin:5
[0K [11] eval(m::Module, e::Any)
[0K @ Core ./boot.jl:517
[0K [12] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)
[0K @ Base ./loading.jl:3113
[0K [13] push!(a::Vector{SubString{String}}, item::String)
[0K @ Base ./loading.jl:3123 [inlined]
[0K [14] exec_options(opts::Base.JLOptions)
[0K @ Base ./client.jl:353
[0K [15] _start()
[0K @ Base ./client.jl:596
[0Kin expression starting at /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:8
[0Kin expression starting at /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLBuilder.jl:1
[0Kin expression starting at stdin:5
✗ HTMLBuilder
101.5 s ✓ JuliaSyntax
0.5 s ✓ SafeTestsets
2.3 s ✓ Preferences
1.4 s ✓ Compat
2.5 s ✓ PrecompileTools
0.6 s ✓ Compat → CompatLinearAlgebraExt
95.7 s ✓ CommonMark
44.1 s ✓ Aqua
22.3 s ✓ CommonMark → CommonMarkMarkdownExt
141.4 s ✓ JuliaFormatter
11 dependencies successfully precompiled in 417 seconds. 30 already precompiled.
Precompilation completed after 451.4s
################################################################################
# Testing
#
Testing HTMLBuilder
Status `/tmp/jl_0AJKdH/Project.toml`
[4c88cf16] Aqua v0.8.14
[0cf4c2ae] HTMLBuilder v0.3.1
[98e50ef6] JuliaFormatter v2.3.0
[1bc83da4] SafeTestsets v0.1.0
[8dfed614] Test v1.11.0
Status `/tmp/jl_0AJKdH/Manifest.toml`
[4c88cf16] Aqua v0.8.14
⌅ [a80b9123] CommonMark v0.10.3
[34da2185] Compat v4.18.1
[c27321d9] Glob v1.5.0
[0cf4c2ae] HTMLBuilder v0.3.1
[98e50ef6] JuliaFormatter v2.3.0
⌅ [70703baa] JuliaSyntax v0.4.10
[aea7be01] PrecompileTools v1.3.4
[21216c6a] Preferences v1.5.2
[1bc83da4] SafeTestsets v0.1.0
[0dad84c5] ArgTools v1.1.2
[56f22d72] Artifacts v1.11.0
[2a0f44e3] Base64 v1.11.0
[ade2ca70] Dates v1.11.0
[f43a241f] Downloads v1.7.0
[7b1f6079] FileWatching v1.11.0
[b77e0a4c] InteractiveUtils v1.11.0
[ac6e5ff7] JuliaSyntaxHighlighting v1.13.0
[b27032c2] LibCURL v1.0.0
[76f85450] LibGit2 v1.11.0
[8f399da3] Libdl v1.11.0
[56ddb016] Logging v1.11.0
[d6f4376e] Markdown v1.11.0
[ca575930] NetworkOptions v1.3.0
[44cfe95a] Pkg v1.14.0
[de0858da] Printf v1.11.0
[9a3f8284] Random v1.11.0
[ea8e919c] SHA v1.13.0
[9e88b42a] Serialization v1.11.0
[f489334b] StyledStrings v1.13.0
[fa267f1f] TOML v1.0.3
[a4e569a6] Tar v1.10.0
[8dfed614] Test v1.11.0
[cf7118a7] UUIDs v1.11.0
[4ec0a83e] Unicode v1.11.0
[e66e0078] CompilerSupportLibraries_jll v1.5.1+0
[deac9b47] LibCURL_jll v8.20.0+1
[e37daf67] LibGit2_jll v1.9.3+0
[29816b5a] LibSSH2_jll v1.11.101+0
[14a3606d] MozillaCACerts_jll v2026.5.14
[458c3c95] OpenSSL_jll v3.5.6+0
[efcefdf7] PCRE2_jll v10.47.0+0
[83775a58] Zlib_jll v1.3.2+0
[3161d3a3] Zstd_jll v1.5.7+1
[8e850ede] nghttp2_jll v1.69.0+0
[3f19e933] p7zip_jll v17.8.0+0
Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading.
Testing Running tests...
[0K┌ Info: JuliaLowering threw given input:
[0K│ code =
[0K│ :(function HTMLElement(class::A, attributes::B, children::C, config::D = (;)) where {A <: Val, B <: NamedTuple, C <: Vector{<:Content}, D <: NamedTuple}
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:8 =#
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:14 =#
[0K│ default_attributes = get_default_attributes(class)
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:15 =#
[0K│ computed_attributes = merge(default_attributes, attributes)
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:17 =#
[0K│ default_config = merge(get_default_config(class), if children == [""]
[0K│ (; indent = false)
[0K│ else
[0K│ NamedTuple()
[0K│ end)
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:21 =#
[0K│ computed_config = merge(default_config, config)
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:23 =#
[0K│ default_children = get_default_children(class, computed_config)
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:24 =#
[0K│ computed_children = Content[default_children..., children...]
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:26 =#
[0K│ filtered_children = filter((s->begin
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:26 =#
[0K│ s != ""
[0K│ end), computed_children)
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:27 =#
[0K│ computed_children = if length(filtered_children) == 0
[0K│ Content[""]
[0K│ else
[0K│ filtered_children
[0K│ end
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:30 =#
[0K│ if any(map((s->begin
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:30 =#
[0K│ s isa collectionType
[0K│ end), computed_children))
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:31 =#
[0K│ expanded_children = map((s->begin
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:32 =#
[0K│ if s isa collectionType
[0K│ s.children
[0K│ else
[0K│ [s]
[0K│ end
[0K│ end), computed_children)
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:33 =#
[0K│ computed_children = collect(Iterators.flatten(expanded_children))
[0K│ end
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:36 =#
[0K│ if class isa Val{:collection} && length(computed_children) == 1
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:37 =#
[0K│ return computed_children[1]
[0K│ end
[0K│ #= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:40 =#
[0K│ return HTMLElement{A, typeof(computed_attributes), typeof(computed_children), typeof(computed_config)}(class, computed_attributes, computed_children, computed_config)
[0K│ end)
[0K│ st0 =
[0K│ 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__
[0K│ [function] │
[0K│ [where] │
[0K│ [call] │
[0K│ HTMLElement :: Identifier │
[0K│ [::] │
[0K│ class :: Identifier │
[0K│ A :: Identifier │
[0K│ [::] │
[0K│ attributes :: Identifier │
[0K│ B :: Identifier │
[0K│ [::] │
[0K│ children :: Identifier │
[0K│ C :: Identifier │
[0K│ [kw] │
[0K│ [::] │
[0K│ config :: Identifier │
[0K│ D :: Identifier │
[0K│ [tuple] │
[0K│ [parameters] │
[0K│ [<:] │
[0K│ A :: Identifier │
[0K│ Val :: Identifier │
[0K│ [<:] │
[0K│ B :: Identifier │
[0K│ NamedTuple :: Identifier │
[0K│ [<:] │
[0K│ C :: Identifier │
[0K│ [curly] │
[0K│ Vector :: Identifier │
[0K│ [<:] │
[0K│ Content :: Identifier │
[0K│ [<:] │
[0K│ D :: Identifier │
[0K│ NamedTuple :: Identifier │
[0K│ [block] │
[0K│ [=] │
[0K│ default_attributes :: Identifier │
[0K│ [call] │
[0K│ get_default_attributes :: Identifier │
[0K│ class :: Identifier │
[0K│ [=] │
[0K│ computed_attributes :: Identifier │
[0K│ [call] │
[0K│ merge :: Identifier │
[0K│ default_attributes :: Identifier │
[0K│ attributes :: Identifier │
[0K│ [=] │
[0K│ default_config :: Identifier │
[0K│ [call] │
[0K│ merge :: Identifier │
[0K│ [call] │
[0K│ get_default_config :: Identifier │
[0K│ class :: Identifier │
[0K│ [if] │
[0K│ [call] │
[0K│ == :: Identifier │
[0K│ children :: Identifier │
[0K│ [vect] │
[0K│ "" :: Value │
[0K│ [tuple] │
[0K│ [parameters] │
[0K│ [kw] │
[0K│ indent :: Identifier │
[0K│ false :: Value │
[0K│ [call] │
[0K│ NamedTuple :: Identifier │
[0K│ [=] │
[0K│ computed_config :: Identifier │
[0K│ [call] │
[0K│ merge :: Identifier │
[0K│ default_config :: Identifier │
[0K│ config :: Identifier │
[0K│ [=] │
[0K│ default_children :: Identifier │
[0K│ [call] │
[0K│ get_default_children :: Identifier │
[0K│ class :: Identifier │
[0K│ computed_config :: Identifier │
[0K│ [=] │
[0K│ computed_children :: Identifier │
[0K│ [ref] │
[0K│ Content :: Identifier │
[0K│ [...] │
[0K│ default_children :: Identifier │
[0K│ [...] │
[0K│ children :: Identifier │
[0K│ [=] │
[0K│ filtered_children :: Identifier │
[0K│ [call] │
[0K│ filter :: Identifier │
[0K│ [->] │
[0K│ s :: Identifier │
[0K│ [block] │
[0K│ [call] │
[0K│ != :: Identifier │
[0K│ s :: Identifier │
[0K│ "" :: Value │
[0K│ computed_children :: Identifier │
[0K│ [=] │
[0K│ computed_children :: Identifier │
[0K│ [if] │
[0K│ [call] │
[0K│ == :: Identifier │
[0K│ [call] │
[0K│ length :: Identifier │
[0K│ filtered_children :: Identifier │
[0K│ 0 :: Value │
[0K│ [ref] │
[0K│ Content :: Identifier │
[0K│ "" :: Value │
[0K│ filtered_children :: Identifier │
[0K│ [if] │
[0K│ [call] │
[0K│ any :: Identifier │
[0K│ [call] │
[0K│ map :: Identifier │
[0K│ [->] │
[0K│ s :: Identifier │
[0K│ [block] │
[0K│ [call] │
[0K│ isa :: Identifier │
[0K│ s :: Identifier │
[0K│ collectionType :: Identifier │
[0K│ computed_children :: Identifier │
[0K│ [block] │
[0K│ [=] │
[0K│ expanded_children :: Identifier │
[0K│ [call] │
[0K│ map :: Identifier │
[0K│ [->] │
[0K│ s :: Identifier │
[0K│ [block] │
[0K│ [if] │
[0K│ [call] │
[0K│ isa :: Identifier │
[0K│ s :: Identifier │
[0K│ collectionType :: Identifier │
[0K│ [.] │
[0K│ s :: Identifier │
[0K│ [inert] │
[0K│ children :: Identifier │
[0K│ [vect] │
[0K│ s :: Identifier │
[0K│ computed_children :: Identifier │
[0K│ [=] │
[0K│ computed_children :: Identifier │
[0K│ [call] │
[0K│ collect :: Identifier │
[0K│ [call] │
[0K│ [.] │
[0K│ Iterators :: Identifier │
[0K│ [inert] │
[0K│ flatten :: Identifier │
[0K│ expanded_children :: Identifier │
[0K│ [if] │
[0K│ [&&] │
[0K│ [call] │
[0K│ isa :: Identifier │
[0K│ class :: Identifier │
[0K│ [curly] │
[0K│ Val :: Identifier │
[0K│ [inert] │
[0K│ collection :: Identifier │
[0K│ [call] │
[0K│ == :: Identifier │
[0K│ [call] │
[0K│ length :: Identifier │
[0K│ computed_children :: Identifier │
[0K│ 1 :: Value │
[0K│ [block] │
[0K│ [return] │
[0K│ [ref] │
[0K│ computed_children :: Identifier │
[0K│ 1 :: Value │
[0K│ [return] │
[0K│ [call] │
[0K│ [curly] │
[0K│ HTMLElement :: Identifier │
[0K│ A :: Identifier │
[0K│ [call] │
[0K│ typeof :: Identifier │
[0K│ computed_attributes :: Identifier │
[0K│ [call] │
[0K│ typeof :: Identifier │
[0K│ computed_children :: Identifier │
[0K│ [call] │
[0K│ typeof :: Identifier │
[0K│ computed_config :: Identifier │
[0K│ class :: Identifier │
[0K│ computed_attributes :: Identifier │
[0K│ computed_children :: Identifier │
[0K│ computed_config :: Identifier │
[0K│
[0K│ st1 =
[0K│ 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
[0K│ [function] │
[0K│ [where] │
[0K│ [call] │
[0K│ HTMLElement :: Identifier │ scope_layer=1
[0K│ [::] │
[0K│ class :: Identifier │ scope_layer=1
[0K│ A :: Identifier │ scope_layer=1
[0K│ [::] │
[0K│ attributes :: Identifier │ scope_layer=1
[0K│ B :: Identifier │ scope_layer=1
[0K│ [::] │
[0K│ children :: Identifier │ scope_layer=1
[0K│ C :: Identifier │ scope_layer=1
[0K│ [kw] │
[0K│ [::] │
[0K│ config :: Identifier │ scope_layer=1
[0K│ D :: Identifier │ scope_layer=1
[0K│ [tuple] │
[0K│ [parameters] │
[0K│ [<:] │ scope_layer=1
[0K│ A :: Identifier │ scope_layer=1
[0K│ Val :: Identifier │ scope_layer=1
[0K│ [<:] │ scope_layer=1
[0K│ B :: Identifier │ scope_layer=1
[0K│ NamedTuple :: Identifier │ scope_layer=1
[0K│ [<:] │ scope_layer=1
[0K│ C :: Identifier │ scope_layer=1
[0K│ [curly] │
[0K│ Vector :: Identifier │ scope_layer=1
[0K│ [<:] │ scope_layer=1
[0K│ Content :: Identifier │ scope_layer=1
[0K│ [<:] │ scope_layer=1
[0K│ D :: Identifier │ scope_layer=1
[0K│ NamedTuple :: Identifier │ scope_layer=1
[0K│ [block] │
[0K│ [=] │
[0K│ default_attributes :: Identifier │ scope_layer=1
[0K│ [call] │
[0K│ get_default_attributes :: Identifier │ scope_layer=1
[0K│ class :: Identifier │ scope_layer=1
[0K│ [=] │
[0K│ computed_attributes :: Identifier │ scope_layer=1
[0K│ [call] │
[0K│ merge :: Identifier │ scope_layer=1
[0K│ default_attributes :: Identifier │ scope_layer=1
[0K│ attributes :: Identifier │ scope_layer=1
[0K│ [=] │
[0K│ default_config :: Identifier │ scope_layer=1
[0K│ [call] │
[0K│ merge :: Identifier │ scope_layer=1
[0K│ [call] │
[0K│ get_default_config :: Identifier │ scope_layer=1
[0K│ class :: Identifier │ scope_layer=1
[0K│ [if] │
[0K│ [call] │
[0K│ == :: Identifier │ scope_layer=1
[0K│ children :: Identifier │ scope_layer=1
[0K│ [vect] │
[0K│ "" :: Value │
[0K│ [tuple] │
[0K│ [parameters] │
[0K│ [kw] │
[0K│ indent :: Identifier │ scope_layer=1
[0K│ false :: Value │
[0K│ [call] │
[0K│ NamedTuple :: Identifier │ scope_layer=1
[0K│ [=] │
[0K│ computed_config :: Identifier │ scope_layer=1
[0K│ [call] │
[0K│ merge :: Identifier │ scope_layer=1
[0K│ default_config :: Identifier │ scope_layer=1
[0K│ config :: Identifier │ scope_layer=1
[0K│ [=] │
[0K│ default_children :: Identifier │ scope_layer=1
[0K│ [call] │
[0K│ get_default_children :: Identifier │ scope_layer=1
[0K│ class :: Identifier │ scope_layer=1
[0K│ computed_config :: Identifier │ scope_layer=1
[0K│ [=] │
[0K│ computed_children :: Identifier │ scope_layer=1
[0K│ [ref] │
[0K│ Content :: Identifier │ scope_layer=1
[0K│ [...] │
[0K│ default_children :: Identifier │ scope_layer=1
[0K│ [...] │
[0K│ children :: Identifier │ scope_layer=1
[0K│ [=] │
[0K│ filtered_children :: Identifier │ scope_layer=1
[0K│ [call] │
[0K│ filter :: Identifier │ scope_layer=1
[0K│ [->] │
[0K│ s :: Identifier │ scope_layer=1
[0K│ [block] │
[0K│ [call] │
[0K│ != :: Identifier │ scope_layer=1
[0K│ s :: Identifier │ scope_layer=1
[0K│ "" :: Value │
[0K│ computed_children :: Identifier │ scope_layer=1
[0K│ [=] │
[0K│ computed_children :: Identifier │ scope_layer=1
[0K│ [if] │
[0K│ [call] │
[0K│ == :: Identifier │ scope_layer=1
[0K│ [call] │
[0K│ length :: Identifier │ scope_layer=1
[0K│ filtered_children :: Identifier │ scope_layer=1
[0K│ 0 :: Value │
[0K│ [ref] │
[0K│ Content :: Identifier │ scope_layer=1
[0K│ "" :: Value │
[0K│ filtered_children :: Identifier │ scope_layer=1
[0K│ [if] │
[0K│ [call] │
[0K│ any :: Identifier │ scope_layer=1
[0K│ [call] │
[0K│ map :: Identifier │ scope_layer=1
[0K│ [->] │
[0K│ s :: Identifier │ scope_layer=1
[0K│ [block] │
[0K│ [call] │
[0K│ isa :: Identifier │ scope_layer=1
[0K│ s :: Identifier │ scope_layer=1
[0K│ collectionType :: Identifier │ scope_layer=1
[0K│ computed_children :: Identifier │ scope_layer=1
[0K│ [block] │
[0K│ [=] │
[0K│ expanded_children :: Identifier │ scope_layer=1
[0K│ [call] │
[0K│ map :: Identifier │ scope_layer=1
[0K│ [->] │
[0K│ s :: Identifier │ scope_layer=1
[0K│ [block] │
[0K│ [if] │
[0K│ [call] │
[0K│ isa :: Identifier │ scope_layer=1
[0K│ s :: Identifier │ scope_layer=1
[0K│ collectionType :: Identifier │ scope_layer=1
[0K│ [.] │
[0K│ s :: Identifier │ scope_layer=1
[0K│ [inert] │
[0K│ children :: Identifier │
[0K│ [vect] │
[0K│ s :: Identifier │ scope_layer=1
[0K│ computed_children :: Identifier │ scope_layer=1
[0K│ [=] │
[0K│ computed_children :: Identifier │ scope_layer=1
[0K│ [call] │
[0K│ collect :: Identifier │ scope_layer=1
[0K│ [call] │
[0K│ [.] │
[0K│ Iterators :: Identifier │ scope_layer=1
[0K│ [inert] │
[0K│ flatten :: Identifier │
[0K│ expanded_children :: Identifier │ scope_layer=1
[0K│ [if] │
[0K│ [&&] │
[0K│ [call] │
[0K│ isa :: Identifier │ scope_layer=1
[0K│ class :: Identifier │ scope_layer=1
[0K│ [curly] │
[0K│ Val :: Identifier │ scope_layer=1
[0K│ [inert] │
[0K│ collection :: Identifier │
[0K│ [call] │
[0K│ == :: Identifier │ scope_layer=1
[0K│ [call] │
[0K│ length :: Identifier │ scope_layer=1
[0K│ computed_children :: Identifier │ scope_layer=1
[0K│ 1 :: Value │
[0K│ [block] │
[0K│ [return] │
[0K│ [ref] │
[0K│ computed_children :: Identifier │ scope_layer=1
[0K│ 1 :: Value │
[0K│ [return] │
[0K│ [call] │
[0K│ [curly] │
[0K│ HTMLElement :: Identifier │ scope_layer=1
[0K│ A :: Identifier │ scope_layer=1
[0K│ [call] │
[0K│ typeof :: Identifier │ scope_layer=1
[0K│ computed_attributes :: Identifier │ scope_layer=1
[0K│ [call] │
[0K│ typeof :: Identifier │ scope_layer=1
[0K│ computed_children :: Identifier │ scope_layer=1
[0K│ [call] │
[0K│ typeof :: Identifier │ scope_layer=1
[0K│ computed_config :: Identifier │ scope_layer=1
[0K│ class :: Identifier │ scope_layer=1
[0K│ computed_attributes :: Identifier │ scope_layer=1
[0K│ computed_children :: Identifier │ scope_layer=1
[0K│ computed_config :: Identifier │ scope_layer=1
[0K│
[0K│ file = "/home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl"
[0K│ line = 8
[0K└ mod = HTMLBuilder
[0KERROR: LoadError: internal lowering bug:
[0K#= /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:8 =# - `jl_assert(!(haskey(ssa_rewrites, lhs_id)), _)`: multiple assignments to ssavalue
[0KExpression:
[0K (= #₁ (call core.TypeVar :#T1 #₁₂₄/Content))
[0KContaining expressions:
[0K (= #₁ (call core.TypeVar :#T1 #₁₂₄/Content))
[0K
[0KDetailed provenance:
[0K (= #₁ (call core.TypeVar :#T1 #₁₂₄/Content)) @#= /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:366 =#
[0K └─ (= #₁ (call core.TypeVar :#T1 #₁₆/Content)) @#= /source/usr/share/julia/JuliaLowering/src/closure_conversion.jl:197 =#
[0K └─ (= #₁ (call core.TypeVar :#T1 #₁₆/Content)) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:231 =#
[0K └─ (= #₁ (call core.TypeVar :#T1 Content)) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:231 =#
[0K └─ (= #₁ (call core.TypeVar :#T1 Content))
[0K └─ (call core.TypeVar :#T1 Content) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3025 =#
[0K └─ (<: Content)
[0K └─ (<: Content)
[0K └─ (<: Content)
[0K └─ (<: Content)
[0K └─ @ /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:8
[0K
[0KStacktrace:
[0K [1] iterate(A::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}})
[0K @ Base /source/usr/share/julia/JuliaLowering/src/ast.jl:23 [inlined]
[0K [2] renumber_body(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, input_code::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, slot_rewrites::Dict{Int64, Int64})
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1106
[0K [3] compile_lambda(outer_ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1223
[0K [4] linearize_ir(ctx::Base.JuliaLowering.ClosureConversionCtx{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1253
[0K [5] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool)
[0K @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:33
[0K [6] include(mapexpr::Function, mod::Module, _path::String)
[0K @ Base ./Base.jl:327
[0K [7] top-level scope
[0K @ ~/.julia/packages/HTMLBuilder/i7laj/src/HTMLBuilder.jl:12
[0K [8] include(mod::Module, _path::String)
[0K @ Base ./Base.jl:326
[0K [9] 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)
[0K @ Base ./loading.jl:3271
[0K [10] top-level scope
[0K @ stdin:5
[0K [11] eval(m::Module, e::Any)
[0K @ Core ./boot.jl:517
[0K [12] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)
[0K @ Base ./loading.jl:3113
[0K [13] push!(a::Vector{SubString{String}}, item::String)
[0K @ Base ./loading.jl:3123 [inlined]
[0K [14] exec_options(opts::Base.JLOptions)
[0K @ Base ./client.jl:353
[0K [15] _start()
[0K @ Base ./client.jl:596
[0Kin expression starting at /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLElements/HTMLElement.jl:8
[0Kin expression starting at /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/src/HTMLBuilder.jl:1
[0Kin expression starting at stdin:5
1 dependency had output during precompilation:
┌ HTMLBuilder
│ [Output was shown above]
└
ERROR: LoadError: The following 1 package failed to precompile:
HTMLBuilder
Failed to precompile HTMLBuilder [0cf4c2ae-3c55-4387-8def-d33f99d13a02] to "/home/pkgeval/.julia/compiled/v1.14/HTMLBuilder/jl_g4ihC7" (ProcessExited(1)).
in expression starting at /home/pkgeval/.julia/packages/HTMLBuilder/i7laj/test/runtests.jl:1
Testing failed after 21.41s
ERROR: LoadError: Package HTMLBuilder 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 509.23s: package fails to precompile