Package evaluation to test DynamicOED on Julia 1.14.0-DEV.1589 (2d9a3f8a61*) started at 2026-01-21T17:33:16.036 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 10.29s ################################################################################ # Installation # Installing DynamicOED... Resolving package versions... Installation failed after 6.27s ERROR: LoadError: Unsatisfiable requirements detected for package Enzyme [7da242da]: Enzyme [7da242da] log: ├─possible versions are: 0.1.0 - 0.13.118 or uninstalled ├─restricted by compatibility requirements with LLVM [929cbde3] to versions: 0.6.2 - 0.13.118 or uninstalled │ └─LLVM [929cbde3] log: │ ├─possible versions are: 0.9.0 - 9.4.4 or uninstalled │ ├─restricted by julia compatibility requirements to versions: 4.0.0 - 9.4.4 or uninstalled │ ├─restricted by compatibility requirements with Enzyme [7da242da] to versions: 4.1.0 - 9.4.4 │ │ └─Enzyme [7da242da] log: see above │ └─restricted by compatibility requirements with GPUCompiler [61eb1bfa] to versions: 9.3.0 - 9.4.4 │ └─GPUCompiler [61eb1bfa] log: │ ├─possible versions are: 0.1.0 - 1.8.1 or uninstalled │ ├─restricted by julia compatibility requirements to versions: 1.6.0 - 1.8.1 or uninstalled │ └─restricted by compatibility requirements with Enzyme [7da242da] to versions: [0.13.0 - 0.17.3, 0.19.0 - 1.8.1], leaving only versions: 1.6.0 - 1.8.1 │ └─Enzyme [7da242da] log: see above ├─restricted by compatibility requirements with SciMLSensitivity [1ed8b502] to versions: 0.8.0 - 0.13.118 │ └─SciMLSensitivity [1ed8b502] log: │ ├─possible versions are: 7.0.0 - 7.93.0 or uninstalled │ ├─required (without additional version restrictions) by DynamicOED [bec7fea8] │ │ └─DynamicOED [bec7fea8] log: │ │ ├─possible versions are: 0.1.0 - 0.1.2 or uninstalled │ │ └─restricted to versions 0.1.2 by an explicit requirement, leaving only versions: 0.1.2 │ └─restricted by compatibility requirements with SciMLBase [0bca4576] to versions: 7.40.0 - 7.51.0 or uninstalled, leaving only versions: 7.40.0 - 7.51.0 │ └─SciMLBase [0bca4576] log: │ ├─possible versions are: 1.0.0 - 2.134.0 or uninstalled │ └─restricted by compatibility requirements with DynamicOED [bec7fea8] to versions: 2.7.0 - 2.7.3 │ └─DynamicOED [bec7fea8] log: see above ├─restricted by compatibility requirements with ADTypes [47edcb42] to versions: 0.1.0 - 0.13.79 or uninstalled, leaving only versions: 0.8.0 - 0.13.79 │ └─ADTypes [47edcb42] log: │ ├─possible versions are: 0.1.0 - 1.21.0 or uninstalled │ ├─restricted by compatibility requirements with SciMLBase [0bca4576] to versions: 0.1.3 - 0.2.7 │ │ └─SciMLBase [0bca4576] log: see above │ └─restricted by compatibility requirements with Optimization [7f7a1694] to versions: 0.1.5 - 0.2.7 │ └─Optimization [7f7a1694] log: │ ├─possible versions are: 3.5.0 - 5.4.0 or uninstalled │ └─restricted by compatibility requirements with DynamicOED [bec7fea8] to versions: 3.19.0 - 3.19.3 │ └─DynamicOED [bec7fea8] log: see above ├─restricted by compatibility requirements with Optimization [7f7a1694] to versions: 0.11.2 - 0.11.20 or uninstalled, leaving only versions: 0.11.2 - 0.11.20 │ └─Optimization [7f7a1694] log: see above └─restricted by compatibility requirements with GPUCompiler [61eb1bfa] to versions: 0.13.35 - 0.13.118 or uninstalled — no versions left └─GPUCompiler [61eb1bfa] 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:116 [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:113 PkgEval skipped after 32.0s: package could not be installed