Package evaluation of Recyclers on Julia 1.12.0-DEV.2153 (83dcbd426d*) started at 2025-03-31T10:22:08.579 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.32s ################################################################################ # Installation # Installing Recyclers... Resolving package versions... Installed Recyclers ─ v0.1.0 Updating `~/.julia/environments/v1.12/Project.toml` [c460b67b] + Recyclers v0.1.0 Updating `~/.julia/environments/v1.12/Manifest.toml` [c460b67b] + Recyclers v0.1.0 Installation completed after 0.82s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... 6932.6 ms ✓ TestEnv 1 dependency successfully precompiled in 9 seconds. 25 already precompiled. Precompiling package dependencies... Precompilation completed after 51.85s ################################################################################ # Testing # Testing Recyclers Status `/tmp/jl_9sa93i/Project.toml` ⌅ [4c88cf16] Aqua v0.5.6 [c460b67b] Recyclers v0.1.0 [792026f5] TestFunctionRunner v0.1.4 [8dfed614] Test v1.11.0 Status `/tmp/jl_9sa93i/Manifest.toml` ⌅ [4c88cf16] Aqua v0.5.6 [34da2185] Compat v4.16.0 [b37bcd2d] LoadAllPackages v0.1.0 [c460b67b] Recyclers v0.1.0 [b0858c3f] Terminators v0.1.1 [792026f5] TestFunctionRunner v0.1.4 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [8ba89e20] Distributed v1.11.0 [f43a241f] Downloads v1.6.0 [7b1f6079] FileWatching v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [b27032c2] LibCURL v0.6.4 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.12.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [f489334b] StyledStrings v1.11.0 [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [deac9b47] LibCURL_jll v8.11.1+1 [e37daf67] LibGit2_jll v1.9.0+0 [29816b5a] LibSSH2_jll v1.11.3+1 [14a3606d] MozillaCACerts_jll v2024.12.31 [458c3c95] OpenSSL_jll v3.0.16+0 [83775a58] Zlib_jll v1.3.1+2 [8e850ede] nghttp2_jll v1.64.0+1 [3f19e933] p7zip_jll v17.5.0+2 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... [ Info: Loading packages from `/home/pkgeval/.julia/packages/Recyclers/rThP3/test/RecyclersTests/Project.toml`... [ Info: Loading 4 packages... [ Info: 4 packages loaded in 0.067829226 seconds Skipping Base.active_repl Skipping Base.MainInclude.Distributed Skipping Base.MainInclude.InteractiveUtils ┌ Warning: `isbindingresolved(m::Module, var::Symbol)` is deprecated, use `true` instead. │ caller = walkmodules(f::Aqua.var"#detect_unbound_args_recursively##0#detect_unbound_args_recursively##1"{Vector{Any}}, x::Module) at exports.jl:5 └ @ Core ~/.julia/packages/Aqua/bqhPD/src/exports.jl:5 ┌ Warning: `isbindingresolved(m::Module, var::Symbol)` is deprecated, use `true` instead. │ caller = walkmodules(f::Aqua.var"#undefined_exports##0#undefined_exports##1"{Vector{Symbol}}, x::Module) at exports.jl:5 └ @ Core ~/.julia/packages/Aqua/bqhPD/src/exports.jl:5 test_concurrency_ShardedRecycler_1: Error During Test at /home/pkgeval/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:187 Got exception outside of a @test TaskFailedException nested task error: BoundsError: attempt to access 1-element Vector{Vector{Vector{Int64}}} at index [2] Stacktrace: [1] throw_boundserror(A::Vector{Vector{Vector{Int64}}}, I::Tuple{Int64}) @ Base ./essentials.jl:15 [2] getindex @ ./essentials.jl:917 [inlined] [3] maybeget!(cache::Recyclers.ShardedCache{Vector{Int64}}) @ Recyclers.Internal ~/.julia/packages/Recyclers/rThP3/src/sharded.jl:46 [4] get! @ ~/.julia/packages/Recyclers/rThP3/src/generic.jl:5 [inlined] [5] get! @ ~/.julia/packages/Recyclers/rThP3/src/generic.jl:13 [inlined] [6] (::RecyclersTests.TestRecyclers.var"#7#8"{Int64, Recyclers.ShardedRecycler{Vector{Int64}, typeof(RecyclersTests.TestRecyclers.zeros3)}, Base.RefValue{Int64}})() @ RecyclersTests.TestRecyclers ~/.julia/packages/Recyclers/rThP3/test/RecyclersTests/src/test_recyclers.jl:48 Stacktrace: [1] sync_end(c::Channel{Any}) @ Base ./task.jl:601 [2] macro expansion @ ./task.jl:634 [inlined] [3] check_concurrency(recycler::Recyclers.ShardedRecycler{Vector{Int64}, typeof(RecyclersTests.TestRecyclers.zeros3)}; ntrials::Int64, ntasks::Int64) @ RecyclersTests.TestRecyclers ~/.julia/packages/Recyclers/rThP3/test/RecyclersTests/src/test_recyclers.jl:46 [4] check_concurrency @ ~/.julia/packages/Recyclers/rThP3/test/RecyclersTests/src/test_recyclers.jl:44 [inlined] [5] test_concurrency_ShardedRecycler_1 (repeats 2 times) @ ~/.julia/packages/Recyclers/rThP3/test/RecyclersTests/src/test_recyclers.jl:68 [inlined] [6] (::TestFunctionRunner.Internal.var"#25#26"{typeof(RecyclersTests.TestRecyclers.test_concurrency_ShardedRecycler_1), Nothing, Module, typeof(TestFunctionRunner.Internal.default_timeout_of)})() @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:214 [7] macro expansion @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:188 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1860 [inlined] [9] testset_iter(f::Function, iter::Vector{Union{Nothing, Function}}; failfast::Bool) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:187 [10] (::TestFunctionRunner.Internal.var"#21#22"{Bool, Nothing, Bool, Module, typeof(TestFunctionRunner.Internal.default_timeout_of)})() @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:208 [11] with_module_context(f::TestFunctionRunner.Internal.var"#21#22"{Bool, Nothing, Bool, Module, typeof(TestFunctionRunner.Internal.default_timeout_of)}, m::Module) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:164 [12] runtests(m::Module; recursive::Bool, timeout::Nothing, failfast::Bool) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:206 [13] (::TestFunctionRunner.Internal.var"#29#30"{Module, Bool, Nothing, Bool})() @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:223 [14] macro expansion @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:188 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1860 [inlined] [16] testset_iter(f::Function, iter::Vector{Module}; failfast::Bool) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:187 [17] testset_iter @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:180 [inlined] [18] (::TestFunctionRunner.Internal.var"#21#22"{Bool, Nothing, Bool, Module, typeof(TestFunctionRunner.Internal.default_timeout_of)})() @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:221 [19] with_module_context(f::TestFunctionRunner.Internal.var"#21#22"{Bool, Nothing, Bool, Module, typeof(TestFunctionRunner.Internal.default_timeout_of)}, m::Module) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:164 [20] runtests(m::Module; recursive::Bool, timeout::Nothing, failfast::Bool) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:206 [21] runtests @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:193 [inlined] [22] (::TestFunctionRunner.Internal.var"#10#11"{Module, @NamedTuple{timeout::Nothing, failfast::Bool}})() @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:35 [23] macro expansion @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:188 [inlined] [24] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1860 [inlined] [25] testset_iter(f::Function, iter::Vector{Module}; failfast::Bool) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:187 [26] testset_iter @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:180 [inlined] [27] #6 @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:33 [inlined] [28] with_project(f::TestFunctionRunner.Internal.var"#6#7"{Module, @NamedTuple{timeout::Nothing, failfast::Bool}, Bool, Bool}, m::Module) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:105 [29] run(m::Module; kwargs::@Kwargs{prepare_distributed::Bool}) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:27 [30] invokelatest @ ./Base_compiler.jl:224 [inlined] [31] at_run_impl(__source__::LineNumberNode, __module__::Module; paths::Vector{String}, packages::Nothing, prepare_distributed::Bool, kwargs::@Kwargs{}) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:315 [32] at_run_impl(__source__::LineNumberNode, __module__::Module) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:294 [33] top-level scope @ ~/.julia/packages/Recyclers/rThP3/test/runtests.jl:2 [34] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:304 [35] top-level scope @ none:6 [36] eval(m::Module, e::Any) @ Core ./boot.jl:489 [37] exec_options(opts::Base.JLOptions) @ Base ./client.jl:294 [38] _start() @ Base ./client.jl:560 test_concurrency_ShardedRecycler_3: Error During Test at /home/pkgeval/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:187 Got exception outside of a @test TaskFailedException nested task error: BoundsError: attempt to access 1-element Vector{Vector{Vector{Int64}}} at index [2] Stacktrace: [1] throw_boundserror(A::Vector{Vector{Vector{Int64}}}, I::Tuple{Int64}) @ Base ./essentials.jl:15 [2] getindex @ ./essentials.jl:917 [inlined] [3] maybeget!(cache::Recyclers.ShardedCache{Vector{Int64}}) @ Recyclers.Internal ~/.julia/packages/Recyclers/rThP3/src/sharded.jl:46 [4] get! @ ~/.julia/packages/Recyclers/rThP3/src/generic.jl:5 [inlined] [5] get! @ ~/.julia/packages/Recyclers/rThP3/src/generic.jl:13 [inlined] [6] (::RecyclersTests.TestRecyclers.var"#7#8"{Int64, Recyclers.ShardedRecycler{Vector{Int64}, typeof(RecyclersTests.TestRecyclers.zeros3)}, Base.RefValue{Int64}})() @ RecyclersTests.TestRecyclers ~/.julia/packages/Recyclers/rThP3/test/RecyclersTests/src/test_recyclers.jl:48 ...and 2 more exceptions. Stacktrace: [1] sync_end(c::Channel{Any}) @ Base ./task.jl:601 [2] macro expansion @ ./task.jl:634 [inlined] [3] check_concurrency(recycler::Recyclers.ShardedRecycler{Vector{Int64}, typeof(RecyclersTests.TestRecyclers.zeros3)}; ntrials::Int64, ntasks::Int64) @ RecyclersTests.TestRecyclers ~/.julia/packages/Recyclers/rThP3/test/RecyclersTests/src/test_recyclers.jl:46 [4] check_concurrency @ ~/.julia/packages/Recyclers/rThP3/test/RecyclersTests/src/test_recyclers.jl:44 [inlined] [5] test_concurrency_ShardedRecycler_3 (repeats 2 times) @ ~/.julia/packages/Recyclers/rThP3/test/RecyclersTests/src/test_recyclers.jl:68 [inlined] [6] (::TestFunctionRunner.Internal.var"#25#26"{typeof(RecyclersTests.TestRecyclers.test_concurrency_ShardedRecycler_3), Nothing, Module, typeof(TestFunctionRunner.Internal.default_timeout_of)})() @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:214 [7] macro expansion @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:188 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1860 [inlined] [9] testset_iter(f::Function, iter::Vector{Union{Nothing, Function}}; failfast::Bool) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:187 [10] (::TestFunctionRunner.Internal.var"#21#22"{Bool, Nothing, Bool, Module, typeof(TestFunctionRunner.Internal.default_timeout_of)})() @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:208 [11] with_module_context(f::TestFunctionRunner.Internal.var"#21#22"{Bool, Nothing, Bool, Module, typeof(TestFunctionRunner.Internal.default_timeout_of)}, m::Module) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:164 [12] runtests(m::Module; recursive::Bool, timeout::Nothing, failfast::Bool) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:206 [13] (::TestFunctionRunner.Internal.var"#29#30"{Module, Bool, Nothing, Bool})() @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:223 [14] macro expansion @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:188 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1860 [inlined] [16] testset_iter(f::Function, iter::Vector{Module}; failfast::Bool) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:187 [17] testset_iter @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:180 [inlined] [18] (::TestFunctionRunner.Internal.var"#21#22"{Bool, Nothing, Bool, Module, typeof(TestFunctionRunner.Internal.default_timeout_of)})() @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:221 [19] with_module_context(f::TestFunctionRunner.Internal.var"#21#22"{Bool, Nothing, Bool, Module, typeof(TestFunctionRunner.Internal.default_timeout_of)}, m::Module) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:164 [20] runtests(m::Module; recursive::Bool, timeout::Nothing, failfast::Bool) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:206 [21] runtests @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:193 [inlined] [22] (::TestFunctionRunner.Internal.var"#10#11"{Module, @NamedTuple{timeout::Nothing, failfast::Bool}})() @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:35 [23] macro expansion @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:188 [inlined] [24] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1860 [inlined] [25] testset_iter(f::Function, iter::Vector{Module}; failfast::Bool) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:187 [26] testset_iter @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:180 [inlined] [27] #6 @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:33 [inlined] [28] with_project(f::TestFunctionRunner.Internal.var"#6#7"{Module, @NamedTuple{timeout::Nothing, failfast::Bool}, Bool, Bool}, m::Module) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:105 [29] run(m::Module; kwargs::@Kwargs{prepare_distributed::Bool}) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:27 [30] invokelatest @ ./Base_compiler.jl:224 [inlined] [31] at_run_impl(__source__::LineNumberNode, __module__::Module; paths::Vector{String}, packages::Nothing, prepare_distributed::Bool, kwargs::@Kwargs{}) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:315 [32] at_run_impl(__source__::LineNumberNode, __module__::Module) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:294 [33] top-level scope @ ~/.julia/packages/Recyclers/rThP3/test/runtests.jl:2 [34] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:304 [35] top-level scope @ none:6 [36] eval(m::Module, e::Any) @ Core ./boot.jl:489 [37] exec_options(opts::Base.JLOptions) @ Base ./client.jl:294 [38] _start() @ Base ./client.jl:560 Test Summary: | Pass Error Total Time RecyclersTests | 38 2 40 46.6s TestAqua | 8 8 35.2s TestGlobal | 1 1 1.2s TestRecyclers | 29 2 31 8.9s test_concurrency_CentralizedRecycler_1 | 1 1 1.1s test_concurrency_CentralizedRecycler_3 | 1 1 0.1s test_concurrency_ShardedRecycler_1 | 1 1 2.9s test_concurrency_ShardedRecycler_3 | 1 1 0.6s test_reinit_sharded | 5 5 0.7s test_seq_typed | 10 10 0.8s test_seq_untyped | 12 12 0.5s RNG of the outermost testset: Random.Xoshiro(0x786dc563d250429f, 0xbe3e6f912416ccdf, 0xa12b7b96c949931f, 0xa37eb6e3f0512879, 0x51797e44bf3ca426) ERROR: LoadError: Some tests did not pass: 38 passed, 0 failed, 2 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/Recyclers/rThP3/test/runtests.jl:2 Testing failed after 73.48s ERROR: LoadError: Package Recyclers 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:2365 [3] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2220 [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:486 [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:303 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:328 [12] _start() @ Base ./client.jl:560 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 154.73s: package tests unexpectedly errored