Package evaluation to test BOMBs on Julia 1.14.0-DEV.1555 (0c48c4942b*) started at 2026-01-14T11:39:08.010 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.45s ################################################################################ # Installation # Installing BOMBs... Resolving package versions... Installation failed after 6.32s ERROR: LoadError: Unsatisfiable requirements detected for package DataFrames [a93c6f00]: DataFrames [a93c6f00] log: ├─possible versions are: 0.11.7 - 1.8.1 or uninstalled ├─restricted by compatibility requirements with BOMBs [9fa3cf97] to versions: [0.21.0 - 0.21.8, 1.0.0 - 1.8.1] │ └─BOMBs [9fa3cf97] log: │ ├─possible versions are: 0.1.0 - 0.2.3 or uninstalled │ └─restricted to versions 0.2.3 by an explicit requirement, leaving only versions: 0.2.3 ├─restricted by compatibility requirements with SortingAlgorithms [a2af1166] to versions: 1.0.0 - 1.8.1 or uninstalled, leaving only versions: 1.0.0 - 1.8.1 │ └─SortingAlgorithms [a2af1166] log: │ ├─possible versions are: 0.3.0 - 1.2.2 or uninstalled │ ├─restricted by julia compatibility requirements to versions: 1.1.0 - 1.2.2 or uninstalled │ └─required (without additional version restrictions) by DataFrames [a93c6f00] │ └─DataFrames [a93c6f00] log: see above ├─restricted by compatibility requirements with Compat [34da2185] to versions: 0.20.0 - 1.3.6 or uninstalled, leaving only versions: 1.0.0 - 1.3.6 │ └─Compat [34da2185] log: │ ├─possible versions are: 1.0.0 - 4.18.1 or uninstalled │ ├─restricted by julia compatibility requirements to versions: 2.0.0 - 4.18.1 or uninstalled │ ├─restricted by compatibility requirements with BlackBoxOptim [a134a8b2] to versions: 1.0.0 - 3.47.0, leaving only versions: 2.0.0 - 3.47.0 │ │ └─BlackBoxOptim [a134a8b2] log: │ │ ├─possible versions are: 0.4.0 - 0.6.3 or uninstalled │ │ └─restricted by compatibility requirements with BOMBs [9fa3cf97] to versions: 0.5.0 │ │ └─BOMBs [9fa3cf97] log: see above │ ├─restricted by compatibility requirements with DataFrames [a93c6f00] to versions: 2.2.0 - 4.18.1, leaving only versions: 2.2.0 - 3.47.0 │ │ └─DataFrames [a93c6f00] log: see above │ ├─restricted by compatibility requirements with HDF5 [f67ccb44] to versions: 3.1.0 - 3.47.0 │ │ └─HDF5 [f67ccb44] log: │ │ ├─possible versions are: 0.9.4 - 0.17.2 or uninstalled │ │ └─restricted by compatibility requirements with JLD [4138dd39] to versions: 0.14.0 - 0.15.7 │ │ └─JLD [4138dd39] log: │ │ ├─possible versions are: 0.9.0 - 0.13.5 or uninstalled │ │ └─restricted by compatibility requirements with BOMBs [9fa3cf97] to versions: 0.12.0 - 0.12.5 │ │ └─BOMBs [9fa3cf97] log: see above │ └─restricted by compatibility requirements with GaussianMixtures [cc18c42c] to versions: 3.6.0 - 4.18.1, leaving only versions: 3.6.0 - 3.47.0 │ └─GaussianMixtures [cc18c42c] log: │ ├─possible versions are: 0.3.0 - 0.3.14 or uninstalled │ ├─required (without additional version restrictions) by BOMBs [9fa3cf97] │ │ └─BOMBs [9fa3cf97] log: see above │ ├─restricted by compatibility requirements with JLD2 [033835bb] to versions: [0.3.0, 0.3.5 - 0.3.14] or uninstalled, leaving only versions: [0.3.0, 0.3.5 - 0.3.14] │ │ └─JLD2 [033835bb] log: │ │ ├─possible versions are: 0.1.0 - 0.6.3 or uninstalled │ │ └─restricted by julia compatibility requirements to versions: 0.4.28 - 0.6.3 or uninstalled │ └─restricted by compatibility requirements with JLD [4138dd39] to versions: 0.3.1 - 0.3.14 or uninstalled, leaving only versions: 0.3.5 - 0.3.14 │ └─JLD [4138dd39] log: see above └─restricted by compatibility requirements with CSV [336ed68f] to versions: 0.21.0 - 0.21.8 — no versions left └─CSV [336ed68f] log: ├─possible versions are: 0.3.0 - 0.10.15 or uninstalled ├─restricted by compatibility requirements with BOMBs [9fa3cf97] to versions: 0.6.0 - 0.6.2 │ └─BOMBs [9fa3cf97] log: see above └─restricted by compatibility requirements with DataFrames [a93c6f00] to versions: 0.6.2 - 0.10.15 or uninstalled, leaving only versions: 0.6.2 └─DataFrames [a93c6f00] log: see above Stacktrace: [1] propagate_constraints!(graph::Pkg.Resolve.Graph, sources::Set{Int64}; log_events::Bool, err_msg_preamble::String) @ Pkg.Resolve /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Resolve/graphtype.jl:1195 ┌ [2] propagate_constraints! │ @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Resolve/graphtype.jl:1112 [inlined] ╰──── repeated 2 times [4] simplify_graph!(graph::Pkg.Resolve.Graph, sources::Set{Int64}; validate_versions::Bool) @ Pkg.Resolve /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Resolve/graphtype.jl:1719 ┌ [5] simplify_graph! │ @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Resolve/graphtype.jl:1718 [inlined] ╰──── repeated 2 times [7] resolve_versions!(env::Pkg.Types.EnvCache, registries::Vector{Pkg.Registry.RegistryInstance}, pkgs::Vector{PackageSpec}, julia_version::VersionNumber, installed_only::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:825 [8] targeted_resolve @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:2181 [inlined] [9] tiered_resolve(env::Pkg.Types.EnvCache, registries::Vector{Pkg.Registry.RegistryInstance}, pkgs::Vector{PackageSpec}, julia_version::VersionNumber, try_all_installed::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:2170 [10] _resolve(io::IOContext{IO}, env::Pkg.Types.EnvCache, registries::Vector{Pkg.Registry.RegistryInstance}, pkgs::Vector{PackageSpec}, preserve::PreserveLevel, julia_version::VersionNumber) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:2195 [11] add(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}, new_git::Set{UUID}; allow_autoprecomp::Bool, preserve::PreserveLevel, platform::Base.BinaryPlatforms.Platform, target::Symbol) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:2308 [12] add @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:2257 [inlined] [13] add(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; preserve::PreserveLevel, platform::Base.BinaryPlatforms.Platform, target::Symbol, allow_autoprecomp::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:379 [14] add(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [15] add(pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:161 [16] add(pkg::PackageSpec) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [17] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:130 [18] include(mod::Module, _path::String) @ Base ./Base.jl:309 [19] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [20] _start() @ Base ./client.jl:585 in expression starting at /PkgEval.jl/scripts/evaluate.jl:127 PkgEval skipped after 33.37s: package could not be installed