Package evaluation to test System on Julia 1.14.0-DEV.3155 (07edee4e4c*) started at 2026-09-10T13:53:12.934 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 16.46s ################################################################################ # Installation # Installing System... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [75a07032] + System v0.1.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [d43a6710] + CBinding v1.1.0 [692b3bcd] + JLLWrappers v1.8.0 [21216c6a] + Preferences v1.5.2 [6c6a2e73] + Scratch v1.3.0 [75a07032] + System v0.1.0 ⌅ [0ee61d77] + Clang_jll v18.1.7+5 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.13.0 [8f399da3] + Libdl v1.11.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 [83775a58] + Zlib_jll v1.3.2+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 2.8s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... ERROR: LoadError: UndefVarError: `libclang_path` not defined in `Clang_jll` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/CBinding/nBAFM/src/libclang.jl:21 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:335 [4] top-level scope @ ~/.julia/packages/CBinding/nBAFM/src/CBinding.jl:112 [5] include(mod::Module, _path::String) @ Base Base.jl:334 [6] top-level scope @ stdin:5 in expression starting at /home/pkgeval/.julia/packages/CBinding/nBAFM/src/libclang.jl:17 in expression starting at /home/pkgeval/.julia/packages/CBinding/nBAFM/src/CBinding.jl:1 in expression starting at stdin:5 ✗ CBinding ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("d43a6710-96b8-4a2d-833c-c424785e5374"), "CBinding") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) (cache not reused: 1 for different source file path) Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] require(into::Module, mod::Symbol) @ Base loading.jl:2694 [inlined] [3] top-level scope @ ~/.julia/packages/System/uxkoH/src/System.jl:2 [4] include(mod::Module, _path::String) @ Base Base.jl:334 [5] top-level scope @ stdin:5 in expression starting at /home/pkgeval/.julia/packages/System/uxkoH/src/System.jl:1 in expression starting at stdin:5 ✗ System 0 dependencies successfully precompiled in 13 seconds. 17 already precompiled. 2 dependencies had output during precompilation: ┌ CBinding │ ERROR: LoadError: UndefVarError: `libclang_path` not defined in `Clang_jll` │ Suggestion: check for spelling errors or missing imports. │ Stacktrace: │ [1] getproperty(x::Module, f::Symbol) │ @ Base Base_compiler.jl:51 │ [2] top-level scope │ @ ~/.julia/packages/CBinding/nBAFM/src/libclang.jl:21 │ [3] include(mapexpr::Function, mod::Module, _path::String) │ @ Base Base.jl:335 │ [4] top-level scope │ @ ~/.julia/packages/CBinding/nBAFM/src/CBinding.jl:112 │ [5] include(mod::Module, _path::String) │ @ Base Base.jl:334 │ [6] top-level scope │ @ stdin:5 │ in expression starting at /home/pkgeval/.julia/packages/CBinding/nBAFM/src/libclang.jl:17 │ in expression starting at /home/pkgeval/.julia/packages/CBinding/nBAFM/src/CBinding.jl:1 │ in expression starting at stdin:5 └ ┌ System │ ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("d43a6710-96b8-4a2d-833c-c424785e5374"), "CBinding") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) (cache not reused: 1 for different source file path) │ Stacktrace: │ [1] error(s::String) │ @ Base error.jl:56 │ [2] require(into::Module, mod::Symbol) │ @ Base loading.jl:2694 [inlined] │ [3] top-level scope │ @ ~/.julia/packages/System/uxkoH/src/System.jl:2 │ [4] include(mod::Module, _path::String) │ @ Base Base.jl:334 │ [5] top-level scope │ @ stdin:5 │ in expression starting at /home/pkgeval/.julia/packages/System/uxkoH/src/System.jl:1 │ in expression starting at stdin:5 └ ERROR: LoadError: The following 2 packages failed to precompile: CBinding Failed to precompile CBinding [d43a6710-96b8-4a2d-833c-c424785e5374] to "/home/pkgeval/.julia/compiled/v1.14/CBinding/jl_Ip0Cy3" (ProcessExited(1)). System Failed to precompile System [75a07032-1394-4a60-8011-bf81691479e2] to "/home/pkgeval/.julia/compiled/v1.14/System/jl_82MDGN" (ProcessExited(1)). in expression starting at /PkgEval.jl/scripts/precompile.jl:34 Precompilation failed after 33.91s ################################################################################ # Testing # Testing System Status `/tmp/jl_bCLTcg/Project.toml` [75a07032] System v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_bCLTcg/Manifest.toml` [d43a6710] CBinding v1.1.0 [692b3bcd] JLLWrappers v1.8.0 [21216c6a] Preferences v1.5.2 [6c6a2e73] Scratch v1.3.0 [75a07032] System v0.1.0 ⌅ [0ee61d77] Clang_jll v18.1.7+5 [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.13.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.2+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... ERROR: LoadError: UndefVarError: `libclang_path` not defined in `Clang_jll` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/CBinding/nBAFM/src/libclang.jl:21 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:335 [4] top-level scope @ ~/.julia/packages/CBinding/nBAFM/src/CBinding.jl:112 [5] include(mod::Module, _path::String) @ Base Base.jl:334 [6] top-level scope @ stdin:5 in expression starting at /home/pkgeval/.julia/packages/CBinding/nBAFM/src/libclang.jl:17 in expression starting at /home/pkgeval/.julia/packages/CBinding/nBAFM/src/CBinding.jl:1 in expression starting at stdin:5 ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("d43a6710-96b8-4a2d-833c-c424785e5374"), "CBinding") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) (cache not reused: 1 for different source file path) Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] require(into::Module, mod::Symbol) @ Base loading.jl:2694 [inlined] [3] top-level scope @ ~/.julia/packages/System/uxkoH/src/System.jl:2 [4] include(mod::Module, _path::String) @ Base Base.jl:334 [5] top-level scope @ stdin:5 in expression starting at /home/pkgeval/.julia/packages/System/uxkoH/src/System.jl:1 in expression starting at stdin:5 2 dependencies had output during precompilation: ┌ CBinding │ ERROR: LoadError: UndefVarError: `libclang_path` not defined in `Clang_jll` │ Suggestion: check for spelling errors or missing imports. │ Stacktrace: │ [1] getproperty(x::Module, f::Symbol) │ @ Base Base_compiler.jl:51 │ [2] top-level scope │ @ ~/.julia/packages/CBinding/nBAFM/src/libclang.jl:21 │ [3] include(mapexpr::Function, mod::Module, _path::String) │ @ Base Base.jl:335 │ [4] top-level scope │ @ ~/.julia/packages/CBinding/nBAFM/src/CBinding.jl:112 │ [5] include(mod::Module, _path::String) │ @ Base Base.jl:334 │ [6] top-level scope │ @ stdin:5 │ in expression starting at /home/pkgeval/.julia/packages/CBinding/nBAFM/src/libclang.jl:17 │ in expression starting at /home/pkgeval/.julia/packages/CBinding/nBAFM/src/CBinding.jl:1 │ in expression starting at stdin:5 └ ┌ System │ [Output was shown above] └ ERROR: LoadError: The following 2 packages failed to precompile: CBinding Failed to precompile CBinding [d43a6710-96b8-4a2d-833c-c424785e5374] to "/home/pkgeval/.julia/compiled/v1.14/CBinding/jl_rDmt7s" (ProcessExited(1)). System Failed to precompile System [75a07032-1394-4a60-8011-bf81691479e2] to "/home/pkgeval/.julia/compiled/v1.14/System/jl_rfZfPY" (ProcessExited(1)). in expression starting at /home/pkgeval/.julia/packages/System/uxkoH/test/runtests.jl:2 Testing failed after 19.87s ERROR: LoadError: Package System 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:3298 [3] 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 [4] 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 [5] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [6] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [7] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 103.01s: package fails to precompile