Package evaluation to test TuplesOfNTuples on Julia 1.12.4 (422f456051*) started at 2026-01-28T23:39:44.466 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.12` Set-up completed after 7.65s ################################################################################ # Installation # Installing TuplesOfNTuples... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [48ce63ed] + TuplesOfNTuples v0.2.3 Updating `~/.julia/environments/v1.12/Manifest.toml` [79e6a3ab] + Adapt v4.4.0 [ae029012] + Requires v1.3.1 [48ce63ed] + TuplesOfNTuples v0.2.3 [56f22d72] + Artifacts v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.12.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [cf7118a7] + UUIDs v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 1.35s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 1313.7 ms ✓ TuplesOfNTuples 1 dependency successfully precompiled in 3 seconds. 26 already precompiled. Precompilation completed after 18.88s ################################################################################ # Testing # Testing TuplesOfNTuples Status `/tmp/jl_3rumG2/Project.toml` [79e6a3ab] Adapt v4.4.0 [6e4b80f9] BenchmarkTools v1.6.3 [1bc83da4] SafeTestsets v0.1.0 [48ce63ed] TuplesOfNTuples v0.2.3 [b77e0a4c] InteractiveUtils v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_3rumG2/Manifest.toml` [79e6a3ab] Adapt v4.4.0 [6e4b80f9] BenchmarkTools v1.6.3 [34da2185] Compat v4.18.1 [682c06a0] JSON v1.4.0 [69de0a69] Parsers v2.8.3 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.1 [ae029012] Requires v1.3.1 [1bc83da4] SafeTestsets v0.1.0 [10745b16] Statistics v1.11.1 [ec057cc2] StructUtils v2.6.2 [48ce63ed] TuplesOfNTuples v0.2.3 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.12.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9abbd945] Profile v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.11.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs 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... 3.043552 seconds (1.87 M allocations: 93.140 MiB, 10.51% gc time, 98.09% compilation time: <1% of which was recompilation) Test Summary: | Pass Total Time sparse_containers | 20 20 3.1s 1.690139 seconds (1.60 M allocations: 80.613 MiB, 13.68% gc time, 98.21% compilation time) Test Summary: | Pass Broken Total Time tuple_of_ntuples | 7 1 8 1.7s 0.134347 seconds (52.99 k allocations: 2.455 MiB, 66.88% compilation time) Test Summary: | Pass Total Time tuple_of_same_length_tuples | 13 13 0.1s 0.723467 seconds (464.85 k allocations: 23.392 MiB, 96.26% compilation time: <1% of which was recompilation) Test Summary: | Pass Total Time dispatch_basic | 1 1 0.7s dispatch_regular_tuple: Test Failed at /home/pkgeval/.julia/packages/TuplesOfNTuples/Ch653/test/dispatch_regular_tuple.jl:53 Expression: occursin("Base.getindex(tup, i)::ANY", s) Evaluated: occursin("Base.getindex(tup, i)::ANY", "MethodInstance for Main.var\"##dispatch_regular_tuple#281\".example_regular_tuple!(::Tuple{Main.var\"##dispatch_regular_tuple#281\".Foo1, Main.var\"##dispatch_regular_tuple#281\".Foo2, Main.var\"##dispatch_regular_tuple#281\".Foo3, Main.var\"##dispatch_regular_tuple#281\".Foo4}, ::typeof(Main.var\"##dispatch_regular_tuple#281\".example_regular_tuple!), ::Int64, ::Vector{Int64})\n from example_regular_tuple!(tup, f, N::Int64, counter) @ Main.var\"##dispatch_regular_tuple#281\" ~/.julia/packages/TuplesOfNTuples/Ch653/test/dispatch_regular_tuple.jl:8\nArguments\n #self#::Core.Const(Main.var\"##dispatch_regular_tuple#281\".example_regular_tuple!)\n tup::Core.Const((Main.var\"##dispatch_regular_tuple#281\".Foo1(), Main.var\"##dispatch_regular_tuple#281\".Foo2(), Main.var\"##dispatch_regular_tuple#281\".Foo3(), Main.var\"##dispatch_regular_tuple#281\".Foo4()))\n f::Core.Const(Main.var\"##dispatch_regular_tuple#281\".example_regular_tuple!)\n N::Int64\n counter::Vector{Int64}\nLocals\n @_6::UNION{NOTHING, TUPLE{INT64, INT64}}\n i::Int64\nBody::Nothing\n1 ─ %1 = Main.var\"##dispatch_regular_tuple#281\".:(:)::Core.Const(Colon())\n│ %2 = (%1)(1, N)::Core.PartialStruct(UnitRange{Int64}, Any[Core.Const(1), Int64])\n│ (@_6 = Base.iterate(%2))\n│ %4 = @_6::UNION{NOTHING, TUPLE{INT64, INT64}}\n│ %5 = (%4 === nothing)::Bool\n│ %6 = Base.not_int(%5)::Bool\n└── goto #3 if not %6\n2 ─ %8 = @_6::Tuple{Int64, Int64}\n│ (i = Core.getfield(%8, 1))\n│ Core.getfield(%8, 2)\n│ %11 = i::Int64\n│ %12 = Base.getindex(tup, %11)::UNION{MAIN.VAR\"##DISPATCH_REGULAR_TUPLE#281\".FOO1, MAIN.VAR\"##DISPATCH_REGULAR_TUPLE#281\".FOO2, MAIN.VAR\"##DISPATCH_REGULAR_TUPLE#281\".FOO3, MAIN.VAR\"##DISPATCH_REGULAR_TUPLE#281\".FOO4}\n│ (f)(%12, counter)\n│ Core.Const(:(@_6 = Base.iterate(%2, %10)))\n│ Core.Const(:(@_6))\n│ Core.Const(:(%15 === nothing))\n│ Core.Const(:(Base.not_int(%16)))\n│ Core.Const(:(goto %20 if not %17))\n└── Core.Const(:(goto %8))\n3 ┄ %20 = Main.var\"##dispatch_regular_tuple#281\".nothing::Core.Const(nothing)\n└── return %20\n\n") Stacktrace: [1] top-level scope @ ~/.julia/packages/TuplesOfNTuples/Ch653/test/dispatch_regular_tuple.jl:516 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:680 [inlined] [3] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:307 [4] IncludeInto @ ./Base.jl:308 [inlined] [5] macro expansion @ ./timing.jl:697 [inlined] [6] macro expansion @ ~/.julia/packages/TuplesOfNTuples/Ch653/test/runtests.jl:12 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [8] macro expansion @ ~/.julia/packages/TuplesOfNTuples/Ch653/test/runtests.jl:12 [inlined] [9] top-level scope @ ~/.julia/packages/SafeTestsets/raUNr/src/SafeTestsets.jl:30 [10] eval(m::Module, e::Any) @ Core ./boot.jl:489 [11] top-level scope @ ~/.julia/packages/TuplesOfNTuples/Ch653/test/runtests.jl:28 [12] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:307 [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:283 [16] _start() @ Base ./client.jl:550 8.345705 seconds (4.57 M allocations: 247.749 MiB, 3.59% gc time, 96.55% compilation time) Test Summary: | Pass Fail Total Time dispatch_regular_tuple | 1 1 2 8.3s RNG of the outermost testset: Random.Xoshiro(0xc627673c31774e73, 0x942b7f1689b0194b, 0xc70f69eb5744a990, 0x1c00c323ac206bbf, 0x29fc4c1237c1dc5d) ERROR: LoadError: Some tests did not pass: 1 passed, 1 failed, 0 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/TuplesOfNTuples/Ch653/test/runtests.jl:12 Testing failed after 27.34s ERROR: LoadError: Package TuplesOfNTuples 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:2535 [3] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2384 [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:538 [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:169 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:157 [7] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:157 [inlined] [8] #test#81 @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:156 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [10] include(mod::Module, _path::String) @ Base ./Base.jl:306 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:317 [12] _start() @ Base ./client.jl:550 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 73.95s: package has test failures