Package evaluation to test PlotlyExtensionsHelper on Julia 1.14.0-DEV.2373 (cf67ecc88f*) started at 2026-06-13T02:10:17.771 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.0s ################################################################################ # Installation # Installing PlotlyExtensionsHelper... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [a7e57fc7] + PlotlyExtensionsHelper v0.2.2 Updating `~/.julia/environments/v1.14/Manifest.toml` [a7e57fc7] + PlotlyExtensionsHelper v0.2.2 Installation completed after 4.33s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 4.1 s ✓ MacroTools 0.9 s ✓ AbstractPlutoDingetjes 0.6 s ✓ Reexport 0.9 s ✓ TensorCore 33.8 s ✓ URIs 0.6 s ✓ PlotlyExtensionsHelper 128.4 s ✓ OrderedCollections 34.3 s ✓ Observables 0.8 s ✓ HashArrayMappedTries 33.4 s ✓ BitFlags 47.2 s ✓ TranscodingStreams 0.7 s ✓ SimpleBufferStream 0.5 s ✓ IteratorInterfaceExtensions 52.5 s ✓ FixedPointNumbers 1.5 s ✓ HypertextLiteral 1.2 s ✓ Requires 1.6 s ✓ ConcurrentUtilities 1.0 s ✓ DelimitedFiles 1.9 s ✓ Scratch 2.3 s ✓ LoggingExtras 1.0 s ✓ Pidfile 33.8 s ✓ ExceptionUnwrapping 40.2 s ✓ FunctionalCollections 3.0 s ✓ JLLWrappers 128.4 s ✓ TestItemRunner 40.2 s ✓ Aqua 40.0 s ✓ Lazy 1.5 s ✓ Hiccup 34.2 s ✓ Parameters 0.9 s ✓ ScopedValues 68.5 s ✓ OpenSSL 17.6 s ✓ CodecZlib 0.5 s ✓ TableTraits 37.9 s ✓ ColorTypes 25.1 s ✓ AssetRegistry 3.1 s ✓ Kaleido_jll 3.1 s ✓ MbedTLS_jll 130.5 s ✓ Tables 33.9 s ✓ ColorTypes → StyledStringsExt 68.7 s ✓ ColorVectorSpace 73.9 s ✓ Colors 25.8 s ✓ PlotlyKaleido 3.7 s ✓ MbedTLS 66.2 s ✓ Mustache 97.3 s ✓ Widgets 105.7 s ✓ ColorSchemes 122.7 s ✓ HTTP ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/PlotlyBase/4mE3E/src/convenience_api.jl:83 =# Core.@doc "$(SIGNATURES)\nConstruct a plot of `f` from `x0` to `x1`, using the layout `l`. All\nkeyword arguments are applied to the constructed trace.\n" function Plot(f::Function, x0::Number, x1::Number, l::Layout = Layout(); config::PlotConfig = PlotConfig(), kwargs...) │ #= /home/pkgeval/.julia/packages/PlotlyBase/4mE3E/src/convenience_api.jl:88 =# │ #= /home/pkgeval/.julia/packages/PlotlyBase/4mE3E/src/convenience_api.jl:93 =# │ x = range(x0, stop = x1, length = 50) │ #= /home/pkgeval/.julia/packages/PlotlyBase/4mE3E/src/convenience_api.jl:94 =# │ y = [f(_) for _ = x] │ #= /home/pkgeval/.julia/packages/PlotlyBase/4mE3E/src/convenience_api.jl:95 =# │ Plot(GenericTrace(x, y; name = Symbol(f), kwargs...), l, config = config) │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [macrocall] │ │ @doc :: Identifier │ mod │ :(#= /home/pkgeval/.julia/packages/PlotlyBase/4mE3E/src/convenience_api.jl:83 =#) :: Value │ │ [string] │ │ SIGNATURES :: Identifier │ │ "\nConstruct a plot of `f` from `x0` to `x1`, using the layout `l`. All\nkeyword arguments are applied to the constructed trace.\n" :: Value │ │ [function] │ │ [call] │ │ Plot :: Identifier │ │ [parameters] │ │ [kw] │ │ [::] │ │ config :: Identifier │ │ PlotConfig :: Identifier │ │ [call] │ │ PlotConfig :: Identifier │ │ [...] │ │ kwargs :: Identifier │ │ [::] │ │ f :: Identifier │ │ Function :: Identifier │ │ [::] │ │ x0 :: Identifier │ │ Number :: Identifier │ │ [::] │ │ x1 :: Identifier │ │ Number :: Identifier │ │ [kw] │ │ [::] │ │ l :: Identifier │ │ Layout :: Identifier │ │ [call] │ │ Layout :: Identifier │ │ [block] │ │ [=] │ │ x :: Identifier │ │ [call] │ │ range :: Identifier │ │ x0 :: Identifier │ │ [kw] │ │ stop :: Identifier │ │ x1 :: Identifier │ │ [kw] │ │ length :: Identifier │ │ 50 :: Value │ │ [=] │ │ y :: Identifier │ │ [comprehension] │ │ [generator] │ │ [call] │ │ f :: Identifier │ │ _ :: Identifier │ │ [=] │ │ _ :: Identifier │ │ x :: Identifier │ │ [call] │ │ Plot :: Identifier │ │ [call] │ │ GenericTrace :: Identifier │ │ [parameters] │ │ [kw] │ │ name :: Identifier │ │ [call] │ │ Symbol :: Identifier │ │ f :: Identifier │ │ [...] │ │ kwargs :: Identifier │ │ x :: Identifier │ │ y :: Identifier │ │ l :: Identifier │ │ [kw] │ │ config :: Identifier │ │ config :: 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 │ [block] │ │ [=] │ │ val :: Identifier │ scope_layer=3 │ [function] │ │ [call] │ │ Plot :: Identifier │ scope_layer=1 │ [parameters] │ │ [kw] │ │ [::] │ │ config :: Identifier │ scope_layer=1 │ PlotConfig :: Identifier │ scope_layer=1 │ [call] │ │ PlotConfig :: Identifier │ scope_layer=1 │ [...] │ │ kwargs :: Identifier │ scope_layer=1 │ [::] │ │ f :: Identifier │ scope_layer=1 │ Function :: Identifier │ scope_layer=1 │ [::] │ │ x0 :: Identifier │ scope_layer=1 │ Number :: Identifier │ scope_layer=1 │ [::] │ │ x1 :: Identifier │ scope_layer=1 │ Number :: Identifier │ scope_layer=1 │ [kw] │ │ [::] │ │ l :: Identifier │ scope_layer=1 │ Layout :: Identifier │ scope_layer=1 │ [call] │ │ Layout :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ x :: Identifier │ scope_layer=1 │ [call] │ │ range :: Identifier │ scope_layer=1 │ x0 :: Identifier │ scope_layer=1 │ [kw] │ │ stop :: Identifier │ scope_layer=1 │ x1 :: Identifier │ scope_layer=1 │ [kw] │ │ length :: Identifier │ scope_layer=1 │ 50 :: Value │ macro_source=73 │ [=] │ │ y :: Identifier │ scope_layer=1 │ [comprehension] │ │ [generator] │ │ [call] │ │ f :: Identifier │ scope_layer=1 │ _ :: Identifier │ scope_layer=1 │ [=] │ │ _ :: Identifier │ scope_layer=1 │ x :: Identifier │ scope_layer=1 │ [call] │ │ Plot :: Identifier │ scope_layer=1 │ [call] │ │ GenericTrace :: Identifier │ scope_layer=1 │ [parameters] │ │ [kw] │ │ name :: Identifier │ scope_layer=1 │ [call] │ │ Symbol :: Identifier │ scope_layer=1 │ f :: Identifier │ scope_layer=1 │ [...] │ │ kwargs :: Identifier │ scope_layer=1 │ x :: Identifier │ scope_layer=1 │ y :: Identifier │ scope_layer=1 │ l :: Identifier │ scope_layer=1 │ [kw] │ │ config :: Identifier │ scope_layer=1 │ config :: Identifier │ scope_layer=1 │ [call] │ │ Base.Docs.doc! :: Value │ macro_source=73 │ PlotlyBase :: Value │ macro_source=73 │ [call] │ │ Base.Docs.Binding :: Value │ macro_source=73 │ PlotlyBase :: Value │ │ [inert] │ jl_source=L65 │ Plot :: Identifier │ │ [call] │ │ Base.Docs.docstr :: Value │ macro_source=73 │ [call] │ │ Core.svec :: Value │ macro_source=73 │ [call] │ │ DocStringExtensions.interpolation :: Value │ macro_source=73 │ SIGNATURES :: Identifier │ scope_layer=1 │ [inert] │ │ [function] │ │ [call] │ │ Plot :: Identifier │ │ [parameters] │ │ [kw] │ │ [::] │ │ config :: Identifier │ │ PlotConfig :: Identifier │ │ [call] │ │ PlotConfig :: Identifier │ │ [...] │ │ kwargs :: Identifier │ │ [::] │ │ f :: Identifier │ │ Function :: Identifier │ │ [::] │ │ x0 :: Identifier │ │ Number :: Identifier │ │ [::] │ │ x1 :: Identifier │ │ Number :: Identifier │ │ [kw] │ │ [::] │ │ l :: Identifier │ │ Layout :: Identifier │ │ [call] │ │ Layout :: Identifier │ │ [block] │ │ [=] │ │ x :: Identifier │ │ [call] │ │ range :: Identifier │ │ x0 :: Identifier │ │ [kw] │ │ stop :: Identifier │ │ x1 :: Identifier │ │ [kw] │ │ length :: Identifier │ │ 50 :: Value │ │ [=] │ │ y :: Identifier │ │ [comprehension] │ │ [generator] │ │ [call] │ │ f :: Identifier │ │ _ :: Identifier │ │ [=] │ │ _ :: Identifier │ │ x :: Identifier │ │ [call] │ │ Plot :: Identifier │ │ [call] │ │ GenericTrace :: Identifier │ │ [parameters] │ │ [kw] │ │ name :: Identifier │ │ [call] │ │ Symbol :: Identifier │ │ f :: Identifier │ │ [...] │ │ kwargs :: Identifier │ │ x :: Identifier │ │ y :: Identifier │ │ l :: Identifier │ │ [kw] │ │ config :: Identifier │ │ config :: Identifier │ │ "\nConstruct a plot of `f` from `x0` to `x1`, using the layout `l`. All\nkeyword arguments are applied to the constructed trace.\n" :: Value │ macro_source=73 │ [call] │ macro_source=73 │ Dict{Symbol, Any} :: Value │ macro_source=73 │ :path => "/home/pkgeval/.julia/packages/PlotlyBase/4mE3E/src/convenience_api.jl" :: Value │ macro_source=73 │ :linenumber => 83 :: Value │ macro_source=73 │ :module => PlotlyBase :: Value │ macro_source=73 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ Function :: Identifier │ scope_layer=1 │ Number :: Identifier │ scope_layer=1 │ Number :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ Function :: Identifier │ scope_layer=1 │ Number :: Identifier │ scope_layer=1 │ Number :: Identifier │ scope_layer=1 │ Layout :: Identifier │ scope_layer=1 │ val :: Identifier │ scope_layer=3 │ │ file = "/home/pkgeval/.julia/packages/PlotlyBase/4mE3E/src/convenience_api.jl" │ line = 83 └ mod = PlotlyBase ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/PlotlyBase/4mE3E/src/convenience_api.jl:94 =# - all-underscore identifiers are write-only and their values cannot be used in expressions Expression:  _ Containing expressions:  (comprehension (generator (call f _) (= _ x)))  Detailed provenance:  _  └─ _  ├─ @ /home/pkgeval/.julia/packages/PlotlyBase/4mE3E/src/convenience_api.jl:94  └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/PlotlyBase/4mE3E/src/convenience_api.jl:83 =#) (string SIGNATURES "\nConstruct a plot of `f` from `x0` to `x1`, using the layout `l`. All\nkeyword arguments are applied to the constructed trace.\n") (function (call Plot (parameters (kw (:: config PlotConfig) (call PlotConfig)) (... kwargs)) (:: f Function) (:: x0 Number) (:: x1 Number) (kw (:: l Layout) (call Layout))) (block (= x (call range x0 (kw stop x1) (kw length 50))) (= y (comprehension (generator (call f _) (= _ x)))) (call Plot (call GenericTrace (parameters (kw name (call Symbol f)) (... kwargs)) x y) l (kw config config)))))  └─ @ /home/pkgeval/.julia/packages/PlotlyBase/4mE3E/src/convenience_api.jl:83  Stacktrace:  [1] expand_forms_2(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4440  [2] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:30  [3] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:326  [4] top-level scope  @ ~/.julia/packages/PlotlyBase/4mE3E/src/PlotlyBase.jl:98  [5] include(mod::Module, _path::String)  @ Base Base.jl:325  [6] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base loading.jl:3296  [7] top-level scope  @ stdin:5  [8] eval(m::Module, e::Any)  @ Core boot.jl:522  [9] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [10] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [11] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [12] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/PlotlyBase/4mE3E/src/convenience_api.jl:83 in expression starting at /home/pkgeval/.julia/packages/PlotlyBase/4mE3E/src/PlotlyBase.jl:1 in expression starting at stdin:5 ✗ PlotlyBase 35.7 s ✓ PlotlyExtensionsHelper → ColorSchemesExtensionModule WARNING: Imported binding Logging.termlength was undeclared at import time during import to WebSockets. WARNING: Imported binding Logging.showvalue was undeclared at import time during import to WebSockets. 38.0 s ✓ WebSockets 88.0 s ✓ Mux ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("a03496cd-edff-5a9b-9e67-9cda94a718b5"), "PlotlyBase") 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(imported::Bool, to::Module, from::Nothing, paths::Expr)  @ Base module.jl:111  [10] eval_import(imported::Bool, to::Module, from::Nothing, paths::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:195  [11] top-level scope  @ ~/.julia/packages/PlotlyExtensionsHelper/QOxo2/ext/PlotlyBaseExtensionModule.jl:2  [12] include(mod::Module, _path::String)  @ Base Base.jl:325  [13] 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  [14] top-level scope  @ stdin:5  [15] eval(m::Module, e::Any)  @ Core boot.jl:522  [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [17] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [18] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [19] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/PlotlyExtensionsHelper/QOxo2/ext/PlotlyBaseExtensionModule.jl:1 in expression starting at stdin:5 ✗ PlotlyExtensionsHelper → PlotlyBaseExtensionModule ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("a03496cd-edff-5a9b-9e67-9cda94a718b5"), "PlotlyBase") 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/PlutoPlotly/6SOjR/src/PlutoPlotly.jl:3  [13] include(mod::Module, _path::String)  @ Base Base.jl:325  [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:522  [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/PlutoPlotly/6SOjR/src/PlutoPlotly.jl:1 in expression starting at stdin:5 ✗ PlutoPlotly 189.2 s ✓ WebIO ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("8e989ff0-3d88-8e9f-f020-2b208a939ff0"), "PlutoPlotly") 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_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr})  @ Base module.jl:101  [11] eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:195  [12] top-level scope  @ ~/.julia/packages/PlutoPlotly/6SOjR/ext/PlotlyKaleidoExt.jl:3  [13] include(mod::Module, _path::String)  @ Base Base.jl:325  [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:522  [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/PlutoPlotly/6SOjR/ext/PlotlyKaleidoExt.jl:1 in expression starting at stdin:5 ✗ PlutoPlotly → PlotlyKaleidoExt ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("8e989ff0-3d88-8e9f-f020-2b208a939ff0"), "PlutoPlotly") 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(imported::Bool, to::Module, from::Nothing, paths::Expr)  @ Base module.jl:111  [10] eval_import(imported::Bool, to::Module, from::Nothing, paths::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:195  [11] top-level scope  @ ~/.julia/packages/PlotlyExtensionsHelper/QOxo2/ext/PlutoPlotlyExtensionModule.jl:2  [12] include(mod::Module, _path::String)  @ Base Base.jl:325  [13] 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  [14] top-level scope  @ stdin:5  [15] eval(m::Module, e::Any)  @ Core boot.jl:522  [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [17] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [18] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [19] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/PlotlyExtensionsHelper/QOxo2/ext/PlutoPlotlyExtensionModule.jl:1 in expression starting at stdin:5 ✗ PlotlyExtensionsHelper → PlutoPlotlyExtensionModule 45.1 s ✓ JSExpr 127.5 s ✓ Blink ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("a03496cd-edff-5a9b-9e67-9cda94a718b5"), "PlotlyBase") 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/PlotlyJS/Tl0he/src/PlotlyJS.jl:5  [13] macro expansion  @ ~/.julia/packages/PlotlyJS/Tl0he/src/PlotlyJS.jl:5 [inlined]  [14] eval(m::Module, e::Any)  @ Core boot.jl:522  [15] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:547  [16] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:520 [inlined]  [17] top-level scope  @ ~/.julia/packages/PlotlyJS/Tl0he/src/PlotlyJS.jl:5  [18] macro expansion  @ ~/.julia/packages/PlotlyJS/Tl0he/src/PlotlyJS.jl:5 [inlined]  [19] include(mod::Module, _path::String)  @ Base Base.jl:325  [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:3296  [21] top-level scope  @ stdin:5  [22] eval(m::Module, e::Any)  @ Core boot.jl:522  [23] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [24] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [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/PlotlyJS/Tl0he/src/PlotlyJS.jl:1 in expression starting at stdin:5 ✗ PlotlyJS ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("f0f68f2c-4968-5e81-91da-67840de0976a"), "PlotlyJS") 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(imported::Bool, to::Module, from::Nothing, paths::Expr)  @ Base module.jl:111  [10] eval_import(imported::Bool, to::Module, from::Nothing, paths::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:195  [11] top-level scope  @ ~/.julia/packages/PlotlyExtensionsHelper/QOxo2/ext/PlotlyJSExtensionModule.jl:2  [12] include(mod::Module, _path::String)  @ Base Base.jl:325  [13] 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  [14] top-level scope  @ stdin:5  [15] eval(m::Module, e::Any)  @ Core boot.jl:522  [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [17] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [18] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [19] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/PlotlyExtensionsHelper/QOxo2/ext/PlotlyJSExtensionModule.jl:1 in expression starting at stdin:5 ✗ PlotlyExtensionsHelper → PlotlyJSExtensionModule 53 dependencies successfully precompiled in 2281 seconds. 48 already precompiled. 1 dependency had output during precompilation: ┌ WebSockets │ WARNING: Imported binding Logging.termlength was undeclared at import time during import to WebSockets. │ WARNING: Imported binding Logging.showvalue was undeclared at import time during import to WebSockets. └ Precompilation completed after 2445.06s ################################################################################ # Testing # Testing PlotlyExtensionsHelper Status `/tmp/jl_TEWsqD/Project.toml` [4c88cf16] Aqua v0.8.16 [35d6a980] ColorSchemes v3.31.0 [a03496cd] PlotlyBase v0.8.23 [a7e57fc7] PlotlyExtensionsHelper v0.2.2 [f0f68f2c] PlotlyJS v0.18.18 [8e989ff0] PlutoPlotly v0.6.6 [f8b46487] TestItemRunner v1.1.5 [8dfed614] Test v1.11.0 Status `/tmp/jl_TEWsqD/Manifest.toml` [6e696c72] AbstractPlutoDingetjes v1.4.0 [4c88cf16] Aqua v0.8.16 [bf4720bc] AssetRegistry v0.1.1 [d1d4a3ce] BitFlags v0.1.10 [ad839575] Blink v0.12.9 [944b1d66] CodecZlib v0.7.8 [35d6a980] ColorSchemes v3.31.0 [3da002f7] ColorTypes v0.12.1 [c3611d14] ColorVectorSpace v0.11.0 [5ae59095] Colors v0.13.1 [34da2185] Compat v4.18.1 [f0e56b4a] ConcurrentUtilities v2.5.1 [9a962f9c] DataAPI v1.16.0 [e2d170a0] DataValueInterfaces v1.0.0 [8bb1440f] DelimitedFiles v1.9.1 [ffbed154] DocStringExtensions v0.9.5 [460bff9d] ExceptionUnwrapping v0.1.11 ⌅ [53c48c17] FixedPointNumbers v0.8.6 [de31a74c] FunctionalCollections v0.5.0 ⌅ [cd3eb016] HTTP v1.11.0 [076d061b] HashArrayMappedTries v0.2.0 [9fb69e20] Hiccup v0.2.2 [ac1192a8] HypertextLiteral v1.0.0 [82899510] IteratorInterfaceExtensions v1.0.0 [692b3bcd] JLLWrappers v1.8.0 [97c1335a] JSExpr v0.5.4 ⌅ [682c06a0] JSON v0.21.4 [b964fa9f] LaTeXStrings v1.4.0 [50d2b5c4] Lazy v0.15.1 [e6f89c97] LoggingExtras v1.2.0 [1914dd2f] MacroTools v0.5.16 [739be429] MbedTLS v1.1.10 [ffc61752] Mustache v1.0.21 [a975b10e] Mux v1.0.2 [510215fc] Observables v0.5.5 [4d8831e6] OpenSSL v1.6.1 ⌅ [bac558e1] OrderedCollections v1.8.2 ⌅ [d96e819e] Parameters v0.12.3 [69de0a69] Parsers v2.8.5 [fa939f87] Pidfile v1.3.0 [a03496cd] PlotlyBase v0.8.23 [a7e57fc7] PlotlyExtensionsHelper v0.2.2 [f0f68f2c] PlotlyJS v0.18.18 [f2990250] PlotlyKaleido v2.3.1 [8e989ff0] PlutoPlotly v0.6.6 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [189a3867] Reexport v1.2.2 [ae029012] Requires v1.3.1 [7e506255] ScopedValues v1.6.2 [6c6a2e73] Scratch v1.3.0 [777ac1f9] SimpleBufferStream v1.2.0 [10745b16] Statistics v1.11.1 [3783bdb8] TableTraits v1.0.1 [bd369af6] Tables v1.12.1 [62fd8b95] TensorCore v0.1.1 [f8b46487] TestItemRunner v1.1.5 [1c621080] TestItems v1.0.0 [3bb67fe8] TranscodingStreams v0.11.3 [410a4b4d] Tricks v0.1.13 [5c2747f8] URIs v1.6.1 [3a884ed6] UnPack v1.0.2 [0f1e0344] WebIO v0.8.21 [104b5d7c] WebSockets v1.6.0 [cc8bc4a8] Widgets v0.6.7 [f7e6163d] Kaleido_jll v0.2.1+0 [c8ffd9c3] MbedTLS_jll v2.28.1010+0 [0dad84c5] ArgTools v1.2.0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [8ba89e20] Distributed 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 [37e2e46d] LinearAlgebra v1.14.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.14.0 [de0858da] Printf v1.11.0 [3fa0cd96] REPL 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 [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.2+0 [deac9b47] LibCURL_jll v8.20.0+1 [e37daf67] LibGit2_jll v1.9.4+0 [29816b5a] LibSSH2_jll v1.11.101+0 [14a3606d] MozillaCACerts_jll v2026.5.14 [4536629a] OpenBLAS_jll v0.3.33+0 [458c3c95] OpenSSL_jll v3.5.7+0 [efcefdf7] PCRE2_jll v10.47.0+0 [83775a58] Zlib_jll v1.3.2+0 [3161d3a3] Zstd_jll v1.5.7+1 [8e850b90] libblastrampoline_jll v5.15.0+0 [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... ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile. --trace-compile is enabled during profile collection. ====================================================================================== cmd: /opt/julia/bin/julia 223 running 1 of 1 signal (10): User defined signal 1 _ZNK4llvm12PatternMatch14CmpClass_matchINS0_7bind_tyINS_5ValueEEES4_NS_7CmpInstELb0EE5matchIS3_EEbPT_ at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZL16getHashValueImplN12_GLOBAL__N_111SimpleValueE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZNK4llvm15ScopedHashTableIN12_GLOBAL__N_111SimpleValueEPNS_5ValueENS_12DenseMapInfoIS2_vEENS_18RecyclingAllocatorINS_20BumpPtrAllocatorImplINS_15MallocAllocatorELm4096ELm4096ELm128EEENS_18ScopedHashTableValIS2_S4_EELm32ELm8EEEE6lookupERKS2_ at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN12_GLOBAL__N_18EarlyCSE11processNodeEPN4llvm15DomTreeNodeBaseINS1_10BasicBlockEEE.isra.0 at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN12_GLOBAL__N_18EarlyCSE3runEv at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm12EarlyCSEPass3runERNS_8FunctionERNS_15AnalysisManagerIS1_JEEE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) run at /source/usr/include/llvm/IR/PassManagerInternal.h:91:41 _ZN4llvm11PassManagerINS_8FunctionENS_15AnalysisManagerIS1_JEEEJEE3runERS1_RS3_ at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) run at /source/usr/include/llvm/IR/PassManagerInternal.h:91:41 _ZN4llvm27ModuleToFunctionPassAdaptor3runERNS_6ModuleERNS_15AnalysisManagerIS1_JEEE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) run at /source/usr/include/llvm/IR/PassManagerInternal.h:91:41 _ZN4llvm11PassManagerINS_6ModuleENS_15AnalysisManagerIS1_JEEEJEE3runERS1_RS3_ at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) run at /source/src/pipeline.cpp:989:12 operator() at /source/src/jitlayers.cpp:1298:17 operator() at /source/src/jitlayers.cpp:1435:12 [inlined] optimizeModule at /source/src/jitlayers.cpp:2382:18 materialize at /source/src/jitlayers.cpp:905:31 _ZN4llvm3orc19MaterializationTask3runEv at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) dispatch at /source/src/julia-task-dispatcher.h:353:11 _ZN4llvm3orc16ExecutionSession22dispatchOutstandingMUsEv at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm3orc16ExecutionSession17OL_completeLookupESt10unique_ptrINS0_21InProgressLookupStateESt14default_deleteIS3_EESt10shared_ptrINS0_23AsynchronousSymbolQueryEESt8functionIFvRKNS_8DenseMapIPNS0_8JITDylibENS_8DenseSetINS0_15SymbolStringPtrENS_12DenseMapInfoISF_vEEEENSG_ISD_vEENS_6detail12DenseMapPairISD_SI_EEEEEE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm3orc25InProgressFullLookupState8completeESt10unique_ptrINS0_21InProgressLookupStateESt14default_deleteIS3_EE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm3orc16ExecutionSession19OL_applyQueryPhase1ESt10unique_ptrINS0_21InProgressLookupStateESt14default_deleteIS3_EENS_5ErrorE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm3orc16ExecutionSession6lookupENS0_10LookupKindERKSt6vectorISt4pairIPNS0_8JITDylibENS0_19JITDylibLookupFlagsEESaIS8_EENS0_15SymbolLookupSetENS0_11SymbolStateENS_15unique_functionIFvNS_8ExpectedINS_8DenseMapINS0_15SymbolStringPtrENS0_17ExecutorSymbolDefENS_12DenseMapInfoISI_vEENS_6detail12DenseMapPairISI_SJ_EEEEEEEEESt8functionIFvRKNSH_IS6_NS_8DenseSetISI_SL_EENSK_IS6_vEENSN_IS6_SV_EEEEEE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) publishCIs at /source/src/jitlayers.cpp:2085:14 jl_compile_codeinst_impl at /source/src/jitlayers.cpp:510:39 jl_compile_method_very_internal at /source/src/gf.c:3946:27 _jl_invoke at /source/src/gf.c:4352:16 [inlined] ijl_apply_generic at /source/src/gf.c:4598:12 jl_apply at /source/src/julia.h:2388:12 [inlined] ijl_lower at /source/src/ast.c:1274:26 jl_eval_toplevel_stmts at /source/src/toplevel.c:598:31 jl_toplevel_eval_flex at /source/src/toplevel.c:684:27 ijl_toplevel_eval at /source/src/toplevel.c:782:12 ijl_toplevel_eval_in at /source/src/toplevel.c:827:13 eval at ./boot.jl:522:0 (pc: 1) include_string at ./loading.jl:3132:0 (pc: 207) include_string at ./loading.jl:3142:0 (pc: 1) _jl_invoke at /source/src/gf.c:4360:23 [inlined] ijl_apply_generic at /source/src/gf.c:4598:12 jl_apply at /source/src/julia.h:2388:12 [inlined] jl_f_invokelatest at /source/src/builtins.c:918:23 run_testitem##-> at /home/pkgeval/.julia/packages/TestItemRunner/GnoVt/src/TestItemRunner.jl:119:0 [inlined] withpath at /home/pkgeval/.julia/packages/TestItemRunner/GnoVt/src/vendored_code.jl:7:0 (pc: 73) run_testitem##-> at /home/pkgeval/.julia/packages/TestItemRunner/GnoVt/src/TestItemRunner.jl:118:0 [inlined] cd at ./file.jl:112:0 (pc: 19) unknown function (ip: 0x7ba1069d5996) at (unknown file) _jl_invoke at /source/src/gf.c:4360:23 [inlined] ijl_apply_generic at /source/src/gf.c:4598:12 run_testitem at /home/pkgeval/.julia/packages/TestItemRunner/GnoVt/src/TestItemRunner.jl:117:0 (pc: 381) unknown function (ip: 0x7ba1069d4dde) at (unknown file) _jl_invoke at /source/src/gf.c:4360:23 [inlined] ijl_apply_generic at /source/src/gf.c:4598:12 macro expansion at /home/pkgeval/.julia/packages/TestItemRunner/GnoVt/src/TestItemRunner.jl:277:0 [inlined] #kw_body#run_tests#0 at /home/pkgeval/.julia/packages/TestItemRunner/GnoVt/src/TestItemRunner.jl:124:0 (pc: 1327) macro expansion at /home/pkgeval/.julia/packages/TestItemRunner/GnoVt/src/TestItemRunner.jl:134:0 [inlined] run_tests at /home/pkgeval/.julia/packages/TestItemRunner/GnoVt/src/TestItemRunner.jl:124:0 (pc: 7) unknown function (ip: 0x7ba10691adc6) at (unknown file) _jl_invoke at /source/src/gf.c:4360:23 [inlined] ijl_apply_generic at /source/src/gf.c:4598:12 jl_apply at /source/src/julia.h:2388:12 [inlined] do_call at /source/src/interpreter.c:123:26 eval_value at /source/src/interpreter.c:243:16 eval_stmt_value at /source/src/interpreter.c:194:23 [inlined] eval_body at /source/src/interpreter.c:706:13 jl_interpret_toplevel_thunk at /source/src/interpreter.c:897:21 ijl_eval_thunk at /source/src/toplevel.c:768:18 jl_toplevel_eval_flex at /source/src/toplevel.c:712:26 jl_eval_toplevel_stmts at /source/src/toplevel.c:602:15 jl_toplevel_eval_flex at /source/src/toplevel.c:684:27 ijl_toplevel_eval at /source/src/toplevel.c:782:12 ijl_toplevel_eval_in at /source/src/toplevel.c:827:13 eval at ./boot.jl:522:0 (pc: 1) include_string at ./loading.jl:3132:0 (pc: 207) _jl_invoke at /source/src/gf.c:4360:23 [inlined] ijl_apply_generic at /source/src/gf.c:4598:12 _include at ./loading.jl:3192:0 (pc: 122) include at ./Base.jl:326:0 (pc: 1) IncludeInto at ./Base.jl:327:0 (pc: 2) jfptr_IncludeInto_1.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4360:23 [inlined] ijl_apply_generic at /source/src/gf.c:4598:12 jl_apply at /source/src/julia.h:2388:12 [inlined] do_call at /source/src/interpreter.c:123:26 eval_value at /source/src/interpreter.c:243:16 eval_stmt_value at /source/src/interpreter.c:194:23 [inlined] eval_body at /source/src/interpreter.c:706:13 jl_interpret_toplevel_thunk at /source/src/interpreter.c:897:21 ijl_eval_thunk at /source/src/toplevel.c:768:18 jl_toplevel_eval_flex at /source/src/toplevel.c:712:26 jl_eval_toplevel_stmts at /source/src/toplevel.c:602:15 jl_toplevel_eval_flex at /source/src/toplevel.c:684:27 ijl_toplevel_eval at /source/src/toplevel.c:782:12 ijl_toplevel_eval_in at /source/src/toplevel.c:827:13 eval at ./boot.jl:522:0 (pc: 1) exec_options at ./client.jl:321:0 (pc: 425) _start at ./client.jl:596:0 (pc: 294) jfptr__start_0.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4360:23 [inlined] ijl_apply_generic at /source/src/gf.c:4598:12 jl_apply at /source/src/julia.h:2388:12 [inlined] true_main at /source/src/jlapi.c:971:29 jl_repl_entrypoint at /source/src/jlapi.c:1138:15 main at /source/cli/loader_exe.c:58:15 unknown function (ip: 0x7ba125921249) at /lib/x86_64-linux-gnu/libc.so.6 __libc_start_main at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) unknown function (ip: 0x4010b8) at /workspace/srcdir/glibc-2.17/csu/../sysdeps/x86_64/start.S unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point. Disabling --trace-compile ============================================================== ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile. --trace-compile is enabled during profile collection. ====================================================================================== cmd: /opt/julia/bin/julia 1 running 0 of 1 signal (10): User defined signal 1 epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404:0 uv_run at /workspace/srcdir/libuv/src/unix/core.c:430:0 ijl_task_get_next at /source/src/scheduler.c:524:34 wait at ./task.jl:1248:0 (pc: 107) wait_forever at ./task.jl:1170:0 (pc: 4) jfptr_wait_forever_0.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4360:23 [inlined] ijl_apply_generic at /source/src/gf.c:4598:12 jl_apply at /source/src/julia.h:2388:12 [inlined] start_task at /source/src/task.c:1276:19 unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point. Disabling --trace-compile ============================================================== ┌ Warning: There were no samples collected in one or more groups. │ This may be due to idle threads, or you may need to run your │ program longer (perhaps by running it multiple times), │ or adjust the delay between samples with `Profile.init()`. └ @ Profile /opt/julia/share/julia/stdlib/v1.14/Profile/src/Profile.jl:1361 Overhead ╎ [+additional indent] Count File:Line Function ========================================================= Thread 1 (default) Task 0x00007eda94c89a50 Total snapshots: 358. Utilization: 0% ╎358 @Base/task.jl:1170 wait_forever() 357╎ 358 @Base/task.jl:1248 wait() [223] signal 15: Terminated in expression starting at /home/pkgeval/.julia/packages/PlotlyExtensionsHelper/QOxo2/test/runtests.jl:6 _ZN4llvm15SmallPtrSetImplIPKNS_5ValueEE6insertES3_ at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZNK4llvm5Value33stripPointerCastsForAliasAnalysisEv at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm13BasicAAResult10aliasCheckEPKNS_5ValueENS_12LocationSizeES3_S4_RNS_11AAQueryInfoEPKNS_11InstructionE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm13BasicAAResult5aliasERKNS_14MemoryLocationES3_RNS_11AAQueryInfoEPKNS_11InstructionE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm9AAResults5aliasERKNS_14MemoryLocationES3_RNS_11AAQueryInfoEPKNS_11InstructionE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm23MemoryDependenceResults30getSimplePointerDependencyFromERKNS_14MemoryLocationEbNS_21ilist_iterator_w_bitsINS_12ilist_detail12node_optionsINS_11InstructionELb1ELb0EvLb1ENS_10BasicBlockEEELb0ELb0EEEPS8_PS7_PjRNS_14BatchAAResultsE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm23MemoryDependenceResults24getPointerDependencyFromERKNS_14MemoryLocationEbNS_21ilist_iterator_w_bitsINS_12ilist_detail12node_optionsINS_11InstructionELb1ELb0EvLb1ENS_10BasicBlockEEELb0ELb0EEEPS8_PS7_PjRNS_14BatchAAResultsE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm23MemoryDependenceResults23getNonLocalInfoForBlockEPNS_11InstructionERKNS_14MemoryLocationEbPNS_10BasicBlockEPSt6vectorINS_16NonLocalDepEntryESaIS9_EEjRNS_14BatchAAResultsE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm23MemoryDependenceResults27getNonLocalPointerDepFromBBEPNS_11InstructionERKNS_12PHITransAddrERKNS_14MemoryLocationEbPNS_10BasicBlockERNS_15SmallVectorImplINS_17NonLocalDepResultEEERNS_13SmallDenseMapISA_PNS_5ValueELj16ENS_12DenseMapInfoISA_vEENS_6detail12DenseMapPairISA_SH_EEEEbb at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm23MemoryDependenceResults28getNonLocalPointerDependencyEPNS_11InstructionERNS_15SmallVectorImplINS_17NonLocalDepResultEEE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm7GVNPass19processNonLocalLoadEPNS_8LoadInstE.part.0 at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm7GVNPass18processInstructionEPNS_11InstructionE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm7GVNPass12processBlockEPNS_10BasicBlockE.part.0 at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm7GVNPass17iterateOnFunctionERNS_8FunctionE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm7GVNPass7runImplERNS_8FunctionERNS_15AssumptionCacheERNS_13DominatorTreeERKNS_17TargetLibraryInfoERNS_9AAResultsEPNS_23MemoryDependenceResultsERNS_8LoopInfoEPNS_25OptimizationRemarkEmitterEPNS_9MemorySSAE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm7GVNPass3runERNS_8FunctionERNS_15AnalysisManagerIS1_JEEE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) run at /source/usr/include/llvm/IR/PassManagerInternal.h:91:41 _ZN4llvm11PassManagerINS_8FunctionENS_15AnalysisManagerIS1_JEEEJEE3runERS1_RS3_ at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) run at /source/usr/include/llvm/IR/PassManagerInternal.h:91:41 _ZN4llvm27ModuleToFunctionPassAdaptor3runERNS_6ModuleERNS_15AnalysisManagerIS1_JEEE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) run at /source/usr/include/llvm/IR/PassManagerInternal.h:91:41 _ZN4llvm11PassManagerINS_6ModuleENS_15AnalysisManagerIS1_JEEEJEE3runERS1_RS3_ at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) run at /source/src/pipeline.cpp:989:12 operator() at /source/src/jitlayers.cpp:1298:17 operator() at /source/src/jitlayers.cpp:1435:12 [inlined] optimizeModule at /source/src/jitlayers.cpp:2382:18 materialize at /source/src/jitlayers.cpp:905:31 _ZN4llvm3orc19MaterializationTask3runEv at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) dispatch at /source/src/julia-task-dispatcher.h:353:11 _ZN4llvm3orc16ExecutionSession22dispatchOutstandingMUsEv at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm3orc16ExecutionSession17OL_completeLookupESt10unique_ptrINS0_21InProgressLookupStateESt14default_deleteIS3_EESt10shared_ptrINS0_23AsynchronousSymbolQueryEESt8functionIFvRKNS_8DenseMapIPNS0_8JITDylibENS_8DenseSetINS0_15SymbolStringPtrENS_12DenseMapInfoISF_vEEEENSG_ISD_vEENS_6detail12DenseMapPairISD_SI_EEEEEE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm3orc25InProgressFullLookupState8completeESt10unique_ptrINS0_21InProgressLookupStateESt14default_deleteIS3_EE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm3orc16ExecutionSession19OL_applyQueryPhase1ESt10unique_ptrINS0_21InProgressLookupStateESt14default_deleteIS3_EENS_5ErrorE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm3orc16ExecutionSession6lookupENS0_10LookupKindERKSt6vectorISt4pairIPNS0_8JITDylibENS0_19JITDylibLookupFlagsEESaIS8_EENS0_15SymbolLookupSetENS0_11SymbolStateENS_15unique_functionIFvNS_8ExpectedINS_8DenseMapINS0_15SymbolStringPtrENS0_17ExecutorSymbolDefENS_12DenseMapInfoISI_vEENS_6detail12DenseMapPairISI_SJ_EEEEEEEEESt8functionIFvRKNSH_IS6_NS_8DenseSetISI_SL_EENSK_IS6_vEENSN_IS6_SV_EEEEEE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) publishCIs at /source/src/jitlayers.cpp:2085:14 jl_compile_codeinst_impl at /source/src/jitlayers.cpp:510:39 jl_compile_method_very_internal at /source/src/gf.c:3946:27 _jl_invoke at /source/src/gf.c:4352:16 [inlined] ijl_apply_generic at /source/src/gf.c:4598:12 jl_apply at /source/src/julia.h:2388:12 [inlined] ijl_lower at /source/src/ast.c:1274:26 jl_eval_toplevel_stmts at /source/src/toplevel.c:598:31 jl_toplevel_eval_flex at /source/src/toplevel.c:684:27 ijl_toplevel_eval at /source/src/toplevel.c:782:12 ijl_toplevel_eval_in at /source/src/toplevel.c:827:13 eval at ./boot.jl:522:0 (pc: 1) include_string at ./loading.jl:3132:0 (pc: 207) include_string at ./loading.jl:3142:0 (pc: 1) _jl_invoke at /source/src/gf.c:4360:23 [inlined] ijl_apply_generic at /source/src/gf.c:4598:12 jl_apply at /source/src/julia.h:2388:12 [inlined] jl_f_invokelatest at /source/src/builtins.c:918:23 run_testitem##-> at /home/pkgeval/.julia/packages/TestItemRunner/GnoVt/src/TestItemRunner.jl:119:0 [inlined] withpath at /home/pkgeval/.julia/packages/TestItemRunner/GnoVt/src/vendored_code.jl:7:0 (pc: 73) run_testitem##-> at /home/pkgeval/.julia/packages/TestItemRunner/GnoVt/src/TestItemRunner.jl:118:0 [inlined] cd at ./file.jl:112:0 (pc: 19) unknown function (ip: 0x7ba1069d5996) at (unknown file) _jl_invoke at /source/src/gf.c:4360:23 [inlined] ijl_apply_generic at /source/src/gf.c:4598:12 run_testitem at /home/pkgeval/.julia/packages/TestItemRunner/GnoVt/src/TestItemRunner.jl:117:0 (pc: 381) unknown function (ip: 0x7ba1069d4dde) at (unknown file) _jl_invoke at /source/src/gf.c:4360:23 [inlined] ijl_apply_generic at /source/src/gf.c:4598:12 macro expansion at /home/pkgeval/.julia/packages/TestItemRunner/GnoVt/src/TestItemRunner.jl:277:0 [inlined] #kw_body#run_tests#0 at /home/pkgeval/.julia/packages/TestItemRunner/GnoVt/src/TestItemRunner.jl:124:0 (pc: 1327) macro expansion at /home/pkgeval/.julia/packages/TestItemRunner/GnoVt/src/TestItemRunner.jl:134:0 [inlined] run_tests at /home/pkgeval/.julia/packages/TestItemRunner/GnoVt/src/TestItemRunner.jl:124:0 (pc: 7) unknown function (ip: 0x7ba10691adc6) at (unknown file) _jl_invoke at /source/src/gf.c:4360:23 [inlined] ijl_apply_generic at /source/src/gf.c:4598:12 jl_apply at /source/src/julia.h:2388:12 [inlined] do_call at /source/src/interpreter.c:123:26 eval_value at /source/src/interpreter.c:243:16 eval_stmt_value at /source/src/interpreter.c:194:23 [inlined] eval_body at /source/src/interpreter.c:706:13 jl_interpret_toplevel_thunk at /source/src/interpreter.c:897:21 ijl_eval_thunk at /source/src/toplevel.c:768:18 jl_toplevel_eval_flex at /source/src/toplevel.c:712:26 jl_eval_toplevel_stmts at /source/src/toplevel.c:602:15 jl_toplevel_eval_flex at /source/src/toplevel.c:684:27 ijl_toplevel_eval at /source/src/toplevel.c:782:12 ijl_toplevel_eval_in at /source/src/toplevel.c:827:13 eval at ./boot.jl:522:0 (pc: 1) include_string at ./loading.jl:3132:0 (pc: 207) _jl_invoke at /source/src/gf.c:4360:23 [inlined] ijl_apply_generic at /source/src/gf.c:4598:12 _include at ./loading.jl:3192:0 (pc: 122) include at ./Base.jl:326:0 (pc: 1) IncludeInto at ./Base.jl:327:0 (pc: 2) jfptr_IncludeInto_1.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4360:23 [inlined] ijl_apply_generic at /source/src/gf.c:4598:12 jl_apply at /source/src/julia.h:2388:12 [inlined] do_call at /source/src/interpreter.c:123:26 eval_value at /source/src/interpreter.c:243:16 eval_stmt_value at /source/src/interpreter.c:194:23 [inlined] eval_body at /source/src/interpreter.c:706:13 jl_interpret_toplevel_thunk at /source/src/interpreter.c:897:21 ijl_eval_thunk at /source/src/toplevel.c:768:18 jl_toplevel_eval_flex at /source/src/toplevel.c:712:26 jl_eval_toplevel_stmts at /source/src/toplevel.c:602:15 jl_toplevel_eval_flex at /source/src/toplevel.c:684:27 ijl_toplevel_eval at /source/src/toplevel.c:782:12 ijl_toplevel_eval_in at /source/src/toplevel.c:827:13 eval at ./boot.jl:522:0 (pc: 1) exec_options at ./client.jl:321:0 (pc: 425) _start at ./client.jl:596:0 (pc: 294) jfptr__start_0.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4360:23 [inlined] ijl_apply_generic at /source/src/gf.c:4598:12 jl_apply at /source/src/julia.h:2388:12 [inlined] true_main at /source/src/jlapi.c:971:29 jl_repl_entrypoint at /source/src/jlapi.c:1138:15 main at /source/cli/loader_exe.c:58:15 unknown function (ip: 0x7ba125921249) at /lib/x86_64-linux-gnu/libc.so.6 __libc_start_main at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) unknown function (ip: 0x4010b8) at /workspace/srcdir/glibc-2.17/csu/../sysdeps/x86_64/start.S unknown function (ip: (nil)) at (unknown file) Allocations: 36276892 (Pool: 36276619; Big: 273); GC: 28 PkgEval terminated after 2720.47s: test duration exceeded the time limit