Package evaluation to test SeriesAccelerators on Julia 1.12.4 (0f21d93eaa*) started at 2026-01-26T18:29:18.837 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.12` Set-up completed after 8.24s ################################################################################ # Installation # Installing SeriesAccelerators... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [9dd7a2f8] + SeriesAccelerators v0.2.2 Updating `~/.julia/environments/v1.12/Manifest.toml` ⌅ [6e4b80f9] + BenchmarkTools v0.5.0 ⌅ [682c06a0] + JSON v0.21.4 [69de0a69] + Parsers v2.8.3 [aea7be01] + PrecompileTools v1.3.3 [21216c6a] + Preferences v1.5.1 [9dd7a2f8] + SeriesAccelerators v0.2.2 [10745b16] + Statistics v1.11.1 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.12.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.12.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [a63ad114] + Mmap v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization v1.11.0 [f489334b] + StyledStrings v1.11.0 [fa267f1f] + TOML v1.0.3 [8dfed614] + Test v1.11.0 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 4.61s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... ┌ Error: Failed to use TestEnv.jl; test dependencies will not be precompiled │ exception = │ `Test` declared as a `test` dependency, but no such entry in `extras` or `weakdeps` │ Stacktrace: │ [1] pkgerror(msg::String) │ @ Pkg.Types /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Types.jl:68 │ [2] gen_target_project(ctx::Pkg.Types.Context, pkg::PackageSpec, source_path::String, target::String) │ @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2369 │ [3] maybe_gen_project_override! │ @ ~/.julia/packages/TestEnv/h9a3r/src/julia-1.12/common.jl:84 [inlined] │ [4] activate(pkg::String; allow_reresolve::Bool) │ @ TestEnv ~/.julia/packages/TestEnv/h9a3r/src/julia-1.12/activate_set.jl:12 │ [5] activate(pkg::String) │ @ TestEnv ~/.julia/packages/TestEnv/h9a3r/src/julia-1.12/activate_set.jl:9 │ [6] (::var"#10#11")() │ @ Main /PkgEval.jl/scripts/precompile.jl:21 │ [7] capture_pkg_output(f::var"#10#11"; suppress::Bool) │ @ Main /PkgEval.jl/scripts/common.jl:55 │ [8] suppress_pkg_output(f::Function) │ @ Main /PkgEval.jl/scripts/common.jl:35 │ [9] top-level scope │ @ /PkgEval.jl/scripts/precompile.jl:19 │ [10] include(mod::Module, _path::String) │ @ Base ./Base.jl:306 │ [11] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:317 │ [12] _start() │ @ Base ./client.jl:550 └ @ Main /PkgEval.jl/scripts/precompile.jl:24 Activating project at `~/.julia/environments/v1.12` Precompiling package dependencies... Precompiling packages... 835.2 ms ✓ SeriesAccelerators 1 dependency successfully precompiled in 1 seconds. 20 already precompiled. 1 dependency had output during precompilation: ┌ SeriesAccelerators │ WARNING: method definition for _seriesaccelerator at /home/pkgeval/.julia/packages/SeriesAccelerators/lHzGd/src/implementation.jl:7 declares type variable W but does not use it. └ Precompilation completed after 13.53s ################################################################################ # Testing # Testing failed after 2.91s ERROR: LoadError: `Test` declared as a `test` dependency, but no such entry in `extras` or `weakdeps` Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Types.jl:68 [2] gen_target_project(ctx::Pkg.Types.Context, pkg::PackageSpec, source_path::String, target::String) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2369 [3] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2471 [4] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2384 [inlined] [5] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:538 [6] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:169 [7] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:157 [8] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:157 [inlined] [9] #test#81 @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:156 [inlined] [10] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [11] include(mod::Module, _path::String) @ Base ./Base.jl:306 [12] exec_options(opts::Base.JLOptions) @ Base ./client.jl:317 [13] _start() @ Base ./client.jl:550 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 45.17s: there were unidentified errors