Package evaluation to test Circo on Julia 1.14.0-DEV.36 (e2f3178d9b*) started at 2025-11-06T16:50:23.823 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.94s ################################################################################ # Installation # Installing Circo... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [36e45090] + Circo v0.1.4 Updating `~/.julia/environments/v1.14/Manifest.toml` [1520ce14] + AbstractTrees v0.4.5 [7e194583] + ActorInterfaces v0.1.0 [d1d4a3ce] + BitFlags v0.1.9 [36e45090] + Circo v0.1.4 [b491a1cf] + CircoCore v0.2.21 [944b1d66] + CodecZlib v0.7.8 [34da2185] + Compat v4.18.1 [f0e56b4a] + ConcurrentUtilities v2.5.0 ⌅ [864edb3b] + DataStructures v0.18.22 [460bff9d] + ExceptionUnwrapping v0.1.11 [708ec375] + Gumbo v0.8.3 [cd3eb016] + HTTP v1.10.19 [692b3bcd] + JLLWrappers v1.7.1 [e6f89c97] + LoggingExtras v1.2.0 [739be429] + MbedTLS v1.1.9 [99f44e22] + MsgPack v1.2.1 [4d8831e6] + OpenSSL v1.6.0 [bac558e1] + OrderedCollections v1.8.1 [231a7ae5] + Plugins v0.5.5 [aea7be01] + PrecompileTools v1.3.3 [21216c6a] + Preferences v1.5.0 [189a3867] + Reexport v1.2.2 [777ac1f9] + SimpleBufferStream v1.2.0 [3bb67fe8] + TranscodingStreams v0.11.3 [6b5504e1] + TypeParsers v2.0.1 [5c2747f8] + URIs v1.6.1 [c2297ded] + ZMQ v1.5.1 [528830af] + Gumbo_jll v0.10.2+0 [c8ffd9c3] + MbedTLS_jll v2.28.10+0 [8f1865be] + ZeroMQ_jll v4.3.6+0 [a9144af2] + libsodium_jll v1.0.21+0 [0dad84c5] + ArgTools v1.1.2 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [f43a241f] + Downloads v1.7.0 [7b1f6079] + FileWatching v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.12.0 [b27032c2] + LibCURL v1.0.0 [76f85450] + LibGit2 v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [ca575930] + NetworkOptions v1.3.0 [44cfe95a] + Pkg v1.13.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.0 [9e88b42a] + Serialization v1.11.0 [6462fe0b] + Sockets v1.11.0 [f489334b] + StyledStrings v1.11.0 [fa267f1f] + TOML v1.0.3 [a4e569a6] + Tar v1.10.0 [8dfed614] + Test v1.11.0 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [deac9b47] + LibCURL_jll v8.16.0+0 [e37daf67] + LibGit2_jll v1.9.1+0 [29816b5a] + LibSSH2_jll v1.11.3+1 [14a3606d] + MozillaCACerts_jll v2025.11.4 [4536629a] + OpenBLAS_jll v0.3.29+0 [458c3c95] + OpenSSL_jll v3.5.4+0 [efcefdf7] + PCRE2_jll v10.47.0+0 [83775a58] + Zlib_jll v1.3.1+2 [3161d3a3] + Zstd_jll v1.5.7+1 [8e850b90] + libblastrampoline_jll v5.15.0+0 [8e850ede] + nghttp2_jll v1.68.0+1 [3f19e933] + p7zip_jll v17.6.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 5.1s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... ┌ Error: Failed to use TestEnv.jl; test dependencies will not be precompiled │ exception = │ UndefVarError: `project_rel_path` not defined in `TestEnv` │ Suggestion: this global was defined as `Pkg.Operations.project_rel_path` but not assigned a value. │ Stacktrace: │ [1] get_test_dir(ctx::Pkg.Types.Context, pkgspec::PackageSpec) │ @ TestEnv ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/common.jl:75 │ [2] test_dir_has_project_file │ @ ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/common.jl:52 [inlined] │ [3] maybe_gen_project_override! │ @ ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/common.jl:83 [inlined] │ [4] activate(pkg::String; allow_reresolve::Bool) │ @ TestEnv ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/activate_set.jl:12 │ [5] activate(pkg::String) │ @ TestEnv ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/activate_set.jl:9 │ [6] top-level scope │ @ /PkgEval.jl/scripts/precompile.jl:24 │ [7] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [8] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:344 │ [9] _start() │ @ Base ./client.jl:577 └ @ Main /PkgEval.jl/scripts/precompile.jl:26 Precompiling package dependencies... Precompiling packages... 1273.4 ms ✓ libsodium_jll 1280.4 ms ✓ ZeroMQ_jll 4927.3 ms ✓ ZMQ 3887.3 ms ✓ CircoCore 6983.4 ms ✓ Circo 5 dependencies successfully precompiled in 19 seconds. 57 already precompiled. 1 dependency had output during precompilation: ┌ CircoCore │ WARNING: method definition for #send#9 at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/service.jl:81 declares type variable TCore but does not use it. └ Precompilation completed after 31.81s ################################################################################ # Testing # Testing Circo Status `/tmp/jl_CR4cZK/Project.toml` [1520ce14] AbstractTrees v0.4.5 [36e45090] Circo v0.1.4 [b491a1cf] CircoCore v0.2.21 ⌅ [864edb3b] DataStructures v0.18.22 [708ec375] Gumbo v0.8.3 [cd3eb016] HTTP v1.10.19 [ba5e3d4b] Jive v0.3.11 [99f44e22] MsgPack v1.2.1 [231a7ae5] Plugins v0.5.5 [189a3867] Reexport v1.2.2 [6b5504e1] TypeParsers v2.0.1 [ade2ca70] Dates v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [56ddb016] Logging v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [6462fe0b] Sockets v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_CR4cZK/Manifest.toml` [1520ce14] AbstractTrees v0.4.5 [7e194583] ActorInterfaces v0.1.0 [d1d4a3ce] BitFlags v0.1.9 [36e45090] Circo v0.1.4 [b491a1cf] CircoCore v0.2.21 [944b1d66] CodecZlib v0.7.8 [34da2185] Compat v4.18.1 [f0e56b4a] ConcurrentUtilities v2.5.0 ⌅ [864edb3b] DataStructures v0.18.22 [460bff9d] ExceptionUnwrapping v0.1.11 [708ec375] Gumbo v0.8.3 [cd3eb016] HTTP v1.10.19 ⌅ [b5f81e59] IOCapture v0.2.5 [692b3bcd] JLLWrappers v1.7.1 [ba5e3d4b] Jive v0.3.11 [e6f89c97] LoggingExtras v1.2.0 [739be429] MbedTLS v1.1.9 [99f44e22] MsgPack v1.2.1 [4d8831e6] OpenSSL v1.6.0 [bac558e1] OrderedCollections v1.8.1 [231a7ae5] Plugins v0.5.5 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.0 [189a3867] Reexport v1.2.2 [777ac1f9] SimpleBufferStream v1.2.0 [3bb67fe8] TranscodingStreams v0.11.3 [6b5504e1] TypeParsers v2.0.1 [5c2747f8] URIs v1.6.1 [c2297ded] ZMQ v1.5.1 [528830af] Gumbo_jll v0.10.2+0 [c8ffd9c3] MbedTLS_jll v2.28.10+0 [8f1865be] ZeroMQ_jll v4.3.6+0 [a9144af2] libsodium_jll v1.0.21+0 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [8ba89e20] Distributed v1.11.0 [f43a241f] Downloads v1.7.0 [7b1f6079] FileWatching v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [b27032c2] LibCURL v1.0.0 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.13.0 [de0858da] Printf v1.11.0 [3fa0cd96] REPL v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [f489334b] StyledStrings v1.11.0 [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [deac9b47] LibCURL_jll v8.16.0+0 [e37daf67] LibGit2_jll v1.9.1+0 [29816b5a] LibSSH2_jll v1.11.3+1 [14a3606d] MozillaCACerts_jll v2025.11.4 [4536629a] OpenBLAS_jll v0.3.29+0 [458c3c95] OpenSSL_jll v3.5.4+0 [efcefdf7] PCRE2_jll v10.47.0+0 [83775a58] Zlib_jll v1.3.1+2 [3161d3a3] Zstd_jll v1.5.7+1 [8e850b90] libblastrampoline_jll v5.15.0+0 [8e850ede] nghttp2_jll v1.68.0+1 [3f19e933] p7zip_jll v17.6.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... 1/23 block.jl [ Info: ZMQPostOffice bound to 128.30.92.239:24722 [ Info: Circo scheduler starting on thread 1 [ Info: Attempt to wake non-blocked actor 128.30.92.239:24722/51137ec802c3f8be. msg: ()  Pass: 310 (compile: 29.03, recompile: 1.30, elapsed: 29.15 seconds) 2/23 debug.jl [ Info: ZMQPostOffice bound to 128.30.92.239:24722 [ Info: Circo scheduler starting on thread 1 Debug: Error During Test at /home/pkgeval/.julia/packages/Circo/ctDno/test/debug.jl:34 Got exception outside of a @test ArgumentError: unable to check bounds for indices of type Int64 Stacktrace: [1] checkindex(::Type{Bool}, inds::Int64, i::Int64) @ Base ./abstractarray.jl:754 [2] checkbounds @ ./abstractarray.jl:692 [inlined] [3] isassigned @ ./multidimensional.jl:1632 [inlined] [4] show_delim_array(io::IOContext{IOBuffer}, itr::Pos, op::Char, delim::String, cl::Char, delim_one::Bool, i1::Int64, l::Int64) @ Base ./show.jl:1428 [5] show_delim_array @ ./show.jl:1421 [inlined] [6] show_vector(io::IOContext{IOBuffer}, v::Pos, opn::Char, cls::Char) @ Base ./arrayshow.jl:533 [7] show_vector @ ./arrayshow.jl:518 [inlined] [8] show(io::IOContext{IOBuffer}, X::Pos) @ Base ./arrayshow.jl:486 [9] _show_default(io::IOContext{IOBuffer}, x::Any) @ Base ./show.jl:514 [10] show_default @ ./show.jl:497 [inlined] [11] show(io::IOContext{IOBuffer}, x::Any) @ Base ./show.jl:492 [12] _show_default(io::IOBuffer, x::Any) @ Base ./show.jl:514 [13] show_default @ ./show.jl:497 [inlined] [14] show @ ./show.jl:492 [inlined] [15] #sprint#423 @ ./strings/io.jl:109 [inlined] [16] sprint @ ./strings/io.jl:102 [inlined] [17] repr(x::Circo.Debug.MsgStats) @ Base ./strings/io.jl:277 [18] top-level scope @ ~/.julia/packages/Circo/ctDno/test/debug.jl:35 [19] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [20] macro expansion @ ~/.julia/packages/Circo/ctDno/test/debug.jl:41 [inlined] [21] include(mod::Module, _path::String) @ Base ./Base.jl:309 [22] include_test_file(context::Nothing, filepath::String) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:204 [23] macro expansion @ ~/.julia/packages/Jive/bhekD/src/runtests.jl:272 [inlined] [24] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2130 [inlined] [25] jive_lets_dance(io::IOContext{Core.CoreSTDOUT}, verbose::Bool, ts::Jive.JiveTestSet, context::Nothing, filepath::String) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:270 [26] normal_run(dir::String, tests::Vector{String}, start_idx::Int64, context::Nothing, verbose::Bool, failfast::Bool) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:229 [27] runtests_distributed_run(dir::String, all_tests::Vector{String}, start_idx::Int64, node1::Vector{String}, context::Nothing, verbose::Bool, override_failfast::Bool) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests_distributed_run.jl:21 [28] runtests(dir::String; failfast::Bool, targets::Vector{String}, skip::Vector{String}, testset::Nothing, context::Nothing, enable_distributed::Bool, node1::Vector{String}, verbose::Bool) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:184 [29] kwcall(::@NamedTuple{skip::Vector{String}}, ::typeof(runtests), dir::String) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:146 [30] top-level scope @ ~/.julia/packages/Circo/ctDno/test/runtests.jl:9 [31] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [32] top-level scope @ none:6 [33] eval(m::Module, e::Any) @ Core ./boot.jl:489 [34] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [35] _start() @ Base ./client.jl:577  Error: 1 (8.39 seconds) 3/23 host.jl WARNING: Method definition (::Type{anonymous.HostTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.CoreState_yo6z})(Any, Any) in module HostTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.CoreState_yo6z})(Any...) in module HostTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostTest.CoreState_yo6z}, Any...) in module HostTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24724 WARNING: Method definition (::Type{anonymous.HostTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.CoreState_yo6z})(Any, Any) in module HostTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.CoreState_yo6z})(Any...) in module HostTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostTest.CoreState_yo6z}, Any...) in module HostTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24725 WARNING: Method definition (::Type{anonymous.HostTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.CoreState_yo6z})(Any, Any) in module HostTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.CoreState_yo6z})(Any...) in module HostTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostTest.CoreState_yo6z}, Any...) in module HostTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24726 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2500 [ Info: First node in cluster, starting global identity registry ┌ Warning: Global identity registry started: 339902633681127326852116474708525106998 └ @ Circo.IdRegistry ~/.julia/packages/Circo/ctDno/src/identity/idregistry.jl:33 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2501 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2502 [ Info: Listening on: 0.0.0.0:2500, thread id: 1 [ Info: Listening on: 0.0.0.0:2501, thread id: 1 [ Info: Listening on: 0.0.0.0:2502, thread id: 1 [ Info: Server on 0.0.0.0:2500 closing [ Info: Server on 0.0.0.0:2501 closing [ Info: Server on 0.0.0.0:2502 closing WARNING: Method definition (::Type{anonymous.HostTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.CoreState_yo6z})(Any, Any) in module HostTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.CoreState_yo6z})(Any...) in module HostTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostTest.CoreState_yo6z}, Any...) in module HostTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24724 WARNING: Method definition (::Type{anonymous.HostTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.CoreState_yo6z})(Any, Any) in module HostTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.CoreState_yo6z})(Any...) in module HostTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostTest.CoreState_yo6z}, Any...) in module HostTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24725 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2500 [ Info: First node in cluster, starting global identity registry ┌ Warning: Global identity registry started: 339902633681127326852116474708525106998 └ @ Circo.IdRegistry ~/.julia/packages/Circo/ctDno/src/identity/idregistry.jl:33 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2501 [ Info: Listening on: 0.0.0.0:2500, thread id: 1 [ Info: Listening on: 0.0.0.0:2501, thread id: 1 [ Info: Sleeping to allow ping-pong to start. [ Info: Got new peer 128.30.92.239:24725/28995342b41e09f1 . 2 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24724/3548a5506afec75e. (2 peers) [ Info: Connected to global identity registry [ Info: Measuring inter-thread ping-pong performance (10 secs) [ Info: Server on 0.0.0.0:2500 closing [ Info: Server on 0.0.0.0:2501 closing Inter-thread ping-pong performance (in a high throughput setting, 50 pingers): 242296.935286 rounds/sec WARNING: Method definition (::Type{anonymous.HostTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.CoreState_yo6z})(Any, Any) in module HostTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.CoreState_yo6z})(Any...) in module HostTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostTest.CoreState_yo6z}, Any...) in module HostTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24725 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2501 [ Info: First node in cluster, starting global identity registry ┌ Warning: Global identity registry started: 339902633681127326852116474708525106998 └ @ Circo.IdRegistry ~/.julia/packages/Circo/ctDno/src/identity/idregistry.jl:33 [ Info: Listening on: 0.0.0.0:2501, thread id: 1 [ Info: Sleeping to allow ping-pong to start. [ Info: Measuring in-thread ping-pong performance (10 secs) [ Info: Server on 0.0.0.0:2501 closing In-thread ping-pong performance: 754134.532750 rounds/sec  Pass: 114 (compile: 84.81, recompile: 28.42, elapsed: 140.66 seconds) 4/23 monitor.jl  Pass: 2 (compile: 0.05, elapsed: 0.07 seconds) 5/23 multitask.jl [ Info: ZMQPostOffice bound to 128.30.92.239:24725 [ Info: Circo scheduler starting on thread 1 [ Info: All clients validated WARNING: Method definition (::Type{anonymous.MultiTaskTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module MultiTaskTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.MultiTaskTest.CoreState_yo6z})(Any, Any) in module MultiTaskTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.MultiTaskTest.CoreState_yo6z})(Any...) in module MultiTaskTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.MultiTaskTest.CoreState_yo6z}, Any...) in module MultiTaskTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.MultiTaskTest.Msg_5z3w{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody) where {TBody} in module MultiTaskTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.MultiTaskTest.Msg_5z3w{TBody}})(Any, Any, Any) in module MultiTaskTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.MultiTaskTest.Msg_5z3w{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module MultiTaskTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.MultiTaskTest.Msg_5z3w{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module MultiTaskTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.MultiTaskTest.Msg_5z3w{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module MultiTaskTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.MultiTaskTest.Msg_5z3w{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module MultiTaskTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24725 [ Info: Circo scheduler starting on thread 1 [ Info: All clients validated  Pass: 1716 (compile: 16.13, recompile: 5.13, elapsed: 16.51 seconds) 6/23 transaction.jl Transactions unit tests: Error During Test at /home/pkgeval/.julia/packages/Circo/ctDno/test/transaction.jl:12 Got exception outside of a @test MethodError: no method matching CoreState_yo6z() The applicable method may be too new: running in world age 39565, while current world is 39585. Closest candidates are: CoreState_yo6z(!Matched::Addr, !Matched::Pos) (method too new to be called from this world context.) @ Main ~/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 CoreState_yo6z(!Matched::Any, !Matched::Any) (method too new to be called from this world context.) @ Main ~/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 CoreState_yo6z(Any...; kwargs...) (method too new to be called from this world context.) @ Main ~/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 Stacktrace: [1] emptycore(ctx::CircoContext) @ CircoCore ~/.julia/packages/CircoCore/e0A4T/src/context.jl:55 [2] Circo Service(ctx::CircoContext, scheduler::Scheduler) @ CircoCore ~/.julia/packages/CircoCore/e0A4T/src/service.jl:12 [3] Scheduler(ctx::CircoContext, zygote::Vector{Any}; pos::Pos) @ CircoCore ~/.julia/packages/CircoCore/e0A4T/src/scheduler.jl:55 [4] Scheduler(ctx::CircoContext, zygote::Vector{Any}) @ CircoCore ~/.julia/packages/CircoCore/e0A4T/src/scheduler.jl:29 [5] top-level scope @ ~/.julia/packages/Circo/ctDno/test/transaction.jl:13 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [7] macro expansion @ ~/.julia/packages/Circo/ctDno/test/transaction.jl:13 [inlined] [8] include(mod::Module, _path::String) @ Base ./Base.jl:309 [9] include_test_file(context::Nothing, filepath::String) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:204 [10] macro expansion @ ~/.julia/packages/Jive/bhekD/src/runtests.jl:272 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2130 [inlined] [12] jive_lets_dance(io::IOContext{Core.CoreSTDOUT}, verbose::Bool, ts::Jive.JiveTestSet, context::Nothing, filepath::String) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:270 [13] normal_run(dir::String, tests::Vector{String}, start_idx::Int64, context::Nothing, verbose::Bool, failfast::Bool) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:229 [14] runtests_distributed_run(dir::String, all_tests::Vector{String}, start_idx::Int64, node1::Vector{String}, context::Nothing, verbose::Bool, override_failfast::Bool) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests_distributed_run.jl:21 [15] runtests(dir::String; failfast::Bool, targets::Vector{String}, skip::Vector{String}, testset::Nothing, context::Nothing, enable_distributed::Bool, node1::Vector{String}, verbose::Bool) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:184 [16] kwcall(::@NamedTuple{skip::Vector{String}}, ::typeof(runtests), dir::String) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:146 [17] top-level scope @ ~/.julia/packages/Circo/ctDno/test/runtests.jl:9 [18] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [19] top-level scope @ none:6 [20] eval(m::Module, e::Any) @ Core ./boot.jl:489 [21] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [22] _start() @ Base ./client.jl:577  Error: 1 (compile: 2.71, recompile: 0.14, elapsed: 2.78 seconds) 7/23 cluster/clustersim.jl [ Info: ZMQPostOffice bound to 128.30.92.239:24725 [ Info: Circo scheduler starting on thread 1 [ Info: Got new peer 128.30.92.239:24725/7690ab0679d088bf . 2 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (2 peers) [ Info: Got new peer 128.30.92.239:24725/358e28d96c00b38f . 3 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (3 peers) [ Info: Got new peer 128.30.92.239:24725/915fd3ed77604ae3 . 4 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/3f092075f406988 . 4 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/53083bae6bd4b409 . 4 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/86c9eb856e9a392d . 5 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/69fd3cc006d21951 . 6 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/aecb1bd5762873d9 . 5 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/63b39fcb72f64582 . 5 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/b5fc2c1a4199bbd . 7 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/e29a4fd07059ebe9 . 6 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/704351d41c3d5426 . 8 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/ccb5062dd1c8d57f . 9 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/d03e9541a36d6839 . 10 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/f5a55990a5811a95 . 11 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/9412a39a2ae0cb80 . 12 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/2965f3d32aa45a77 . 7 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/d7ce603a4e6cf333 . 8 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (4 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (4 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (4 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (5 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (6 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (5 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (5 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (7 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (6 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (8 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (9 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (10 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (11 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (12 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (7 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (8 peers) 0.013493 seconds (62.31 k allocations: 3.310 MiB) [ Info: Got new peer 128.30.92.239:24725/e90f3638669931a2 . 20 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/930324d9f152ad68 . 21 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/ff2b300f24249b6a . 22 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/960b9b7ad4f4179c . 20 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/9d7598c5991c06eb . 23 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (20 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (21 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (22 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (20 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (23 peers) 0.009638 seconds (43.25 k allocations: 2.286 MiB) [ Info: Got new peer 128.30.92.239:24725/79693f211f80a7b9 . 25 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/30dedcd39ae2f50a . 25 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/8ab4b590f1956178 . 26 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/7322040255d8c967 . 25 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/2a5e226e2401d3e1 . 27 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (25 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (25 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (26 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (25 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (27 peers) 0.010634 seconds (51.22 k allocations: 2.696 MiB) [ Info: Got new peer 128.30.92.239:24725/7970aa8c4aa15351 . 30 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/ff56d4a90a39de9a . 30 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/e26a63b2bf60b3fe . 31 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/eefc2b215dd6b957 . 30 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (30 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (30 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (31 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (30 peers) 0.009984 seconds (48.49 k allocations: 2.583 MiB) [ Info: Got new peer 128.30.92.239:24725/f1463749b877e35c . 34 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/5014a28fdecc54f5 . 35 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/26653ba42f18815e . 34 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/669ec769eea2b812 . 35 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/5b2c255092953e2a . 34 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/426e84f5388fa609 . 36 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (34 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (35 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (34 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (35 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (34 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (36 peers) 0.018413 seconds (86.68 k allocations: 4.709 MiB) [ Info: Got new peer 128.30.92.239:24725/60cc2a7c1edd9a42 . 40 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/e3ad1929ef61c08 . 41 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (40 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (41 peers) 0.006144 seconds (29.91 k allocations: 1.572 MiB) [ Info: Got new peer 128.30.92.239:24725/66c1e62f93bdccdf . 42 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/1f4da8b4c4b0eed0 . 42 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/323439f4991182e6 . 42 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/fd5aefeb782c6028 . 43 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (42 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (42 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (42 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (43 peers) 0.014656 seconds (68.02 k allocations: 4.195 MiB) [ Info: Got new peer 128.30.92.239:24725/b15f57a64569ffd5 . 46 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/5e155a42dc7f7d0 . 46 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/299b116249abae2e . 47 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/f234d932d0af843d . 46 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/c5bd889bfdce731 . 47 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/1d80b3ef084dcae6 . 47 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/25b4601b4ad09794 . 48 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/2ad0947c5f52c7 . 49 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (46 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (46 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (47 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (46 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (47 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (47 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (48 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (49 peers) 0.031124 seconds (155.21 k allocations: 8.906 MiB) [ Info: Got new peer 128.30.92.239:24725/104c6c7961d86904 . 54 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/e330c62ca010a9d1 . 54 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (54 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (54 peers) 0.009014 seconds (43.63 k allocations: 2.550 MiB) [ Info: Got new peer 128.30.92.239:24725/24b3cace50569ae1 . 56 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/3972b4a9851db02f . 56 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (56 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (56 peers) 0.010128 seconds (45.35 k allocations: 2.644 MiB) [ Info: Got new peer 128.30.92.239:24725/f49bf096636aced8 . 58 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/3031fa63298b79be . 59 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/6bec273a6665ffed . 58 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/e5f94fb83a97b88a . 59 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/f5383d2400448b43 . 60 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/16cd39ca208757cc . 60 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/4acdec281fc7fbab . 61 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/8198c5aa25ae3ba9 . 62 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/73d98f95b0094fd2 . 63 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/cf42982b22982dd7 . 58 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/ad3a9e8d346dac31 . 61 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/7db08ab5caaa5f84 . 62 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/87b6ce6c580c9696 . 64 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/ece04eb36a469636 . 65 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/cf024ac8c6c8dad2 . 63 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/aa551682dc0b1acd . 66 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (58 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (59 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (58 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (59 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (60 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (60 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (61 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (62 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (63 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (58 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (61 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (62 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (64 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (65 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (63 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (66 peers) 0.117586 seconds (431.56 k allocations: 26.317 MiB, 27.80% gc time) [ Info: Got new peer 128.30.92.239:24725/4bc4ff387891457d . 74 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/440b7fa510caa85f . 75 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/1c0d15906e1fedb9 . 74 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/c2cd85cec2400d93 . 76 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/86a7b523e1629c02 . 77 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/d8ab6e6f39790d9c . 74 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/cb28e22456689621 . 75 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/ce1285e4020e28c8 . 78 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/8967b5e11e0d9e1a . 75 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/fa551b593f5f9915 . 76 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/16944413c3b6087d . 76 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/4d40107a35e4ea7f . 77 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (74 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (75 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (74 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (76 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (77 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (74 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (75 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (78 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (75 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (76 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (76 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (77 peers) 0.076582 seconds (392.64 k allocations: 23.119 MiB) [ Info: Got new peer 128.30.92.239:24725/8a0a32b1f4d27043 . 86 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (86 peers) 0.006711 seconds (34.69 k allocations: 2.019 MiB) [ Info: Got new peer 128.30.92.239:24725/9e0f6b2c99a34fde . 87 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/6fb513566ad989e8 . 87 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (87 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (87 peers) 0.013997 seconds (68.34 k allocations: 3.960 MiB) [ Info: Got new peer 128.30.92.239:24725/ec97c0f4cf242301 . 89 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/d144dd158c2594c5 . 89 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (89 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (89 peers) 0.012756 seconds (64.50 k allocations: 3.706 MiB) [ Info: Got new peer 128.30.92.239:24725/b29dc6d96521aee4 . 91 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/67eccbb16a5b5676 . 91 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/8fb5c017a51335b9 . 92 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/f744c37f0c3a3a15 . 93 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/dbaebd13a46cf8f9 . 94 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/f1f660d6bfb47950 . 95 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (91 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (91 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (92 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (93 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (94 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (95 peers) 0.044025 seconds (224.27 k allocations: 12.761 MiB) [ Info: Got new peer 128.30.92.239:24725/605482aab9d493bd . 97 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (97 peers) 0.006745 seconds (33.52 k allocations: 1.893 MiB) [ Info: Got new peer 128.30.92.239:24725/f70c6872a7d73f5b . 98 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/c382bff751de1ef3 . 98 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/ef426ebc94a41211 . 99 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (98 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (98 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (99 peers) 0.022060 seconds (114.53 k allocations: 6.450 MiB) [ Info: Got new peer 128.30.92.239:24725/b13705da12e83f5d . 101 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/652ecebb8c7c5540 . 101 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/4323bdcdf5ba2e48 . 102 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/494bc065b207f31 . 101 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/673d7727a2b3c85 . 103 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/9bfed4b18cce1a3f . 102 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (101 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (101 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (102 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (101 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (103 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (102 peers) 0.045492 seconds (231.87 k allocations: 12.896 MiB) [ Info: Got new peer 128.30.92.239:24725/b846ede5f6036120 . 107 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/9885b4b83309b89a . 107 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (107 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (107 peers) 0.016777 seconds (83.50 k allocations: 4.625 MiB) [ Info: Got new peer 128.30.92.239:24725/b10a49b518df39fc . 109 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (109 peers) 0.008469 seconds (40.64 k allocations: 2.246 MiB) [ Info: Got new peer 128.30.92.239:24725/8a6cf296743c58bb . 110 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (110 peers) 0.009192 seconds (44.15 k allocations: 2.435 MiB) [ Info: Got new peer 128.30.92.239:24725/8d0ded912f2dcff6 . 111 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/1966f45f33b28227 . 111 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/5de85817e16af7c6 . 112 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/22e758be6e91c81b . 113 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/462be939ad330d08 . 111 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/b8bd1dc39031dfc1 . 112 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/7d904b88aafd1596 . 112 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/7c02c7f9a7a63ba1 . 114 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/be24297dd607f78a . 113 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/95f94e2b9c79e302 . 114 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/3cbc02c50eeda4 . 115 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (111 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (111 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (112 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (113 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (111 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (112 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (112 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (114 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (113 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (114 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (115 peers) 0.178193 seconds (547.56 k allocations: 29.530 MiB, 16.08% gc time, 23.95% compilation time) [ Info: Got new peer 128.30.92.239:24725/5e2c29ef7749bc81 . 122 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/e71fe9830499ca1a . 122 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (122 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (122 peers) 0.019845 seconds (95.08 k allocations: 5.126 MiB) [ Info: Got new peer 128.30.92.239:24725/5d21d582c055ca9e . 124 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/150dd7b17b649c20 . 125 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (124 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (125 peers) 0.019842 seconds (96.64 k allocations: 5.194 MiB) [ Info: Got new peer 128.30.92.239:24725/af5aa0e489fce2e7 . 126 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (126 peers) 0.009923 seconds (46.99 k allocations: 2.522 MiB) [ Info: Got new peer 128.30.92.239:24725/b11269e27d81163 . 127 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/73a0effdf821f0a4 . 127 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/6bf02a898134e69a . 127 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/c7ed662b8e81662c . 128 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/4d40832d70bfe8d9 . 128 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/ca12fedbf03ad0fe . 129 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/10bd26a02943c925 . 130 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/208248b79d7cdb2d . 131 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/e5196400c95dd41f . 129 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/58469a4225320bcc . 130 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (127 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (127 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (127 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (128 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (128 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (129 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (130 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (131 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (129 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (130 peers) 0.100763 seconds (503.75 k allocations: 26.734 MiB) [ Info: Got new peer 128.30.92.239:24725/9ae2e9a70d85f952 . 137 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/4670535cbbc8d05d . 137 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/fc1058fbdd702fad . 137 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/f0416e6c3af90bf7 . 138 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/6aa124f8bc01b5a6 . 138 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/853f1a1dae293393 . 139 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/864d0fd52c788dc1 . 138 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/59fc11e1e3e3b574 . 140 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/4caf8bc6a2f8fb53 . 139 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/3d60f176dab68b90 . 140 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/790f35396f1b72a7 . 139 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/1bb8d784764b1e70 . 140 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/1c4f202bc18d6f2d . 141 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/fafedcaf8adca35c . 141 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (137 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (137 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (137 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (138 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (138 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (139 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (138 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (140 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (139 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (140 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (139 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (140 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (141 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (141 peers) 0.182582 seconds (771.68 k allocations: 40.687 MiB, 15.95% gc time) [ Info: Got new peer 128.30.92.239:24725/7741ea66f02b7be7 . 151 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/227ae9d8c883b8ee . 152 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/670418f406277362 . 151 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/fe05c62b8a499c5f . 153 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/58699a248b6ef7c . 154 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/60ca05dfeec7fc55 . 152 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/27ed39047edf69da . 155 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/98fcd673723dcf32 . 153 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (151 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (152 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (151 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (153 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (154 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (152 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (155 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (153 peers) 0.091123 seconds (459.45 k allocations: 24.673 MiB) [ Info: Got new peer 128.30.92.239:24725/971b15aea29ff774 . 159 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/9e45c512d45f8b2a . 159 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/69baf8ceb5f22567 . 160 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/eccd56f3035ffbb4 . 161 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/f380f0e7f2f8c643 . 162 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/5809e2f0f3b47630 . 160 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/ea1ee125b99d40dc . 161 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/ab3e0146102f0350 . 159 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/76f2503f23136b62 . 160 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (159 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (159 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (160 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (161 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (162 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (160 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (161 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (159 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (160 peers) 0.116284 seconds (570.11 k allocations: 30.495 MiB) [ Info: Got new peer 128.30.92.239:24725/867a081cafb40240 . 168 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (168 peers) 0.014108 seconds (66.90 k allocations: 3.414 MiB) [ Info: Got new peer 128.30.92.239:24725/c600c497478edf52 . 169 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/4167f80effe18508 . 169 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/408481ce1d8c18ee . 169 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/f836d42e3f6a7c3f . 170 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/2ab89962d52fbfc7 . 170 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/c0e222b1d574a201 . 171 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/67beb9707cf6561f . 172 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/815ae6657543d919 . 170 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/858992f8fddf9332 . 173 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (169 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (169 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (169 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (170 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (170 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (171 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (172 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (170 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (173 peers) 0.163693 seconds (611.03 k allocations: 39.580 MiB, 18.83% gc time) [ Info: Got new peer 128.30.92.239:24725/ea29e638419cb729 . 178 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/2f50da663cd822a2 . 179 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/c94d144a859e000a . 180 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (178 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (179 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (180 peers) 0.040472 seconds (193.90 k allocations: 11.222 MiB) [ Info: Got new peer 128.30.92.239:24725/97374829bed2265a . 181 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/d2cf704729a73ee3 . 182 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (181 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (182 peers) 0.029892 seconds (139.34 k allocations: 8.198 MiB) [ Info: Got new peer 128.30.92.239:24725/4462780629e8419d . 183 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/51c2c1534894c968 . 184 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/37e9641289db6828 . 183 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/d79f02c6d7ea7329 . 185 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (183 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (184 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (183 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (185 peers) 0.056457 seconds (273.36 k allocations: 15.902 MiB) [ Info: Got new peer 128.30.92.239:24725/5a9d6f1e8bc1e011 . 187 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/4a20902801f07c78 . 187 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/d0ffbe9287c98f9c . 188 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/cedc8e5ad6ccc192 . 188 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/a50999d5f302806 . 189 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/809b3c1df2b5f49c . 187 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (187 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (187 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (188 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (188 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (189 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (187 peers) 0.088146 seconds (416.25 k allocations: 24.052 MiB) [ Info: Got new peer 128.30.92.239:24725/4b14204ab66e2fbb . 193 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (193 peers) 0.017076 seconds (76.41 k allocations: 4.794 MiB) [ Info: Got new peer 128.30.92.239:24725/2cb40969235929ce . 194 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/ae864e2c3635458d . 195 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/73941efa2479bf58 . 194 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (194 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (195 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (194 peers) 0.072396 seconds (215.62 k allocations: 13.168 MiB, 34.25% gc time) [ Info: Got new peer 128.30.92.239:24725/972bd10c28c938bc . 197 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/1009100bcee3971d . 197 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/f0c4e7ed0f67ee9e . 198 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/1526125baaf3be5e . 198 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/3e974c577f4e696a . 199 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/99301bc540293666 . 197 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/5c5f5bd2968a77cc . 200 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/674db6cc9e61c7de . 199 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/48f7a22f7beaa909 . 198 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/72b3f6083eaeca80 . 200 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/ab6ccbfecacabe19 . 199 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/b1e2ffde42d159bb . 201 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/fbff55de709f18f9 . 201 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/62193cd37171a27a . 202 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/ecfcda009463d2fd . 202 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (197 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (197 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (198 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (198 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (199 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (197 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (200 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (199 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (198 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (200 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (199 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (201 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (201 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (202 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (202 peers) 0.287873 seconds (1.22 M allocations: 76.447 MiB, 7.99% gc time) [ Info: Got new peer 128.30.92.239:24725/50d9dc672fc83923 . 212 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/9f4c45704e2051f6 . 213 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/a8066b07c8495340 . 212 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (212 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (213 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (212 peers) 0.046998 seconds (229.19 k allocations: 14.197 MiB) [ Info: Got new peer 128.30.92.239:24725/ca86981b51207838 . 215 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/d2621c7bfda443be . 215 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/1ba35fdfde753578 . 216 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/9d48edf4663d0fc6 . 217 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/3dfbde70af18facd . 218 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/2f7e191b9e5457ea . 219 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/5858555b12167a9c . 215 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/efd2798e851f578b . 216 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/49c6789aba94c1ef . 216 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/b0e73f774fd86f86 . 217 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/9899674f280e17c6 . 218 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/274a1328236ef72c . 219 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/6ce320661142b4cc . 220 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/6685c11a7c9a6f18 . 217 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/274d9b2d1bc7c0dc . 220 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (215 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (215 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (216 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (217 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (218 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (219 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (215 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (216 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (216 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (217 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (218 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (219 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (220 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (217 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (220 peers) 0.300897 seconds (1.32 M allocations: 83.817 MiB, 8.36% gc time) [ Info: Got new peer 128.30.92.239:24725/875ad7bab25bc916 . 230 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/98e53c0a2c2a30d4 . 230 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/384ed4986658d6af . 231 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/91a740e875b3c6af . 231 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/28ef918ab5ceb613 . 232 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/7f0126257f821c9 . 230 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/200537b8d184e8df . 233 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/ad5364dec44c81d9 . 234 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/3d5ca6748dcbd41 . 231 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/a924a723899b830f . 232 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/d7c26037b90993d5 . 235 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/4b3b7087f656e325 . 236 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/f37e3455a7478dcd . 237 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/3e8975b55ce56632 . 233 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (230 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (230 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (231 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (231 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (232 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (230 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (233 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (234 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (231 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (232 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (235 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (236 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (237 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (233 peers) 0.301458 seconds (1.28 M allocations: 82.055 MiB, 8.31% gc time) [ Info: Got new peer 128.30.92.239:24725/51fb4ef3f7b5fd63 . 244 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/a4ffb633f09ede89 . 244 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/628043eab01a6655 . 245 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/350d379a97dfcbd . 246 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (244 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (244 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (245 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (246 peers) 0.079400 seconds (353.86 k allocations: 22.361 MiB) [ Info: Got new peer 128.30.92.239:24725/eed7e4b60758c808 . 248 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/abc20eb504a86fa2 . 248 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/24a5a7a5b84d167c . 248 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (248 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (248 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (248 peers) 0.064906 seconds (288.02 k allocations: 18.251 MiB) [ Info: Got new peer 128.30.92.239:24725/f8ba161d9f4acc24 . 251 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/15e25c5619379964 . 252 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/cc551c899b6ff87e . 251 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/250060aaf3e5b637 . 251 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/6939736e0e8f69ca . 252 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/3c43ac1ffa4651e4 . 253 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/c926f4e8fad3f5f2 . 252 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/f2c22de6e495aba7 . 253 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/fe2675365a9257c8 . 254 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/9a677025034681e4 . 254 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (251 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (252 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (251 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (251 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (252 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (253 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (252 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (253 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (254 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (254 peers) 0.227551 seconds (978.04 k allocations: 61.219 MiB, 8.71% gc time) [ Info: Got new peer 128.30.92.239:24725/41d57b6fc14408f2 . 261 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/730665172e40216a . 262 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (261 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (262 peers) 0.061758 seconds (191.15 k allocations: 11.885 MiB, 33.23% gc time) [ Info: Got new peer 128.30.92.239:24725/18cba62e4c9d7301 . 263 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/b46233c009dd6be4 . 263 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (263 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (263 peers) 0.042541 seconds (207.62 k allocations: 12.961 MiB) [ Info: Got new peer 128.30.92.239:24725/6b5a5eae0fb36a37 . 265 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (265 peers) 0.022341 seconds (104.25 k allocations: 6.495 MiB) [ Info: Got new peer 128.30.92.239:24725/47d44079f3191a02 . 266 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (266 peers) 0.022025 seconds (104.64 k allocations: 6.512 MiB) [ Info: Got new peer 128.30.92.239:24725/648610765fc389b . 267 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/9efb0e8eb9daa1c1 . 267 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/76fa72fd714fa98d . 268 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (267 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (267 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (268 peers) 0.066600 seconds (317.14 k allocations: 19.693 MiB) [ Info: Got new peer 128.30.92.239:24725/d7852cdb303778a1 . 270 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (270 peers) 0.019981 seconds (98.55 k allocations: 6.072 MiB) [ Info: Got new peer 128.30.92.239:24725/8641a8a8c4e57cd4 . 271 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/f535ec2b5ec5541d . 271 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/cfacd3f2ce5a3ab5 . 272 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/e64fe6d71c8a9561 . 273 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/cfecd175881c466c . 271 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/20e20d11f44a7396 . 272 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (271 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (271 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (272 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (273 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (271 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (272 peers) 0.148272 seconds (602.19 k allocations: 36.908 MiB, 15.59% gc time) [ Info: Got new peer 128.30.92.239:24725/1eb4ba6ccc8af040 . 277 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/b22d4579469e7a60 . 278 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (277 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (278 peers) 0.040997 seconds (202.53 k allocations: 12.379 MiB) [ Info: Got new peer 128.30.92.239:24725/4513341928688acd . 279 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (279 peers) 0.020152 seconds (93.74 k allocations: 5.682 MiB) [ Info: Got new peer 128.30.92.239:24725/9bb7583803199422 . 280 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (280 peers) 0.023452 seconds (109.90 k allocations: 6.736 MiB) [ Info: Got new peer 128.30.92.239:24725/6f865bea050c78a6 . 281 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/8fff0e1a78b2beab . 282 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/4ae5ef510645f675 . 281 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/4627a63ed22b84ed . 283 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/f829a1af1792f7d2 . 281 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/a8c9452876e409bc . 284 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/d4b7a83202ec2c03 . 282 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/712dfc3e9e80762e . 285 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/e83c1b29b7b12192 . 286 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (281 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (282 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (281 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (283 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (281 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (284 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (282 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (285 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (286 peers) 0.231774 seconds (987.98 k allocations: 60.006 MiB, 11.45% gc time) [ Info: Got new peer 128.30.92.239:24725/126af6e4714f60a2 . 290 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/d648043328db365d . 290 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (290 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (290 peers) 0.047002 seconds (211.65 k allocations: 12.773 MiB) [ Info: Got new peer 128.30.92.239:24725/91880b9a203abe75 . 292 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/ea994690a30894be . 292 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (292 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (292 peers) 0.051183 seconds (233.77 k allocations: 14.172 MiB) [ Info: Got new peer 128.30.92.239:24725/4c513e6c495a4d56 . 294 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (294 peers) 0.024192 seconds (115.31 k allocations: 6.971 MiB) [ Info: Got new peer 128.30.92.239:24725/53a0d4fa76d7437f . 295 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/c346c95b10afcd45 . 295 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/f5a390d521c0f6ff . 295 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/350db9f99152f591 . 296 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/7929ab7011659bba . 296 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/2fec6ee1bf820226 . 296 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/1a600f2747180ccc . 297 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/3d82d9a40ce3f25f . 298 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (295 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (295 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (295 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (296 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (296 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (296 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (297 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (298 peers) 0.223025 seconds (900.93 k allocations: 53.992 MiB, 14.05% gc time) [ Info: Got new peer 128.30.92.239:24725/d4c6cc91bc4b64d1 . 303 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/8f230d7b14c2e1d3 . 304 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/dac89ec61bccf542 . 303 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/f90c055d3c66802e . 303 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/b6e44c01bb4a35bb . 304 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/986725ffc4e1e01c . 305 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/5c16b73886cb8b23 . 305 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (303 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (304 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (303 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (303 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (304 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (305 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (305 peers) 0.172194 seconds (818.65 k allocations: 48.796 MiB) [ Info: Got new peer 128.30.92.239:24725/46887156db5107e6 . 310 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/d893e73234f49787 . 310 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (310 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (310 peers) 0.054332 seconds (243.59 k allocations: 14.511 MiB) [ Info: Got new peer 128.30.92.239:24725/ea8c7bd4c65eecd6 . 312 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (312 peers) 0.048988 seconds (113.42 k allocations: 6.720 MiB, 52.21% gc time) [ Info: Got new peer 128.30.92.239:24725/92eeef9b28717d24 . 313 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (313 peers) 0.021535 seconds (113.72 k allocations: 6.733 MiB) [ Info: Got new peer 128.30.92.239:24725/e67464d6d5b696f5 . 314 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (314 peers) 0.021210 seconds (114.11 k allocations: 6.752 MiB) [ Info: Got new peer 128.30.92.239:24725/61fd7943c10d0fc5 . 315 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/40c9e738403a6955 . 316 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (315 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (316 peers) 0.044216 seconds (238.41 k allocations: 14.110 MiB) [ Info: Got new peer 128.30.92.239:24725/2380d7b8c0836df . 317 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (317 peers) 0.022260 seconds (124.18 k allocations: 7.359 MiB) [ Info: Got new peer 128.30.92.239:24725/b4a148f8c4c147d3 . 318 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/cd22ad8be6e4dbaa . 319 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/ee60d40d741fee0d . 318 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/f2ae64da43acc3b7 . 320 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/83a061034ba08966 . 319 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/f9de0c7f5c105fc4 . 320 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/91fa01ab81881e79 . 321 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/b351f16fbe96ae59 . 322 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (318 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (319 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (318 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (320 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (319 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (320 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (321 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (322 peers) 0.290083 seconds (958.52 k allocations: 56.302 MiB, 23.48% gc time) [ Info: Got new peer 128.30.92.239:24725/bf7d827c7f9623fe . 326 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/7a28527454a8eefd . 326 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/203d6f2d6c5c5b28 . 326 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/d08b720243c39f79 . 327 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/f1f39ec23d1ee066 . 328 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/71f177f57997a29b . 327 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (326 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (326 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (326 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (327 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (328 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (327 peers) 0.151180 seconds (764.64 k allocations: 44.791 MiB) [ Info: Got new peer 128.30.92.239:24725/d4eddf5f4c048f9f . 332 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/b3ebd3225688c85c . 332 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/629d7b67f1a1c845 . 333 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/85d8a28e82c52144 . 333 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (332 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (332 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (333 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (333 peers) 0.100029 seconds (503.20 k allocations: 29.352 MiB) [ Info: Got new peer 128.30.92.239:24725/c28f2014b0f1e91a . 336 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/28cf0a77b33591b1 . 337 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/3614642571d8e27a . 338 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (336 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (337 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (338 peers) 0.071406 seconds (385.51 k allocations: 22.451 MiB) [ Info: Got new peer 128.30.92.239:24725/163f3fcdd6543d2a . 339 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/4a10ba5bb02c9164 . 339 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (339 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (339 peers) 0.476940 seconds (245.74 k allocations: 14.250 MiB, 90.20% gc time) [ Info: Got new peer 128.30.92.239:24725/ce49bd9eb3e9cad3 . 341 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/b56c863383dc0121 . 342 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/c18c7023103c1d09 . 341 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/887b20e68c8cfeef . 341 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/8f1e96b2da49a8e5 . 343 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/29ae8f39126ecc75 . 342 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/c33be05fbfe09dfd . 344 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/c43bfad0ef65429f . 345 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (341 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (342 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (341 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (341 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (343 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (342 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (344 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (345 peers) 0.168925 seconds (1.03 M allocations: 59.630 MiB) [ Info: Got new peer 128.30.92.239:24725/ab9e1f2bb4ba9ec2 . 349 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (349 peers) 0.019019 seconds (135.75 k allocations: 7.844 MiB) [ Info: Got new peer 128.30.92.239:24725/4c04689368db0884 . 350 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/c40b3b42962b2799 . 350 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/771b8b7585e83ab . 350 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/7ff1229351b1fe73 . 351 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/4baf677c6872df95 . 351 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (350 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (350 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (350 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (351 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (351 peers) 0.096283 seconds (667.65 k allocations: 38.433 MiB) [ Info: Got new peer 128.30.92.239:24725/859be85ca03a7e36 . 355 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/638ba243112d66b . 355 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/5b9fa43e48104c79 . 356 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/33d3b088405c872e . 355 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/1919a75480afee21 . 356 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/8dc8426756b56ba8 . 356 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/f65720d3847d3c0f . 357 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/3ba26aa03f4ac3a1 . 357 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/1e46e3c36f78071 . 358 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/5c285d38d54911c . 359 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/2af145cc8747693e . 360 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/438c868985ce021c . 357 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (355 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (355 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (356 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (355 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (356 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (356 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (357 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (357 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (358 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (359 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (360 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (357 peers) 0.252146 seconds (1.59 M allocations: 90.481 MiB) [ Info: Got new peer 128.30.92.239:24725/7ec4afc7db30f302 . 367 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/4a66db93b6280df4 . 367 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/dbac19ad9f665f01 . 368 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/19e19e1cb0f5e448 . 368 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (367 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (367 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (368 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (368 peers) 0.144653 seconds (552.38 k allocations: 31.451 MiB, 32.73% gc time) [ Info: Got new peer 128.30.92.239:24725/dd382936744ce38c . 371 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (371 peers) 0.020072 seconds (143.84 k allocations: 8.186 MiB) [ Info: Got new peer 128.30.92.239:24725/412add64c37a8558 . 372 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/3da78c83435b48d8 . 373 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/a120991e3cba688c . 374 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/3c351a6c7cfda8f7 . 375 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/a587af5e3631fd7c . 372 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/eddd4d9fca2fe33e . 372 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/d2026cb25babbb2d . 373 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/3edaaacc3f5e0d48 . 373 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (372 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (373 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (374 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (375 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (372 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (372 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (373 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (373 peers) 0.160747 seconds (1.15 M allocations: 65.193 MiB) [ Info: Got new peer 128.30.92.239:24725/82439ab784c81ccb . 380 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/aa30d790916cc5ae . 380 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/44825a7ccd3664c3 . 380 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/432cffaf03e2396a . 381 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (380 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (380 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (380 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (381 peers) 0.102267 seconds (571.03 k allocations: 32.245 MiB) [ Info: Got new peer 128.30.92.239:24725/9fdb6406c3db4edc . 384 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/ead26e6ec7008d4 . 384 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/9db32457f6395eba . 385 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (384 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (384 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (385 peers) 0.060991 seconds (437.21 k allocations: 24.652 MiB) [ Info: Got new peer 128.30.92.239:24725/a80bfc1d6e3fbde8 . 387 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (387 peers) 0.020784 seconds (149.82 k allocations: 8.440 MiB) [ Info: Got new peer 128.30.92.239:24725/855bf739ad0e925e . 388 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (388 peers) 0.019844 seconds (150.15 k allocations: 8.453 MiB) [ Info: Got new peer 128.30.92.239:24725/a245b621c627b445 . 389 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/344e6b5555e28f96 . 390 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/c3deb60f57c8db30 . 391 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (389 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (390 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (391 peers) 0.067931 seconds (420.20 k allocations: 23.597 MiB) [ Info: Got new peer 128.30.92.239:24725/8a06163b43391635 . 392 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/409de896b5632384 . 392 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/2b7207ff691cd7dc . 392 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/d63a3500dfdeb91f . 393 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (392 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (392 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (392 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (393 peers) 0.175338 seconds (599.17 k allocations: 33.616 MiB, 30.70% gc time) [ Info: Got new peer 128.30.92.239:24725/97993f29db9724d . 396 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/7dd67d83cb38e20d . 396 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/1c1c32212e7cfe76 . 396 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/b8436cc1d8c4fe26 . 397 nodes in cluster. [ Info: Got new peer 128.30.92.239:24725/55c70de148d8c782 . 397 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/358e28d96c00b38f. (396 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (396 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (396 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/7690ab0679d088bf. (397 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/c8bb6294951d766d. (397 peers) Avg peer count: 400.0; Peer update max: 7736 avg: 4665.56; Upstream friends avg: 7.7875  Pass: 1201 (compile: 10.61, elapsed: 17.69 seconds) 8/23 cluster/hostcluster.jl WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.CoreState_yo6z}, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24725 WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.CoreState_yo6z}, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24729 WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.CoreState_yo6z}, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24730 WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.CoreState_yo6z}, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24731 WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.CoreState_yo6z}, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24732 WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.CoreState_yo6z}, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24733 WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.CoreState_yo6z}, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24734 WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.CoreState_yo6z}, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24735 WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.CoreState_yo6z}, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24736 WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.CoreState_yo6z}, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24737 WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.CoreState_yo6z}, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24738 WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.CoreState_yo6z}, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24739 WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.CoreState_yo6z}, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24740 WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.CoreState_yo6z}, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24741 WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.CoreState_yo6z}, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24742 WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.CoreState_yo6z}, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24743 WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.CoreState_yo6z}, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24744 WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.CoreState_yo6z}, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24745 WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.CoreState_yo6z}, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24746 WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.CoreState_yo6z}, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24747 WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.CoreState_yo6z}, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24748 WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.CoreState_yo6z}, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24749 WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.CoreState_yo6z}, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24750 WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.CoreState_yo6z}, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24751 WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.CoreState_yo6z}, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24752 WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.CoreState_yo6z}, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24753 WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.CoreState_yo6z}, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24754 WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.CoreState_yo6z}, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24755 WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.CoreState_yo6z}, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24756 WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.CoreState_yo6z})(Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.CoreState_yo6z}, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody, Circo.InfotonOpt.Infoton) where {TBody} in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody}})(Any, Any, Any, Any) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.HostClusterTest.Msg_6cd6{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module HostClusterTest at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24757 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2501 [ Info: First node in cluster, starting global identity registry ┌ Warning: Global identity registry started: 62727447883107919467170112746018440247 └ @ Circo.IdRegistry ~/.julia/packages/Circo/ctDno/src/identity/idregistry.jl:33 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2505 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2506 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2507 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2508 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2509 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2510 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2511 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2512 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2513 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2514 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2515 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2516 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2517 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2518 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2519 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2520 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2521 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2522 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2523 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2524 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2525 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2527 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2528 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2529 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2530 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2531 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2532 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2533 [ Info: Listening on: 0.0.0.0:2511, thread id: 1 [ Info: Listening on: 0.0.0.0:2533, thread id: 1 [ Info: Listening on: 0.0.0.0:2514, thread id: 1 [ Info: Listening on: 0.0.0.0:2516, thread id: 1 [ Info: Listening on: 0.0.0.0:2517, thread id: 1 [ Info: Listening on: 0.0.0.0:2519, thread id: 1 [ Info: Listening on: 0.0.0.0:2529, thread id: 1 [ Info: Listening on: 0.0.0.0:2522, thread id: 1 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2526 [ Info: Listening on: 0.0.0.0:2524, thread id: 1 [ Info: Listening on: 0.0.0.0:2526, thread id: 1 [ Info: Listening on: 0.0.0.0:2507, thread id: 1 [ Info: Listening on: 0.0.0.0:2525, thread id: 1 [ Info: Listening on: 0.0.0.0:2509, thread id: 1 [ Info: Listening on: 0.0.0.0:2512, thread id: 1 [ Info: Listening on: 0.0.0.0:2513, thread id: 1 [ Info: Listening on: 0.0.0.0:2528, thread id: 1 [ Info: Listening on: 0.0.0.0:2520, thread id: 1 [ Info: Listening on: 0.0.0.0:2523, thread id: 1 [ Info: Listening on: 0.0.0.0:2501, thread id: 1 [ Info: Got new peer 128.30.92.239:24729/96927a46bf7461f6 . 2 nodes in cluster. [ Info: Listening on: 0.0.0.0:2506, thread id: 1 [ Info: Joined to cluster using root node 128.30.92.239:24725/915704444790b52b. (2 peers) [ Info: Connected to global identity registry [ Info: Listening on: 0.0.0.0:2518, thread id: 1 [ Info: Listening on: 0.0.0.0:2530, thread id: 1 [ Info: Listening on: 0.0.0.0:2531, thread id: 1 [ Info: Listening on: 0.0.0.0:2508, thread id: 1 [ Info: Listening on: 0.0.0.0:2510, thread id: 1 [ Info: Listening on: 0.0.0.0:2515, thread id: 1 [ Info: Listening on: 0.0.0.0:2505, thread id: 1 [ Info: Listening on: 0.0.0.0:2532, thread id: 1 [ Info: Listening on: 0.0.0.0:2521, thread id: 1 [ Info: Listening on: 0.0.0.0:2527, thread id: 1 [ Info: Got new peer 128.30.92.239:24731/9440a676cd857c7b . 3 nodes in cluster. [ Info: Got new peer 128.30.92.239:24730/4a7b9817b1f7c0c0 . 4 nodes in cluster. [ Info: Got new peer 128.30.92.239:24732/2c22b0474cc0c8a8 . 5 nodes in cluster. [ Info: Got new peer 128.30.92.239:24733/dc577e42c692d444 . 6 nodes in cluster. [ Info: Got new peer 128.30.92.239:24736/5c84d05ccbd424e6 . 7 nodes in cluster. [ Info: Got new peer 128.30.92.239:24737/8d6e17bddba0f1c6 . 8 nodes in cluster. [ Info: Got new peer 128.30.92.239:24741/c583de0046aba1e7 . 9 nodes in cluster. [ Info: Got new peer 128.30.92.239:24742/17cfd21a7467488d . 10 nodes in cluster. [ Info: Got new peer 128.30.92.239:24734/cc87bfe640b82531 . 11 nodes in cluster. [ Info: Got new peer 128.30.92.239:24738/6f1ad72944cc5d81 . 12 nodes in cluster. [ Info: Got new peer 128.30.92.239:24739/da83e8d7fae69b17 . 13 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/915704444790b52b. (7 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/915704444790b52b. (8 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/915704444790b52b. (9 peers) [ Info: Connected to global identity registry [ Info: Joined to cluster using root node 128.30.92.239:24725/915704444790b52b. (4 peers) [ Info: Connected to global identity registry [ Info: Joined to cluster using root node 128.30.92.239:24725/915704444790b52b. (6 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/915704444790b52b. (3 peers) [ Info: Connected to global identity registry [ Info: Got new peer 128.30.92.239:24735/ecb87d54403c8298 . 14 nodes in cluster. [ Info: Got new peer 128.30.92.239:24740/94c479dcfab1ee50 . 15 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/915704444790b52b. (10 peers) [ Info: Connected to global identity registry [ Info: Joined to cluster using root node 128.30.92.239:24725/915704444790b52b. (11 peers) [ Info: Connected to global identity registry [ Info: Joined to cluster using root node 128.30.92.239:24725/915704444790b52b. (12 peers) [ Info: Connected to global identity registry [ Info: Joined to cluster using root node 128.30.92.239:24725/915704444790b52b. (13 peers) [ Info: Connected to global identity registry [ Info: Connected to global identity registry [ Info: Connected to global identity registry [ Info: Connected to global identity registry [ Info: Connected to global identity registry [ Info: Joined to cluster using root node 128.30.92.239:24725/915704444790b52b. (5 peers) [ Info: Connected to global identity registry [ Info: Got new peer 128.30.92.239:24746/9db225583bf12c60 . 16 nodes in cluster. [ Info: Got new peer 128.30.92.239:24747/5692e6d26af94b64 . 17 nodes in cluster. [ Info: Got new peer 128.30.92.239:24752/90eeba3c40a46912 . 18 nodes in cluster. [ Info: Got new peer 128.30.92.239:24757/fdb8eda9e133a67e . 19 nodes in cluster. [ Info: Got new peer 128.30.92.239:24743/9b8e0903355b2126 . 20 nodes in cluster. [ Info: Got new peer 128.30.92.239:24744/f6f22f7951156ef0 . 21 nodes in cluster. [ Info: Got new peer 128.30.92.239:24748/b79ed248e8d8a9af . 22 nodes in cluster. [ Info: Got new peer 128.30.92.239:24753/5bed95c5074011ae . 23 nodes in cluster. [ Info: Joined to cluster using root node 128.30.92.239:24725/915704444790b52b. (20 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/915704444790b52b. (14 peers) [ Info: Connected to global identity registry [ Info: Joined to cluster using root node 128.30.92.239:24725/915704444790b52b. (15 peers) [ Info: Connected to global identity registry [ Info: Joined to cluster using root node 128.30.92.239:24725/915704444790b52b. (19 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/915704444790b52b. (21 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/915704444790b52b. (22 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/915704444790b52b. (23 peers) [ Info: Connected to global identity registry [ Info: Joined to cluster using root node 128.30.92.239:24725/915704444790b52b. (17 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/915704444790b52b. (18 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/915704444790b52b. (16 peers) [ Info: Got new peer 128.30.92.239:24754/c7451f1f4e699184 . 24 nodes in cluster. [ Info: Got new peer 128.30.92.239:24750/cf38e978f9252019 . 25 nodes in cluster. [ Info: Got new peer 128.30.92.239:24745/6cc61a30143d2c1d . 26 nodes in cluster. [ Info: Got new peer 128.30.92.239:24749/522652fe3fbba5ec . 27 nodes in cluster. [ Info: Got new peer 128.30.92.239:24751/48d22635a0bd4e71 . 28 nodes in cluster. [ Info: Got new peer 128.30.92.239:24755/cbc173bf74e1c0d5 . 29 nodes in cluster. [ Info: Got new peer 128.30.92.239:24756/94dcf345ffa6a879 . 30 nodes in cluster. [ Info: Connected to global identity registry [ Info: Connected to global identity registry [ Info: Connected to global identity registry [ Info: Joined to cluster using root node 128.30.92.239:24725/915704444790b52b. (24 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/915704444790b52b. (25 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/915704444790b52b. (26 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/915704444790b52b. (27 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/915704444790b52b. (28 peers) [ Info: Joined to cluster using root node 128.30.92.239:24725/915704444790b52b. (29 peers) [ Info: Connected to global identity registry [ Info: Connected to global identity registry [ Info: Joined to cluster using root node 128.30.92.239:24725/915704444790b52b. (30 peers) [ Info: Connected to global identity registry [ Info: Connected to global identity registry [ Info: Connected to global identity registry [ Info: Connected to global identity registry [ Info: Connected to global identity registry [ Info: Connected to global identity registry [ Info: Connected to global identity registry [ Info: Connected to global identity registry [ Info: Server on 0.0.0.0:2501 closing [ Info: Server on 0.0.0.0:2505 closing [ Info: Server on 0.0.0.0:2506 closing [ Info: Server on 0.0.0.0:2507 closing [ Info: Server on 0.0.0.0:2508 closing [ Info: Server on 0.0.0.0:2509 closing [ Info: Server on 0.0.0.0:2510 closing [ Info: Server on 0.0.0.0:2511 closing [ Info: Server on 0.0.0.0:2512 closing [ Info: Server on 0.0.0.0:2513 closing [ Info: Server on 0.0.0.0:2514 closing [ Info: Server on 0.0.0.0:2515 closing [ Info: Server on 0.0.0.0:2516 closing [ Info: Server on 0.0.0.0:2517 closing [ Info: Server on 0.0.0.0:2518 closing [ Info: Server on 0.0.0.0:2519 closing [ Info: Server on 0.0.0.0:2520 closing [ Info: Server on 0.0.0.0:2521 closing [ Info: Server on 0.0.0.0:2522 closing [ Info: Server on 0.0.0.0:2523 closing [ Info: Server on 0.0.0.0:2524 closing [ Info: Server on 0.0.0.0:2525 closing [ Info: Server on 0.0.0.0:2526 closing [ Info: Server on 0.0.0.0:2527 closing [ Info: Server on 0.0.0.0:2528 closing [ Info: Server on 0.0.0.0:2529 closing [ Info: Server on 0.0.0.0:2530 closing [ Info: Server on 0.0.0.0:2531 closing [ Info: Server on 0.0.0.0:2532 closing [ Info: Server on 0.0.0.0:2533 closing  Pass: 30 (compile: 34.59, elapsed: 49.54 seconds) 9/23 com/combasics.jl [ Info: ZMQPostOffice bound to 128.30.92.239:24725 [ Info: Circo scheduler starting on thread 1  Pass: 10 (compile: 3.44, elapsed: 3.51 seconds) 10/23 com/comhtml.jl comhtml: Error During Test at /home/pkgeval/.julia/packages/Circo/ctDno/test/com/comhtml.jl:37 Got exception outside of a @test MethodError: no method matching Main.anonymous.COMHTMLTests.CoreState_yo6z() The applicable method may be too new: running in world age 40203, while current world is 40223. Closest candidates are: Main.anonymous.COMHTMLTests.CoreState_yo6z(!Matched::Addr, !Matched::Pos) (method too new to be called from this world context.) @ Main.anonymous ~/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 Main.anonymous.COMHTMLTests.CoreState_yo6z(!Matched::Any, !Matched::Any) (method too new to be called from this world context.) @ Main.anonymous ~/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 Main.anonymous.COMHTMLTests.CoreState_yo6z(Any...; kwargs...) (method too new to be called from this world context.) @ Main.anonymous ~/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 Stacktrace: [1] emptycore(ctx::CircoContext) @ CircoCore ~/.julia/packages/CircoCore/e0A4T/src/context.jl:55 [2] Circo Service(ctx::CircoContext, scheduler::Scheduler) @ CircoCore ~/.julia/packages/CircoCore/e0A4T/src/service.jl:12 [3] Scheduler(ctx::CircoContext, zygote::Vector{Any}; pos::Pos) @ CircoCore ~/.julia/packages/CircoCore/e0A4T/src/scheduler.jl:55 [4] Scheduler(ctx::CircoContext, zygote::Vector{Any}) @ CircoCore ~/.julia/packages/CircoCore/e0A4T/src/scheduler.jl:29 [5] top-level scope @ ~/.julia/packages/Circo/ctDno/test/com/comhtml.jl:38 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [7] macro expansion @ ~/.julia/packages/Circo/ctDno/test/com/comhtml.jl:62 [inlined] [8] include(mod::Module, _path::String) @ Base ./Base.jl:309 [9] include_test_file(context::Nothing, filepath::String) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:204 [10] macro expansion @ ~/.julia/packages/Jive/bhekD/src/runtests.jl:272 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2130 [inlined] [12] jive_lets_dance(io::IOContext{Core.CoreSTDOUT}, verbose::Bool, ts::Jive.JiveTestSet, context::Nothing, filepath::String) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:270 [13] normal_run(dir::String, tests::Vector{String}, start_idx::Int64, context::Nothing, verbose::Bool, failfast::Bool) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:229 [14] runtests_distributed_run(dir::String, all_tests::Vector{String}, start_idx::Int64, node1::Vector{String}, context::Nothing, verbose::Bool, override_failfast::Bool) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests_distributed_run.jl:21 [15] runtests(dir::String; failfast::Bool, targets::Vector{String}, skip::Vector{String}, testset::Nothing, context::Nothing, enable_distributed::Bool, node1::Vector{String}, verbose::Bool) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:184 [16] kwcall(::@NamedTuple{skip::Vector{String}}, ::typeof(runtests), dir::String) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:146 [17] top-level scope @ ~/.julia/packages/Circo/ctDno/test/runtests.jl:9 [18] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [19] top-level scope @ none:6 [20] eval(m::Module, e::Any) @ Core ./boot.jl:489 [21] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [22] _start() @ Base ./client.jl:577  Pass: 11 Error: 1 (compile: 2.23, elapsed: 2.31 seconds) 11/23 com/sub.jl sub basics: Error During Test at /home/pkgeval/.julia/packages/Circo/ctDno/test/com/sub.jl:42 Got exception outside of a @test MethodError: no method matching Main.anonymous.SubTest.CoreState_yo6z() The applicable method may be too new: running in world age 40246, while current world is 40266. Closest candidates are: Main.anonymous.SubTest.CoreState_yo6z(!Matched::Addr, !Matched::Pos) (method too new to be called from this world context.) @ Main.anonymous ~/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 Main.anonymous.SubTest.CoreState_yo6z(!Matched::Any, !Matched::Any) (method too new to be called from this world context.) @ Main.anonymous ~/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 Main.anonymous.SubTest.CoreState_yo6z(Any...; kwargs...) (method too new to be called from this world context.) @ Main.anonymous ~/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 Stacktrace: [1] emptycore(ctx::CircoContext) @ CircoCore ~/.julia/packages/CircoCore/e0A4T/src/context.jl:55 [2] Circo Service(ctx::CircoContext, scheduler::Scheduler) @ CircoCore ~/.julia/packages/CircoCore/e0A4T/src/service.jl:12 [3] Scheduler(ctx::CircoContext, zygote::Vector{Any}; pos::Pos) @ CircoCore ~/.julia/packages/CircoCore/e0A4T/src/scheduler.jl:55 [4] Scheduler(ctx::CircoContext, zygote::Vector{Any}) @ CircoCore ~/.julia/packages/CircoCore/e0A4T/src/scheduler.jl:29 [5] top-level scope @ ~/.julia/packages/Circo/ctDno/test/com/sub.jl:43 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [7] macro expansion @ ~/.julia/packages/Circo/ctDno/test/com/sub.jl:57 [inlined] [8] include(mod::Module, _path::String) @ Base ./Base.jl:309 [9] include_test_file(context::Nothing, filepath::String) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:204 [10] macro expansion @ ~/.julia/packages/Jive/bhekD/src/runtests.jl:272 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2130 [inlined] [12] jive_lets_dance(io::IOContext{Core.CoreSTDOUT}, verbose::Bool, ts::Jive.JiveTestSet, context::Nothing, filepath::String) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:270 [13] normal_run(dir::String, tests::Vector{String}, start_idx::Int64, context::Nothing, verbose::Bool, failfast::Bool) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:229 [14] runtests_distributed_run(dir::String, all_tests::Vector{String}, start_idx::Int64, node1::Vector{String}, context::Nothing, verbose::Bool, override_failfast::Bool) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests_distributed_run.jl:21 [15] runtests(dir::String; failfast::Bool, targets::Vector{String}, skip::Vector{String}, testset::Nothing, context::Nothing, enable_distributed::Bool, node1::Vector{String}, verbose::Bool) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:184 [16] kwcall(::@NamedTuple{skip::Vector{String}}, ::typeof(runtests), dir::String) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:146 [17] top-level scope @ ~/.julia/packages/Circo/ctDno/test/runtests.jl:9 [18] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [19] top-level scope @ none:6 [20] eval(m::Module, e::Any) @ Core ./boot.jl:489 [21] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [22] _start() @ Base ./client.jl:577  Error: 1 (compile: 0.23, elapsed: 0.32 seconds) 12/23 helper/testactors.jl 13/23 http/testclient.jl [ Info: ZMQPostOffice bound to 128.30.92.239:24725 [ Info: Allowed maximum size of a request payload : 1024.0 KB [ Info: Circo scheduler starting on thread 1 [ Info: Http listening on 0.0.0.0:8084 [ Info: Added route: Circo.Http.PrefixRoute("/", 128.30.92.239:24725/f4682b0a08872de4) Prepare message to http://0.0.0.0:8084[ Info: Listening on: 0.0.0.0:8084, thread id: 1 ┌ Warning: connection_limit no longer supported as a keyword argument; use `HTTP.set_default_connection_limit!(30)` before any requests are made or construct a shared pool via `POOL = HTTP.Pool(30)` and pass to each request like `pool=POOL` instead. └ @ HTTP.Connections ~/.julia/packages/HTTP/ShTJs/src/Connections.jl:437 ┌ Error: Error while scheduling on thread 1 │ exception = │ ArgumentError: unable to check bounds for indices of type Int64 │ Stacktrace: │ [1] checkindex(::Type{Bool}, inds::Int64, i::Int64) │ @ Base ./abstractarray.jl:754 │ [2] checkbounds │ @ ./abstractarray.jl:692 [inlined] │ [3] isassigned │ @ ./multidimensional.jl:1632 [inlined] │ [4] show_delim_array(io::IOContext{IOBuffer}, itr::Pos, op::Char, delim::String, cl::Char, delim_one::Bool, i1::Int64, l::Int64) │ @ Base ./show.jl:1428 │ [5] show_delim_array │ @ ./show.jl:1421 [inlined] │ [6] show_vector(io::IOContext{IOBuffer}, v::Pos, opn::Char, cls::Char) │ @ Base ./arrayshow.jl:533 │ [7] show_vector │ @ ./arrayshow.jl:518 [inlined] │ [8] show(io::IOContext{IOBuffer}, X::Pos) │ @ Base ./arrayshow.jl:486 │ [9] _show_default(io::IOContext{IOBuffer}, x::Any) │ @ Base ./show.jl:514 │ [10] show_default │ @ ./show.jl:497 [inlined] │ [11] show(io::IOContext{IOBuffer}, x::Any) │ @ Base ./show.jl:492 │ [12] _show_default(io::IOBuffer, x::Any) │ @ Base ./show.jl:514 │ [13] show_default │ @ ./show.jl:497 [inlined] │ [14] show │ @ ./show.jl:492 [inlined] │ [15] print(io::IOBuffer, x::Main.anonymous.HttpRequestProcessor) │ @ Base ./strings/io.jl:35 │ [16] print_to_string │ @ ./strings/io.jl:143 [inlined] │ [17] string │ @ ./strings/io.jl:184 [inlined] │ [18] onmessage(me::Main.anonymous.HttpRequestProcessor, msg::Circo.Http.HttpRequest, service::Circo Service) │ @ Main.anonymous ~/.julia/packages/Circo/ctDno/test/http/testclient.jl:116 │ [19] localdelivery │ @ ~/.julia/packages/CircoCore/e0A4T/src/onmessage.jl:14 [inlined] │ [20] HookList │ @ ~/.julia/packages/Plugins/ZdbSH/src/hooks.jl:20 [inlined] │ [21] HookList │ @ ~/.julia/packages/Plugins/ZdbSH/src/hooks.jl:21 [inlined] │ [22] _immediate_delivery(targetactor::Main.anonymous.HttpRequestProcessor, scheduler::Scheduler, msg::Main.anonymous.Msg_5z3w{Circo.Http.HttpRequest}) │ @ CircoCore ~/.julia/packages/CircoCore/e0A4T/src/scheduler.jl:261 │ [23] _immediate_delivery │ @ ~/.julia/packages/CircoCore/e0A4T/src/scheduler.jl:252 [inlined] │ [24] step! │ @ ~/.julia/packages/CircoCore/e0A4T/src/scheduler.jl:245 [inlined] │ [25] eventloop(scheduler::Scheduler; remote::Bool) │ @ CircoCore ~/.julia/packages/CircoCore/e0A4T/src/scheduler.jl:337 │ [26] eventloop │ @ ~/.julia/packages/CircoCore/e0A4T/src/scheduler.jl:325 [inlined] │ [27] #_#50 │ @ ~/.julia/packages/CircoCore/e0A4T/src/scheduler.jl:366 [inlined] │ [28] AbstractScheduler │ @ ~/.julia/packages/CircoCore/e0A4T/src/scheduler.jl:364 [inlined] │ [29] (::Scheduler)(msgs::Vector{Main.anonymous.StartHttpTest}; remote::Bool) │ @ CircoCore ~/.julia/packages/CircoCore/e0A4T/src/scheduler.jl:377 │ [30] kwcall(::@NamedTuple{remote::Bool}, scheduler::Scheduler, msgs::Vector{Main.anonymous.StartHttpTest}) │ @ CircoCore ~/.julia/packages/CircoCore/e0A4T/src/scheduler.jl:370 │ [31] top-level scope │ @ ~/.julia/packages/Circo/ctDno/test/http/testclient.jl:162 │ [32] macro expansion │ @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] │ [33] macro expansion │ @ ~/.julia/packages/Circo/ctDno/test/http/testclient.jl:163 [inlined] │ [34] macro expansion │ @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] │ [35] macro expansion │ @ ~/.julia/packages/Circo/ctDno/test/http/testclient.jl:178 [inlined] │ [36] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [37] include_test_file(context::Nothing, filepath::String) │ @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:204 │ [38] macro expansion │ @ ~/.julia/packages/Jive/bhekD/src/runtests.jl:272 [inlined] │ [39] macro expansion │ @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2130 [inlined] │ [40] jive_lets_dance(io::IOContext{Core.CoreSTDOUT}, verbose::Bool, ts::Jive.JiveTestSet, context::Nothing, filepath::String) │ @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:270 │ [41] normal_run(dir::String, tests::Vector{String}, start_idx::Int64, context::Nothing, verbose::Bool, failfast::Bool) │ @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:229 │ [42] runtests_distributed_run(dir::String, all_tests::Vector{String}, start_idx::Int64, node1::Vector{String}, context::Nothing, verbose::Bool, override_failfast::Bool) │ @ Jive ~/.julia/packages/Jive/bhekD/src/runtests_distributed_run.jl:21 │ [43] runtests(dir::String; failfast::Bool, targets::Vector{String}, skip::Vector{String}, testset::Nothing, context::Nothing, enable_distributed::Bool, node1::Vector{String}, verbose::Bool) │ @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:184 │ [44] kwcall(::@NamedTuple{skip::Vector{String}}, ::typeof(runtests), dir::String) │ @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:146 │ [45] top-level scope │ @ ~/.julia/packages/Circo/ctDno/test/runtests.jl:9 │ [46] include(mapexpr::Function, mod::Module, _path::String) │ @ Base ./Base.jl:310 │ [47] top-level scope │ @ none:6 │ [48] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [49] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:310 │ [50] _start() │ @ Base ./client.jl:577 └ @ CircoCore ~/.julia/packages/CircoCore/e0A4T/src/scheduler.jl:349 WARNING: Method definition (::Type{anonymous.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module anonymous at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.CoreState_yo6z})(Any, Any) in module anonymous at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.CoreState_yo6z})(Any...) in module anonymous at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.CoreState_yo6z}, Any...) in module anonymous at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.Msg_5z3w{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody) where {TBody} in module anonymous at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.Msg_5z3w{TBody}})(Any, Any, Any) in module anonymous at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.Msg_5z3w{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module anonymous at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.Msg_5z3w{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module anonymous at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.Msg_5z3w{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module anonymous at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.Msg_5z3w{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module anonymous at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24729 [ Info: Allowed maximum size of a request payload : 0.009765625 KB [ Info: Circo scheduler starting on thread 1 [ Info: Http listening on 0.0.0.0:8088 [ Info: Added route: Circo.Http.PrefixRoute("/", 128.30.92.239:24729/f4682b0a08872de4) Prepare message to http://0.0.0.0:8088[ Info: Listening on: 0.0.0.0:8088, thread id: 1 ┌ Warning: connection_limit no longer supported as a keyword argument; use `HTTP.set_default_connection_limit!(30)` before any requests are made or construct a shared pool via `POOL = HTTP.Pool(30)` and pass to each request like `pool=POOL` instead. └ @ HTTP.Connections ~/.julia/packages/HTTP/ShTJs/src/Connections.jl:437 ┌ Warning: Payload size is too big! │ msglength = 12 └ @ Circo.Http ~/.julia/packages/Circo/ctDno/src/outer/httpserver.jl:87 [ Info: Server on 0.0.0.0:8088 closing WARNING: Method definition (::Type{anonymous.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module anonymous at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.CoreState_yo6z})(Any, Any) in module anonymous at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.CoreState_yo6z})(Any...) in module anonymous at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.CoreState_yo6z}, Any...) in module anonymous at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.Msg_5z3w{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody) where {TBody} in module anonymous at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.Msg_5z3w{TBody}})(Any, Any, Any) in module anonymous at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.Msg_5z3w{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module anonymous at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.Msg_5z3w{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module anonymous at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{anonymous.Msg_5z3w{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module anonymous at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{anonymous.Msg_5z3w{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module anonymous at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24729 [ Info: Allowed maximum size of a request payload : 1024.0 KB [ Info: Circo scheduler starting on thread 1 [ Info: Http listening on 0.0.0.0:8088 [ Info: Added route: Circo.Http.PrefixRoute("/", 128.30.92.239:24729/f4682b0a08872de4) Prepare message to http://0.0.0.0:8088[ Info: Listening on: 0.0.0.0:8088, thread id: 1 ┌ Warning: connection_limit no longer supported as a keyword argument; use `HTTP.set_default_connection_limit!(30)` before any requests are made or construct a shared pool via `POOL = HTTP.Pool(30)` and pass to each request like `pool=POOL` instead. └ @ HTTP.Connections ~/.julia/packages/HTTP/ShTJs/src/Connections.jl:437 ┌ Error: Error when initiating HTTP request! │ e = TimeoutError: Connection closed after 1 seconds └ @ Circo.Http ~/.julia/packages/Circo/ctDno/src/outer/httpclient.jl:40 ┌ Error: Error while scheduling on thread 1 │ exception = │ ArgumentError: unable to check bounds for indices of type Int64 │ Stacktrace: │ [1] checkindex(::Type{Bool}, inds::Int64, i::Int64) │ @ Base ./abstractarray.jl:754 │ [2] checkbounds │ @ ./abstractarray.jl:692 [inlined] │ [3] isassigned │ @ ./multidimensional.jl:1632 [inlined] │ [4] show_delim_array(io::IOContext{IOBuffer}, itr::Pos, op::Char, delim::String, cl::Char, delim_one::Bool, i1::Int64, l::Int64) │ @ Base ./show.jl:1428 │ [5] show_delim_array │ @ ./show.jl:1421 [inlined] │ [6] show_vector(io::IOContext{IOBuffer}, v::Pos, opn::Char, cls::Char) │ @ Base ./arrayshow.jl:533 │ [7] show_vector │ @ ./arrayshow.jl:518 [inlined] │ [8] show(io::IOContext{IOBuffer}, X::Pos) │ @ Base ./arrayshow.jl:486 │ [9] _show_default(io::IOContext{IOBuffer}, x::Any) │ @ Base ./show.jl:514 │ [10] show_default │ @ ./show.jl:497 [inlined] │ [11] show(io::IOContext{IOBuffer}, x::Any) │ @ Base ./show.jl:492 │ [12] _show_default(io::IOBuffer, x::Any) │ @ Base ./show.jl:514 │ [13] show_default │ @ ./show.jl:497 [inlined] │ [14] show │ @ ./show.jl:492 [inlined] │ [15] print(io::IOBuffer, x::Main.anonymous.HttpRequestProcessor) │ @ Base ./strings/io.jl:35 │ [16] print_to_string │ @ ./strings/io.jl:143 [inlined] │ [17] string │ @ ./strings/io.jl:184 [inlined] │ [18] onmessage(me::Main.anonymous.HttpRequestProcessor, msg::Circo.Http.HttpRequest, service::Circo Service) │ @ Main.anonymous ~/.julia/packages/Circo/ctDno/test/http/testclient.jl:116 │ [19] localdelivery │ @ ~/.julia/packages/CircoCore/e0A4T/src/onmessage.jl:14 [inlined] │ [20] HookList │ @ ~/.julia/packages/Plugins/ZdbSH/src/hooks.jl:20 [inlined] │ [21] HookList │ @ ~/.julia/packages/Plugins/ZdbSH/src/hooks.jl:21 [inlined] │ [22] _immediate_delivery(targetactor::Main.anonymous.HttpRequestProcessor, scheduler::Scheduler, msg::Main.anonymous.Msg_5z3w{Circo.Http.HttpRequest}) │ @ CircoCore ~/.julia/packages/CircoCore/e0A4T/src/scheduler.jl:261 │ [23] _immediate_delivery │ @ ~/.julia/packages/CircoCore/e0A4T/src/scheduler.jl:252 [inlined] │ [24] step! │ @ ~/.julia/packages/CircoCore/e0A4T/src/scheduler.jl:245 [inlined] │ [25] eventloop(scheduler::Scheduler; remote::Bool) │ @ CircoCore ~/.julia/packages/CircoCore/e0A4T/src/scheduler.jl:337 │ [26] eventloop │ @ ~/.julia/packages/CircoCore/e0A4T/src/scheduler.jl:325 [inlined] │ [27] #_#50 │ @ ~/.julia/packages/CircoCore/e0A4T/src/scheduler.jl:366 [inlined] │ [28] AbstractScheduler │ @ ~/.julia/packages/CircoCore/e0A4T/src/scheduler.jl:364 [inlined] │ [29] (::Scheduler)(msgs::Vector{Main.anonymous.StartHttpTest}; remote::Bool) │ @ CircoCore ~/.julia/packages/CircoCore/e0A4T/src/scheduler.jl:377 │ [30] kwcall(::@NamedTuple{remote::Bool}, scheduler::Scheduler, msgs::Vector{Main.anonymous.StartHttpTest}) │ @ CircoCore ~/.julia/packages/CircoCore/e0A4T/src/scheduler.jl:370 │ [31] top-level scope │ @ ~/.julia/packages/Circo/ctDno/test/http/testclient.jl:162 │ [32] macro expansion │ @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] │ [33] macro expansion │ @ ~/.julia/packages/Circo/ctDno/test/http/testclient.jl:214 [inlined] │ [34] macro expansion │ @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] │ [35] macro expansion │ @ ~/.julia/packages/Circo/ctDno/test/http/testclient.jl:228 [inlined] │ [36] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [37] include_test_file(context::Nothing, filepath::String) │ @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:204 │ [38] macro expansion │ @ ~/.julia/packages/Jive/bhekD/src/runtests.jl:272 [inlined] │ [39] macro expansion │ @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2130 [inlined] │ [40] jive_lets_dance(io::IOContext{Core.CoreSTDOUT}, verbose::Bool, ts::Jive.JiveTestSet, context::Nothing, filepath::String) │ @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:270 │ [41] normal_run(dir::String, tests::Vector{String}, start_idx::Int64, context::Nothing, verbose::Bool, failfast::Bool) │ @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:229 │ [42] runtests_distributed_run(dir::String, all_tests::Vector{String}, start_idx::Int64, node1::Vector{String}, context::Nothing, verbose::Bool, override_failfast::Bool) │ @ Jive ~/.julia/packages/Jive/bhekD/src/runtests_distributed_run.jl:21 │ [43] runtests(dir::String; failfast::Bool, targets::Vector{String}, skip::Vector{String}, testset::Nothing, context::Nothing, enable_distributed::Bool, node1::Vector{String}, verbose::Bool) │ @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:184 │ [44] kwcall(::@NamedTuple{skip::Vector{String}}, ::typeof(runtests), dir::String) │ @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:146 │ [45] top-level scope │ @ ~/.julia/packages/Circo/ctDno/test/runtests.jl:9 │ [46] include(mapexpr::Function, mod::Module, _path::String) │ @ Base ./Base.jl:310 │ [47] top-level scope │ @ none:6 │ [48] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [49] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:310 │ [50] _start() │ @ Base ./client.jl:577 └ @ CircoCore ~/.julia/packages/CircoCore/e0A4T/src/scheduler.jl:349  Pass: 5 (compile: 44.94, recompile: 4.31, elapsed: 45.27 seconds) 14/23 http/websockettest.jl [ Info: Testing sending message not from f(ws) Testing sending message not from f(ws): Error During Test at /home/pkgeval/.julia/packages/Circo/ctDno/test/http/websockettest.jl:163 Got exception outside of a @test IOError: listen: address already in use (EADDRINUSE) Stacktrace: [1] _uv_error(prefix::String, c::Int32) @ Base ./libuv.jl:114 [2] uv_error @ ./libuv.jl:113 [inlined] [3] #listen#11 @ /opt/julia/share/julia/stdlib/v1.14/Sockets/src/Sockets.jl:648 [inlined] [4] listen @ /opt/julia/share/julia/stdlib/v1.14/Sockets/src/Sockets.jl:647 [inlined] [5] listen(addr::Sockets.InetAddr{Sockets.IPv4}; backlog::Int64) @ Sockets /opt/julia/share/julia/stdlib/v1.14/Sockets/src/Sockets.jl:641 [6] listen @ /opt/julia/share/julia/stdlib/v1.14/Sockets/src/Sockets.jl:638 [inlined] [7] listen @ /opt/julia/share/julia/stdlib/v1.14/Sockets/src/Sockets.jl:645 [inlined] [8] listen @ /opt/julia/share/julia/stdlib/v1.14/Sockets/src/Sockets.jl:644 [inlined] [9] create_websocket_server(url::String, port::UInt16) @ Main.anonymous ~/.julia/packages/Circo/ctDno/test/http/websockettest.jl:94 [10] top-level scope @ ~/.julia/packages/Circo/ctDno/test/http/websockettest.jl:159 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [12] macro expansion @ ~/.julia/packages/Circo/ctDno/test/http/websockettest.jl:164 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [14] macro expansion @ ~/.julia/packages/Circo/ctDno/test/http/websockettest.jl:167 [inlined] [15] include(mod::Module, _path::String) @ Base ./Base.jl:309 [16] include_test_file(context::Nothing, filepath::String) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:204 [17] macro expansion @ ~/.julia/packages/Jive/bhekD/src/runtests.jl:272 [inlined] [18] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2130 [inlined] [19] jive_lets_dance(io::IOContext{Core.CoreSTDOUT}, verbose::Bool, ts::Jive.JiveTestSet, context::Nothing, filepath::String) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:270 [20] normal_run(dir::String, tests::Vector{String}, start_idx::Int64, context::Nothing, verbose::Bool, failfast::Bool) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:229 [21] runtests_distributed_run(dir::String, all_tests::Vector{String}, start_idx::Int64, node1::Vector{String}, context::Nothing, verbose::Bool, override_failfast::Bool) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests_distributed_run.jl:21 [22] runtests(dir::String; failfast::Bool, targets::Vector{String}, skip::Vector{String}, testset::Nothing, context::Nothing, enable_distributed::Bool, node1::Vector{String}, verbose::Bool) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:184 [23] kwcall(::@NamedTuple{skip::Vector{String}}, ::typeof(runtests), dir::String) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:146 [24] top-level scope @ ~/.julia/packages/Circo/ctDno/test/runtests.jl:9 [25] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [26] top-level scope @ none:6 [27] eval(m::Module, e::Any) @ Core ./boot.jl:489 [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [29] _start() @ Base ./client.jl:577 [ Info: Testing with Circo actor Testing with Circo actor: Error During Test at /home/pkgeval/.julia/packages/Circo/ctDno/test/http/websockettest.jl:201 Got exception outside of a @test IOError: listen: address already in use (EADDRINUSE) Stacktrace: [1] _uv_error(prefix::String, c::Int32) @ Base ./libuv.jl:114 [2] uv_error @ ./libuv.jl:113 [inlined] [3] #listen#11 @ /opt/julia/share/julia/stdlib/v1.14/Sockets/src/Sockets.jl:648 [inlined] [4] listen @ /opt/julia/share/julia/stdlib/v1.14/Sockets/src/Sockets.jl:647 [inlined] [5] listen(addr::Sockets.InetAddr{Sockets.IPv4}; backlog::Int64) @ Sockets /opt/julia/share/julia/stdlib/v1.14/Sockets/src/Sockets.jl:641 [6] listen @ /opt/julia/share/julia/stdlib/v1.14/Sockets/src/Sockets.jl:638 [inlined] [7] listen @ /opt/julia/share/julia/stdlib/v1.14/Sockets/src/Sockets.jl:645 [inlined] [8] listen @ /opt/julia/share/julia/stdlib/v1.14/Sockets/src/Sockets.jl:644 [inlined] [9] create_websocket_server(url::String, port::UInt16) @ Main.anonymous ~/.julia/packages/Circo/ctDno/test/http/websockettest.jl:94 [10] top-level scope @ ~/.julia/packages/Circo/ctDno/test/http/websockettest.jl:159 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [12] macro expansion @ ~/.julia/packages/Circo/ctDno/test/http/websockettest.jl:202 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [14] macro expansion @ ~/.julia/packages/Circo/ctDno/test/http/websockettest.jl:205 [inlined] [15] include(mod::Module, _path::String) @ Base ./Base.jl:309 [16] include_test_file(context::Nothing, filepath::String) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:204 [17] macro expansion @ ~/.julia/packages/Jive/bhekD/src/runtests.jl:272 [inlined] [18] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2130 [inlined] [19] jive_lets_dance(io::IOContext{Core.CoreSTDOUT}, verbose::Bool, ts::Jive.JiveTestSet, context::Nothing, filepath::String) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:270 [20] normal_run(dir::String, tests::Vector{String}, start_idx::Int64, context::Nothing, verbose::Bool, failfast::Bool) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:229 [21] runtests_distributed_run(dir::String, all_tests::Vector{String}, start_idx::Int64, node1::Vector{String}, context::Nothing, verbose::Bool, override_failfast::Bool) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests_distributed_run.jl:21 [22] runtests(dir::String; failfast::Bool, targets::Vector{String}, skip::Vector{String}, testset::Nothing, context::Nothing, enable_distributed::Bool, node1::Vector{String}, verbose::Bool) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:184 [23] kwcall(::@NamedTuple{skip::Vector{String}}, ::typeof(runtests), dir::String) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:146 [24] top-level scope @ ~/.julia/packages/Circo/ctDno/test/runtests.jl:9 [25] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [26] top-level scope @ none:6 [27] eval(m::Module, e::Any) @ Core ./boot.jl:489 [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [29] _start() @ Base ./client.jl:577 [ Info: Testing with multiple connection Testing with multiple connection: Error During Test at /home/pkgeval/.julia/packages/Circo/ctDno/test/http/websockettest.jl:234 Got exception outside of a @test IOError: listen: address already in use (EADDRINUSE) Stacktrace: [1] _uv_error(prefix::String, c::Int32) @ Base ./libuv.jl:114 [2] uv_error @ ./libuv.jl:113 [inlined] [3] #listen#11 @ /opt/julia/share/julia/stdlib/v1.14/Sockets/src/Sockets.jl:648 [inlined] [4] listen @ /opt/julia/share/julia/stdlib/v1.14/Sockets/src/Sockets.jl:647 [inlined] [5] listen(addr::Sockets.InetAddr{Sockets.IPv4}; backlog::Int64) @ Sockets /opt/julia/share/julia/stdlib/v1.14/Sockets/src/Sockets.jl:641 [6] listen @ /opt/julia/share/julia/stdlib/v1.14/Sockets/src/Sockets.jl:638 [inlined] [7] listen @ /opt/julia/share/julia/stdlib/v1.14/Sockets/src/Sockets.jl:645 [inlined] [8] listen @ /opt/julia/share/julia/stdlib/v1.14/Sockets/src/Sockets.jl:644 [inlined] [9] create_websocket_server(url::String, port::UInt16) @ Main.anonymous ~/.julia/packages/Circo/ctDno/test/http/websockettest.jl:94 [10] top-level scope @ ~/.julia/packages/Circo/ctDno/test/http/websockettest.jl:159 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [12] macro expansion @ ~/.julia/packages/Circo/ctDno/test/http/websockettest.jl:235 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [14] macro expansion @ ~/.julia/packages/Circo/ctDno/test/http/websockettest.jl:239 [inlined] [15] include(mod::Module, _path::String) @ Base ./Base.jl:309 [16] include_test_file(context::Nothing, filepath::String) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:204 [17] macro expansion @ ~/.julia/packages/Jive/bhekD/src/runtests.jl:272 [inlined] [18] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2130 [inlined] [19] jive_lets_dance(io::IOContext{Core.CoreSTDOUT}, verbose::Bool, ts::Jive.JiveTestSet, context::Nothing, filepath::String) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:270 [20] normal_run(dir::String, tests::Vector{String}, start_idx::Int64, context::Nothing, verbose::Bool, failfast::Bool) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:229 [21] runtests_distributed_run(dir::String, all_tests::Vector{String}, start_idx::Int64, node1::Vector{String}, context::Nothing, verbose::Bool, override_failfast::Bool) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests_distributed_run.jl:21 [22] runtests(dir::String; failfast::Bool, targets::Vector{String}, skip::Vector{String}, testset::Nothing, context::Nothing, enable_distributed::Bool, node1::Vector{String}, verbose::Bool) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:184 [23] kwcall(::@NamedTuple{skip::Vector{String}}, ::typeof(runtests), dir::String) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:146 [24] top-level scope @ ~/.julia/packages/Circo/ctDno/test/runtests.jl:9 [25] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [26] top-level scope @ none:6 [27] eval(m::Module, e::Any) @ Core ./boot.jl:489 [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [29] _start() @ Base ./client.jl:577 [ Info: Testing simple error() ErrorEvent Testing simple error() ErrorEvent: Error During Test at /home/pkgeval/.julia/packages/Circo/ctDno/test/http/websockettest.jl:284 Got exception outside of a @test IOError: listen: address already in use (EADDRINUSE) Stacktrace: [1] _uv_error(prefix::String, c::Int32) @ Base ./libuv.jl:114 [2] uv_error @ ./libuv.jl:113 [inlined] [3] #listen#11 @ /opt/julia/share/julia/stdlib/v1.14/Sockets/src/Sockets.jl:648 [inlined] [4] listen @ /opt/julia/share/julia/stdlib/v1.14/Sockets/src/Sockets.jl:647 [inlined] [5] listen(addr::Sockets.InetAddr{Sockets.IPv4}; backlog::Int64) @ Sockets /opt/julia/share/julia/stdlib/v1.14/Sockets/src/Sockets.jl:641 [6] listen @ /opt/julia/share/julia/stdlib/v1.14/Sockets/src/Sockets.jl:638 [inlined] [7] listen @ /opt/julia/share/julia/stdlib/v1.14/Sockets/src/Sockets.jl:645 [inlined] [8] listen @ /opt/julia/share/julia/stdlib/v1.14/Sockets/src/Sockets.jl:644 [inlined] [9] create_websocket_server(url::String, port::UInt16) @ Main.anonymous ~/.julia/packages/Circo/ctDno/test/http/websockettest.jl:94 [10] top-level scope @ ~/.julia/packages/Circo/ctDno/test/http/websockettest.jl:159 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [12] macro expansion @ ~/.julia/packages/Circo/ctDno/test/http/websockettest.jl:285 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [14] macro expansion @ ~/.julia/packages/Circo/ctDno/test/http/websockettest.jl:288 [inlined] [15] include(mod::Module, _path::String) @ Base ./Base.jl:309 [16] include_test_file(context::Nothing, filepath::String) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:204 [17] macro expansion @ ~/.julia/packages/Jive/bhekD/src/runtests.jl:272 [inlined] [18] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2130 [inlined] [19] jive_lets_dance(io::IOContext{Core.CoreSTDOUT}, verbose::Bool, ts::Jive.JiveTestSet, context::Nothing, filepath::String) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:270 [20] normal_run(dir::String, tests::Vector{String}, start_idx::Int64, context::Nothing, verbose::Bool, failfast::Bool) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:229 [21] runtests_distributed_run(dir::String, all_tests::Vector{String}, start_idx::Int64, node1::Vector{String}, context::Nothing, verbose::Bool, override_failfast::Bool) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests_distributed_run.jl:21 [22] runtests(dir::String; failfast::Bool, targets::Vector{String}, skip::Vector{String}, testset::Nothing, context::Nothing, enable_distributed::Bool, node1::Vector{String}, verbose::Bool) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:184 [23] kwcall(::@NamedTuple{skip::Vector{String}}, ::typeof(runtests), dir::String) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:146 [24] top-level scope @ ~/.julia/packages/Circo/ctDno/test/runtests.jl:9 [25] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [26] top-level scope @ none:6 [27] eval(m::Module, e::Any) @ Core ./boot.jl:489 [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [29] _start() @ Base ./client.jl:577 [ Info: Testing with Circo actor Testing with Circo actor: Error During Test at /home/pkgeval/.julia/packages/Circo/ctDno/test/http/websockettest.jl:315 Got exception outside of a @test IOError: listen: address already in use (EADDRINUSE) Stacktrace: [1] _uv_error(prefix::String, c::Int32) @ Base ./libuv.jl:114 [2] uv_error @ ./libuv.jl:113 [inlined] [3] #listen#11 @ /opt/julia/share/julia/stdlib/v1.14/Sockets/src/Sockets.jl:648 [inlined] [4] listen @ /opt/julia/share/julia/stdlib/v1.14/Sockets/src/Sockets.jl:647 [inlined] [5] listen(addr::Sockets.InetAddr{Sockets.IPv4}; backlog::Int64) @ Sockets /opt/julia/share/julia/stdlib/v1.14/Sockets/src/Sockets.jl:641 [6] listen @ /opt/julia/share/julia/stdlib/v1.14/Sockets/src/Sockets.jl:638 [inlined] [7] listen @ /opt/julia/share/julia/stdlib/v1.14/Sockets/src/Sockets.jl:645 [inlined] [8] listen @ /opt/julia/share/julia/stdlib/v1.14/Sockets/src/Sockets.jl:644 [inlined] [9] create_websocket_server(url::String, port::UInt16) @ Main.anonymous ~/.julia/packages/Circo/ctDno/test/http/websockettest.jl:94 [10] top-level scope @ ~/.julia/packages/Circo/ctDno/test/http/websockettest.jl:159 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [12] macro expansion @ ~/.julia/packages/Circo/ctDno/test/http/websockettest.jl:316 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [14] macro expansion @ ~/.julia/packages/Circo/ctDno/test/http/websockettest.jl:319 [inlined] [15] include(mod::Module, _path::String) @ Base ./Base.jl:309 [16] include_test_file(context::Nothing, filepath::String) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:204 [17] macro expansion @ ~/.julia/packages/Jive/bhekD/src/runtests.jl:272 [inlined] [18] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2130 [inlined] [19] jive_lets_dance(io::IOContext{Core.CoreSTDOUT}, verbose::Bool, ts::Jive.JiveTestSet, context::Nothing, filepath::String) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:270 [20] normal_run(dir::String, tests::Vector{String}, start_idx::Int64, context::Nothing, verbose::Bool, failfast::Bool) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:229 [21] runtests_distributed_run(dir::String, all_tests::Vector{String}, start_idx::Int64, node1::Vector{String}, context::Nothing, verbose::Bool, override_failfast::Bool) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests_distributed_run.jl:21 [22] runtests(dir::String; failfast::Bool, targets::Vector{String}, skip::Vector{String}, testset::Nothing, context::Nothing, enable_distributed::Bool, node1::Vector{String}, verbose::Bool) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:184 [23] kwcall(::@NamedTuple{skip::Vector{String}}, ::typeof(runtests), dir::String) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:146 [24] top-level scope @ ~/.julia/packages/Circo/ctDno/test/runtests.jl:9 [25] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [26] top-level scope @ none:6 [27] eval(m::Module, e::Any) @ Core ./boot.jl:489 [28] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [29] _start() @ Base ./client.jl:577  Error: 5 (compile: 0.25, elapsed: 0.70 seconds) 15/23 identity/identity.jl 16/23 identity/idregistry.jl [ Info: ZMQPostOffice bound to 128.30.92.239:24730 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2506 [ Info: First node in cluster, starting global identity registry ┌ Warning: Global identity registry started: 160906173565297366165302921802742470255 └ @ Circo.IdRegistry ~/.julia/packages/Circo/ctDno/src/identity/idregistry.jl:33 ┌ Error: Error while scheduling on thread 1 │ exception = │ MethodError: no method matching Token(::UInt8) │ The type `Token` exists, but no method is defined for this combination of argument types when trying to construct it. │ │ Closest candidates are: │ Token() │ @ CircoCore ~/.julia/packages/CircoCore/e0A4T/src/token.jl:9 │ Token(!Matched::UInt64) │ @ CircoCore ~/.julia/packages/CircoCore/e0A4T/src/token.jl:10 │ │ Stacktrace: │ [1] apply!(me::Circo.IdRegistry.IdRegistryPeer, write::Circo.IdRegistry.RegistryWrite, service::Circo Service) │ @ Circo.IdRegistry ~/.julia/packages/Circo/ctDno/src/identity/idregistry.jl:92 │ [2] commit!(::Circo.Transactions.Inconsistency, me::Circo.IdRegistry.IdRegistryPeer, writes::Circo.IdRegistry.RegistryWrite, service::Circo Service) │ @ Circo.SinglePhaseCommit ~/.julia/packages/Circo/ctDno/src/identity/single_phase_commit.jl:11 │ [3] commit! │ @ ~/.julia/packages/Circo/ctDno/src/identity/transactions.jl:95 [inlined] │ [4] onmessage(me::Circo.IdRegistry.IdRegistryPeer, msg::Circo.IdRegistry.RegisterIdentity, service::Circo Service) │ @ Circo.IdRegistry ~/.julia/packages/Circo/ctDno/src/identity/idregistry.jl:104 │ [5] localdelivery │ @ ~/.julia/packages/CircoCore/e0A4T/src/onmessage.jl:14 [inlined] │ [6] HookList │ @ ~/.julia/packages/Plugins/ZdbSH/src/hooks.jl:20 [inlined] │ ┌ [7] HookList │ │ @ ~/.julia/packages/Plugins/ZdbSH/src/hooks.jl:21 [inlined] │ ╰──── repeated 3 times │ [10] _immediate_delivery(targetactor::Circo.IdRegistry.IdRegistryPeer, scheduler::Scheduler, msg::Main.anonymous.IdRegistryTest.Msg_6cd6{Circo.IdRegistry.RegisterIdentity}) │ @ CircoCore ~/.julia/packages/CircoCore/e0A4T/src/scheduler.jl:261 │ [11] _immediate_delivery │ @ ~/.julia/packages/CircoCore/e0A4T/src/scheduler.jl:252 [inlined] │ [12] step! │ @ ~/.julia/packages/CircoCore/e0A4T/src/scheduler.jl:245 [inlined] │ [13] eventloop(scheduler::Scheduler; remote::Bool) │ @ CircoCore ~/.julia/packages/CircoCore/e0A4T/src/scheduler.jl:337 │ [14] eventloop │ @ ~/.julia/packages/CircoCore/e0A4T/src/scheduler.jl:325 [inlined] │ [15] #_#50 │ @ ~/.julia/packages/CircoCore/e0A4T/src/scheduler.jl:366 [inlined] │ [16] kwcall(::@NamedTuple{remote::Bool}, scheduler::Scheduler) │ @ CircoCore ~/.julia/packages/CircoCore/e0A4T/src/scheduler.jl:364 │ [17] top-level scope │ @ ~/.julia/packages/Circo/ctDno/test/identity/idregistry.jl:24 │ [18] macro expansion │ @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] │ [19] macro expansion │ @ ~/.julia/packages/Circo/ctDno/test/identity/idregistry.jl:40 [inlined] │ [20] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [21] include_test_file(context::Nothing, filepath::String) │ @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:204 │ [22] macro expansion │ @ ~/.julia/packages/Jive/bhekD/src/runtests.jl:272 [inlined] │ [23] macro expansion │ @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2130 [inlined] │ [24] jive_lets_dance(io::IOContext{Core.CoreSTDOUT}, verbose::Bool, ts::Jive.JiveTestSet, context::Nothing, filepath::String) │ @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:270 │ [25] normal_run(dir::String, tests::Vector{String}, start_idx::Int64, context::Nothing, verbose::Bool, failfast::Bool) │ @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:229 │ [26] runtests_distributed_run(dir::String, all_tests::Vector{String}, start_idx::Int64, node1::Vector{String}, context::Nothing, verbose::Bool, override_failfast::Bool) │ @ Jive ~/.julia/packages/Jive/bhekD/src/runtests_distributed_run.jl:21 │ [27] runtests(dir::String; failfast::Bool, targets::Vector{String}, skip::Vector{String}, testset::Nothing, context::Nothing, enable_distributed::Bool, node1::Vector{String}, verbose::Bool) │ @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:184 │ [28] kwcall(::@NamedTuple{skip::Vector{String}}, ::typeof(runtests), dir::String) │ @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:146 │ [29] top-level scope │ @ ~/.julia/packages/Circo/ctDno/test/runtests.jl:9 │ [30] include(mapexpr::Function, mod::Module, _path::String) │ @ Base ./Base.jl:310 │ [31] top-level scope │ @ none:6 │ [32] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [33] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:310 │ [34] _start() │ @ Base ./client.jl:577 └ @ CircoCore ~/.julia/packages/CircoCore/e0A4T/src/scheduler.jl:349 Identity Registry[ Info: Listening on: 0.0.0.0:2506, thread id: 1 : Test Failed at /home/pkgeval/.julia/packages/Circo/ctDno/test/identity/idregistry.jl:42 Expression: msgcount(tester, AlreadyRegistered) == 1 Evaluated: 0 == 1 Identity Registry: Error During Test at /home/pkgeval/.julia/packages/Circo/ctDno/test/identity/idregistry.jl:23 Got exception outside of a @test ArgumentError: unable to check bounds for indices of type Int64 Stacktrace: [1] checkindex(::Type{Bool}, inds::Int64, i::Int64) @ Base ./abstractarray.jl:754 [2] checkbounds @ ./abstractarray.jl:692 [inlined] [3] isassigned @ ./multidimensional.jl:1632 [inlined] [4] show_delim_array(io::IOContext{IOBuffer}, itr::Pos, op::Char, delim::String, cl::Char, delim_one::Bool, i1::Int64, l::Int64) @ Base ./show.jl:1428 [5] show_delim_array @ ./show.jl:1421 [inlined] [6] show_vector(io::IOContext{IOBuffer}, v::Pos, opn::Char, cls::Char) @ Base ./arrayshow.jl:533 [7] show_vector @ ./arrayshow.jl:518 [inlined] [8] show(io::IOContext{IOBuffer}, X::Pos) @ Base ./arrayshow.jl:486 [9] _show_default(io::IOContext{IOBuffer}, x::Any) @ Base ./show.jl:514 [10] show_default @ ./show.jl:497 [inlined] [11] show(io::IOContext{IOBuffer}, x::Any) @ Base ./show.jl:492 [12] _show_default(io::IOContext{IOBuffer}, x::Any) @ Base ./show.jl:514 [13] show_default @ ./show.jl:497 [inlined] [14] show(io::IOContext{IOBuffer}, x::Any) @ Base ./show.jl:492 [15] _show_default(io::IOContext{IOBuffer}, x::Any) @ Base ./show.jl:514 [16] show_default @ ./show.jl:497 [inlined] [17] show(io::IOContext{IOBuffer}, x::Any) @ Base ./show.jl:492 [18] show_delim_array(io::IOContext{IOBuffer}, itr::Vector{Any}, op::Char, delim::String, cl::Char, delim_one::Bool, i1::Int64, l::Int64) @ Base ./show.jl:1432 [19] show_delim_array @ ./show.jl:1421 [inlined] [20] show_vector(io::IOBuffer, v::Vector{Any}, opn::Char, cls::Char) @ Base ./arrayshow.jl:533 [21] show_vector @ ./arrayshow.jl:518 [inlined] [22] show @ ./arrayshow.jl:486 [inlined] [23] #sprint#423 @ ./strings/io.jl:109 [inlined] [24] sprint @ ./strings/io.jl:102 [inlined] [25] repr(x::Vector{Any}) @ Base ./strings/io.jl:277 [26] top-level scope @ ~/.julia/packages/Circo/ctDno/test/identity/idregistry.jl:24 [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [28] macro expansion @ ~/.julia/packages/Circo/ctDno/test/identity/idregistry.jl:48 [inlined] [29] include(mod::Module, _path::String) @ Base ./Base.jl:309 [30] include_test_file(context::Nothing, filepath::String) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:204 [31] macro expansion @ ~/.julia/packages/Jive/bhekD/src/runtests.jl:272 [inlined] [32] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2130 [inlined] [33] jive_lets_dance(io::IOContext{Core.CoreSTDOUT}, verbose::Bool, ts::Jive.JiveTestSet, context::Nothing, filepath::String) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:270 [34] normal_run(dir::String, tests::Vector{String}, start_idx::Int64, context::Nothing, verbose::Bool, failfast::Bool) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:229 [35] runtests_distributed_run(dir::String, all_tests::Vector{String}, start_idx::Int64, node1::Vector{String}, context::Nothing, verbose::Bool, override_failfast::Bool) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests_distributed_run.jl:21 [36] runtests(dir::String; failfast::Bool, targets::Vector{String}, skip::Vector{String}, testset::Nothing, context::Nothing, enable_distributed::Bool, node1::Vector{String}, verbose::Bool) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:184 [37] kwcall(::@NamedTuple{skip::Vector{String}}, ::typeof(runtests), dir::String) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:146 [38] top-level scope @ ~/.julia/packages/Circo/ctDno/test/runtests.jl:9 [39] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [40] top-level scope @ none:6 [41] eval(m::Module, e::Any) @ Core ./boot.jl:489 [42] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [43] _start() @ Base ./client.jl:577  Pass: 5 Fail: 1 Error: 1 (compile: 20.75, recompile: 0.02, elapsed: 20.93 seconds) 17/23 identity/leadgroup.jl [ Info: ZMQPostOffice bound to 128.30.92.239:24731 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2507 [ Info: First node in cluster, starting global identity registry ┌ Warning: Global identity registry started: 160906173565297366165302921802742470255 └ @ Circo.IdRegistry ~/.julia/packages/Circo/ctDno/src/identity/idregistry.jl:33  Pass: 1 (compile: 14.88, elapsed: 14.95 seconds) 18/23 identity/reference.jl [ Info: ZMQPostOffice bound to 128.30.92.239:24732 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2508 [ Info: First node in cluster, starting global identity registry ┌ Warning: Global identity registry started: 160906173565297366165302921802742470255 └ @ Circo.IdRegistry ~/.julia/packages/Circo/ctDno/src/identity/idregistry.jl:33 [ Info: Listening on: 0.0.0.0:2507, thread id: 1 [ Info: Listening on: 0.0.0.0:2508, thread id: 1 [ Info: Killing 128.30.92.239:24732/fa9d72b9c48d742f DistId references: Error During Test at /home/pkgeval/.julia/packages/Circo/ctDno/test/identity/reference.jl:49 Got exception outside of a @test ArgumentError: unable to check bounds for indices of type Int64 Stacktrace: [1] checkindex(::Type{Bool}, inds::Int64, i::Int64) @ Base ./abstractarray.jl:754 [2] checkbounds @ ./abstractarray.jl:692 [inlined] [3] isassigned @ ./multidimensional.jl:1632 [inlined] [4] show_delim_array(io::IOContext{IOBuffer}, itr::Pos, op::Char, delim::String, cl::Char, delim_one::Bool, i1::Int64, l::Int64) @ Base ./show.jl:1428 [5] show_delim_array @ ./show.jl:1421 [inlined] [6] show_vector(io::IOContext{IOBuffer}, v::Pos, opn::Char, cls::Char) @ Base ./arrayshow.jl:533 [7] show_vector @ ./arrayshow.jl:518 [inlined] [8] show(io::IOContext{IOBuffer}, X::Pos) @ Base ./arrayshow.jl:486 [9] _show_default(io::IOContext{IOBuffer}, x::Any) @ Base ./show.jl:514 [10] show_default @ ./show.jl:497 [inlined] [11] show(io::IOContext{IOBuffer}, x::Any) @ Base ./show.jl:492 [12] _show_default(io::IOBuffer, x::Any) @ Base ./show.jl:514 [13] show_default @ ./show.jl:497 [inlined] [14] show @ ./show.jl:492 [inlined] [15] #sprint#423 @ ./strings/io.jl:109 [inlined] [16] sprint @ ./strings/io.jl:102 [inlined] [17] repr(x::Circo.DistributedIdentities.Reference.IdRef{Main.anonymous.CoreState_yo6z}) @ Base ./strings/io.jl:277 [18] top-level scope @ ~/.julia/packages/Circo/ctDno/test/identity/reference.jl:50 [19] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [20] macro expansion @ ~/.julia/packages/Circo/ctDno/test/identity/reference.jl:72 [inlined] [21] include(mod::Module, _path::String) @ Base ./Base.jl:309 [22] include_test_file(context::Nothing, filepath::String) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:204 [23] macro expansion @ ~/.julia/packages/Jive/bhekD/src/runtests.jl:272 [inlined] [24] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2130 [inlined] [25] jive_lets_dance(io::IOContext{Core.CoreSTDOUT}, verbose::Bool, ts::Jive.JiveTestSet, context::Nothing, filepath::String) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:270 [26] normal_run(dir::String, tests::Vector{String}, start_idx::Int64, context::Nothing, verbose::Bool, failfast::Bool) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:229 [27] runtests_distributed_run(dir::String, all_tests::Vector{String}, start_idx::Int64, node1::Vector{String}, context::Nothing, verbose::Bool, override_failfast::Bool) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests_distributed_run.jl:21 [28] runtests(dir::String; failfast::Bool, targets::Vector{String}, skip::Vector{String}, testset::Nothing, context::Nothing, enable_distributed::Bool, node1::Vector{String}, verbose::Bool) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:184 [29] kwcall(::@NamedTuple{skip::Vector{String}}, ::typeof(runtests), dir::String) @ Jive ~/.julia/packages/Jive/bhekD/src/runtests.jl:146 [30] top-level scope @ ~/.julia/packages/Circo/ctDno/test/runtests.jl:9 [31] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [32] top-level scope @ none:6 [33] eval(m::Module, e::Any) @ Core ./boot.jl:489 [34] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [35] _start() @ Base ./client.jl:577  Pass: 1 Error: 1 (compile: 25.86, elapsed: 48.49 seconds) 19/23 identity/single_phase_commit.jl [ Info: ZMQPostOffice bound to 128.30.92.239:24733 [ Info: Circo scheduler starting on thread 1 [ Info: Web Socket listening on 0.0.0.0:2509 [ Info: First node in cluster, starting global identity registry ┌ Warning: Global identity registry started: 160906173565297366165302921802742470255 └ @ Circo.IdRegistry ~/.julia/packages/Circo/ctDno/src/identity/idregistry.jl:33  Pass: 2 (compile: 16.12, elapsed: 16.20 seconds) 20/23 lang/lang.jl [ Info: ZMQPostOffice bound to 128.30.92.239:24734 [ Info: Circo scheduler starting on thread 1 [ Info: Listening on: 0.0.0.0:2509, thread id: 1  Pass: 5 (compile: 3.58, elapsed: 3.64 seconds) 21/23 migrate/migrate-base.jl 22/23 migrate/migrate-source.jl WARNING: Method definition (::Type{Main.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module Main at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{Main.CoreState_yo6z})(Any, Any) in module Main at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{Main.CoreState_yo6z})(Any...) in module Main at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{Main.CoreState_yo6z}, Any...) in module Main at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{Main.Msg_5z3w{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody) where {TBody} in module Main at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{Main.Msg_5z3w{TBody}})(Any, Any, Any) in module Main at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{Main.Msg_5z3w{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module Main at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{Main.Msg_5z3w{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module Main at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{Main.Msg_5z3w{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module Main at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{Main.Msg_5z3w{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module Main at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). 23/23 migrate/migrate.jl WARNING: Method definition (::Type{Main.CoreState_yo6z})(CircoCore.Addr, CircoCore.Pos) in module Main at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{Main.CoreState_yo6z})(Any, Any) in module Main at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{Main.CoreState_yo6z})(Any...) in module Main at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{Main.CoreState_yo6z}, Any...) in module Main at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{Main.Msg_5z3w{TBody} where TBody})(CircoCore.Addr, CircoCore.Addr, TBody) where {TBody} in module Main at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{Main.Msg_5z3w{TBody}})(Any, Any, Any) in module Main at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:6 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{Main.Msg_5z3w{TBody} where TBody})(CircoCore.Addr, Any, Any, Any...) in module Main at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{Main.Msg_5z3w{TBody} where TBody}, CircoCore.Addr, Any, Any, Any...) in module Main at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:11 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{Main.Msg_5z3w{TBody} where TBody})(CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module Main at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{Main.Msg_5z3w{TBody} where TBody}, CircoCore.Actor{TCoreState} where TCoreState, Any, Any, Any...) in module Main at /home/pkgeval/.julia/packages/CircoCore/e0A4T/src/msg.jl:13 overwritten on the same line (check for duplicate calls to `include`). [ Info: ZMQPostOffice bound to 128.30.92.239:24734 [ Info: Circo scheduler starting on thread 1 try cd("test") catch e end;include("migrate/migrate-source.jl");migratetoremote("128.30.92.239:24734", "128.30.92.239:24734/f4682b0a08872de4") ERROR: LoadError: ArgumentError: Package Reexport [189a3867-3050-52da-a836-e630ba90ab69] is required but does not seem to be installed: - Run `Pkg.instantiate()` to install all recorded dependencies. Stacktrace: [1] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2698 [2] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2576 [3] macro expansion @ ./loading.jl:2504 [inlined] [4] macro expansion @ ./lock.jl:376 [inlined] [5] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2468 [6] require @ ./loading.jl:2444 [inlined] [7] eval_import_path @ ./module.jl:36 [inlined] [8] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [9] _eval_using @ ./module.jl:137 [inlined] [10] _eval_using(to::Module, path::Expr) @ Base ./module.jl:137 [11] top-level scope @ ~/.julia/packages/Circo/ctDno/src/Circo.jl:4 [12] include(mod::Module, _path::String) @ Base ./Base.jl:309 [13] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2817 [14] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2576 [15] macro expansion @ ./loading.jl:2504 [inlined] [16] macro expansion @ ./lock.jl:376 [inlined] [17] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2468 [18] require @ ./loading.jl:2444 [inlined] [19] eval_import_path @ ./module.jl:36 [inlined] [20] eval_import_path_all(at::Module, path::Expr, keyword::String) @ Base ./module.jl:60 [21] _eval_using @ ./module.jl:137 [inlined] [22] _eval_using(to::Module, path::Expr) @ Base ./module.jl:137 [23] top-level scope @ ~/.julia/packages/Circo/ctDno/test/migrate/migrate-base.jl:2 [24] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [25] top-level scope @ ~/.julia/packages/Circo/ctDno/test/migrate/migrate-source.jl:2 [26] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [27] top-level scope @ none:1 [28] eval(m::Module, e::Any) @ Core ./boot.jl:489 [29] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [30] _start() @ Base ./client.jl:577 in expression starting at /home/pkgeval/.julia/packages/Circo/ctDno/src/Circo.jl:2 in expression starting at /home/pkgeval/.julia/packages/Circo/ctDno/test/migrate/migrate-base.jl:2 in expression starting at /home/pkgeval/.julia/packages/Circo/ctDno/test/migrate/migrate-source.jl:2 ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile. --trace-compile is enabled during profile collection. ====================================================================================== cmd: /opt/julia/bin/julia 35 running 0 of 1 signal (10): User defined signal 1 epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404 uv_run at /workspace/srcdir/libuv/src/unix/core.c:430 ijl_task_get_next at /source/src/scheduler.c:457 wait at ./task.jl:1246 wait_forever at ./task.jl:1168 jfptr_wait_forever_76916.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_apply_generic at /source/src/gf.c:4313 jl_apply at /source/src/julia.h:2284 [inlined] start_task at /source/src/task.c:1281 unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point. Disabling --trace-compile ============================================================== ┌ Warning: There were no samples collected in one or more groups. │ This may be due to idle threads, or you may need to run your │ program longer (perhaps by running it multiple times), │ or adjust the delay between samples with `Profile.init()`. └ @ Profile /opt/julia/share/julia/stdlib/v1.14/Profile/src/Profile.jl:1362 Overhead ╎ [+additional indent] Count File:Line Function ========================================================= Thread 1 (default) Task 0x0000767cd1e1d2d0 Total snapshots: 916. Utilization: 0% ╎916 @Base/task.jl:1168 wait_forever() 915╎ 916 @Base/task.jl:1246 wait() ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile. --trace-compile is enabled during profile collection. ====================================================================================== cmd: /opt/julia/bin/julia 1 running 0 of 1 signal (10): User defined signal 1 epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404 uv_run at /workspace/srcdir/libuv/src/unix/core.c:430 ijl_task_get_next at /source/src/scheduler.c:457 wait at ./task.jl:1246 wait_forever at ./task.jl:1168 jfptr_wait_forever_76916.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_apply_generic at /source/src/gf.c:4313 jl_apply at /source/src/julia.h:2284 [inlined] start_task at /source/src/task.c:1281 unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point. Disabling --trace-compile ============================================================== ┌ Warning: There were no samples collected in one or more groups. │ This may be due to idle threads, or you may need to run your │ program longer (perhaps by running it multiple times), │ or adjust the delay between samples with `Profile.init()`. └ @ Profile /opt/julia/share/julia/stdlib/v1.14/Profile/src/Profile.jl:1362 Overhead ╎ [+additional indent] Count File:Line Function ========================================================= Thread 1 (default) Task 0x0000761a087751e0 Total snapshots: 701. Utilization: 0% ╎701 @Base/task.jl:1168 wait_forever() 700╎ 701 @Base/task.jl:1246 wait() [35] signal 15: Terminated in expression starting at /home/pkgeval/.julia/packages/Circo/ctDno/test/migrate/migrate.jl:31 epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404 uv_run at /workspace/srcdir/libuv/src/unix/core.c:430 ijl_task_get_next at /source/src/scheduler.c:457 wait at ./task.jl:1246 wait_forever at ./task.jl:1168 jfptr_wait_forever_76916.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_apply_generic at /source/src/gf.c:4313 jl_apply at /source/src/julia.h:2284 [inlined] start_task at /source/src/task.c:1281 unknown function (ip: (nil)) at (unknown file) Allocations: 477959916 (Pool: 477955474; Big: 4442); GC: 271 [1] signal 15: Terminated in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404 uv_run at /workspace/srcdir/libuv/src/unix/core.c:430 ijl_task_get_next at /source/src/scheduler.c:457 wait at ./task.jl:1246 wait_forever at ./task.jl:1168 jfptr_wait_forever_76916.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_apply_generic at /source/src/gf.c:4313 jl_apply at /source/src/julia.h:2284 [inlined] start_task at /source/src/task.c:1281 unknown function (ip: (nil)) at (unknown file) Allocations: 20678782 (Pool: 20678173; Big: 609); GC: 17 PkgEval terminated after 2730.02s: test duration exceeded the time limit