Package evaluation to test Blades on Julia 1.10.10 (c8be17dcfd*) started at 2026-02-02T14:16:20.348 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.10` Set-up completed after 5.03s ################################################################################ # Installation # Installing Blades... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [ab78ad86] + Blades v0.1.0 Updating `~/.julia/environments/v1.10/Manifest.toml` [ab78ad86] + Blades v0.1.0 [861a8166] + Combinatorics v1.1.0 [069b7b12] + FunctionWrappers v1.1.3 [56f22d72] + Artifacts [2a0f44e3] + Base64 [b77e0a4c] + InteractiveUtils [8f399da3] + Libdl [37e2e46d] + LinearAlgebra [56ddb016] + Logging [d6f4376e] + Markdown [9a3f8284] + Random [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization [8dfed614] + Test [e66e0078] + CompilerSupportLibraries_jll v1.1.1+0 [4536629a] + OpenBLAS_jll v0.3.23+5 [8e850b90] + libblastrampoline_jll v5.11.0+0 Installation completed after 8.08s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 1514.5 ms ✓ Blades 1 dependency successfully precompiled in 3 seconds. 3 already precompiled. Precompilation completed after 14.74s ################################################################################ # Testing # Testing Blades Status `/tmp/jl_Han9wR/Project.toml` [ab78ad86] Blades v0.1.0 [861a8166] Combinatorics v1.1.0 [069b7b12] FunctionWrappers v1.1.3 [37e2e46d] LinearAlgebra [8dfed614] Test Status `/tmp/jl_Han9wR/Manifest.toml` [ab78ad86] Blades v0.1.0 [861a8166] Combinatorics v1.1.0 [069b7b12] FunctionWrappers v1.1.3 [56f22d72] Artifacts [2a0f44e3] Base64 [b77e0a4c] InteractiveUtils [8f399da3] Libdl [37e2e46d] LinearAlgebra [56ddb016] Logging [d6f4376e] Markdown [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [8dfed614] Test [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [4536629a] OpenBLAS_jll v0.3.23+5 [8e850b90] libblastrampoline_jll v5.11.0+0 Testing Running tests... ERROR: LoadError: MethodError: reducing over an empty collection is not allowed; consider supplying `init` to the reducer Stacktrace: [1] reduce_empty(op::Base.MappingRF{Blades.var"#58#72", typeof(*)}, ::Type{Int64}) @ Base ./reduce.jl:361 [2] reduce_empty_iter @ ./reduce.jl:384 [inlined] [3] mapreduce_empty_iter(f::Function, op::Function, itr::Vector{Int64}, ItrEltype::Base.HasEltype) @ Base ./reduce.jl:380 [4] _mapreduce(f::Blades.var"#58#72", op::typeof(*), ::IndexLinear, A::Vector{Int64}) @ Base ./reduce.jl:432 [5] _mapreduce_dim @ ./reducedim.jl:367 [inlined] [6] mapreduce @ ./reducedim.jl:359 [inlined] [7] #57 @ ~/.julia/packages/Blades/nO5Pt/src/Blades.jl:318 [inlined] [8] iterate @ ./generator.jl:47 [inlined] [9] grow_to!(dest::Vector{String}, itr::Base.Generator{Base.Iterators.Flatten{Vector{Base.Generator{Combinatorics.Combinations, Combinatorics.var"#8#11"{Combinatorics.var"#reorder#9"{UnitRange{Int64}}}}}}, Blades.var"#57#71"}) @ Base ./array.jl:907 [10] collect @ ./array.jl:831 [inlined] [11] map @ ./abstractarray.jl:3314 [inlined] [12] extract_basis(metric::String) @ Blades ~/.julia/packages/Blades/nO5Pt/src/Blades.jl:318 [13] var"@generate_basis"(__source__::LineNumberNode, __module__::Module, metric::Any, export_types::Any, generate_reciprocals::Any, zero_mixed_index::Any) @ Blades ~/.julia/packages/Blades/nO5Pt/src/Blades.jl:421 [14] var"@generate_basis"(__source__::LineNumberNode, __module__::Module, metric::Any) @ Blades ~/.julia/packages/Blades/nO5Pt/src/Blades.jl:419 [15] include(fname::String) @ Base.MainInclude ./client.jl:487 [16] top-level scope @ none:6 in expression starting at /home/pkgeval/.julia/packages/Blades/nO5Pt/test/runtests.jl:30 in expression starting at /home/pkgeval/.julia/packages/Blades/nO5Pt/test/runtests.jl:28 Testing failed after 20.57s ERROR: LoadError: Package Blades errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Types.jl:70 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.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.10/Pkg/src/Operations.jl:2034 [3] test @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1915 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.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::Base.PipeEndpoint}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:444 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::Base.PipeEndpoint, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:159 [6] test @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:147 [inlined] [7] #test#74 @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:146 [inlined] [8] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 56.18s: package tests unexpectedly errored