Package evaluation of TSMLextra on Julia 1.12.0-rc1.2 (995ff9db19*) started at 2025-07-15T06:11:07.876 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.54s ################################################################################ # Installation # Installing TSMLextra... Resolving package versions... Installation failed after 5.73s ERROR: LoadError: Unsatisfiable requirements detected for package Compat [34da2185]: Compat [34da2185] log: ├─possible versions are: 1.0.0 - 4.17.0 or uninstalled ├─restricted by julia compatibility requirements to versions: 2.0.0 - 4.17.0 or uninstalled ├─restricted by compatibility requirements with JLD [4138dd39] to versions: 1.0.0 - 3.47.0, leaving only versions: 2.0.0 - 3.47.0 │ └─JLD [4138dd39] log: │ ├─possible versions are: 0.9.0 - 0.13.5 or uninstalled │ └─restricted by compatibility requirements with TSMLextra [0c7047ce] to versions: 0.9.0 - 0.9.2 │ └─TSMLextra [0c7047ce] 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 LegacyStrings [1b4a561d] to versions: 1.0.0 - 2.2.1, leaving only versions: 2.0.0 - 2.2.1 │ └─LegacyStrings [1b4a561d] log: │ ├─possible versions are: 0.4.0 - 1.1.0 or uninstalled │ └─restricted by compatibility requirements with JLD [4138dd39] to versions: 0.4.0 - 0.4.1 │ └─JLD [4138dd39] log: see above └─restricted by compatibility requirements with DataFrames [a93c6f00] to versions: 3.17.0 - 4.17.0 — no versions left └─DataFrames [a93c6f00] log: ├─possible versions are: 0.11.7 - 1.7.0 or uninstalled ├─restricted by compatibility requirements with TSMLextra [0c7047ce] to versions: [0.17.0 - 0.20.2, 1.0.0 - 1.7.0] │ └─TSMLextra [0c7047ce] log: see above ├─restricted by compatibility requirements with Reexport [189a3867] to versions: 0.11.7 - 1.5.0 or uninstalled, leaving only versions: [0.17.0 - 0.20.2, 1.0.0 - 1.5.0] │ └─Reexport [189a3867] log: │ ├─possible versions are: 0.2.0 - 1.2.2 or uninstalled │ └─restricted by compatibility requirements with TSMLextra [0c7047ce] to versions: 0.2.0 │ └─TSMLextra [0c7047ce] log: see above └─restricted by compatibility requirements with SortingAlgorithms [a2af1166] to versions: 1.0.0 - 1.7.0 or uninstalled, leaving only versions: 1.0.0 - 1.5.0 └─SortingAlgorithms [a2af1166] log: ├─possible versions are: 0.3.0 - 1.2.1 or uninstalled ├─restricted by julia compatibility requirements to versions: 1.1.0 - 1.2.1 or uninstalled └─required (without additional version restrictions) by StatsBase [2913bbd2] └─StatsBase [2913bbd2] log: ├─possible versions are: 0.24.0 - 0.34.5 or uninstalled ├─restricted by compatibility requirements with TSML [198dc43e] to versions: 0.25.0 - 0.34.5 │ └─TSML [198dc43e] log: │ ├─possible versions are: 1.0.3 - 2.7.8 or uninstalled │ ├─restricted by compatibility requirements with TSMLextra [0c7047ce] to versions: 2.4.6 - 2.7.8 │ │ └─TSMLextra [0c7047ce] log: see above │ ├─restricted by compatibility requirements with StatsBase [2913bbd2] to versions: 2.5.1 - 2.7.8 or uninstalled, leaving only versions: 2.5.1 - 2.7.8 │ │ └─StatsBase [2913bbd2] log: see above │ └─restricted by compatibility requirements with DataFrames [a93c6f00] to versions: [2.4.1 - 2.4.5, 2.7.1 - 2.7.8] or uninstalled, leaving only versions: 2.7.1 - 2.7.8 │ └─DataFrames [a93c6f00] log: see above └─restricted by compatibility requirements with SortingAlgorithms [a2af1166] to versions: 0.33.7 - 0.34.5 or uninstalled, leaving only versions: 0.33.7 - 0.34.5 └─SortingAlgorithms [a2af1166] 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.12/Pkg/src/Resolve/graphtype.jl:1121 [2] propagate_constraints! (repeats 2 times) @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Resolve/graphtype.jl:1056 [inlined] [3] simplify_graph!(graph::Pkg.Resolve.Graph, sources::Set{Int64}; validate_versions::Bool) @ Pkg.Resolve /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Resolve/graphtype.jl:1622 [4] simplify_graph! (repeats 2 times) @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Resolve/graphtype.jl:1621 [inlined] [5] 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.12/Pkg/src/Operations.jl:527 [6] targeted_resolve @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:1689 [inlined] [7] 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.12/Pkg/src/Operations.jl:1678 [8] _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.12/Pkg/src/Operations.jl:1700 [9] 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.12/Pkg/src/Operations.jl:1733 [10] add @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:1706 [inlined] [11] 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.12/Pkg/src/API.jl:339 [12] add(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:164 [13] add(pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:153 [14] add(pkg::PackageSpec) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:151 [15] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:112 [16] include(mod::Module, _path::String) @ Base ./Base.jl:305 [17] exec_options(opts::Base.JLOptions) @ Base ./client.jl:321 [18] _start() @ Base ./client.jl:554 in expression starting at /PkgEval.jl/scripts/evaluate.jl:109 PkgEval skipped after 31.68s: package could not be installed