Package evaluation to load About on Julia 1.14.0-DEV.2593 (15c2b67521*) started at 2026-07-03T16:15:22.249 ################################################################################ # Set-up # Set-up completed after 0.14s ################################################################################ # Installation # Installing About... Resolving package versions... Installed About ─────────── v1.0.4 Installed Preferences ───── v1.5.2 Installed PrecompileTools ─ v1.3.4 Updating `~/.julia/environments/v1.14/Project.toml` [69d22d85] + About v1.0.4 Updating `~/.julia/environments/v1.14/Manifest.toml` [69d22d85] + About v1.0.4 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.13.0 [d6f4376e] + Markdown v1.11.0 [de0858da] + Printf v1.11.0 [f489334b] + StyledStrings v1.13.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 Installation completed after 5.22s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Project No packages added to or removed from `~/.julia/environments/pkgeval/Project.toml` Manifest No packages added to or removed from `~/.julia/environments/pkgeval/Manifest.toml` Precompiling package dependencies... Precompiling project... 31.5 s ✓ Preferences 31.6 s ✓ PrecompileTools ┌ Info: JuliaLowering threw given input: │ code = │ :($(Expr(:lambda, Any[Symbol("#ctor-self#"), :t, :_], quote │ #= /home/pkgeval/.julia/packages/About/2xkKY/src/types.jl:17 =# │ return %new((About.AlignmentRevealer){$(Expr(:static_parameter, 1))}, _2, _3) │ end))) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [lambda] | toplevel_pure=false,is_toplevel_thunk=false │ [block] | │ #ctor-self# :: Identifier | │ t :: Identifier | │ _ :: Identifier | │ [block] | │ [block] | │ [return] | │ [new] | │ [curly] | │ About.AlignmentRevealer :: Value | │ [static_parameter] | │ 1 :: Value | │ Core.Argument(2) :: Value | │ Core.Argument(3) :: Value | │ │ st1 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [lambda] | [old,SL(KJlDd1ihxMV,About,),],toplevel_pure=false,is_toplevel_thunk=false │ [block] | [old,SL(KJlDd1ihxMV,About,),], │ #ctor-self# :: Identifier | [old,SL(KJlDd1ihxMV,About,),], │ t :: Identifier | [old,SL(KJlDd1ihxMV,About,),], │ _ :: Identifier | [old,SL(KJlDd1ihxMV,About,),], │ [block] | [old,SL(KJlDd1ihxMV,About,),], │ [block] | [old,SL(KJlDd1ihxMV,About,),], │ [return] | [old,SL(KJlDd1ihxMV,About,),], │ [new] | [old,SL(KJlDd1ihxMV,About,),], │ [curly] | [old,SL(KJlDd1ihxMV,About,),], │ About.AlignmentRevealer :: Value | [old,SL(KJlDd1ihxMV,About,),], │ [static_parameter] | [old,SL(KJlDd1ihxMV,About,),], │ 1 :: Value | [old,SL(KJlDd1ihxMV,About,),], │ Core.Argument(2) :: Value | [old,SL(KJlDd1ihxMV,About,),], │ Core.Argument(3) :: Value | [old,SL(KJlDd1ihxMV,About,),], │ │ file = "/home/pkgeval/.julia/packages/About/2xkKY/src/types.jl" │ line = 17 └ mod = About ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/About/2xkKY/src/types.jl:17 =# - all-underscore identifiers are write-only and their values cannot be used in expressions Expression:  _ Containing expressions:  (lambda (block #ctor-self# t _) (block) (block (return (new (curly About.AlignmentRevealer (static_parameter 1)) Core.Argument(2) Core.Argument(3)))))  Detailed provenance:  _  └─ _  └─ @ /home/pkgeval/.julia/packages/About/2xkKY/src/types.jl:17  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:4496  [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] _defaultctors(ty::Any, functionloc::LineNumberNode)  @ Base essentials.jl:1371  [4] top-level scope  @ ~/.julia/packages/About/2xkKY/src/types.jl:17  [5] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:326  [6] top-level scope  @ ~/.julia/packages/About/2xkKY/src/About.jl:152  [7] include(mod::Module, _path::String)  @ Base Base.jl:325  [8] 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:3303  [9] top-level scope  @ stdin:5  [10] eval(m::Module, e::Any)  @ Core boot.jl:522  [11] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [12] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [13] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [14] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/About/2xkKY/src/types.jl:17 in expression starting at /home/pkgeval/.julia/packages/About/2xkKY/src/About.jl:5 in expression starting at stdin:5 ✗ About 2 dependencies successfully precompiled in 101 seconds. 9 already precompiled. Precompilation completed after 131.35s ################################################################################ # Loading # Loading About... ┌ Info: JuliaLowering threw given input: │ code = │ :($(Expr(:lambda, Any[Symbol("#ctor-self#"), :t, :_], quote │ #= /home/pkgeval/.julia/packages/About/2xkKY/src/types.jl:17 =# │ return %new((About.AlignmentRevealer){$(Expr(:static_parameter, 1))}, _2, _3) │ end))) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [lambda] | toplevel_pure=false,is_toplevel_thunk=false │ [block] | │ #ctor-self# :: Identifier | │ t :: Identifier | │ _ :: Identifier | │ [block] | │ [block] | │ [return] | │ [new] | │ [curly] | │ About.AlignmentRevealer :: Value | │ [static_parameter] | │ 1 :: Value | │ Core.Argument(2) :: Value | │ Core.Argument(3) :: Value | │ │ st1 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [lambda] | [old,SL(fwLkV7OsS0,About,),],toplevel_pure=false,is_toplevel_thunk=false │ [block] | [old,SL(fwLkV7OsS0,About,),], │ #ctor-self# :: Identifier | [old,SL(fwLkV7OsS0,About,),], │ t :: Identifier | [old,SL(fwLkV7OsS0,About,),], │ _ :: Identifier | [old,SL(fwLkV7OsS0,About,),], │ [block] | [old,SL(fwLkV7OsS0,About,),], │ [block] | [old,SL(fwLkV7OsS0,About,),], │ [return] | [old,SL(fwLkV7OsS0,About,),], │ [new] | [old,SL(fwLkV7OsS0,About,),], │ [curly] | [old,SL(fwLkV7OsS0,About,),], │ About.AlignmentRevealer :: Value | [old,SL(fwLkV7OsS0,About,),], │ [static_parameter] | [old,SL(fwLkV7OsS0,About,),], │ 1 :: Value | [old,SL(fwLkV7OsS0,About,),], │ Core.Argument(2) :: Value | [old,SL(fwLkV7OsS0,About,),], │ Core.Argument(3) :: Value | [old,SL(fwLkV7OsS0,About,),], │ │ file = "/home/pkgeval/.julia/packages/About/2xkKY/src/types.jl" │ line = 17 └ mod = About ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/About/2xkKY/src/types.jl:17 =# - all-underscore identifiers are write-only and their values cannot be used in expressions Expression:  _ Containing expressions:  (lambda (block #ctor-self# t _) (block) (block (return (new (curly About.AlignmentRevealer (static_parameter 1)) Core.Argument(2) Core.Argument(3)))))  Detailed provenance:  _  └─ _  └─ @ /home/pkgeval/.julia/packages/About/2xkKY/src/types.jl:17  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:4496  [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] _defaultctors(ty::Any, functionloc::LineNumberNode)  @ Base essentials.jl:1371  [4] top-level scope  @ ~/.julia/packages/About/2xkKY/src/types.jl:17  [5] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:326  [6] top-level scope  @ ~/.julia/packages/About/2xkKY/src/About.jl:152  [7] include(mod::Module, _path::String)  @ Base Base.jl:325  [8] 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:3303  [9] top-level scope  @ stdin:5  [10] eval(m::Module, e::Any)  @ Core boot.jl:522  [11] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [12] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [13] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [14] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/About/2xkKY/src/types.jl:17 in expression starting at /home/pkgeval/.julia/packages/About/2xkKY/src/About.jl:5 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ About │ [Output was shown above] └ ERROR: The following 1 package failed to precompile: About Failed to precompile About [69d22d85-9f48-4c46-bbbe-7ad8341ff72a] to "/home/pkgeval/.julia/compiled/v1.14/About/jl_g7sCJI" (ProcessExited(1)). Loading failed after 44.57s ERROR: LoadError: failed process: Process(`/opt/julia/bin/julia -C native -J/opt/julia/lib/julia/sys.so -g1 --check-bounds=yes --inline=yes --check-bounds=yes --pkgimages=existing -e 'using About'`, ProcessExited(1)) [1] Stacktrace: [1] pipeline_error(proc::Base.Process) @ Base process.jl:612 [inlined] [2] run(::Cmd; wait::Bool) @ Base process.jl:525 [3] run(::Cmd) @ Base process.jl:522 [4] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:197 [5] include(mod::Module, _path::String) @ Base Base.jl:325 [6] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [7] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:188 PkgEval failed after 207.61s: package fails to precompile