Package evaluation to test IterTools on Julia 1.14.0-DEV.2309 (6e1a27e459*) started at 2026-06-06T02:03:04.541 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 17.36s ################################################################################ # Installation # Installing IterTools... Resolving package versions... Installed IterTools ─ v1.10.0 Updating `~/.julia/environments/v1.14/Project.toml` [c8e1da08] + IterTools v1.10.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [c8e1da08] + IterTools v1.10.0 Installation completed after 1.57s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 5.9 s ✓ TestEnv 1 dependency successfully precompiled in 6 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 384.3 s ✓ IterTools 1 dependency successfully precompiled in 384 seconds. 10 already precompiled. Precompilation completed after 416.29s ################################################################################ # Testing # Testing IterTools Status `/tmp/jl_R7zHP8/Project.toml` [c8e1da08] IterTools v1.10.0 [2f01184e] SparseArrays v1.13.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_R7zHP8/Manifest.toml` [c8e1da08] IterTools v1.10.0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.14.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [2f01184e] SparseArrays v1.13.0 [f489334b] StyledStrings v1.13.0 [8dfed614] Test v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.2+0 [4536629a] OpenBLAS_jll v0.3.33+0 [bea87d4a] SuiteSparse_jll v7.10.1+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... partition: Error During Test at /home/pkgeval/.julia/packages/IterTools/cLYFo/test/runtests.jl:101 Test threw exception Expression: collect(pa0) == [(1, 2), (3, 4), (5, 6)] UndefVarError: `xs_state` not defined in local scope Suggestion: check for an assignment to a local variable that shadows a global of the same name. Stacktrace: [1] macro expansion @ ~/.julia/packages/IterTools/cLYFo/src/IterTools.jl:93 [inlined] [2] iterate(it::IterTools.Partition{Base.Iterators.Take{Base.Iterators.Count{Int64, Int64}}, 2, 2}, destructured::Tuple{Tuple{}, Tuple{Int64, Int64}}) @ IterTools ~/.julia/packages/IterTools/cLYFo/src/IterTools.jl:358 [3] copyto!(dest::Vector{Tuple{Int64, Int64}}, src::IterTools.Partition{Base.Iterators.Take{Base.Iterators.Count{Int64, Int64}}, 2, 2}) @ Base abstractarray.jl:949 [inlined] [4] _collect(cont::UnitRange{Int64}, itr::IterTools.Partition{Base.Iterators.Take{Base.Iterators.Count{Int64, Int64}}, 2, 2}, ::HasEltype, isz::HasLength) @ Base array.jl:770 [inlined] [5] collect(itr::IterTools.Partition{Base.Iterators.Take{Base.Iterators.Count{Int64, Int64}}, 2, 2}) @ Base array.jl:764 [6] top-level scope @ ~/.julia/packages/IterTools/cLYFo/test/runtests.jl:11 [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [9] macro expansion @ ~/.julia/packages/IterTools/cLYFo/test/runtests.jl:12 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [12] macro expansion @ ~/.julia/packages/IterTools/cLYFo/test/runtests.jl:96 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [15] macro expansion @ ~/.julia/packages/IterTools/cLYFo/test/runtests.jl:101 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] partition: Error During Test at /home/pkgeval/.julia/packages/IterTools/cLYFo/test/runtests.jl:106 Test threw exception Expression: collect(pa1) == [(1, 2), (2, 3), (3, 4)] UndefVarError: `xs_state` not defined in local scope Suggestion: check for an assignment to a local variable that shadows a global of the same name. Stacktrace: [1] macro expansion @ ~/.julia/packages/IterTools/cLYFo/src/IterTools.jl:93 [inlined] [2] iterate(it::IterTools.Partition{Base.Iterators.Take{Base.Iterators.Count{Int64, Int64}}, 2, 1}, destructured::Tuple{Tuple{Int64}, Tuple{Int64, Int64}}) @ IterTools ~/.julia/packages/IterTools/cLYFo/src/IterTools.jl:358 [3] copyto!(dest::Vector{Tuple{Int64, Int64}}, src::IterTools.Partition{Base.Iterators.Take{Base.Iterators.Count{Int64, Int64}}, 2, 1}) @ Base abstractarray.jl:949 [inlined] [4] _collect(cont::UnitRange{Int64}, itr::IterTools.Partition{Base.Iterators.Take{Base.Iterators.Count{Int64, Int64}}, 2, 1}, ::HasEltype, isz::HasLength) @ Base array.jl:770 [inlined] [5] collect(itr::IterTools.Partition{Base.Iterators.Take{Base.Iterators.Count{Int64, Int64}}, 2, 1}) @ Base array.jl:764 [6] top-level scope @ ~/.julia/packages/IterTools/cLYFo/test/runtests.jl:11 [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [9] macro expansion @ ~/.julia/packages/IterTools/cLYFo/test/runtests.jl:12 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [12] macro expansion @ ~/.julia/packages/IterTools/cLYFo/test/runtests.jl:96 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [15] macro expansion @ ~/.julia/packages/IterTools/cLYFo/test/runtests.jl:106 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] partition: Error During Test at /home/pkgeval/.julia/packages/IterTools/cLYFo/test/runtests.jl:111 Test threw exception Expression: collect(pa2) == [(1, 2), (4, 5), (7, 8)] UndefVarError: `xs_state` not defined in local scope Suggestion: check for an assignment to a local variable that shadows a global of the same name. Stacktrace: [1] macro expansion @ ~/.julia/packages/IterTools/cLYFo/src/IterTools.jl:93 [inlined] [2] iterate(it::IterTools.Partition{Base.Iterators.Take{Base.Iterators.Count{Int64, Int64}}, 2, 3}, destructured::Tuple{Tuple{}, Tuple{Int64, Int64}}) @ IterTools ~/.julia/packages/IterTools/cLYFo/src/IterTools.jl:358 [3] copyto!(dest::Vector{Tuple{Int64, Int64}}, src::IterTools.Partition{Base.Iterators.Take{Base.Iterators.Count{Int64, Int64}}, 2, 3}) @ Base abstractarray.jl:949 [inlined] [4] _collect(cont::UnitRange{Int64}, itr::IterTools.Partition{Base.Iterators.Take{Base.Iterators.Count{Int64, Int64}}, 2, 3}, ::HasEltype, isz::HasLength) @ Base array.jl:770 [inlined] [5] collect(itr::IterTools.Partition{Base.Iterators.Take{Base.Iterators.Count{Int64, Int64}}, 2, 3}) @ Base array.jl:764 [6] top-level scope @ ~/.julia/packages/IterTools/cLYFo/test/runtests.jl:11 [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [9] macro expansion @ ~/.julia/packages/IterTools/cLYFo/test/runtests.jl:12 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [12] macro expansion @ ~/.julia/packages/IterTools/cLYFo/test/runtests.jl:96 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [15] macro expansion @ ~/.julia/packages/IterTools/cLYFo/test/runtests.jl:111 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] partition: Error During Test at /home/pkgeval/.julia/packages/IterTools/cLYFo/test/runtests.jl:121 Test threw exception Expression: collect(pa4) == [(1,), (2,), (3,), (4,), (5,), (6,), (7,), (8,)] UndefVarError: `xs_state` not defined in local scope Suggestion: check for an assignment to a local variable that shadows a global of the same name. Stacktrace: [1] macro expansion @ ~/.julia/packages/IterTools/cLYFo/src/IterTools.jl:93 [inlined] [2] iterate(it::IterTools.Partition{UnitRange{Int64}, 1, 1}, destructured::Tuple{Tuple{}, Int64}) @ IterTools ~/.julia/packages/IterTools/cLYFo/src/IterTools.jl:358 [3] copyto!(dest::Vector{Tuple{Int64}}, src::IterTools.Partition{UnitRange{Int64}, 1, 1}) @ Base abstractarray.jl:949 [inlined] [4] _collect(cont::UnitRange{Int64}, itr::IterTools.Partition{UnitRange{Int64}, 1, 1}, ::HasEltype, isz::HasLength) @ Base array.jl:770 [inlined] [5] collect(itr::IterTools.Partition{UnitRange{Int64}, 1, 1}) @ Base array.jl:764 [6] top-level scope @ ~/.julia/packages/IterTools/cLYFo/test/runtests.jl:11 [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [9] macro expansion @ ~/.julia/packages/IterTools/cLYFo/test/runtests.jl:12 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [12] macro expansion @ ~/.julia/packages/IterTools/cLYFo/test/runtests.jl:96 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [15] macro expansion @ ~/.julia/packages/IterTools/cLYFo/test/runtests.jl:121 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] partition: Error During Test at /home/pkgeval/.julia/packages/IterTools/cLYFo/test/runtests.jl:129 Test threw exception Expression: length(collect(pa5)) == 10 UndefVarError: `xs_state` not defined in local scope Suggestion: check for an assignment to a local variable that shadows a global of the same name. Stacktrace: [1] macro expansion @ ~/.julia/packages/IterTools/cLYFo/src/IterTools.jl:93 [inlined] [2] iterate(it::IterTools.Partition{IterTools.TakeWhile{Base.Iterators.Count{Int64, Int64}}, 1, 1}, destructured::Tuple{Tuple{}, Int64}) @ IterTools ~/.julia/packages/IterTools/cLYFo/src/IterTools.jl:358 [3] _collect(cont::UnitRange{Int64}, itr::IterTools.Partition{IterTools.TakeWhile{Base.Iterators.Count{Int64, Int64}}, 1, 1}, ::HasEltype, isz::SizeUnknown) @ Base array.jl:777 [inlined] [4] collect(itr::IterTools.Partition{IterTools.TakeWhile{Base.Iterators.Count{Int64, Int64}}, 1, 1}) @ Base array.jl:764 [5] top-level scope @ ~/.julia/packages/IterTools/cLYFo/test/runtests.jl:11 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [8] macro expansion @ ~/.julia/packages/IterTools/cLYFo/test/runtests.jl:12 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [11] macro expansion @ ~/.julia/packages/IterTools/cLYFo/test/runtests.jl:96 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [14] macro expansion @ ~/.julia/packages/IterTools/cLYFo/test/runtests.jl:129 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] Test Summary: | Pass Error Total Time IterTools | 320 5 325 1m29.7s iterators | 320 5 325 1m29.7s firstrest | 20 20 1.6s takestrict | 5 5 0.2s ncycle | 25 25 0.1s repeatedly | 12 12 0.1s distinct | 3 3 0.2s partition | 17 5 22 1m02.3s imap | 5 5 2.3s groupby | 7 7 0.9s subsets | 63 63 6.5s nth | 19 19 3.3s takenth | 9 9 0.4s iterated | 3 3 0.2s peekiter | 16 16 0.5s ivec | 4 4 0.5s flagfirst | 4 4 1.0s takewhile | 4 4 0.2s properties | 7 7 1.1s propertyvalues | 7 7 0.5s fieldvalues | 7 7 0.2s interleaveby | 6 6 0.7s CachedIterator | 14 14 1.6s traits overriding defaults | 57 57 0.7s zip_longest | 6 6 4.7s RNG of the outermost testset: Random.Xoshiro(0x957884a4e69bd8fc, 0xdd260b308f6062ff, 0xc716e48b88bd41e3, 0xd8f210eb7b28554c, 0xfefb93609e89a07c) ERROR: LoadError: Some tests did not pass: 320 passed, 0 failed, 5 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/IterTools/cLYFo/test/runtests.jl:11 Testing failed after 222.28s ERROR: LoadError: Package IterTools 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:3247 [3] 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:587 [4] 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 [5] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [6] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [7] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [8] include(mod::Module, _path::String) @ Base Base.jl:326 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [10] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 678.06s: package tests unexpectedly errored