Package evaluation of MetaArrays on Julia 1.10.8 (92f03a4775*) started at 2025-02-25T04:27:23.654 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 5.32s ################################################################################ # Installation # Installing MetaArrays... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [36b8f3f0] + MetaArrays v0.2.10 Updating `~/.julia/environments/v1.10/Manifest.toml` [36b8f3f0] + MetaArrays v0.2.10 [ae029012] + Requires v1.3.0 [9a3f8284] + Random [ea8e919c] + SHA v0.7.0 [cf7118a7] + UUIDs Installation completed after 4.72s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 12.87s ################################################################################ # Testing # Testing MetaArrays Status `/tmp/jl_oaRr5y/Project.toml` [39de3d68] AxisArrays v0.4.7 [36b8f3f0] MetaArrays v0.2.10 [6fe1bfb0] OffsetArrays v1.15.0 [ae029012] Requires v1.3.0 [90137ffa] StaticArrays v1.9.12 [1986cc42] Unitful v1.22.0 [8dfed614] Test Status `/tmp/jl_oaRr5y/Manifest.toml` [39de3d68] AxisArrays v0.4.7 [8197267c] IntervalSets v0.7.10 [c8e1da08] IterTools v1.10.0 [36b8f3f0] MetaArrays v0.2.10 [6fe1bfb0] OffsetArrays v1.15.0 [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.4.3 [b3c3ace0] RangeArrays v0.3.2 [ae029012] Requires v1.3.0 [90137ffa] StaticArrays v1.9.12 [1e83bf80] StaticArraysCore v1.4.3 [1986cc42] Unitful v1.22.0 [56f22d72] Artifacts [2a0f44e3] Base64 [ade2ca70] Dates [b77e0a4c] InteractiveUtils [8f399da3] Libdl [37e2e46d] LinearAlgebra [56ddb016] Logging [d6f4376e] Markdown [de0858da] Printf [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [fa267f1f] TOML v1.0.3 [8dfed614] Test [cf7118a7] UUIDs [4ec0a83e] Unicode [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [4536629a] OpenBLAS_jll v0.3.23+4 [8e850b90] libblastrampoline_jll v5.11.0+0 Testing Running tests... ┌ Warning: use values(kwargs) and keys(kwargs) instead of kwargs.data and kwargs.itr │ caller = #meta#8 at MetaArrays.jl:97 [inlined] └ @ Core ~/.julia/packages/MetaArrays/Kf2vb/src/MetaArrays.jl:97 Proper MetaArray display: Test Failed at /home/pkgeval/.julia/packages/MetaArrays/Kf2vb/test/runtests.jl:262 Expression: String(take!(iobuf)) == expected Evaluated: "MetaArray(1:10, (:val,))\n" == "MetaArray(1:10, (:val,))" Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:672 [inlined] [2] macro expansion @ ~/.julia/packages/MetaArrays/Kf2vb/test/runtests.jl:262 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [4] macro expansion @ ~/.julia/packages/MetaArrays/Kf2vb/test/runtests.jl:257 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [6] top-level scope @ ~/.julia/packages/MetaArrays/Kf2vb/test/runtests.jl:45 Test Summary: | Pass Fail Total Time MetaArrays | 113 1 114 23.3s Constructors | 2 2 1.6s MetaArray handles standard array operations | 15 15 3.0s MetaArray handles offset array operations | 2 2 0.2s MetaArray preserves metadata over array operations | 17 17 2.5s MetaArray properly handles strides | 3 3 0.0s MetaUnion dispatches properly | 3 3 0.0s MetaArray properly merges metadata | 9 9 2.4s MetaArray is AxisArray friendly | 10 10 2.3s MetaArray preserves broadcast specialization | 17 17 3.3s MetaArray allows custom metadata type | 5 5 0.3s Can extract metadata and underlying array | 6 6 1.2s Appropriate conversion | 15 15 2.3s Proper MetaArray display | 1 1 3.3s Conversion to AbstractArray passes through | 2 2 0.0s Can compute identity of underlying array | 5 5 0.6s summary | 2 2 0.3s ERROR: LoadError: Some tests did not pass: 113 passed, 1 failed, 0 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/MetaArrays/Kf2vb/test/runtests.jl:43 Testing failed after 36.26s ERROR: LoadError: Package MetaArrays 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:219 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 65.32s: package has test failures