Package evaluation to test EponymTuples on Julia 1.14.0-DEV.2593 (15c2b67521*) started at 2026-07-03T13:54:00.964 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.51s ################################################################################ # Installation # Installing EponymTuples... Resolving package versions... Installed EponymTuples ─ v0.2.2 Updating `~/.julia/environments/v1.14/Project.toml` [97e2ac4a] + EponymTuples v0.2.2 Updating `~/.julia/environments/v1.14/Manifest.toml` [97e2ac4a] + EponymTuples v0.2.2 [2a0f44e3] + Base64 v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.13.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 [f489334b] + StyledStrings v1.13.0 [8dfed614] + Test v1.11.0 Installation completed after 1.4s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 9.1 s ✓ TestEnv 1 dependency successfully precompiled in 9 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 0.8 s ✓ EponymTuples 1 dependency successfully precompiled in 1 seconds. 8 already precompiled. Precompilation completed after 45.51s ################################################################################ # Testing # Testing EponymTuples Status `/tmp/jl_dcOOwj/Project.toml` [97e2ac4a] EponymTuples v0.2.2 [8dfed614] Test v1.11.0 Status `/tmp/jl_dcOOwj/Manifest.toml` [97e2ac4a] EponymTuples v0.2.2 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.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 [f489334b] StyledStrings v1.13.0 [8dfed614] Test v1.11.0 Testing Running tests... Test Summary: | Pass Total Time internals | 3 3 0.1s Test Summary: | Pass Total Time dispatch | 4 4 0.1s ┌ Warning: macroexpand no longer throws a LoadError so `@test_throws LoadError ...` is deprecated and passed without checking the error type! │ caller = top-level scope at runtests.jl:39 └ @ Core ~/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:39 Test Summary: | Pass Total Time eponymtuple expansion | 3 3 2.2s Test Summary: | Pass Total Time eponymtuple return values | 2 2 0.0s non-unique varnames: Test Failed at /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 Expression: #= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =# @eval let a = 1 #= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =# #= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =# @eponymtuple a a end Expected: ErrorException Thrown: Base.JuliaLowering.LoweringError LoweringError: #= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =# - Repeated named tuple field name Expression: :a Containing expressions: :a Detailed provenance: :a @#= /source/usr/share/julia/JuliaLowering/src/ast.jl:469 =# ├─ a │ ├─ a │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 │ └─ (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a) │ ├─ (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a) │ │ ├─ (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a) │ │ │ ├─ (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a) │ │ │ │ ├─ (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a) │ │ │ │ │ ├─ (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a) │ │ │ │ │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 │ │ │ │ │ └─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) │ │ │ │ │ ├─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) │ │ │ │ │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 │ │ │ │ │ └─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ │ │ │ │ ├─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ │ │ │ │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 │ │ │ │ │ └─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ │ │ │ │ ├─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ │ │ │ │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 │ │ │ │ │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ │ │ │ │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ │ │ │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 │ │ │ │ └─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) │ │ │ │ ├─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) │ │ │ │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 │ │ │ │ └─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ │ │ │ ├─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ │ │ │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 │ │ │ │ └─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ │ │ │ ├─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ │ │ │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 │ │ │ │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ │ │ │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ │ │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 │ │ │ └─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) │ │ │ ├─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) │ │ │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 │ │ │ └─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ │ │ ├─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ │ │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 │ │ │ └─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ │ │ ├─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ │ │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 │ │ │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ │ │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 │ │ └─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) │ │ ├─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) │ │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 │ │ └─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ │ ├─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 │ │ └─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ │ ├─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 │ │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 │ └─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) │ ├─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 │ └─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ ├─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 │ └─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ ├─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 └─ (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a) ├─ (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a) │ ├─ (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a) │ │ ├─ (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a) │ │ │ ├─ (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a) │ │ │ │ ├─ (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a) │ │ │ │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 │ │ │ │ └─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) │ │ │ │ ├─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) │ │ │ │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 │ │ │ │ └─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ │ │ │ ├─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ │ │ │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 │ │ │ │ └─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ │ │ │ ├─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ │ │ │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 │ │ │ │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ │ │ │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ │ │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 │ │ │ └─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) │ │ │ ├─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) │ │ │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 │ │ │ └─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ │ │ ├─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ │ │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 │ │ │ └─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ │ │ ├─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ │ │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 │ │ │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ │ │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 │ │ └─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) │ │ ├─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) │ │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 │ │ └─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ │ ├─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 │ │ └─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ │ ├─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 │ │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 │ └─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) │ ├─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 │ └─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ ├─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 │ └─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ ├─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 └─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) ├─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 └─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) ├─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 └─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) ├─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 Stacktrace: [1] expand_named_tuple(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, kws::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, SubArray{Int64, 1, Vector{Int64}, Tuple{UnitRange{Int64}}, true}}; field_name::String, element_name::String) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1697 [2] expand_named_tuple(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, kws::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, SubArray{Int64, 1, Vector{Int64}, Tuple{UnitRange{Int64}}, true}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1645 [inlined] [3] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4343 [4] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4176 [inlined] [5] (::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4470 [inlined] [6] mapchildren(f::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}}, ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:839 [7] getindex(A::Vector{UnitRange{Int64}}, i::Int64) @ Base essentials.jl:1040 [inlined] [8] child(graph::Base.JuliaSyntax.SyntaxGraph{Dict{Symbol, Dict{Int64, Any}}}, id::Int64, i::Int64) @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:134 [inlined] [9] getindex(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, i::Int64) @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:252 [inlined] [10] macro expansion @ /source/usr/share/julia/JuliaLowering/src/ast.jl:327 [inlined] [11] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4313 [12] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4176 [inlined] [13] (::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4470 [inlined] [14] mapchildren(f::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}}, ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:839 [15] getindex(A::Vector{UnitRange{Int64}}, i::Int64) @ Base essentials.jl:1040 [inlined] [16] child(graph::Base.JuliaSyntax.SyntaxGraph{Dict{Symbol, Dict{Int64, Any}}}, id::Int64, i::Int64) @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:134 [inlined] [17] getindex(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, i::Int64) @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:252 [inlined] [18] macro expansion @ /source/usr/share/julia/JuliaLowering/src/ast.jl:327 [inlined] [19] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4313 [20] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4176 [inlined] [21] (::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4470 [inlined] [22] mapchildren(f::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}}, ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:839 [23] getindex(A::Vector{UnitRange{Int64}}, i::Int64) @ Base essentials.jl:1040 [inlined] [24] child(graph::Base.JuliaSyntax.SyntaxGraph{Dict{Symbol, Dict{Int64, Any}}}, id::Int64, i::Int64) @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:134 [inlined] [25] getindex(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, i::Int64) @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:252 [inlined] [26] macro expansion @ /source/usr/share/julia/JuliaLowering/src/ast.jl:327 [inlined] [27] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4313 [28] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4318 [29] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4176 [inlined] [30] expand_forms_2(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4498 [31] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:95 [32] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:730 [33] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:718 [inlined] [34] top-level scope @ ~/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 [35] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [36] top-level scope @ none:6 [37] eval(m::Module, e::Any) @ Core boot.jl:522 [38] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [39] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 non-unique varnames: Test Failed at /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 Expression: #= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =# @eval let a = 1 #= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =# #= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =# @eponymtuple a a = 1 end Expected: ErrorException Thrown: Base.JuliaLowering.LoweringError LoweringError: #= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =# - Repeated named tuple field name Expression: :a Containing expressions: :a Detailed provenance: :a @#= /source/usr/share/julia/JuliaLowering/src/ast.jl:469 =# ├─ a │ ├─ a │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 │ └─ (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)) │ ├─ (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)) │ │ ├─ (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)) │ │ │ ├─ (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)) │ │ │ │ ├─ (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)) │ │ │ │ │ ├─ (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)) │ │ │ │ │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 │ │ │ │ │ └─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) │ │ │ │ │ ├─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) │ │ │ │ │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 │ │ │ │ │ └─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ │ │ │ │ ├─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ │ │ │ │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 │ │ │ │ │ └─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ │ │ │ │ ├─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ │ │ │ │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 │ │ │ │ │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ │ │ │ │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ │ │ │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 │ │ │ │ └─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) │ │ │ │ ├─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) │ │ │ │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 │ │ │ │ └─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ │ │ │ ├─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ │ │ │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 │ │ │ │ └─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ │ │ │ ├─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ │ │ │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 │ │ │ │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ │ │ │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ │ │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 │ │ │ └─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) │ │ │ ├─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) │ │ │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 │ │ │ └─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ │ │ ├─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ │ │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 │ │ │ └─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ │ │ ├─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ │ │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 │ │ │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ │ │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 │ │ └─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) │ │ ├─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) │ │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 │ │ └─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ │ ├─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 │ │ └─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ │ ├─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 │ │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 │ └─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) │ ├─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 │ └─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ ├─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 │ └─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ ├─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 └─ (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)) ├─ (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)) │ ├─ (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)) │ │ ├─ (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)) │ │ │ ├─ (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)) │ │ │ │ ├─ (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)) │ │ │ │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 │ │ │ │ └─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) │ │ │ │ ├─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) │ │ │ │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 │ │ │ │ └─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ │ │ │ ├─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ │ │ │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 │ │ │ │ └─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ │ │ │ ├─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ │ │ │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 │ │ │ │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ │ │ │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ │ │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 │ │ │ └─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) │ │ │ ├─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) │ │ │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 │ │ │ └─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ │ │ ├─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ │ │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 │ │ │ └─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ │ │ ├─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ │ │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 │ │ │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ │ │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 │ │ └─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) │ │ ├─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) │ │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 │ │ └─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ │ ├─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 │ │ └─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ │ ├─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 │ │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 │ └─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) │ ├─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) │ │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 │ └─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ ├─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 │ └─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ ├─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 └─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) ├─ (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) │ └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 └─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) ├─ (macrocall @with :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 =#) (call => CURRENT_TESTSET (escape ts)) (call => TESTSET_DEPTH (call + (call get_testset_depth) 1)) (escape (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head)))))))) │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 └─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) ├─ (macrocall @with_testset :(#= /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 =#) ts (block (call copy! (call (. Random (inert default_rng))) tls_seed) (call copy! (call (. Random (inert get_tls_seed))) (call (. Random (inert default_rng)))) (let (block) (block (escape (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (unknown_head) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))) (unknown_head))))))) │ └─ @ /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) └─ (macrocall @testset :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 =#) "non-unique varnames" (block (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:52 =#) a a))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) ErrorException (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) (let (= a 1) (block (macrocall @eponymtuple :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:53 =#) a (= a 1)))))) (macrocall @test_throws :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) LoadError (macrocall @eval :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) (= (call f (macrocall @eponymargs :(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =#) a a)) (block (call * 2 a))))))) └─ @ /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 Stacktrace: [1] expand_named_tuple(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, kws::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, SubArray{Int64, 1, Vector{Int64}, Tuple{UnitRange{Int64}}, true}}; field_name::String, element_name::String) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1697 [2] expand_named_tuple(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, kws::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, SubArray{Int64, 1, Vector{Int64}, Tuple{UnitRange{Int64}}, true}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1645 [inlined] [3] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4343 [4] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4176 [inlined] [5] (::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4470 [inlined] [6] mapchildren(f::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}}, ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:839 [7] getindex(A::Vector{UnitRange{Int64}}, i::Int64) @ Base essentials.jl:1040 [inlined] [8] child(graph::Base.JuliaSyntax.SyntaxGraph{Dict{Symbol, Dict{Int64, Any}}}, id::Int64, i::Int64) @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:134 [inlined] [9] getindex(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, i::Int64) @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:252 [inlined] [10] macro expansion @ /source/usr/share/julia/JuliaLowering/src/ast.jl:327 [inlined] [11] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4313 [12] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4176 [inlined] [13] (::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4470 [inlined] [14] mapchildren(f::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}}, ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:839 [15] getindex(A::Vector{UnitRange{Int64}}, i::Int64) @ Base essentials.jl:1040 [inlined] [16] child(graph::Base.JuliaSyntax.SyntaxGraph{Dict{Symbol, Dict{Int64, Any}}}, id::Int64, i::Int64) @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:134 [inlined] [17] getindex(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, i::Int64) @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:252 [inlined] [18] macro expansion @ /source/usr/share/julia/JuliaLowering/src/ast.jl:327 [inlined] [19] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4313 [20] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4176 [inlined] [21] (::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4470 [inlined] [22] mapchildren(f::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}}, ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:839 [23] getindex(A::Vector{UnitRange{Int64}}, i::Int64) @ Base essentials.jl:1040 [inlined] [24] child(graph::Base.JuliaSyntax.SyntaxGraph{Dict{Symbol, Dict{Int64, Any}}}, id::Int64, i::Int64) @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:134 [inlined] [25] getindex(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, i::Int64) @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:252 [inlined] [26] macro expansion @ /source/usr/share/julia/JuliaLowering/src/ast.jl:327 [inlined] [27] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4313 [28] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4318 [29] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4176 [inlined] [30] expand_forms_2(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4498 [31] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:95 [32] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:730 [33] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:718 [inlined] [34] top-level scope @ ~/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 [35] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [36] top-level scope @ none:6 [37] eval(m::Module, e::Any) @ Core boot.jl:522 [38] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [39] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 non-unique varnames: Test Failed at /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 Expression: #= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =# @eval f(#= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =# @eponymargs(a, a)) = begin #= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =# 2a end Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @eponymargs in module Main: #= /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:55 =# - Error expanding macro Caused by: ArgumentError("duplicate variable name a") Stacktrace: [1] error(s::ArgumentError) @ Base error.jl:56 [2] check_duplicate_vars(itr::Tuple{Symbol, Symbol}) @ EponymTuples ~/.julia/packages/EponymTuples/Rpc2B/src/EponymTuples.jl:19 [3] macro expansion @ ~/.julia/packages/EponymTuples/Rpc2B/src/EponymTuples.jl:27 [4] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [5] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [6] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##0#expand_forms_1##1"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}}, ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:840 [7] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:386 [8] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##0#expand_forms_1##1"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}}, ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:840 [9] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:386 [10] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [inlined] [11] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:72 [12] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:730 [13] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:718 [inlined] [14] top-level scope @ ~/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 [15] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [16] top-level scope @ none:6 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [19] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 Test Summary: | Fail Total Time non-unique varnames | 3 3 9.6s RNG of the outermost testset: Random.Xoshiro(0xbe39fa4345afa4d8, 0x9862475d755a7e79, 0xc10fbf89548e3f4c, 0xd97e0401ab01f2ca, 0x3f21aa15f9940045) ERROR: LoadError: Some tests did not pass: 0 passed, 3 failed, 0 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/EponymTuples/Rpc2B/test/runtests.jl:50 Testing failed after 131.82s ERROR: LoadError: Package EponymTuples 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:325 [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 218.72s: package has test failures