Package evaluation of LCMCore on Julia 1.10.8 (92f03a4775*) started at 2025-02-25T05:28:05.271 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 5.05s ################################################################################ # Installation # Installing LCMCore... Resolving package versions... Installed LCMCore ─ v0.6.2 Updating `~/.julia/environments/v1.10/Project.toml` [0ea44823] + LCMCore v0.6.2 Updating `~/.julia/environments/v1.10/Manifest.toml` [6ccb8d0d] + FastIOBuffers v0.3.1 [0ea44823] + LCMCore v0.6.2 [aea7be01] + PrecompileTools v1.2.1 [21216c6a] + Preferences v1.4.3 [90137ffa] + StaticArrays v1.9.12 [1e83bf80] + StaticArraysCore v1.4.3 [c4a57d5a] + UnsafeArrays v1.0.6 [56f22d72] + Artifacts [ade2ca70] + Dates [7b1f6079] + FileWatching [8f399da3] + Libdl [37e2e46d] + LinearAlgebra [de0858da] + Printf [9a3f8284] + Random [ea8e919c] + SHA v0.7.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode [e66e0078] + CompilerSupportLibraries_jll v1.1.1+0 [4536629a] + OpenBLAS_jll v0.3.23+4 [8e850b90] + libblastrampoline_jll v5.11.0+0 Building LCMCore → `~/.julia/scratchspaces/44cfe95a-1eb2-52ea-b672-e2afdf69b78f/27a6667b68d0fb1c1399280099739184839ea6eb/build.log` Installation failed after 42.63s ERROR: LoadError: Error building `LCMCore`: Activating project at `~/.julia/packages/LCMCore/7tRlv/deps` ┌ Warning: The active manifest file is an older format with no julia version entry. Dependencies may have been resolved with a different julia version. └ @ ~/.julia/packages/LCMCore/7tRlv/deps/Manifest.toml:0 Installed CMake ─ v1.1.1 Building CMake → `~/.julia/scratchspaces/44cfe95a-1eb2-52ea-b672-e2afdf69b78f/6e39bef3cbb8321e8a464b18a5c20d7cef813938/build.log` ERROR: LoadError: None of the selected providers can install dependency glib. Use BinDeps.debug(package_name) to see available providers Stacktrace: [1] error(s::String) @ Base ./error.jl:35 [2] satisfy!(dep::BinDeps.LibraryDependency, methods::Vector{DataType}) @ BinDeps ~/.julia/packages/BinDeps/ZEval/src/dependencies.jl:949 [3] satisfy!(dep::BinDeps.LibraryDependency) @ BinDeps ~/.julia/packages/BinDeps/ZEval/src/dependencies.jl:922 [4] macro expansion @ ~/.julia/packages/BinDeps/ZEval/src/dependencies.jl:977 [inlined] [5] top-level scope @ ~/.julia/packages/LCMCore/7tRlv/deps/build.jl:975 [6] include(fname::String) @ Base.MainInclude ./client.jl:494 [7] top-level scope @ none:5 in expression starting at /home/pkgeval/.julia/packages/LCMCore/7tRlv/deps/build.jl:75 Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Types.jl:70 [2] (::Pkg.Operations.var"#67#74"{Bool, Pkg.Types.Context, String, Pkg.Types.PackageSpec, String})() @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1170 [3] withenv(::Pkg.Operations.var"#67#74"{Bool, Pkg.Types.Context, String, Pkg.Types.PackageSpec, String}, ::Pair{String, String}, ::Vararg{Pair{String}}) @ Base ./env.jl:257 [4] (::Pkg.Operations.var"#117#122"{String, Bool, Bool, Bool, Pkg.Operations.var"#67#74"{Bool, Pkg.Types.Context, String, Pkg.Types.PackageSpec, String}, Pkg.Types.PackageSpec})() @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1840 [5] with_temp_env(fn::Pkg.Operations.var"#117#122"{String, Bool, Bool, Bool, Pkg.Operations.var"#67#74"{Bool, Pkg.Types.Context, String, Pkg.Types.PackageSpec, String}, Pkg.Types.PackageSpec}, temp_env::String) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1721 [6] (::Pkg.Operations.var"#115#120"{Dict{String, Any}, Bool, Bool, Bool, Pkg.Operations.var"#67#74"{Bool, Pkg.Types.Context, String, Pkg.Types.PackageSpec, String}, Pkg.Types.Context, Pkg.Types.PackageSpec, String, Nothing, String})(tmp::String) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1810 [7] mktempdir(fn::Pkg.Operations.var"#115#120"{Dict{String, Any}, Bool, Bool, Bool, Pkg.Operations.var"#67#74"{Bool, Pkg.Types.Context, String, Pkg.Types.PackageSpec, String}, Pkg.Types.Context, Pkg.Types.PackageSpec, String, Nothing, String}, parent::String; prefix::String) @ Base.Filesystem ./file.jl:766 [8] mktempdir(fn::Function, parent::String) @ Base.Filesystem ./file.jl:762 [9] mktempdir @ ./file.jl:762 [inlined] [10] sandbox(fn::Function, ctx::Pkg.Types.Context, target::Pkg.Types.PackageSpec, target_path::String, sandbox_path::String, sandbox_project_override::Nothing; preferences::Dict{String, Any}, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1768 [11] build_versions(ctx::Pkg.Types.Context, uuids::Set{UUID}; verbose::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1151 [12] build_versions @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1069 [inlined] [13] add(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}, new_git::Set{UUID}; preserve::Pkg.Types.PreserveLevel, platform::Base.BinaryPlatforms.Platform) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1413 [14] add @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1390 [inlined] [15] add(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; preserve::Pkg.Types.PreserveLevel, platform::Base.BinaryPlatforms.Platform, kwargs::@Kwargs{io::Base.PipeEndpoint}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:278 [16] add(pkgs::Vector{Pkg.Types.PackageSpec}; io::Base.PipeEndpoint, kwargs::@Kwargs{}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:159 [17] add(pkgs::Vector{Pkg.Types.PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:148 [18] add(pkg::Pkg.Types.PackageSpec) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:146 [19] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:112 in expression starting at /PkgEval.jl/scripts/evaluate.jl:109 PkgEval skipped after 57.97s: package could not be installed