Package evaluation to test GFXInfo on Julia 1.14.0-DEV.1352 (749bc618c5*) started at 2025-12-09T19:47:43.541 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.99s ################################################################################ # Installation # Installing GFXInfo... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [1e0a258e] + GFXInfo v1.0.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [1e0a258e] + GFXInfo v1.0.0 [692b3bcd] + JLLWrappers v1.7.1 [21216c6a] + Preferences v1.5.0 [a65dc6b1] + Xorg_libpciaccess_jll v0.18.1+0 [00b32d8b] + gfxinfo_c_bindings_jll v0.1.0+0 [8e53e030] + libdrm_jll v2.4.125+1 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [8f399da3] + Libdl v1.11.0 [de0858da] + Printf v1.11.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 [83775a58] + Zlib_jll v1.3.1+2 Installation completed after 1.93s ################################################################################ # Precompilation # ERROR: LoadError: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Nothing) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:10 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:577 in expression starting at /PkgEval.jl/scripts/precompile.jl:6 caused by: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Base.DevNull) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:7 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:577 Precompilation failed after 14.21s ################################################################################ # Testing # Testing GFXInfo Status `/tmp/jl_EeMgS3/Project.toml` [1e0a258e] GFXInfo v1.0.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_EeMgS3/Manifest.toml` [1e0a258e] GFXInfo v1.0.0 [692b3bcd] JLLWrappers v1.7.1 [21216c6a] Preferences v1.5.0 [a65dc6b1] Xorg_libpciaccess_jll v0.18.1+0 [00b32d8b] gfxinfo_c_bindings_jll v0.1.0+0 [8e53e030] libdrm_jll v2.4.125+1 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [8f399da3] Libdl v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 [83775a58] Zlib_jll v1.3.1+2 Testing Running tests... ERROR: LoadError: InitError: could not load library "/home/pkgeval/.julia/artifacts/09fc4026c04807786268ddd5a440fbf48e01161e/lib/libgfxinfo_c_bindings.so" libdrm_amdgpu.so.1: cannot open shared object file: No such file or directory Stacktrace:  [1] #dlopen#3  @ ./libdl.jl:120 [inlined]  [2] dlopen(s::String, flags::UInt32)  @ Base.Libc.Libdl ./libdl.jl:119  [3] top-level scope  @ ~/.julia/packages/gfxinfo_c_bindings_jll/9m5Gn/src/wrappers/x86_64-linux-gnu.jl:9  [4] macro expansion  @ ~/.julia/packages/JLLWrappers/m2Pjh/src/products/library_generators.jl:63 [inlined]  [5] run_module_init(mod::Module, i::Int64)  @ Base ./loading.jl:1547  [6] register_restored_modules(sv::Core.SimpleVector, pkg::Base.PkgId, path::String)  @ Base ./loading.jl:1535  [7] _include_from_serialized(pkg::Base.PkgId, path::String, ocachepath::Nothing, depmods::Vector{Any}; register::Bool)  @ Base ./loading.jl:1423  [8] _include_from_serialized  @ ./loading.jl:1380 [inlined]  [9] _require_search_from_serialized(pkg::Base.PkgId, sourcespec::Base.PkgLoadSpec, build_id::UInt128, stalecheck::Bool; reasons::Dict{String, Int64}, DEPOT_PATH::Vector{String})  @ Base ./loading.jl:2255  [10] _require_search_from_serialized  @ ./loading.jl:2149 [inlined]  [11] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2806  [12] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2665  [13] macro expansion  @ ./loading.jl:2593 [inlined]  [14] macro expansion  @ ./lock.jl:376 [inlined]  [15] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2557  [16] require  @ ./loading.jl:2533 [inlined]  [17] eval_import_path  @ ./module.jl:36 [inlined]  [18] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [19] _eval_using  @ ./module.jl:137 [inlined]  [20] _eval_using(to::Module, path::Expr)  @ Base ./module.jl:137  [21] top-level scope  @ ~/.julia/packages/GFXInfo/YSUzB/src/GFXInfo.jl:3  [22] include(mod::Module, _path::String)  @ Base ./Base.jl:309  [23] 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:3250  [24] top-level scope  @ stdin:5  [25] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3092  [27] include_string  @ ./loading.jl:3102 [inlined]  [28] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:342  [29] _start()  @ Base ./client.jl:577 during initialization of module gfxinfo_c_bindings_jll in expression starting at /home/pkgeval/.julia/packages/GFXInfo/YSUzB/src/GFXInfo.jl:1 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ GFXInfo │ [Output was shown above] └ ERROR: LoadError: The following 1 package failed to precompile: GFXInfo Failed to precompile GFXInfo [1e0a258e-4f42-48e3-aec2-b8d74ef17dc4] to "/home/pkgeval/.julia/compiled/v1.14/GFXInfo/jl_T2fADr" (ProcessExited(1)). in expression starting at /home/pkgeval/.julia/packages/GFXInfo/YSUzB/test/runtests.jl:1 Testing failed after 15.01s ERROR: LoadError: Package GFXInfo 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:3053 [3] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:2902 [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:572 [5] kwcall(::@NamedTuple{julia_args::Cmd, io::IOContext{IO}}, ::typeof(Pkg.API.test), ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:548 [6] 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 [7] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:161 [8] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [9] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [10] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkg::String) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [11] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:237 [12] include(mod::Module, _path::String) @ Base ./Base.jl:309 [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [14] _start() @ Base ./client.jl:577 in expression starting at /PkgEval.jl/scripts/evaluate.jl:228 PkgEval failed after 56.43s: package requires a missing binary dependency