Package evaluation of EllipsisNotation on Julia 1.13.0-DEV.883 (037459cd35*) started at 2025-07-23T10:11:51.880 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 11.09s ################################################################################ # Installation # Installing EllipsisNotation... Resolving package versions... Installed Preferences ────────────── v1.4.3 Installed PrecompileTools ────────── v1.3.2 Installed CommonWorldInvalidations ─ v1.0.0 Installed Static ─────────────────── v1.2.0 Installed IfElse ─────────────────── v0.1.1 Installed Adapt ──────────────────── v4.3.0 Installed Compat ─────────────────── v4.17.0 Installed Requires ───────────────── v1.3.1 Installed EllipsisNotation ───────── v1.8.0 Installed StaticArrayInterface ───── v1.8.0 Installed ArrayInterface ─────────── v7.19.0 Updating `~/.julia/environments/v1.13/Project.toml` [da5c29d0] + EllipsisNotation v1.8.0 Updating `~/.julia/environments/v1.13/Manifest.toml` [79e6a3ab] + Adapt v4.3.0 [4fba245c] + ArrayInterface v7.19.0 [f70d9fcc] + CommonWorldInvalidations v1.0.0 [34da2185] + Compat v4.17.0 [da5c29d0] + EllipsisNotation v1.8.0 [615f187c] + IfElse v0.1.1 [aea7be01] + PrecompileTools v1.3.2 [21216c6a] + Preferences v1.4.3 [ae029012] + Requires v1.3.1 [aedffcd0] + Static v1.2.0 [0d7ed370] + StaticArrayInterface v1.8.0 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.12.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [fa267f1f] + TOML v1.0.3 [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.13.1+0 Installation completed after 3.95s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... 5229.8 ms ✓ TestEnv 1 dependency successfully precompiled in 5 seconds. 26 already precompiled. Precompiling package dependencies... Precompilation completed after 50.29s ################################################################################ # Testing # Testing EllipsisNotation Status `/tmp/jl_rZGn8a/Project.toml` [da5c29d0] EllipsisNotation v1.8.0 [0d7ed370] StaticArrayInterface v1.8.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_rZGn8a/Manifest.toml` [79e6a3ab] Adapt v4.3.0 [4fba245c] ArrayInterface v7.19.0 [f70d9fcc] CommonWorldInvalidations v1.0.0 [34da2185] Compat v4.17.0 [da5c29d0] EllipsisNotation v1.8.0 [615f187c] IfElse v0.1.1 [aea7be01] PrecompileTools v1.3.2 [21216c6a] Preferences v1.4.3 [ae029012] Requires v1.3.1 [aedffcd0] Static v1.2.0 [0d7ed370] StaticArrayInterface v1.8.0 [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 [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.13.1+0 Testing Running tests... ERROR: LoadError: DimensionMismatch: tried to assign 1×4×2 array to 4×2 destination Stacktrace: [1] throw_setindex_mismatch(X::Array{Int64, 3}, I::Tuple{Int64, Int64, Int64}) @ Base ./indices.jl:209 [2] setindex_shape_check @ ./indices.jl:253 [inlined] [3] setindex_shape_check @ ./indices.jl:250 [inlined] [4] macro expansion @ ./multidimensional.jl:1046 [inlined] [5] _unsafe_setindex!(::IndexLinear, ::Array{Int64, 3}, ::Array{Int64, 3}, ::Int64, ::Base.Slice{Base.OneTo{Int64}}, ::Base.Slice{Base.OneTo{Int64}}) @ Base ./multidimensional.jl:1058 [6] _setindex! @ ./multidimensional.jl:1037 [inlined] [7] setindex!(::Array{Int64, 3}, ::Array{Int64, 3}, ::Int64, ::EllipsisNotation.Ellipsis) @ Base ./abstractarray.jl:1457 [8] top-level scope @ ~/.julia/packages/EllipsisNotation/duIu5/test/basic.jl:24 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [10] top-level scope @ ~/.julia/packages/EllipsisNotation/duIu5/test/runtests.jl:5 [11] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [12] top-level scope @ none:6 [13] eval(m::Module, e::Any) @ Core ./boot.jl:489 [14] exec_options(opts::Base.JLOptions) @ Base ./client.jl:286 [15] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/EllipsisNotation/duIu5/test/basic.jl:24 in expression starting at /home/pkgeval/.julia/packages/EllipsisNotation/duIu5/test/runtests.jl:5 Testing failed after 18.61s ERROR: LoadError: Package EllipsisNotation errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Types.jl:68 [2] 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.13/Pkg/src/Operations.jl:2661 [3] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2510 [inlined] [4] 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.13/Pkg/src/API.jl:537 [5] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:168 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:156 [7] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:156 [inlined] [8] #test#81 @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:155 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [10] include(mod::Module, _path::String) @ Base ./Base.jl:309 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:320 [12] _start() @ Base ./client.jl:553 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 100.89s: package tests unexpectedly errored