Package evaluation of DataStreams on Julia 1.11.4 (a71dd056e0*) started at 2025-04-08T08:25:33.251 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.98s ################################################################################ # Installation # Installing DataStreams... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [9a8bc11e] + DataStreams v0.4.2 Updating `~/.julia/environments/v1.11/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 [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 [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 1.8s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.15s ################################################################################ # Testing # Testing DataStreams Status `/tmp/jl_rH4va8/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_rH4va8/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 [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 [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"#7#8")(x::Type) at DataStreams.jl:68 └ @ DataStreams.Data ~/.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"#11#37", ::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) @ Core compiler/typeinfer.jl:1164 return_type(::Any, !Matched::DataType) @ Core compiler/typeinfer.jl:1158 return_type(!Matched::DataType, !Matched::UInt64) @ Core compiler/typeinfer.jl:1173 ... 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"#11#37", 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"#11#37"}, filter::Function, actions::Vector{Any}, limit::Nothing, offset::Nothing, columns::Vector{Any}) @ DataStreams.Data ~/.julia/packages/DataStreams/mEqAy/src/query.jl:568 [4] macro expansion @ ~/.julia/packages/DataStreams/mEqAy/test/runtests.jl:130 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [6] macro expansion @ ~/.julia/packages/DataStreams/mEqAy/test/runtests.jl:119 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [8] top-level scope @ ~/.julia/packages/DataStreams/mEqAy/test/runtests.jl:53 [9] include(fname::String) @ Main ./sysimg.jl:38 [10] top-level scope @ none:6 [11] eval @ ./boot.jl:430 [inlined] [12] exec_options(opts::Base.JLOptions) @ Base ./client.jl:296 [13] _start() @ Base ./client.jl:531 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` Stacktrace: [1] macro expansion @ ~/.julia/packages/DataStreams/mEqAy/test/runtests.jl:321 [inlined] [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [3] macro expansion @ ~/.julia/packages/DataStreams/mEqAy/test/runtests.jl:321 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/DataStreams/mEqAy/test/runtests.jl:53 [6] include(fname::String) @ Main ./sysimg.jl:38 [7] top-level scope @ none:6 [8] eval @ ./boot.jl:430 [inlined] [9] exec_options(opts::Base.JLOptions) @ Base ./client.jl:296 [10] _start() @ Base ./client.jl:531 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"#65#83", ::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) @ Core compiler/typeinfer.jl:1164 return_type(::Any, !Matched::DataType) @ Core compiler/typeinfer.jl:1158 return_type(!Matched::DataType, !Matched::UInt64) @ Core compiler/typeinfer.jl:1173 ... 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"#65#83", 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"#65#83", 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"#65#83", 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] macro expansion @ ~/.julia/packages/DataStreams/mEqAy/test/query.jl:97 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [7] top-level scope @ ~/.julia/packages/DataStreams/mEqAy/test/query.jl:10 [8] include(fname::String) @ Main ./sysimg.jl:38 [9] macro expansion @ ~/.julia/packages/DataStreams/mEqAy/test/runtests.jl:353 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [11] top-level scope @ ~/.julia/packages/DataStreams/mEqAy/test/runtests.jl:53 [12] include(fname::String) @ Main ./sysimg.jl:38 [13] top-level scope @ none:6 [14] eval @ ./boot.jl:430 [inlined] [15] exec_options(opts::Base.JLOptions) @ Base ./client.jl:296 [16] _start() @ Base ./client.jl:531 Test Summary: | Pass Error Total Time DataStreams | 83 3 86 48.9s Data.Schema | 29 29 1.5s Data.stream! | 2 1 3 18.9s DataStreams NamedTuple | 11 11 8.8s DataStreams with WeakRefStrings | 1 1 0.4s Data.query | 41 1 42 18.6s 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 61.25s ERROR: LoadError: Package DataStreams errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Types.jl:68 [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.11/Pkg/src/Operations.jl:2124 [3] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Operations.jl:2007 [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::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:481 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:159 [6] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:147 [inlined] [7] #test#74 @ /opt/julia/share/julia/stdlib/v1.11/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 98.46s: package tests unexpectedly errored