Package evaluation of ContinuousTimePolicyGradients on Julia 1.11.4 (a71dd056e0*) started at 2025-04-09T02:48:44.195 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 6.56s ################################################################################ # Installation # Installing ContinuousTimePolicyGradients... Resolving package versions... Installation failed after 5.86s ERROR: LoadError: Unsatisfiable requirements detected for package CUDA [052768ef]: CUDA [052768ef] log: ├─possible versions are: 0.1.0 - 5.7.2 or uninstalled ├─restricted by julia compatibility requirements to versions: [2.3.0, 2.5.0 - 5.7.2] or uninstalled ├─restricted by compatibility requirements with LLVM [929cbde3] to versions: 3.3.3 - 5.7.2 or uninstalled │ └─LLVM [929cbde3] log: │ ├─possible versions are: 0.9.0 - 9.2.0 or uninstalled │ └─restricted by julia compatibility requirements to versions: 4.0.0 - 9.2.0 or uninstalled ├─restricted by compatibility requirements with Flux [587475ba] to versions: 3.0.0 - 4.4.2, leaving only versions: 3.3.3 - 4.4.2 │ └─Flux [587475ba] log: │ ├─possible versions are: 0.4.1 - 0.16.3 or uninstalled │ ├─restricted by compatibility requirements with CodecZlib [944b1d66] to versions: [0.4.1 - 0.6.6, 0.10.4 - 0.16.3] or uninstalled │ │ └─CodecZlib [944b1d66] log: │ │ ├─possible versions are: 0.4.4 - 0.7.8 or uninstalled │ │ └─restricted by compatibility requirements with BinaryProvider [b99e7846] to versions: 0.7.0 - 0.7.8 or uninstalled │ │ └─BinaryProvider [b99e7846] log: │ │ ├─possible versions are: 0.4.0 - 0.5.10 or uninstalled │ │ └─restricted by julia compatibility requirements to versions: uninstalled │ ├─restricted by compatibility requirements with CuArrays [3a865a2d] to versions: [0.4.1 - 0.8.3, 0.11.0 - 0.16.3] or uninstalled, leaving only versions: [0.4.1 - 0.6.6, 0.11.0 - 0.16.3] or uninstalled │ │ └─CuArrays [3a865a2d] log: │ │ ├─possible versions are: 0.2.1 - 2.2.2 or uninstalled │ │ └─restricted by julia compatibility requirements to versions: uninstalled │ ├─restricted by compatibility requirements with CUDA [052768ef] to versions: [0.4.1 - 0.10.4, 0.12.2 - 0.16.3] or uninstalled, leaving only versions: [0.4.1 - 0.6.6, 0.12.2 - 0.16.3] or uninstalled │ │ └─CUDA [052768ef] log: see above │ └─restricted by compatibility requirements with DiffEqFlux [aae7a2af] to versions: 0.10.1 - 0.13.17, leaving only versions: 0.12.2 - 0.13.17 │ └─DiffEqFlux [aae7a2af] log: │ ├─possible versions are: 0.0.1 - 4.3.0 or uninstalled │ ├─restricted by compatibility requirements with ContinuousTimePolicyGradients [60abdf2c] to versions: 1.0.0 - 1.54.0 │ │ └─ContinuousTimePolicyGradients [60abdf2c] log: │ │ ├─possible versions are: 0.1.3 or uninstalled │ │ └─restricted to versions 0.1.3 by an explicit requirement, leaving only versions: 0.1.3 │ ├─restricted by compatibility requirements with GalacticOptim [a75be94c] to versions: [0.0.1 - 1.23.0, 1.41.0 - 1.46.1, 1.48.0 - 4.3.0] or uninstalled, leaving only versions: [1.0.0 - 1.23.0, 1.41.0 - 1.46.1, 1.48.0 - 1.54.0] │ │ └─GalacticOptim [a75be94c] log: │ │ ├─possible versions are: 0.1.0 - 3.4.0 or uninstalled │ │ └─restricted by compatibility requirements with ContinuousTimePolicyGradients [60abdf2c] to versions: 2.0.0 - 2.5.0 │ │ └─ContinuousTimePolicyGradients [60abdf2c] log: see above │ └─restricted by compatibility requirements with Flux [587475ba] to versions: 1.35.0 - 4.3.0 or uninstalled, leaving only versions: [1.41.0 - 1.46.1, 1.48.0 - 1.54.0] │ └─Flux [587475ba] log: see above └─restricted by compatibility requirements with GPUCompiler [61eb1bfa] to versions: 5.0.0 - 5.7.2 or uninstalled — no versions left └─GPUCompiler [61eb1bfa] log: ├─possible versions are: 0.1.0 - 1.3.2 or uninstalled └─restricted by julia compatibility requirements to versions: 0.23.0 - 1.3.2 or uninstalled Stacktrace: [1] propagate_constraints!(graph::Pkg.Resolve.Graph, sources::Set{Int64}; log_events::Bool) @ Pkg.Resolve /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Resolve/graphtype.jl:1072 [2] propagate_constraints! (repeats 2 times) @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Resolve/graphtype.jl:1008 [inlined] [3] simplify_graph!(graph::Pkg.Resolve.Graph, sources::Set{Int64}; clean_graph::Bool) @ Pkg.Resolve /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Resolve/graphtype.jl:1533 [4] simplify_graph! (repeats 2 times) @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Resolve/graphtype.jl:1532 [inlined] [5] resolve_versions!(env::Pkg.Types.EnvCache, registries::Vector{Pkg.Registry.RegistryInstance}, pkgs::Vector{Pkg.Types.PackageSpec}, julia_version::VersionNumber, installed_only::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Operations.jl:430 [6] targeted_resolve(env::Pkg.Types.EnvCache, registries::Vector{Pkg.Registry.RegistryInstance}, pkgs::Vector{Pkg.Types.PackageSpec}, preserve::Pkg.Types.PreserveLevel, julia_version::VersionNumber) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Operations.jl:1398 [7] tiered_resolve(env::Pkg.Types.EnvCache, registries::Vector{Pkg.Registry.RegistryInstance}, pkgs::Vector{Pkg.Types.PackageSpec}, julia_version::VersionNumber, try_all_installed::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Operations.jl:1387 [8] _resolve(io::IOContext{IO}, env::Pkg.Types.EnvCache, registries::Vector{Pkg.Registry.RegistryInstance}, pkgs::Vector{Pkg.Types.PackageSpec}, preserve::Pkg.Types.PreserveLevel, julia_version::VersionNumber) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Operations.jl:1408 [9] add(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}, new_git::Set{UUID}; allow_autoprecomp::Bool, preserve::Pkg.Types.PreserveLevel, platform::Base.BinaryPlatforms.Platform, target::Symbol) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Operations.jl:1442 [10] add @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Operations.jl:1414 [inlined] [11] add(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; preserve::Pkg.Types.PreserveLevel, platform::Base.BinaryPlatforms.Platform, target::Symbol, allow_autoprecomp::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:312 [12] add(pkgs::Vector{Pkg.Types.PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:159 [13] add(pkgs::Vector{Pkg.Types.PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:148 [14] add(pkg::Pkg.Types.PackageSpec) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:146 [15] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:112 in expression starting at /PkgEval.jl/scripts/evaluate.jl:109 PkgEval skipped after 21.52s: package could not be installed