Package evaluation to test DataValues on Julia 1.10.10 (c8be17dcfd*) started at 2026-02-02T14:01:39.975 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.10` Set-up completed after 5.04s ################################################################################ # Installation # Installing DataValues... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [e7dc6d0d] + DataValues v0.4.13 Updating `~/.julia/environments/v1.10/Manifest.toml` [e2d170a0] + DataValueInterfaces v1.0.0 [e7dc6d0d] + DataValues v0.4.13 [ade2ca70] + Dates [de0858da] + Printf [4ec0a83e] + Unicode Installation completed after 4.02s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 7.45s ################################################################################ # Testing # Testing DataValues Status `/tmp/jl_OgcXhE/Project.toml` [e2d170a0] DataValueInterfaces v1.0.0 [e7dc6d0d] DataValues v0.4.13 [ade2ca70] Dates [b77e0a4c] InteractiveUtils [37e2e46d] LinearAlgebra [9a3f8284] Random [8dfed614] Test Status `/tmp/jl_OgcXhE/Manifest.toml` [e2d170a0] DataValueInterfaces v1.0.0 [e7dc6d0d] DataValues v0.4.13 [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 [8dfed614] Test [4ec0a83e] Unicode [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [4536629a] OpenBLAS_jll v0.3.23+5 [8e850b90] libblastrampoline_jll v5.11.0+0 Testing Running tests... DataValueArray: DataVector: Error During Test at /home/pkgeval/.julia/packages/DataValues/N7oeL/test/array/test_datavaluevector.jl:4 Got exception outside of a @test MethodError: reverse(::DataValueVector{Int64}, ::Int64, ::Int64) is ambiguous. Candidates: reverse(X::DataValueVector, s, n) @ DataValues ~/.julia/packages/DataValues/N7oeL/src/array/datavaluevector.jl:283 reverse(A::AbstractVector, start::Integer, stop::Integer) @ Base array.jl:1933 Possible fix, define reverse(::DataValueVector, ::Integer, ::Integer) Stacktrace: [1] reverse(X::DataValueVector{Int64}) @ DataValues ~/.julia/packages/DataValues/N7oeL/src/array/datavaluevector.jl:284 [2] macro expansion @ ~/.julia/packages/DataValues/N7oeL/test/array/test_datavaluevector.jl:204 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1582 [inlined] [4] top-level scope @ ~/.julia/packages/DataValues/N7oeL/test/array/test_datavaluevector.jl:6 [5] include(fname::String) @ Base.MainInclude ./client.jl:487 [6] macro expansion @ ~/.julia/packages/DataValues/N7oeL/test/runtests.jl:22 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1582 [inlined] [8] top-level scope @ ~/.julia/packages/DataValues/N7oeL/test/runtests.jl:12 [9] include(fname::String) @ Base.MainInclude ./client.jl:487 [10] top-level scope @ none:6 DataValueArray: Primitives: Error During Test at /home/pkgeval/.julia/packages/DataValues/N7oeL/test/array/test_primitives.jl:4 Got exception outside of a @test MethodError: reverse(::DataValueVector{Int64}, ::Int64, ::Int64) is ambiguous. Candidates: reverse(X::DataValueVector, s, n) @ DataValues ~/.julia/packages/DataValues/N7oeL/src/array/datavaluevector.jl:283 reverse(A::AbstractVector, start::Integer, stop::Integer) @ Base array.jl:1933 Possible fix, define reverse(::DataValueVector, ::Integer, ::Integer) Stacktrace: [1] reverse(X::DataValueVector{Int64}) @ DataValues ~/.julia/packages/DataValues/N7oeL/src/array/datavaluevector.jl:284 [2] macro expansion @ ~/.julia/packages/DataValues/N7oeL/test/array/test_primitives.jl:352 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1582 [inlined] [4] top-level scope @ ~/.julia/packages/DataValues/N7oeL/test/array/test_primitives.jl:6 [5] include(fname::String) @ Base.MainInclude ./client.jl:487 [6] macro expansion @ ~/.julia/packages/DataValues/N7oeL/test/runtests.jl:23 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1582 [inlined] [8] top-level scope @ ~/.julia/packages/DataValues/N7oeL/test/runtests.jl:12 [9] include(fname::String) @ Base.MainInclude ./client.jl:487 [10] top-level scope @ none:6 DataValueArray: Reduce: Test Failed at /home/pkgeval/.julia/packages/DataValues/N7oeL/test/array/test_reduce.jl:26 Expression: isequal(mapreduce(f, +, X), DataValue(mapreduce(f, +, X.values))) Evaluated: isequal(DataValue{Float64}(5090.14), DataValue{Float64}(5090.14)) Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:673 [inlined] [2] macro expansion @ ~/.julia/packages/DataValues/N7oeL/test/array/test_reduce.jl:26 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1582 [inlined] [4] top-level scope @ ~/.julia/packages/DataValues/N7oeL/test/array/test_reduce.jl:7 DataValueArray: Reduce: Test Failed at /home/pkgeval/.julia/packages/DataValues/N7oeL/test/array/test_reduce.jl:45 Expression: method(f, X) == DataValue(method(f, A)) Evaluated: DataValue{Float64}(5090.14) == DataValue{Float64}(5090.14) Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:673 [inlined] [2] macro expansion @ ~/.julia/packages/DataValues/N7oeL/test/array/test_reduce.jl:45 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1582 [inlined] [4] top-level scope @ ~/.julia/packages/DataValues/N7oeL/test/array/test_reduce.jl:7 Test Summary: | Pass Fail Error Total Time DataValues | 2172 2 2 2176 2m06.1s Core | 252 252 5.6s Operations | 30 30 2.4s Base derived tests | 1048 1048 5.5s Broadcast | 6 6 0.3s DataValueArray: Broadcast | 18 18 56.4s DataValueArray: Constructor | 118 118 3.7s DataValueArray: Indexing | 410 410 2.8s DataValueArray: DataMatrix | 2 2 0.2s DataValueArray: DataVector | 42 1 43 4.7s DataValueArray: Primitives | 140 1 141 11.3s DataValueArray: Reduce | 102 2 104 9.0s DataValueArray: Show | None 9.1s DataValueArray: TypeDefs | 4 4 0.0s ERROR: LoadError: Some tests did not pass: 2172 passed, 2 failed, 2 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/DataValues/N7oeL/test/runtests.jl:10 Testing failed after 132.31s ERROR: LoadError: Package DataValues 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 154.52s: package tests unexpectedly errored