Package evaluation to load GLAbstraction on Julia 1.14.0-DEV.2226 (797a5ef2b0*) started at 2026-05-23T20:17:40.363 ################################################################################ # Set-up # Set-up completed after 0.11s ################################################################################ # Installation # Installing GLAbstraction... Resolving package versions... Installed RecipesBase ─────── v1.3.4 Installed FixedPointNumbers ─ v0.8.5 Installed Statistics ──────── v1.11.1 Installed StaticArraysCore ── v1.4.4 Installed ThreadPools ─────── v2.1.1 Installed Preferences ─────── v1.5.2 Installed ModernGL ────────── v1.1.8 Installed StaticArrays ────── v1.9.18 Installed GLAbstraction ───── v0.7.0 Installed PrecompileTools ─── v1.3.4 Updating `~/.julia/environments/v1.14/Project.toml` [ca6e7d0a] + GLAbstraction v0.7.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [53c48c17] + FixedPointNumbers v0.8.5 [ca6e7d0a] + GLAbstraction v0.7.0 [66fc600b] + ModernGL v1.1.8 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [3cdcf5f2] + RecipesBase v1.3.4 [90137ffa] + StaticArrays v1.9.18 [1e83bf80] + StaticArraysCore v1.4.4 [10745b16] + Statistics v1.11.1 [b189fb0b] + ThreadPools v2.1.1 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.1+0 [4536629a] + OpenBLAS_jll v0.3.33+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 5.41s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Project No packages added to or removed from `~/.julia/environments/pkgeval/Project.toml` Manifest No packages added to or removed from `~/.julia/environments/pkgeval/Manifest.toml` Precompiling package dependencies... Precompiling project... 0.8 s ✓ StaticArraysCore 3.9 s ✓ ModernGL 0.9 s ✓ Statistics 1.9 s ✓ Preferences 38.2 s ✓ FixedPointNumbers 3.6 s ✓ PrecompileTools 4.8 s ✓ RecipesBase 301.0 s ✓ StaticArrays 30.7 s ✓ ThreadPools 35.3 s ✓ StaticArrays → StaticArraysStatisticsExt ┌ Info: JuliaLowering threw given input: │ code = │ :((glsl_type(::Texture) where {T, N}) = begin │ #= /home/pkgeval/.julia/packages/GLAbstraction/OfVTW/src/shader/glsl_typenames.jl:30 =# │ gli.GLTexture{glsl_type(T), N} │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [=] │ │ [where] │ │ [call] │ │ glsl_type :: Identifier │ │ [::] │ │ Texture :: Identifier │ │ T :: Identifier │ │ N :: Identifier │ │ [block] │ │ [curly] │ │ [.] │ │ gli :: Identifier │ │ [inert] │ │ GLTexture :: Identifier │ │ [call] │ │ glsl_type :: Identifier │ │ T :: Identifier │ │ N :: 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 │ [=] │ │ [where] │ │ [call] │ │ glsl_type :: Identifier │ scope_layer=1 │ [::] │ │ Texture :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ [block] │ │ [curly] │ │ [.] │ │ gli :: Identifier │ scope_layer=1 │ [inert] │ │ GLTexture :: Identifier │ │ [call] │ │ glsl_type :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/GLAbstraction/OfVTW/src/shader/glsl_typenames.jl" │ line = 30 └ mod = GLAbstraction ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/GLAbstraction/OfVTW/src/shader/glsl_typenames.jl:30 =# - method definition declares type variable but does not use it in the type of any function parameter Expression:  (_typevar T core.Any core.Any) Containing expressions:  (_typevar T core.Any core.Any)  Detailed provenance:  (_typevar T core.Any core.Any) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3012 =#  └─ T  └─ T  └─ @ /home/pkgeval/.julia/packages/GLAbstraction/OfVTW/src/shader/glsl_typenames.jl:30  Stacktrace:  [1] expand_function_def(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, src::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, raw_args::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, wheres::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, body::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, rett::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2860  [2] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4268  [3] Dict{Int64, Int64}()  @ Base /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [4] expand_forms_2(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4469  [5] 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  [6] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [7] top-level scope  @ ~/.julia/packages/GLAbstraction/OfVTW/src/GLAbstraction.jl:47  [8] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [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)  @ Base ./loading.jl:3271  [10] top-level scope  @ stdin:5  [11] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [12] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [13] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [14] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [15] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/GLAbstraction/OfVTW/src/shader/glsl_typenames.jl:30 in expression starting at /home/pkgeval/.julia/packages/GLAbstraction/OfVTW/src/GLAbstraction.jl:1 in expression starting at stdin:5 ✗ GLAbstraction 10 dependencies successfully precompiled in 553 seconds. 4 already precompiled. Precompilation completed after 565.6s ################################################################################ # Loading # Loading GLAbstraction... ┌ Info: JuliaLowering threw given input: │ code = │ :((glsl_type(::Texture) where {T, N}) = begin │ #= /home/pkgeval/.julia/packages/GLAbstraction/OfVTW/src/shader/glsl_typenames.jl:30 =# │ gli.GLTexture{glsl_type(T), N} │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [=] │ │ [where] │ │ [call] │ │ glsl_type :: Identifier │ │ [::] │ │ Texture :: Identifier │ │ T :: Identifier │ │ N :: Identifier │ │ [block] │ │ [curly] │ │ [.] │ │ gli :: Identifier │ │ [inert] │ │ GLTexture :: Identifier │ │ [call] │ │ glsl_type :: Identifier │ │ T :: Identifier │ │ N :: 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 │ [=] │ │ [where] │ │ [call] │ │ glsl_type :: Identifier │ scope_layer=1 │ [::] │ │ Texture :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ [block] │ │ [curly] │ │ [.] │ │ gli :: Identifier │ scope_layer=1 │ [inert] │ │ GLTexture :: Identifier │ │ [call] │ │ glsl_type :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/GLAbstraction/OfVTW/src/shader/glsl_typenames.jl" │ line = 30 └ mod = GLAbstraction ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/GLAbstraction/OfVTW/src/shader/glsl_typenames.jl:30 =# - method definition declares type variable but does not use it in the type of any function parameter Expression:  (_typevar T core.Any core.Any) Containing expressions:  (_typevar T core.Any core.Any)  Detailed provenance:  (_typevar T core.Any core.Any) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3012 =#  └─ T  └─ T  └─ @ /home/pkgeval/.julia/packages/GLAbstraction/OfVTW/src/shader/glsl_typenames.jl:30  Stacktrace:  [1] expand_function_def(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, src::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, raw_args::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, wheres::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, body::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, rett::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2860  [2] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4268  [3] Dict{Int64, Int64}()  @ Base /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [4] expand_forms_2(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4469  [5] 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  [6] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [7] top-level scope  @ ~/.julia/packages/GLAbstraction/OfVTW/src/GLAbstraction.jl:47  [8] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [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)  @ Base ./loading.jl:3271  [10] top-level scope  @ stdin:5  [11] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [12] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [13] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [14] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [15] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/GLAbstraction/OfVTW/src/shader/glsl_typenames.jl:30 in expression starting at /home/pkgeval/.julia/packages/GLAbstraction/OfVTW/src/GLAbstraction.jl:1 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ GLAbstraction │ [Output was shown above] └ ERROR: The following 1 package failed to precompile: GLAbstraction Failed to precompile GLAbstraction [ca6e7d0a-b0c9-59ca-8aba-aebf11497e1c] to "/home/pkgeval/.julia/compiled/v1.14/GLAbstraction/jl_hOvaUb" (ProcessExited(1)). Loading failed after 138.42s 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 GLAbstraction'`, ProcessExited(1)) [1] Stacktrace: [1] spawn_opts_inherit() @ Base ./process.jl:612 [inlined] [2] run(::Cmd; wait::Bool) @ Base ./process.jl:525 [3] run(::Cmd) @ Base ./process.jl:522 [4] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:197 [5] include(mod::Module, _path::String) @ Base ./Base.jl:326 [6] exec_options(opts::Base.JLOptions) @ Base ./client.jl:355 [7] _start() @ Base ./client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:188 PkgEval failed after 736.69s: package fails to precompile