Package evaluation to test DataValues on Julia 1.14.0-DEV.1475 (42ad41c179*) started at 2026-01-04T12:38:07.557 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.73s ################################################################################ # Installation # Installing DataValues... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [e7dc6d0d] + DataValues v0.4.13 Updating `~/.julia/environments/v1.14/Manifest.toml` [e2d170a0] + DataValueInterfaces v1.0.0 [e7dc6d0d] + DataValues v0.4.13 [ade2ca70] + Dates v1.11.0 [de0858da] + Printf v1.11.0 [4ec0a83e] + Unicode v1.11.0 Installation completed after 0.85s ################################################################################ # Precompilation # ERROR: LoadError: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Nothing) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:10 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:585 in expression starting at /PkgEval.jl/scripts/precompile.jl:6 caused by: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Base.DevNull) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:7 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:585 Precompilation failed after 13.21s ################################################################################ # Testing # Testing DataValues Status `/tmp/jl_1xxL1u/Project.toml` [e2d170a0] DataValueInterfaces v1.0.0 [e7dc6d0d] DataValues v0.4.13 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_1xxL1u/Manifest.toml` [e2d170a0] DataValueInterfaces v1.0.0 [e7dc6d0d] DataValues v0.4.13 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [8dfed614] Test 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.15.0+0 Testing Running tests... DataValueArray: DataVector: Error During Test at /home/pkgeval/.julia/packages/DataValues/N7oeL/test/array/test_datavaluevector.jl:48 Test threw exception Expression: isequal(pushfirst!(X, DataValue{Int}()), DataValueArray(vcat([1, 2, 3], [1:10...]), vcat(true, fill(false, 12)))) could not load symbol "jl_array_grow_beg": /opt/julia/bin/../lib/julia/libjulia-internal.so.1.14: undefined symbol: jl_array_grow_beg Stacktrace: [1] pushfirst!(X::DataValueVector{Int64}, v::DataValue{Int64}) @ DataValues ~/.julia/packages/DataValues/N7oeL/src/array/datavaluevector.jl:55 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:770 [inlined] [3] macro expansion @ ~/.julia/packages/DataValues/N7oeL/test/array/test_datavaluevector.jl:48 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [5] top-level scope @ ~/.julia/packages/DataValues/N7oeL/test/array/test_datavaluevector.jl:6 DataValueArray: DataVector: Error During Test at /home/pkgeval/.julia/packages/DataValues/N7oeL/test/array/test_datavaluevector.jl:54 Test threw exception Expression: isequal(pushfirst!(Y, 1, DataValue(), DataValue(3)), DataValueArray([1, 2, 3, 1, 2, 3, 4, 5], [false, true, false, false, false, false, false, false])) MethodError: no method matching _prepend!(::DataValueVector{Int64}, ::Base.HasLength, ::Tuple{Int64, DataValue{Union{}}, DataValue{Int64}}) The function `_prepend!` exists, but no method is defined for this combination of argument types. Closest candidates are: _prepend!(!Matched::Vector, ::Union{Base.HasLength, Base.HasShape}, ::Any) @ Base array.jl:1480 _prepend!(!Matched::Vector, ::Base.IteratorSize, ::Any) @ Base array.jl:1493 Stacktrace: [1] prepend!(a::DataValueVector{Int64}, iter::Tuple{Int64, DataValue{Union{}}, DataValue{Int64}}) @ Base ./array.jl:1476 [2] pushfirst!(::DataValueVector{Int64}, ::Int64, ::DataValue{Union{}}, ::DataValue{Int64}) @ Base ./array.jl:1477 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:770 [inlined] [4] macro expansion @ ~/.julia/packages/DataValues/N7oeL/test/array/test_datavaluevector.jl:54 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [6] top-level scope @ ~/.julia/packages/DataValues/N7oeL/test/array/test_datavaluevector.jl:6 DataValueArray: DataVector: Error During Test at /home/pkgeval/.julia/packages/DataValues/N7oeL/test/array/test_datavaluevector.jl:4 Got exception outside of a @test could not load symbol "jl_array_grow_beg": /opt/julia/bin/../lib/julia/libjulia-internal.so.1.14: undefined symbol: jl_array_grow_beg Stacktrace: [1] pushfirst!(X::DataValueVector{Int64}, v::DataValue{Int64}) @ DataValues ~/.julia/packages/DataValues/N7oeL/src/array/datavaluevector.jl:55 [2] macro expansion @ ~/.julia/packages/DataValues/N7oeL/test/array/test_datavaluevector.jl:69 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [4] top-level scope @ ~/.julia/packages/DataValues/N7oeL/test/array/test_datavaluevector.jl:6 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [6] top-level scope @ ~/.julia/packages/DataValues/N7oeL/test/runtests.jl:12 [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [8] macro expansion @ ~/.julia/packages/DataValues/N7oeL/test/runtests.jl:22 [inlined] [9] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [10] top-level scope @ none:6 [11] eval(m::Module, e::Any) @ Core ./boot.jl:489 [12] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [13] _start() @ Base ./client.jl:585 Warning: detected a stack overflow; program state may be corrupted, so further execution might be unreliable. DataValueArray: Primitives: Error During Test at /home/pkgeval/.julia/packages/DataValues/N7oeL/test/array/test_primitives.jl:4 Got exception outside of a @test StackOverflowError: Stacktrace: ┌ [1] promote_type(::Type{Any}, ::Type{DataValue{Any}}) │ @ Base ./promotion.jl:322 ├ [2] promote_result(::Type, ::Type, ::Type{Any}, ::Type{DataValue{Any}}) │ @ Base ./promotion.jl:342 ╰──────── repeated 39991 times [79983] promote_type(::Type{Any}, ::Type{DataValue{Any}}) @ Base ./promotion.jl:322 [79984] promote_result(::Type, ::Type, ::Type{Any}, ::Type{DataValue{Any}}) @ Base ./promotion.jl:342 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] top-level scope @ ~/.julia/packages/DataValues/N7oeL/test/array/test_reduce.jl:7 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [3] macro expansion @ ~/.julia/packages/DataValues/N7oeL/test/array/test_reduce.jl:26 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:773 [inlined] DataValueArray: Reduce: Test Failed at /home/pkgeval/.julia/packages/DataValues/N7oeL/test/array/test_reduce.jl:32 Expression: isequal(reduce(+, X), DataValue(reduce(+, X.values))) Evaluated: isequal(DataValue{Float64}(1018.03), DataValue{Float64}(1018.03)) Stacktrace: [1] top-level scope @ ~/.julia/packages/DataValues/N7oeL/test/array/test_reduce.jl:7 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [3] macro expansion @ ~/.julia/packages/DataValues/N7oeL/test/array/test_reduce.jl:32 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:773 [inlined] DataValueArray: Reduce: Test Failed at /home/pkgeval/.julia/packages/DataValues/N7oeL/test/array/test_reduce.jl:44 Expression: method(X) == DataValue(method(A)) Evaluated: DataValue{Float64}(1018.03) == DataValue{Float64}(1018.03) Stacktrace: [1] top-level scope @ ~/.julia/packages/DataValues/N7oeL/test/array/test_reduce.jl:7 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [3] macro expansion @ ~/.julia/packages/DataValues/N7oeL/test/array/test_reduce.jl:44 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:773 [inlined] 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] top-level scope @ ~/.julia/packages/DataValues/N7oeL/test/array/test_reduce.jl:7 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [3] macro expansion @ ~/.julia/packages/DataValues/N7oeL/test/array/test_reduce.jl:45 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:773 [inlined] Test Summary: | Pass Fail Error Total Time DataValues | 2094 4 4 2102 1m12.7s Core | 252 252 3.6s Operations | 30 30 2.6s Base derived tests | 1048 1048 5.6s Broadcast | 6 6 0.3s DataValueArray: Broadcast | 18 18 14.4s DataValueArray: Constructor | 118 118 4.2s DataValueArray: Indexing | 409 409 3.0s DataValueArray: DataMatrix | 2 2 0.2s DataValueArray: DataVector | 12 3 15 5.4s DataValueArray: Primitives | 95 1 96 6.4s DataValueArray: Reduce | 100 4 104 7.5s DataValueArray: Show | 0 8.7s DataValueArray: TypeDefs | 4 4 0.1s RNG of the outermost testset: Xoshiro(0x86678a7720c63986, 0x7f898069a809bcf9, 0x606859f6a73f8192, 0x8dcb0b82b7b971df, 0xc79b1e1863331564) ERROR: LoadError: Some tests did not pass: 2094 passed, 4 failed, 4 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/DataValues/N7oeL/test/runtests.jl:10 Testing failed after 82.62s ERROR: LoadError: Package DataValues errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/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.14/Pkg/src/Operations.jl:3067 [3] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:2916 [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.14/Pkg/src/API.jl:572 [5] kwcall(::@NamedTuple{julia_args::Cmd, io::IOContext{IO}}, ::typeof(Pkg.API.test), ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:548 [6] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [7] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:161 [8] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [9] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [10] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkg::String) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [11] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:237 [12] include(mod::Module, _path::String) @ Base ./Base.jl:309 [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [14] _start() @ Base ./client.jl:585 in expression starting at /PkgEval.jl/scripts/evaluate.jl:228 PkgEval failed after 120.63s: package tests unexpectedly errored