Package evaluation of DataStreams on Julia 1.12.0-rc1.2 (995ff9db19*) started at 2025-07-14T11:42:26.909 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.89s ################################################################################ # Installation # Installing DataStreams... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [9a8bc11e] + DataStreams v0.4.2 Updating `~/.julia/environments/v1.12/Manifest.toml` [9a962f9c] + DataAPI v1.16.0 [9a8bc11e] + DataStreams v0.4.2 ⌅ [e1d29d7a] + Missings v0.4.5 ⌅ [ea10d353] + WeakRefStrings v0.6.2 [2a0f44e3] + Base64 v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.12.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization v1.11.0 [f489334b] + StyledStrings v1.11.0 [8dfed614] + Test v1.11.0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 0.99s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.47s ################################################################################ # Testing # Testing DataStreams Status `/tmp/jl_7YlwV3/Project.toml` [9a8bc11e] DataStreams v0.4.2 ⌅ [e1d29d7a] Missings v0.4.5 ⌅ [ea10d353] WeakRefStrings v0.6.2 [ade2ca70] Dates v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_7YlwV3/Manifest.toml` [9a962f9c] DataAPI v1.16.0 [9a8bc11e] DataStreams v0.4.2 ⌅ [e1d29d7a] Missings v0.4.5 ⌅ [ea10d353] WeakRefStrings v0.6.2 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting 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 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... ┌ Warning: `T` is deprecated, use `nonmissingtype` instead. │ caller = (::DataStreams.Data.var"#anytypes##0#anytypes##1")(x::Type) at DataStreams.jl:68 └ @ Core ~/.julia/packages/DataStreams/mEqAy/src/DataStreams.jl:68 Data.stream!: Error During Test at /home/pkgeval/.julia/packages/DataStreams/mEqAy/test/runtests.jl:107 Got exception outside of a @test MethodError: no method matching return_type(::var"#39#40", ::Tuple{DataType}) The function `return_type` exists, but no method is defined for this combination of argument types. Closest candidates are: return_type(::Any, !Matched::DataType, !Matched::UInt64) @ Base /opt/julia/share/julia/Compiler/src/typeinfer.jl:1578 return_type(::Any, !Matched::DataType) @ Base /opt/julia/share/julia/Compiler/src/typeinfer.jl:1572 return_type(!Matched::DataType, !Matched::UInt64) @ Base /opt/julia/share/julia/Compiler/src/typeinfer.jl:1587 ... Stacktrace: [1] DataStreams.Data.QueryColumn(sourceindex::Int64, types::Vector{Any}, header::Vector{String}; name::String, T::Type, sinkindex::Int64, hide::Bool, filter::Nothing, having::Nothing, compute::var"#39#40", computeaggregate::Nothing, computeargs::Tuple{Int64}, sort::Bool, sortindex::Nothing, sortasc::Bool, group::Bool, aggregate::Nothing, kwargs::@Kwargs{}) @ DataStreams.Data ~/.julia/packages/DataStreams/mEqAy/src/query.jl:76 [2] DataStreams.Data.Query(types::Vector{Any}, header::Vector{String}, actions::Vector{Any}, limit::Nothing, offset::Nothing) @ DataStreams.Data ~/.julia/packages/DataStreams/mEqAy/src/query.jl:138 [3] stream!(source::Source{@NamedTuple{id::Vector{Int64}, firstname::Vector{Union{Missing, String}}, lastname::Vector{String}, salary::Vector{Union{Missing, Float64}}, rate::Vector{Float64}, hired::Vector{Union{Missing, Date}}, fired::Vector{DateTime}}}, sink::Sink{@NamedTuple{id::Vector{Int64}, firstname::Vector{Union{Missing, String}}, lastname::Vector{String}, salary::Vector{Union{Missing, Float64}}, rate::Vector{Float64}, hired::Vector{Union{Missing, Date}}, fired::Vector{DateTime}}}; append::Bool, transforms::Dict{Int64, var"#39#40"}, filter::Function, actions::Vector{Any}, limit::Nothing, offset::Nothing, columns::Vector{Any}) @ DataStreams.Data ~/.julia/packages/DataStreams/mEqAy/src/query.jl:568 [4] top-level scope @ ~/.julia/packages/DataStreams/mEqAy/test/runtests.jl:53 [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [6] macro expansion @ ~/.julia/packages/DataStreams/mEqAy/test/runtests.jl:119 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [8] macro expansion @ ~/.julia/packages/DataStreams/mEqAy/test/runtests.jl:130 [inlined] [9] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:306 [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:287 [13] _start() @ Base ./client.jl:554 DataStreams with WeakRefStrings: Error During Test at /home/pkgeval/.julia/packages/DataStreams/mEqAy/test/runtests.jl:318 Got exception outside of a @test UndefVarError: `WeakRefStringArray` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] top-level scope @ ~/.julia/packages/DataStreams/mEqAy/test/runtests.jl:53 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [3] macro expansion @ ~/.julia/packages/DataStreams/mEqAy/test/runtests.jl:321 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [5] macro expansion @ ~/.julia/packages/DataStreams/mEqAy/test/runtests.jl:321 [inlined] [6] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:306 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core ./boot.jl:489 [9] exec_options(opts::Base.JLOptions) @ Base ./client.jl:287 [10] _start() @ Base ./client.jl:554 Data.query: Error During Test at /home/pkgeval/.julia/packages/DataStreams/mEqAy/test/query.jl:9 Got exception outside of a @test MethodError: no method matching return_type(::var"#113#114", ::Tuple{DataType}) The function `return_type` exists, but no method is defined for this combination of argument types. Closest candidates are: return_type(::Any, !Matched::DataType, !Matched::UInt64) @ Base /opt/julia/share/julia/Compiler/src/typeinfer.jl:1578 return_type(::Any, !Matched::DataType) @ Base /opt/julia/share/julia/Compiler/src/typeinfer.jl:1572 return_type(!Matched::DataType, !Matched::UInt64) @ Base /opt/julia/share/julia/Compiler/src/typeinfer.jl:1587 ... Stacktrace: [1] DataStreams.Data.QueryColumn(sourceindex::Int64, types::Vector{Any}, header::Vector{String}; name::Symbol, T::Type, sinkindex::Int64, hide::Bool, filter::Nothing, having::Nothing, compute::var"#113#114", computeaggregate::Nothing, computeargs::Tuple{Int64}, sort::Bool, sortindex::Nothing, sortasc::Bool, group::Bool, aggregate::Nothing, kwargs::@Kwargs{}) @ DataStreams.Data ~/.julia/packages/DataStreams/mEqAy/src/query.jl:76 [2] DataStreams.Data.Query(types::Vector{Any}, header::Vector{String}, actions::Vector{Any}, limit::Nothing, offset::Nothing) @ DataStreams.Data ~/.julia/packages/DataStreams/mEqAy/src/query.jl:138 [3] query(::@NamedTuple{a::Vector{Int64}, b::Vector{String}, c::Vector{Float64}, d::Vector{Int64}}, ::Vector{@NamedTuple{compute::var"#113#114", computeargs::Tuple{Int64}}}, ::Type{NamedTuple{names, T} where {N, names, T<:NTuple{N, AbstractVector}}}; append::Bool, limit::Nothing, offset::Nothing, kwargs::@Kwargs{}) @ DataStreams.Data ~/.julia/packages/DataStreams/mEqAy/src/query.jl:197 [4] query(::@NamedTuple{a::Vector{Int64}, b::Vector{String}, c::Vector{Float64}, d::Vector{Int64}}, ::Vector{@NamedTuple{compute::var"#113#114", computeargs::Tuple{Int64}}}, ::Type{NamedTuple{names, T} where {N, names, T<:NTuple{N, AbstractVector}}}) @ DataStreams.Data ~/.julia/packages/DataStreams/mEqAy/src/query.jl:193 [5] top-level scope @ ~/.julia/packages/DataStreams/mEqAy/test/query.jl:10 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [7] macro expansion @ ~/.julia/packages/DataStreams/mEqAy/test/query.jl:97 [inlined] [8] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:306 [9] top-level scope @ ~/.julia/packages/DataStreams/mEqAy/test/runtests.jl:53 [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [11] macro expansion @ ~/.julia/packages/DataStreams/mEqAy/test/runtests.jl:353 [inlined] [12] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:306 [13] top-level scope @ none:6 [14] eval(m::Module, e::Any) @ Core ./boot.jl:489 [15] exec_options(opts::Base.JLOptions) @ Base ./client.jl:287 [16] _start() @ Base ./client.jl:554 Test Summary: | Pass Error Total Time DataStreams | 83 3 86 43.4s Data.Schema | 29 29 1.8s Data.stream! | 2 1 3 12.3s DataStreams NamedTuple | 11 11 10.7s DataStreams with WeakRefStrings | 1 1 1.4s Data.query | 41 1 42 16.5s RNG of the outermost testset: Random.Xoshiro(0x6d5cfbf8d123dc15, 0x77a7e2d651a3c3a2, 0xb9b9775b9c27f0b1, 0x4fe3847e342f4614, 0xa42c98b94021c4fc) ERROR: LoadError: Some tests did not pass: 83 passed, 0 failed, 3 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/DataStreams/mEqAy/test/runtests.jl:51 Testing failed after 58.54s ERROR: LoadError: Package DataStreams errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.12/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.12/Pkg/src/Operations.jl:2458 [3] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2313 [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.12/Pkg/src/API.jl:511 [5] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:164 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:152 [7] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:152 [inlined] [8] #test#81 @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:151 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [10] include(mod::Module, _path::String) @ Base ./Base.jl:305 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:321 [12] _start() @ Base ./client.jl:554 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 98.62s: package tests unexpectedly errored