Package evaluation to test AKNS on Julia 1.11.8 (29b3528cce*) started at 2026-01-20T11:15:18.782 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.11` Set-up completed after 8.62s ################################################################################ # Installation # Installing AKNS... Resolving package versions... Installation failed after 9.04s ERROR: LoadError: Unsatisfiable requirements detected for package ApproxFunBase [fbd15aa5]: ApproxFunBase [fbd15aa5] log: ├─possible versions are: 0.0.1 - 0.9.33 or uninstalled ├─restricted by compatibility requirements with AKNS [75efc99c] to versions: 0.3.0 - 0.4.5 │ └─AKNS [75efc99c] log: │ ├─possible versions are: 0.1.0 or uninstalled │ └─restricted to versions 0.1.0 by an explicit requirement, leaving only versions: 0.1.0 ├─restricted by compatibility requirements with SpecialFunctions [276daf66] to versions: 0.3.11 - 0.9.24 or uninstalled, leaving only versions: 0.3.11 - 0.4.5 │ └─SpecialFunctions [276daf66] log: │ ├─possible versions are: 0.7.0 - 2.6.1 or uninstalled │ └─restricted by compatibility requirements with AKNS [75efc99c] to versions: 1.3.0 - 1.8.8 │ └─AKNS [75efc99c] log: see above └─restricted by compatibility requirements with FillArrays [1a297f60] to versions: 0.5.5 - 0.9.22 or uninstalled — no versions left └─FillArrays [1a297f60] log: ├─possible versions are: 0.2.0 - 1.16.0 or uninstalled ├─restricted by julia compatibility requirements to versions: 0.13.8 - 1.16.0 or uninstalled └─restricted by compatibility requirements with FastTransforms [057dd010] to versions: 0.9.0 - 0.13.11, leaving only versions: 0.13.8 - 0.13.11 └─FastTransforms [057dd010] log: ├─possible versions are: 0.5.0 - 0.17.1 or uninstalled ├─restricted by compatibility requirements with SpecialFunctions [276daf66] to versions: 0.11.0 - 0.17.1 or uninstalled │ └─SpecialFunctions [276daf66] log: see above ├─restricted by compatibility requirements with ApproxFunFourier [59844689] to versions: [0.5.0 - 0.8.2, 0.10.0 - 0.14.12], leaving only versions: 0.11.0 - 0.14.12 │ └─ApproxFunFourier [59844689] log: │ ├─possible versions are: 0.0.1 - 0.3.31 or uninstalled │ ├─restricted by compatibility requirements with AKNS [75efc99c] to versions: 0.1.0 - 0.2.15 │ │ └─AKNS [75efc99c] log: see above │ ├─restricted by compatibility requirements with SpecialFunctions [276daf66] to versions: 0.1.4 - 0.3.31 or uninstalled, leaving only versions: 0.1.4 - 0.2.15 │ │ └─SpecialFunctions [276daf66] log: see above │ └─restricted by compatibility requirements with FastTransforms [057dd010] to versions: 0.2.6 - 0.3.31 or uninstalled, leaving only versions: 0.2.6 - 0.2.15 │ └─FastTransforms [057dd010] log: see above └─restricted by compatibility requirements with FillArrays [1a297f60] to versions: [0.5.0 - 0.9.2, 0.13.6 - 0.17.1] or uninstalled, leaving only versions: 0.13.6 - 0.14.12 └─FillArrays [1a297f60] 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:116 in expression starting at /PkgEval.jl/scripts/evaluate.jl:113 PkgEval skipped after 29.56s: package could not be installed