Package evaluation of DataKnots on Julia 1.10.8 (92f03a4775*) started at 2025-02-25T04:47:26.061 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 4.94s ################################################################################ # Installation # Installing DataKnots... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [f3f2b2ad] + DataKnots v0.10.4 Updating `~/.julia/environments/v1.10/Manifest.toml` [9a962f9c] + DataAPI v1.16.0 [f3f2b2ad] + DataKnots v0.10.4 [e2d170a0] + DataValueInterfaces v1.0.0 [82899510] + IteratorInterfaceExtensions v1.0.0 [bac558e1] + OrderedCollections v1.8.0 [54e16d92] + PrettyPrinting v0.4.2 [3783bdb8] + TableTraits v1.0.1 [bd369af6] + Tables v1.12.0 Installation completed after 3.96s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 83.75s ################################################################################ # Testing # Testing DataKnots Status `/tmp/jl_dHXiK7/Project.toml` ⌅ [336ed68f] CSV v0.8.5 ⌃ [a93c6f00] DataFrames v1.4.4 [f3f2b2ad] DataKnots v0.10.4 [9563631e] NarrativeTest v0.7.5 [54e16d92] PrettyPrinting v0.4.2 [bd369af6] Tables v1.12.0 [9a3f8284] Random [10745b16] Statistics v1.10.0 Status `/tmp/jl_dHXiK7/Manifest.toml` ⌅ [336ed68f] CSV v0.8.5 [34da2185] Compat v4.16.0 [a8cc5b0e] Crayons v4.1.1 [9a962f9c] DataAPI v1.16.0 ⌃ [a93c6f00] DataFrames v1.4.4 [f3f2b2ad] DataKnots v0.10.4 [864edb3b] DataStructures v0.18.20 [e2d170a0] DataValueInterfaces v1.0.0 [41ab1584] InvertedIndices v1.3.1 [82899510] IteratorInterfaceExtensions v1.0.0 [b964fa9f] LaTeXStrings v1.4.0 [e1d29d7a] Missings v1.2.0 [9563631e] NarrativeTest v0.7.5 [bac558e1] OrderedCollections v1.8.0 ⌅ [69de0a69] Parsers v1.1.2 [2dfb63ee] PooledArrays v1.4.3 [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.4.3 [54e16d92] PrettyPrinting v0.4.2 [08abe8d2] PrettyTables v2.4.0 [189a3867] Reexport v1.2.2 [91c51154] SentinelArrays v1.4.8 [66db9d55] SnoopPrecompile v1.0.3 [a2af1166] SortingAlgorithms v1.2.1 [892a3eda] StringManipulation v0.4.1 [3783bdb8] TableTraits v1.0.1 [bd369af6] Tables v1.12.0 [56f22d72] Artifacts [2a0f44e3] Base64 [ade2ca70] Dates [9fa8497b] Future [b77e0a4c] InteractiveUtils [8f399da3] Libdl [37e2e46d] LinearAlgebra [56ddb016] Logging [d6f4376e] Markdown [a63ad114] Mmap [de0858da] Printf [3fa0cd96] REPL [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [6462fe0b] Sockets [2f01184e] SparseArrays v1.10.0 [10745b16] Statistics v1.10.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test [cf7118a7] UUIDs [4ec0a83e] Unicode [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [4536629a] OpenBLAS_jll v0.3.23+4 [bea87d4a] SuiteSparse_jll v7.2.1+1 [8e850b90] libblastrampoline_jll v5.11.0+0 Info Packages marked with ⌃ and ⌅ have new versions available. Those with ⌃ may be upgradable, but those with ⌅ are restricted by compatibility constraints from upgrading. Testing Running tests... WARNING: Method definition show(IO, Bool) in module Base at show.jl:1194 overwritten in module Main at /home/pkgeval/.julia/packages/DataKnots/4tdth/test/runtests.jl:12. WARNING: Method definition showerror(IO, LoadError, Any) in module Base at errorshow.jl:101 overwritten in module Main at /home/pkgeval/.julia/packages/DataKnots/4tdth/test/runtests.jl:16. WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, typeof(Base.showerror), IO, LoadError, Any) in module Base at errorshow.jl:101 overwritten in module Main at /home/pkgeval/.julia/packages/DataKnots/4tdth/test/runtests.jl:16. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Test failed at ~/.julia/packages/DataKnots/4tdth/doc/src/primer.md:584 OneTo(X) = Lift(:, (1, X)) unitknot[Lift(1:3) >> OneTo(It)] Expected output: ──┼───┼ 1 │ 1 │ 2 │ 1 │ 3 │ 2 │ 4 │ 1 │ 5 │ 2 │ 6 │ 3 │ Actual output: WARNING: Method definition OneTo(Any) in module DocSrcPrimerMd at /home/pkgeval/.julia/packages/DataKnots/4tdth/doc/src/primer.md:540 overwritten at /home/pkgeval/.julia/packages/DataKnots/4tdth/doc/src/primer.md:584. ──┼───┼ 1 │ 1 │ 2 │ 1 │ 3 │ 2 │ 4 │ 1 │ 5 │ 2 │ 6 │ 3 │ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Test failed at ~/.julia/packages/DataKnots/4tdth/doc/src/primer.md:916 DataKnots.shape(unitknot[Lift((msg="Hello",))]) Expected output: BlockOf(NamedTuple{(:msg,), Tuple{String}}, x1to1) Actual output: BlockOf(@NamedTuple{msg::String}, x1to1) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Test failed at ~/.julia/packages/DataKnots/4tdth/doc/src/primer.md:1041 unitknot[Lift(1:3) >> rand.('a':'z')] Expected output: ERROR: ArgumentError: Sampler for this object is not defined⋮ Actual output: ERROR: MethodError: no method matching Random.Sampler(::Type{Random.TaskLocalRNG}, ::Random.SamplerTrivial{Char, Char}, ::Val{1}) Closest candidates are: Random.Sampler(::Type{<:Random.AbstractRNG}, ::Random.Sampler, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.10/Random/src/Random.jl:147 Random.Sampler(::Type{<:Random.AbstractRNG}, ::Any, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.10/Random/src/Random.jl:183 Random.Sampler(::Type{<:Random.AbstractRNG}, !Matched::BitSet, ::Union{Val{1}, Val{Inf}}) @ Random /opt/julia/share/julia/stdlib/v1.10/Random/src/generation.jl:450 ... Stacktrace: [1] Random.Sampler(T::Type{Random.TaskLocalRNG}, sp::Random.SamplerTrivial{Char, Char}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.10/Random/src/Random.jl:147 [2] Random.Sampler(rng::Random.TaskLocalRNG, x::Random.SamplerTrivial{Char, Char}, r::Val{1}) @ Random /opt/julia/share/julia/stdlib/v1.10/Random/src/Random.jl:139 [3] rand(rng::Random.TaskLocalRNG, X::Random.SamplerTrivial{Char, Char}) @ Random /opt/julia/share/julia/stdlib/v1.10/Random/src/Random.jl:255 [4] rand(rng::Random.TaskLocalRNG, X::Char) @ Random /opt/julia/share/julia/stdlib/v1.10/Random/src/Random.jl:255 [5] rand(X::Char) @ Random /opt/julia/share/julia/stdlib/v1.10/Random/src/Random.jl:260 [6] _broadcast_getindex_evalf @ ./broadcast.jl:709 [inlined] [7] _broadcast_getindex @ ./broadcast.jl:682 [inlined] [8] getindex @ ./broadcast.jl:636 [inlined] [9] copy @ ./broadcast.jl:942 [inlined] [10] materialize(bc::Base.Broadcast.Broadcasted{Base.Broadcast.DefaultArrayStyle{1}, Nothing, typeof(rand), Tuple{StepRange{Char, Int64}}}) @ Base.Broadcast ./broadcast.jl:903 [11] top-level scope @ ~/.julia/packages/DataKnots/4tdth/doc/src/primer.md:1041 [12] eval @ ./boot.jl:385 [inlined] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Test failed at ~/.julia/packages/DataKnots/4tdth/doc/src/queries.md:1117 increment(x) = Lift(+, (x, 1)) @query $increment(1 + 1) Expected output: Lift(+, (Lift(+, (Lift(1), Lift(1))), 1)) Actual output: WARNING: Method definition increment(Any) in module DocSrcQueriesMd at /home/pkgeval/.julia/packages/DataKnots/4tdth/doc/src/queries.md:1110 overwritten at /home/pkgeval/.julia/packages/DataKnots/4tdth/doc/src/queries.md:1117. Lift(+, (Lift(+, (Lift(1), Lift(1))), 1)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Test failed at ~/.julia/packages/DataKnots/4tdth/doc/src/queries.md:1244 SalaryOver(X) = Tag(SalaryOver, (X,), It.salary .> X) SalaryOver(100000) Expected output: SalaryOver(100000) Actual output: WARNING: Method definition SalaryOver(Any) in module DocSrcQueriesMd at /home/pkgeval/.julia/packages/DataKnots/4tdth/doc/src/queries.md:1239 overwritten at /home/pkgeval/.julia/packages/DataKnots/4tdth/doc/src/queries.md:1244. SalaryOver(100000) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Test failed at ~/.julia/packages/DataKnots/4tdth/doc/src/queries.md:1379 Q = Lift((name = "JEFFERY A", position = "SERGEANT", salary = 101442)) >> It.ssn chicago[Q] Expected output: ERROR: cannot find "ssn" at (1:1) × NamedTuple{(:name, :position, :salary), Tuple{String, String, Int64}} Actual output: ERROR: cannot find "ssn" at (1:1) × @NamedTuple{name::String, position::String, salary::Int64} Stacktrace: [1] error(s::String) @ Base ./error.jl:35 [2] Get(env::DataKnots.Environment, p::DataKnots.Pipeline, name::Symbol) @ DataKnots ~/.julia/packages/DataKnots/4tdth/src/queries.jl:1314 [3] assemble @ ~/.julia/packages/DataKnots/4tdth/src/queries.jl:305 [inlined] [4] Compose(::DataKnots.Environment, ::DataKnots.Pipeline, ::DataKnots.Query, ::Vararg{Any}) @ DataKnots ~/.julia/packages/DataKnots/4tdth/src/queries.jl:566 [5] assemble(env::DataKnots.Environment, p::DataKnots.Pipeline, F::DataKnots.Query) @ DataKnots ~/.julia/packages/DataKnots/4tdth/src/queries.jl:300 [6] Each(env::DataKnots.Environment, p::DataKnots.Pipeline, X::DataKnots.Query) @ DataKnots ~/.julia/packages/DataKnots/4tdth/src/queries.jl:1170 [7] assemble(env::DataKnots.Environment, p::DataKnots.Pipeline, F::DataKnots.Query) @ DataKnots ~/.julia/packages/DataKnots/4tdth/src/queries.jl:300 [8] assemble @ ~/.julia/packages/DataKnots/4tdth/src/queries.jl:162 [inlined] [9] assemble(src::DataKnots.BlockOf, F::DataKnots.Query; rewrite::typeof(DataKnots.rewrite_all)) @ DataKnots ~/.julia/packages/DataKnots/4tdth/src/queries.jl:150 [10] assemble(src::DataKnots.BlockOf, F::DataKnots.Query) @ DataKnots ~/.julia/packages/DataKnots/4tdth/src/queries.jl:149 [11] query(db::DataKnot, F::DataKnots.Query, params::Vector{Pair{Symbol, DataKnot}}) @ DataKnots ~/.julia/packages/DataKnots/4tdth/src/queries.jl:131 [12] query @ ~/.julia/packages/DataKnots/4tdth/src/queries.jl:130 [inlined] [13] getindex(db::DataKnot, F::DataKnots.Query) @ DataKnots ~/.julia/packages/DataKnots/4tdth/src/queries.jl:123 [14] top-level scope @ ~/.julia/packages/DataKnots/4tdth/doc/src/queries.md:1382 [15] eval @ ./boot.jl:385 [inlined] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Tests passed: 826 Tests failed: 6 Tests skipped: 5 TESTING UNSUCCESSFUL! Testing failed after 400.1s ERROR: LoadError: Package DataKnots 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 502.12s: package tests unexpectedly errored