Package evaluation to test Blades on Julia 1.11.8 (29b3528cce*) started at 2026-01-20T01:05:13.843 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.11` Set-up completed after 8.62s ################################################################################ # Installation # Installing Blades... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [ab78ad86] + Blades v0.1.0 Updating `~/.julia/environments/v1.11/Manifest.toml` [ab78ad86] + Blades v0.1.0 [861a8166] + Combinatorics v1.1.0 [069b7b12] + FunctionWrappers v1.1.3 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.11.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization v1.11.0 [8dfed614] + Test v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.1.1+0 [4536629a] + OpenBLAS_jll v0.3.27+1 [8e850b90] + libblastrampoline_jll v5.11.0+0 Installation completed after 5.04s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 1218.8 ms ✓ Blades 1 dependency successfully precompiled in 1 seconds. 9 already precompiled. Precompilation completed after 17.39s ################################################################################ # Testing # Testing Blades Status `/tmp/jl_kQwRTW/Project.toml` [ab78ad86] Blades v0.1.0 [861a8166] Combinatorics v1.1.0 [069b7b12] FunctionWrappers v1.1.3 [37e2e46d] LinearAlgebra v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_kQwRTW/Manifest.toml` [ab78ad86] Blades v0.1.0 [861a8166] Combinatorics v1.1.0 [069b7b12] FunctionWrappers v1.1.3 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [8dfed614] Test v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [4536629a] OpenBLAS_jll v0.3.27+1 [8e850b90] libblastrampoline_jll v5.11.0+0 Testing Running tests... ERROR: LoadError: ArgumentError: reducing over an empty collection is not allowed; consider supplying `init` to the reducer Stacktrace: [1] _empty_reduce_error() @ Base ./reduce.jl:319 [2] mapreduce_empty(f::Function, op::Function, T::Type) @ Base ./reduce.jl:321 [3] reduce_empty(op::Base.MappingRF{Blades.var"#58#72", typeof(*)}, ::Type{Int64}) @ Base ./reduce.jl:358 [4] reduce_empty_iter @ ./reduce.jl:381 [inlined] [5] mapreduce_empty_iter(f::Function, op::Function, itr::Vector{Int64}, ItrEltype::Base.HasEltype) @ Base ./reduce.jl:377 [6] _mapreduce(f::Blades.var"#58#72", op::typeof(*), ::IndexLinear, A::Vector{Int64}) @ Base ./reduce.jl:429 [7] _mapreduce_dim @ ./reducedim.jl:337 [inlined] [8] mapreduce @ ./reducedim.jl:329 [inlined] [9] #57 @ ~/.julia/packages/Blades/nO5Pt/src/Blades.jl:318 [inlined] [10] iterate @ ./generator.jl:48 [inlined] [11] 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:864 [12] collect @ ./array.jl:788 [inlined] [13] map @ ./abstractarray.jl:3399 [inlined] [14] extract_basis(metric::String) @ Blades ~/.julia/packages/Blades/nO5Pt/src/Blades.jl:318 [15] 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 [16] var"@generate_basis"(__source__::LineNumberNode, __module__::Module, metric::Any) @ Blades ~/.julia/packages/Blades/nO5Pt/src/Blades.jl:419 [17] include(fname::String) @ Main ./sysimg.jl:38 [18] 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 21.73s ERROR: LoadError: Package Blades errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Types.jl:68 [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.11/Pkg/src/Operations.jl:2128 [3] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Operations.jl:2011 [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::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:481 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:159 [6] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:147 [inlined] [7] #test#74 @ /opt/julia/share/julia/stdlib/v1.11/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 64.11s: package tests unexpectedly errored