Package evaluation of DataValues on Julia 1.10.8 (92f03a4775*) started at 2025-02-25T04:25:38.802 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 4.9s ################################################################################ # 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 3.75s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 8.0s ################################################################################ # Testing # Testing DataValues Status `/tmp/jl_lUGHBG/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_lUGHBG/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+4 [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:1577 [inlined] [4] top-level scope @ ~/.julia/packages/DataValues/N7oeL/test/array/test_datavaluevector.jl:6 [5] include(fname::String) @ Base.MainInclude ./client.jl:494 [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:1577 [inlined] [8] top-level scope @ ~/.julia/packages/DataValues/N7oeL/test/runtests.jl:12 [9] include(fname::String) @ Base.MainInclude ./client.jl:494 [10] top-level scope @ none:6 [11] eval @ ./boot.jl:385 [inlined] [12] exec_options(opts::Base.JLOptions) @ Base ./client.jl:296 [13] _start() @ Base ./client.jl:557 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:1577 [inlined] [4] top-level scope @ ~/.julia/packages/DataValues/N7oeL/test/array/test_primitives.jl:6 [5] include(fname::String) @ Base.MainInclude ./client.jl:494 [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:1577 [inlined] [8] top-level scope @ ~/.julia/packages/DataValues/N7oeL/test/runtests.jl:12 [9] include(fname::String) @ Base.MainInclude ./client.jl:494 [10] top-level scope @ none:6 [11] eval @ ./boot.jl:385 [inlined] [12] exec_options(opts::Base.JLOptions) @ Base ./client.jl:296 [13] _start() @ Base ./client.jl:557 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:672 [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:1577 [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:672 [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:1577 [inlined] [4] top-level scope @ ~/.julia/packages/DataValues/N7oeL/test/array/test_reduce.jl:7 Test Summary: | Pass Fail Error Total Time DataValues | 2177 2 2 2181 1m47.0s Core | 252 252 5.5s Operations | 30 30 2.3s Base derived tests | 1048 1048 5.5s Broadcast | 6 6 0.3s DataValueArray: Broadcast | 18 18 40.3s DataValueArray: Constructor | 118 118 3.6s DataValueArray: Indexing | 415 415 2.7s DataValueArray: DataMatrix | 2 2 0.2s DataValueArray: DataVector | 42 1 43 4.4s DataValueArray: Primitives | 140 1 141 10.8s DataValueArray: Reduce | 102 2 104 8.6s DataValueArray: Show | None 8.2s DataValueArray: TypeDefs | 4 4 0.0s ERROR: LoadError: Some tests did not pass: 2177 passed, 2 failed, 2 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/DataValues/N7oeL/test/runtests.jl:10 Testing failed after 113.23s 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:219 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 135.73s: package tests unexpectedly errored