Package evaluation to test LearningAlgebraicVarieties on Julia 1.11.7 (58327cce5e*) started at 2025-10-29T09:13:34.538 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.3s ################################################################################ # Installation # Installing LearningAlgebraicVarieties... Resolving package versions... Installation failed after 8.95s ERROR: LoadError: Unsatisfiable requirements detected for package CSV [336ed68f]: CSV [336ed68f] log: ├─possible versions are: 0.3.0 - 0.10.15 or uninstalled ├─restricted by compatibility requirements with LazyArrays [5078a376] to versions: [0.3.0 - 0.5.13, 0.5.15 - 0.10.15] or uninstalled │ └─LazyArrays [5078a376] log: │ ├─possible versions are: 0.0.1 - 2.8.0 or uninstalled │ ├─restricted by compatibility requirements with StaticArrays [90137ffa] to versions: [0.0.1 - 0.1.0, 0.13.1 - 2.8.0] or uninstalled │ │ └─StaticArrays [90137ffa] log: │ │ ├─possible versions are: 0.8.0 - 1.9.15 or uninstalled │ │ └─restricted by julia compatibility requirements to versions: [0.12.0 - 0.12.6, 1.5.17 - 1.9.15] or uninstalled │ └─restricted by compatibility requirements with FillArrays [1a297f60] to versions: [0.0.1 - 0.1.0, 0.22.5 - 2.8.0] or uninstalled │ └─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 ├─restricted by compatibility requirements with Eirene [9c0f25c4] to versions: 0.5.16 - 0.7.10 │ └─Eirene [9c0f25c4] log: │ ├─possible versions are: 1.0.0 - 1.3.6 or uninstalled │ ├─restricted by compatibility requirements with LearningAlgebraicVarieties [99c59dee] to versions: 1.3.5 - 1.3.6 │ │ └─LearningAlgebraicVarieties [99c59dee] log: │ │ ├─possible versions are: 0.1.0 - 0.1.1 or uninstalled │ │ └─restricted to versions 0.1.1 by an explicit requirement, leaving only versions: 0.1.1 │ └─restricted by compatibility requirements with Colors [5ae59095] to versions: 1.3.5 or uninstalled, leaving only versions: 1.3.5 │ └─Colors [5ae59095] log: │ ├─possible versions are: 0.9.0 - 0.13.1 or uninstalled │ └─restricted by compatibility requirements with LearningAlgebraicVarieties [99c59dee] to versions: 0.12.0 - 0.12.11 │ └─LearningAlgebraicVarieties [99c59dee] log: see above └─restricted by compatibility requirements with DataFrames [a93c6f00] to versions: 0.8.0 - 0.10.15 or uninstalled — no versions left └─DataFrames [a93c6f00] log: ├─possible versions are: 0.11.7 - 1.8.1 or uninstalled ├─restricted by compatibility requirements with SortingAlgorithms [a2af1166] to versions: 1.0.0 - 1.8.1 or uninstalled │ └─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 └─restricted by compatibility requirements with Compat [34da2185] to versions: 0.11.7 - 0.21.8 or uninstalled, leaving only versions: uninstalled └─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 RowEchelon [af85af4c] to versions: 1.0.0 - 2.2.1, leaving only versions: 2.0.0 - 2.2.1 └─RowEchelon [af85af4c] log: ├─possible versions are: 0.1.1 - 0.2.1 or uninstalled └─restricted by compatibility requirements with LearningAlgebraicVarieties [99c59dee] to versions: 0.1.1 └─LearningAlgebraicVarieties [99c59dee] log: see above 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:434 [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:1402 [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:1391 [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:1412 [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:1446 [10] add @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Operations.jl:1418 [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 28.08s: package could not be installed