Package evaluation to test MitosisStochasticDiffEq on Julia 1.14.0-DEV.30 (073666df8b*) started at 2025-11-05T01:39:33.013 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.62s ################################################################################ # Installation # Installing MitosisStochasticDiffEq... Resolving package versions... Installation failed after 6.48s ERROR: LoadError: Unsatisfiable requirements detected for package StochasticDiffEq [789caeaf]: StochasticDiffEq [789caeaf] log: ├─possible versions are: 5.0.0 - 6.84.0 or uninstalled ├─restricted by compatibility requirements with MitosisStochasticDiffEq [6d72f4e6] to versions: 6.32.0 - 6.84.0 │ └─MitosisStochasticDiffEq [6d72f4e6] log: │ ├─possible versions are: 0.1.0 - 0.2.0 or uninstalled │ └─restricted to versions 0.2.0 by an explicit requirement, leaving only versions: 0.2.0 ├─restricted by compatibility requirements with OrdinaryDiffEq [1dea7af3] to versions: [5.0.0 - 6.42.0, 6.73.0 - 6.84.0] or uninstalled, leaving only versions: [6.32.0 - 6.42.0, 6.73.0 - 6.84.0] │ └─OrdinaryDiffEq [1dea7af3] log: │ ├─possible versions are: 4.0.0 - 6.103.0 or uninstalled │ └─restricted by compatibility requirements with MitosisStochasticDiffEq [6d72f4e6] to versions: 5.50.0 - 5.71.2 │ └─MitosisStochasticDiffEq [6d72f4e6] log: see above ├─restricted by compatibility requirements with DiffEqBase [2b5f629d] to versions: [6.2.0 - 6.7.0, 6.10.0 - 6.53.0] or uninstalled, leaving only versions: 6.32.0 - 6.42.0 │ └─DiffEqBase [2b5f629d] log: │ ├─possible versions are: 3.13.2 - 6.190.2 or uninstalled │ ├─restricted by compatibility requirements with StochasticDiffEq [789caeaf] to versions: 6.19.0 - 6.190.2 │ │ └─StochasticDiffEq [789caeaf] log: see above │ ├─restricted by compatibility requirements with OrdinaryDiffEq [1dea7af3] to versions: 6.38.0 - 6.84.0 │ │ └─OrdinaryDiffEq [1dea7af3] log: see above │ └─restricted by compatibility requirements with StaticArrays [90137ffa] to versions: [3.13.2 - 4.23.4, 6.50.0 - 6.190.2] or uninstalled, leaving only versions: 6.50.0 - 6.84.0 │ └─StaticArrays [90137ffa] log: │ ├─possible versions are: 0.8.0 - 1.9.15 or uninstalled │ ├─restricted by compatibility requirements with MitosisStochasticDiffEq [6d72f4e6] to versions: 1.0.0 - 1.9.15 │ │ └─MitosisStochasticDiffEq [6d72f4e6] log: see above │ └─restricted by julia compatibility requirements to versions: [0.12.0 - 0.12.6, 1.5.17 - 1.9.15] or uninstalled, leaving only versions: 1.5.17 - 1.9.15 └─restricted by compatibility requirements with FillArrays [1a297f60] to versions: [5.0.0 - 6.4.0, 6.46.0 - 6.84.0] or uninstalled — no versions left └─FillArrays [1a297f60] log: ├─possible versions are: 0.2.0 - 1.14.0 or uninstalled └─restricted by julia compatibility requirements to versions: 0.13.8 - 1.14.0 or uninstalled 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:1145 ┌ [2] propagate_constraints! │ @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Resolve/graphtype.jl:1062 [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:1669 ┌ [5] simplify_graph! │ @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Resolve/graphtype.jl:1668 [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:767 [8] targeted_resolve @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:2052 [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:2041 [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:2066 [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:2179 [12] add @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:2128 [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:112 [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:577 in expression starting at /PkgEval.jl/scripts/evaluate.jl:109 PkgEval skipped after 29.77s: package could not be installed