Skip to content

Instantly share code, notes, and snippets.

@adlrocha
Created July 13, 2021 12:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adlrocha/b0f05005b26b1a908298bf56bafb0808 to your computer and use it in GitHub Desktop.
Save adlrocha/b0f05005b26b1a908298bf56bafb0808 to your computer and use it in GitHub Desktop.
Jul 13 06:59:43.866998 INFO using home directory: /home/mmlab/testground
Jul 13 06:59:43.867076 INFO no .env.toml found at /home/mmlab/testground/.env.toml; running with defaults
Jul 13 06:59:43.868112 INFO supervisor worker started {"worker_id": 1}
Jul 13 06:59:43.868131 INFO supervisor worker started {"worker_id": 0}
Jul 13 06:59:43.869085 INFO listen and serve {"addr": "127.0.0.1:8042"}
Jul 13 06:59:43.869126 INFO daemon listening {"addr": "127.0.0.1:8042"}
Jul 13 07:00:09.301433 INFO handle request {"req_id": "d0e5a3e3", "command": "run"}
Jul 13 07:00:10.435391 INFO request handled {"req_id": "d0e5a3e3", "command": "run"}
Jul 13 07:00:10.883267 INFO worker processing task {"worker_id": 0, "task_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:00:10.883657 INFO performing build for groups {"plan": "mldht-test", "groups": ["nodes"], "builder": "docker:go"}
Jul 13 07:00:10.887145 INFO found existing volume {"volume_name": "testground-goproxy-vol"}
Jul 13 07:00:10.895875 INFO container is already running {"container_name": "testground-goproxy"}
Step 1/22 : ARG BUILD_BASE_IMAGE
Step 2/22 : ARG RUNTIME_IMAGE=busybox:1.31.1-glibc
Step 3/22 : FROM ${BUILD_BASE_IMAGE} AS builder
---> 3a9c0da54047
Step 4/22 : ENV PLAN_DIR /plan
---> Using cache
---> 8f6ad5d07da1
Step 5/22 : ENV SDK_DIR /sdk
---> Using cache
---> c2d2d5cb904a
Step 6/22 : RUN rm -rf ${PLAN_DIR} ${SDK_DIR} /testground_dep_list
---> Using cache
---> f7201dbb7c23
Step 7/22 : ARG TESTPLAN_EXEC_PKG="."
---> Using cache
---> fdd5e4509654
Step 8/22 : ARG GO_PROXY=direct
---> Using cache
---> 620c6d467251
Step 9/22 : ARG BUILD_TAGS
---> Using cache
---> 27cb3835fee2
Step 10/22 : ENV TESTPLAN_EXEC_PKG ${TESTPLAN_EXEC_PKG}
---> Using cache
---> 450ffcc96b1c
Step 11/22 : ENV GOCACHE /go/cache
---> Using cache
---> ee225cd87c95
Step 12/22 : COPY /plan/go.mod ${PLAN_DIR}/go.mod
---> Using cache
---> 21f4de76e55d
Step 13/22 : RUN echo "Using go proxy: ${GO_PROXY}" && cd ${PLAN_DIR} && go env -w GOPROXY="${GO_PROXY}" && go mod download
---> Using cache
---> 1531168c1e60
Step 14/22 : COPY . /
---> Using cache
---> a01641457e82
Step 15/22 : RUN cd ${PLAN_DIR} && go env -w GOPROXY="${GO_PROXY}" && CGO_ENABLED=${CgoEnabled} GOOS=linux GOARCH=amd64 go build -o ${PLAN_DIR}/testplan.bin ${BUILD_TAGS} ${TESTPLAN_EXEC_PKG}
---> Using cache
---> f30a0acb48a7
Step 16/22 : RUN cd ${PLAN_DIR} && go list -m all > /testground_dep_list
---> Using cache
---> 12fb45f7a9c7
---> 12fb45f7a9c7
Step 17/22 : FROM ${RUNTIME_IMAGE} AS runtime
---> 7a2331af2292
Step 18/22 : ENV PLAN_DIR /plan
---> Using cache
---> 9c9e1689e81a
Step 19/22 : COPY --from=builder /testground_dep_list /
---> Using cache
---> 551744433773
Step 20/22 : COPY --from=builder ${PLAN_DIR}/testplan.bin /testplan
---> Using cache
---> 0b12d38408a3
Step 21/22 : EXPOSE 6060
---> Using cache
---> 5053735abac0
Step 22/22 : ENTRYPOINT [ "/testplan"]
---> Using cache
---> 2bfe18465eb7
---> 2bfe18465eb7
Successfully built 2bfe18465eb7
Successfully tagged b15d9afad133:latest
Jul 13 07:00:12.798853 INFO build completed {"default_tag": "b15d9afad133:latest", "took": "1s"}
Jul 13 07:00:12.822649 INFO got docker image id {"image_id": "2bfe18465eb7"}
Jul 13 07:00:13.707146 INFO tagging image {"image_id": "2bfe18465eb7", "tag": "tg-plan-mldht-test:2bfe18465eb7"}
Jul 13 07:00:13.738309 INFO build succeeded {"plan": "mldht-test", "groups": ["nodes"], "builder": "docker:go", "artifact": "2bfe18465eb7"}
Jul 13 07:00:13.738491 INFO performing healthcheck on runner
Jul 13 07:00:13.787054 INFO healthcheck: ok
Jul 13 07:00:13.787196 INFO starting run {"run_id": "c3mjjunrm20paq5eduo0", "plan": "mldht-test", "case": "dht-case", "runner": "local:docker", "instances": 40}
Jul 13 07:00:14.031103 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-0"}
Jul 13 07:00:14.984175 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-1"}
Jul 13 07:00:15.614056 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-2"}
Jul 13 07:00:16.292655 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-3"}
Jul 13 07:00:16.995982 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-4"}
Jul 13 07:00:17.667402 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-5"}
Jul 13 07:00:18.270725 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-6"}
Jul 13 07:00:19.100746 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-7"}
Jul 13 07:00:19.795919 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-8"}
Jul 13 07:00:20.500857 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-9"}
Jul 13 07:00:21.120998 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-10"}
Jul 13 07:00:21.957603 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-11"}
Jul 13 07:00:22.628932 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-12"}
Jul 13 07:00:23.257316 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-13"}
Jul 13 07:00:23.895091 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-14"}
Jul 13 07:00:24.540055 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-15"}
Jul 13 07:00:25.168448 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-16"}
Jul 13 07:00:25.864747 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-17"}
Jul 13 07:00:26.559795 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-18"}
Jul 13 07:00:27.214363 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-19"}
Jul 13 07:00:27.967755 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-20"}
Jul 13 07:00:28.680721 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-21"}
Jul 13 07:00:29.384070 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-22"}
Jul 13 07:00:30.045785 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-23"}
Jul 13 07:00:30.817098 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-24"}
Jul 13 07:00:31.487162 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-25"}
Jul 13 07:00:32.133345 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-26"}
Jul 13 07:00:32.811665 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-27"}
Jul 13 07:00:33.440013 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-28"}
Jul 13 07:00:34.144598 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-29"}
Jul 13 07:00:34.797868 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-30"}
Jul 13 07:00:35.460565 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-31"}
Jul 13 07:00:36.080516 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-32"}
Jul 13 07:00:36.708748 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-33"}
Jul 13 07:00:37.338376 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-34"}
Jul 13 07:00:38.008371 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-35"}
Jul 13 07:00:38.637845 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-36"}
Jul 13 07:00:39.332890 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-37"}
Jul 13 07:00:39.969513 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-38"}
Jul 13 07:00:40.707554 INFO creating container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "name": "tg-mldht-test-dht-case-c3mjjunrm20paq5eduo0-nodes-39"}
Jul 13 07:00:41.344097 INFO starting containers {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "count": 40}
Jul 13 07:00:41.344246 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "44fe7f0d6d5a216f88afe3a4230ff5c67f771fedb1eaff3e394359adbd736e6b", "group": "nodes", "group_index": 1}
Jul 13 07:00:41.344291 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "afd7a0d9f6defc1a19b2553196f55156673307e81091c8ca501391b02db57b10", "group": "nodes", "group_index": 0}
Jul 13 07:00:41.344344 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "f99013d499e616e3c625a27e2935e29de191f712e3db01e14712fe880cb0851c", "group": "nodes", "group_index": 23}
Jul 13 07:00:41.344354 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "9b1a7f2527a00d997817b619d1343813bbffeea211f411f3b850617e16e0a995", "group": "nodes", "group_index": 12}
Jul 13 07:00:41.344399 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "ff65571265c57d922f8ce8fb0430a96a0553b6c5d6d470cfdddead8d4d76f39c", "group": "nodes", "group_index": 18}
Jul 13 07:00:41.344469 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "810f634e4748a72570ce3f229337b9690f7b71566e362edb48dc980af925f480", "group": "nodes", "group_index": 7}
Jul 13 07:00:41.344447 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "2578b3690aa04499a4f10f0910fbbf9ecb678d4b98c75d1e2c25a5fb8e42fd60", "group": "nodes", "group_index": 13}
Jul 13 07:00:41.344542 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "63c8985fbdd91cd5c08ccb5ed99198759989bdb02c7ad960ead27b020394e9fe", "group": "nodes", "group_index": 3}
Jul 13 07:00:41.344446 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "f3bcafc33e3b7782396d4d993e98839b9dee8ea9ac1fd67fa5efd38cd4fffd42", "group": "nodes", "group_index": 17}
Jul 13 07:00:41.344622 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "fd337695fc87357fa15ef92f56717bf251e4cf6a42dc921acea2579aec39c478", "group": "nodes", "group_index": 8}
Jul 13 07:00:41.344608 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "526af761830c4af6ae9e7fe6fa58566cc3f0c39bd3df95266974b82b2343de76", "group": "nodes", "group_index": 24}
Jul 13 07:00:41.344494 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "ba5c729b94fca2af81deb1289d1ac37f8e3e029756928b1af52db554c78ae9f4", "group": "nodes", "group_index": 14}
Jul 13 07:00:41.344679 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "4b9254d7a30c5d82755177e43a6313bfe3726a93273f468285e7ab762560c616", "group": "nodes", "group_index": 25}
Jul 13 07:00:41.344706 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "24277140a9646c80c0dbeb3db986f4806d684fc80e7f55636edfb3588b524cb6", "group": "nodes", "group_index": 9}
Jul 13 07:00:41.344297 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "0d6a85e28c83f8950971b04e217c654d6af6004249b451b54cdab6303a99d6a8", "group": "nodes", "group_index": 2}
Jul 13 07:00:41.344340 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "5ae3f426b921f18194a2a64488435faee725efab3d485e206a011d1ce7d60db7", "group": "nodes", "group_index": 22}
Jul 13 07:00:44.587293 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "df5b3b5d38f3d85807e420b87ad4f7c2a37f0933ab24031ff34cc5c9b5e6bcc0", "group": "nodes", "group_index": 35}
Jul 13 07:00:44.588371 INFO 3.0272s  MESSAGE << nodes[017] (f3bcaf) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:00:44.588497 INFO 3.0273s  START << nodes[017] (f3bcaf) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:00:44.588574 INFO 3.0275s  MESSAGE << nodes[017] (f3bcaf) >> Starting test case
Jul 13 07:00:44.588658 INFO 3.0300s  MESSAGE << nodes[017] (f3bcaf) >> Waiting for network initialization
Jul 13 07:00:44.589100 INFO 3.2448s  OTHER << sidecar >> Jul 13 07:00:44.588696 INFO resolved route to host {"host": "testground-redis", "ip": "192.18.0.3"}
Jul 13 07:00:44.589291 INFO 3.2450s  OTHER << sidecar >> Jul 13 07:00:44.589077 INFO resolved route to host {"host": "testground-influxdb", "ip": "192.18.0.4"}
Jul 13 07:00:44.595458 INFO 3.2508s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:00:44.813714 INFO 3.4694s  OTHER << sidecar >> Jul 13 07:00:44.813400 INFO successfully resolved route to host {"container_id": "f3bcafc33e3b7782396d4d993e98839b9dee8ea9ac1fd67fa5efd38cd4fffd42"}
Jul 13 07:00:44.814346 INFO 3.4701s  OTHER << sidecar >> Jul 13 07:00:44.813706 INFO external routing disabled
Jul 13 07:00:44.814432 INFO 3.4702s  OTHER << sidecar >> Jul 13 07:00:44.813793 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:00:45.485556 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "1d91c8cac556683025a59ab0ba8c6b92188f6a3b570064cb5b822e98a5eb914f", "group": "nodes", "group_index": 26}
Jul 13 07:00:45.486639 INFO 3.9444s  MESSAGE << nodes[023] (f99013) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:00:45.486894 INFO 3.9445s  START << nodes[023] (f99013) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:00:45.486987 INFO 3.9447s  MESSAGE << nodes[023] (f99013) >> Starting test case
Jul 13 07:00:45.487074 INFO 3.9703s  MESSAGE << nodes[023] (f99013) >> Waiting for network initialization
Jul 13 07:00:45.488068 INFO 4.1433s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:00:45.690023 INFO 4.3457s  OTHER << sidecar >> Jul 13 07:00:45.689626 INFO successfully resolved route to host {"container_id": "f99013d499e616e3c625a27e2935e29de191f712e3db01e14712fe880cb0851c"}
Jul 13 07:00:45.690338 INFO 4.3461s  OTHER << sidecar >> Jul 13 07:00:45.690019 INFO external routing disabled
Jul 13 07:00:45.690419 INFO 4.3461s  OTHER << sidecar >> Jul 13 07:00:45.690143 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:00:46.390568 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "a67de015ebcd32a366fe934033ac757f35be1250d65edca568ac170ab797c339", "group": "nodes", "group_index": 27}
Jul 13 07:00:46.391495 INFO 4.8621s  MESSAGE << nodes[003] (63c898) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:00:46.391682 INFO 4.8622s  START << nodes[003] (63c898) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:00:46.391846 INFO 4.8625s  MESSAGE << nodes[003] (63c898) >> Starting test case
Jul 13 07:00:46.391978 INFO 4.8641s  MESSAGE << nodes[003] (63c898) >> Waiting for network initialization
Jul 13 07:00:46.392880 INFO 5.0481s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:00:46.538010 INFO 5.1937s  OTHER << sidecar >> Jul 13 07:00:46.537670 INFO successfully resolved route to host {"container_id": "63c8985fbdd91cd5c08ccb5ed99198759989bdb02c7ad960ead27b020394e9fe"}
Jul 13 07:00:46.538271 INFO 5.1940s  OTHER << sidecar >> Jul 13 07:00:46.538007 INFO external routing disabled
Jul 13 07:00:46.538335 INFO 5.1941s  OTHER << sidecar >> Jul 13 07:00:46.538098 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:00:47.354085 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "4ea9d490fc603b6fead4a8022dfdd37130356310ea9f51b586f2826c031fd8cf", "group": "nodes", "group_index": 28}
Jul 13 07:00:47.354863 INFO 5.8497s  MESSAGE << nodes[013] (2578b3) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:00:47.355008 INFO 5.8501s  START << nodes[013] (2578b3) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:00:47.355081 INFO 5.8503s  MESSAGE << nodes[013] (2578b3) >> Starting test case
Jul 13 07:00:47.355139 INFO 5.8517s  MESSAGE << nodes[013] (2578b3) >> Waiting for network initialization
Jul 13 07:00:47.355697 INFO 6.0111s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:00:47.379032 INFO 6.0347s  OTHER << sidecar >> Jul 13 07:00:47.378555 INFO successfully resolved route to host {"container_id": "2578b3690aa04499a4f10f0910fbbf9ecb678d4b98c75d1e2c25a5fb8e42fd60"}
Jul 13 07:00:47.416397 INFO 6.0721s  OTHER << sidecar >> Jul 13 07:00:47.415883 INFO external routing disabled
Jul 13 07:00:47.416913 INFO 6.0726s  OTHER << sidecar >> Jul 13 07:00:47.416269 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:00:48.075624 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "c04a7fbec7a932f47c0ff83c73ed352a266cc4c1d64eee6cccee47dc08d8ae67", "group": "nodes", "group_index": 29}
Jul 13 07:00:48.076351 INFO 6.5745s  MESSAGE << nodes[018] (ff6557) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:00:48.076483 INFO 6.5745s  START << nodes[018] (ff6557) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:00:48.076558 INFO 6.5747s  MESSAGE << nodes[018] (ff6557) >> Starting test case
Jul 13 07:00:48.076664 INFO 6.5776s  MESSAGE << nodes[018] (ff6557) >> Waiting for network initialization
Jul 13 07:00:48.077282 INFO 6.7326s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:00:48.171652 INFO 6.8274s  OTHER << sidecar >> Jul 13 07:00:48.171281 INFO successfully resolved route to host {"container_id": "ff65571265c57d922f8ce8fb0430a96a0553b6c5d6d470cfdddead8d4d76f39c"}
Jul 13 07:00:48.172599 INFO 6.8283s  OTHER << sidecar >> Jul 13 07:00:48.172273 INFO external routing disabled
Jul 13 07:00:48.172993 INFO 6.8287s  OTHER << sidecar >> Jul 13 07:00:48.172573 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:00:48.585757 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "9f062ff65379c296db2d72c2dae08a3926f38ad443c8a7ab5fe79cd69a9cfe3e", "group": "nodes", "group_index": 30}
Jul 13 07:00:48.586551 INFO 7.0914s  MESSAGE << nodes[007] (810f63) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:00:48.586759 INFO 7.0914s  START << nodes[007] (810f63) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:00:48.586859 INFO 7.0916s  MESSAGE << nodes[007] (810f63) >> Starting test case
Jul 13 07:00:48.586929 INFO 7.0929s  MESSAGE << nodes[007] (810f63) >> Waiting for network initialization
Jul 13 07:00:48.587762 INFO 7.2430s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:00:48.605549 INFO 7.2613s  OTHER << sidecar >> Jul 13 07:00:48.605205 INFO successfully resolved route to host {"container_id": "810f634e4748a72570ce3f229337b9690f7b71566e362edb48dc980af925f480"}
Jul 13 07:00:48.606302 INFO 7.2620s  OTHER << sidecar >> Jul 13 07:00:48.605661 INFO external routing disabled
Jul 13 07:00:48.606407 INFO 7.2621s  OTHER << sidecar >> Jul 13 07:00:48.605820 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:00:49.454950 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "59964eaa863eb382ce75a94ed246212baad4b91659563767e338e5ccc3f99a7e", "group": "nodes", "group_index": 31}
Jul 13 07:00:49.455835 INFO 7.9590s  MESSAGE << nodes[000] (afd7a0) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:00:49.456031 INFO 7.9591s  START << nodes[000] (afd7a0) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:00:49.456123 INFO 7.9593s  MESSAGE << nodes[000] (afd7a0) >> Starting test case
Jul 13 07:00:49.456231 INFO 7.9609s  MESSAGE << nodes[000] (afd7a0) >> Waiting for network initialization
Jul 13 07:00:49.456815 INFO 8.1122s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:00:49.509547 INFO 8.1652s  OTHER << sidecar >> Jul 13 07:00:49.508865 INFO successfully resolved route to host {"container_id": "afd7a0d9f6defc1a19b2553196f55156673307e81091c8ca501391b02db57b10"}
Jul 13 07:00:49.510177 INFO 8.1659s  OTHER << sidecar >> Jul 13 07:00:49.509655 INFO external routing disabled
Jul 13 07:00:49.513542 INFO 8.1692s  OTHER << sidecar >> Jul 13 07:00:49.511391 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:00:51.465113 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "d940021708dfea2ea17cde59a75788c5acc2013fef3f916e3bf95fbc7f127e65", "group": "nodes", "group_index": 36}
Jul 13 07:00:51.466262 INFO 9.9347s  MESSAGE << nodes[002] (0d6a85) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:00:51.466447 INFO 9.9347s  START << nodes[002] (0d6a85) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:00:51.466536 INFO 9.9349s  MESSAGE << nodes[002] (0d6a85) >> Starting test case
Jul 13 07:00:51.466669 INFO 9.9527s  MESSAGE << nodes[002] (0d6a85) >> Waiting for network initialization
Jul 13 07:00:51.467038 INFO 10.1224s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:00:51.563973 INFO 10.2197s  OTHER << sidecar >> Jul 13 07:00:51.563177 INFO successfully resolved route to host {"container_id": "0d6a85e28c83f8950971b04e217c654d6af6004249b451b54cdab6303a99d6a8"}
Jul 13 07:00:51.564571 INFO 10.2203s  OTHER << sidecar >> Jul 13 07:00:51.564159 INFO external routing disabled
Jul 13 07:00:51.565188 INFO 10.2209s  OTHER << sidecar >> Jul 13 07:00:51.564837 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:00:51.770872 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "5e4a9ad27a69e0adfb9dbbfb651924ee5e7c38ad1823c1d448b42382feaca0bb", "group": "nodes", "group_index": 37}
Jul 13 07:00:51.771667 INFO 10.2707s  MESSAGE << nodes[024] (526af7) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:00:51.771748 INFO 10.2708s  START << nodes[024] (526af7) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:00:51.771800 INFO 10.2709s  MESSAGE << nodes[024] (526af7) >> Starting test case
Jul 13 07:00:51.771832 INFO 10.2729s  MESSAGE << nodes[024] (526af7) >> Waiting for network initialization
Jul 13 07:00:51.772127 INFO 10.4276s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:00:51.846649 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "e2f6d3ecd0d3f78f5623623cf52ec73b448399c4d9c794e0a06228cac4e4c1c4", "group": "nodes", "group_index": 32}
Jul 13 07:00:51.847547 INFO 10.3518s  MESSAGE << nodes[009] (242771) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:00:51.847819 INFO 10.3518s  START << nodes[009] (242771) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:00:51.847993 INFO 10.3520s  MESSAGE << nodes[009] (242771) >> Starting test case
Jul 13 07:00:51.848160 INFO 10.3536s  MESSAGE << nodes[009] (242771) >> Waiting for network initialization
Jul 13 07:00:51.849031 INFO 10.5042s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:00:51.849130 INFO 10.5048s  OTHER << sidecar >> Jul 13 07:00:51.848543 INFO successfully resolved route to host {"container_id": "526af761830c4af6ae9e7fe6fa58566cc3f0c39bd3df95266974b82b2343de76"}
Jul 13 07:00:51.849454 INFO 10.5052s  OTHER << sidecar >> Jul 13 07:00:51.849111 INFO external routing disabled
Jul 13 07:00:51.849633 INFO 10.5053s  OTHER << sidecar >> Jul 13 07:00:51.849249 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:00:51.856093 INFO 10.5118s  OTHER << sidecar >> Jul 13 07:00:51.850228 INFO successfully resolved route to host {"container_id": "24277140a9646c80c0dbeb3db986f4806d684fc80e7f55636edfb3588b524cb6"}
Jul 13 07:00:51.856170 INFO 10.5119s  OTHER << sidecar >> Jul 13 07:00:51.850789 INFO external routing disabled
Jul 13 07:00:51.856247 INFO 10.5120s  OTHER << sidecar >> Jul 13 07:00:51.850943 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:00:53.194938 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "fb30526099b1d2810f54b31e4cff3e83f7556cc0da339c4c6893b776e2efeeba", "group": "nodes", "group_index": 4}
Jul 13 07:00:53.253390 INFO 11.9087s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:00:53.254093 INFO 11.6837s  MESSAGE << nodes[001] (44fe7f) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:00:53.254204 INFO 11.6838s  START << nodes[001] (44fe7f) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:00:53.254253 INFO 11.6841s  MESSAGE << nodes[001] (44fe7f) >> Starting test case
Jul 13 07:00:53.254313 INFO 11.6861s  MESSAGE << nodes[001] (44fe7f) >> Waiting for network initialization
Jul 13 07:00:53.312301 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "1ed25b47b296c341573e814611a639a5d7233a92b38299bb0fe7956a82cb2910", "group": "nodes", "group_index": 19}
Jul 13 07:00:53.312836 INFO 11.7755s  MESSAGE << nodes[012] (9b1a7f) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:00:53.312951 INFO 11.7755s  START << nodes[012] (9b1a7f) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:00:53.312990 INFO 11.7757s  MESSAGE << nodes[012] (9b1a7f) >> Starting test case
Jul 13 07:00:53.313036 INFO 11.7771s  MESSAGE << nodes[012] (9b1a7f) >> Waiting for network initialization
Jul 13 07:00:53.313623 INFO 11.9690s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:00:53.420228 INFO 12.0759s  OTHER << sidecar >> Jul 13 07:00:53.418841 INFO successfully resolved route to host {"container_id": "44fe7f0d6d5a216f88afe3a4230ff5c67f771fedb1eaff3e394359adbd736e6b"}
Jul 13 07:00:53.421241 INFO 12.0769s  OTHER << sidecar >> Jul 13 07:00:53.418860 INFO successfully resolved route to host {"container_id": "9b1a7f2527a00d997817b619d1343813bbffeea211f411f3b850617e16e0a995"}
Jul 13 07:00:53.425697 INFO 12.0814s  OTHER << sidecar >> Jul 13 07:00:53.423429 INFO external routing disabled
Jul 13 07:00:53.425821 INFO 12.0815s  OTHER << sidecar >> Jul 13 07:00:53.423642 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:00:53.425877 INFO 12.0816s  OTHER << sidecar >> Jul 13 07:00:53.423419 INFO external routing disabled
Jul 13 07:00:53.425926 INFO 12.0816s  OTHER << sidecar >> Jul 13 07:00:53.423855 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:00:53.783621 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "a0277c5bb2d8290cac5f4ee78914e424aed43e193070aea99cb814d18b6e7388", "group": "nodes", "group_index": 20}
Jul 13 07:00:53.784560 INFO 12.2557s  MESSAGE << nodes[025] (4b9254) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:00:53.784837 INFO 12.2558s  START << nodes[025] (4b9254) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:00:53.785059 INFO 12.2559s  MESSAGE << nodes[025] (4b9254) >> Starting test case
Jul 13 07:00:53.785188 INFO 12.2577s  MESSAGE << nodes[025] (4b9254) >> Waiting for network initialization
Jul 13 07:00:53.786051 INFO 12.4412s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:00:54.128254 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "70747a894db8dee979a2ee02e0bd80cf3dc49c624c47e38743dc2e26e1919cd5", "group": "nodes", "group_index": 21}
Jul 13 07:00:54.129035 INFO 12.6284s  MESSAGE << nodes[014] (ba5c72) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:00:54.129186 INFO 12.6284s  START << nodes[014] (ba5c72) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:00:54.129245 INFO 12.6285s  MESSAGE << nodes[014] (ba5c72) >> Starting test case
Jul 13 07:00:54.129285 INFO 12.6302s  MESSAGE << nodes[014] (ba5c72) >> Waiting for network initialization
Jul 13 07:00:54.129492 INFO 12.7850s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:00:54.254623 INFO 12.9103s  OTHER << sidecar >> Jul 13 07:00:54.254218 INFO successfully resolved route to host {"container_id": "4b9254d7a30c5d82755177e43a6313bfe3726a93273f468285e7ab762560c616"}
Jul 13 07:00:54.255019 INFO 12.9107s  OTHER << sidecar >> Jul 13 07:00:54.254689 INFO external routing disabled
Jul 13 07:00:54.255076 INFO 12.9108s  OTHER << sidecar >> Jul 13 07:00:54.254777 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:00:54.373914 INFO 13.0296s  OTHER << sidecar >> Jul 13 07:00:54.373619 INFO successfully resolved route to host {"container_id": "ba5c729b94fca2af81deb1289d1ac37f8e3e029756928b1af52db554c78ae9f4"}
Jul 13 07:00:54.374070 INFO 13.0298s  OTHER << sidecar >> Jul 13 07:00:54.373889 INFO external routing disabled
Jul 13 07:00:54.374108 INFO 13.0298s  OTHER << sidecar >> Jul 13 07:00:54.373961 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:00:54.404904 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "97e3c575cb77bbc9fc62137a247113e0d139a9ada4a7d19c42832d41df627be2", "group": "nodes", "group_index": 5}
Jul 13 07:00:54.405638 INFO 12.9410s  MESSAGE << nodes[022] (5ae3f4) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:00:54.405767 INFO 12.9411s  START << nodes[022] (5ae3f4) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:00:54.405821 INFO 12.9413s  MESSAGE << nodes[022] (5ae3f4) >> Starting test case
Jul 13 07:00:54.405863 INFO 12.9426s  MESSAGE << nodes[022] (5ae3f4) >> Waiting for network initialization
Jul 13 07:00:54.406188 INFO 13.0616s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:00:54.471600 INFO 13.1273s  OTHER << sidecar >> Jul 13 07:00:54.471209 INFO successfully resolved route to host {"container_id": "5ae3f426b921f18194a2a64488435faee725efab3d485e206a011d1ce7d60db7"}
Jul 13 07:00:54.471720 INFO 13.1274s  OTHER << sidecar >> Jul 13 07:00:54.471528 INFO external routing disabled
Jul 13 07:00:54.471792 INFO 13.1275s  OTHER << sidecar >> Jul 13 07:00:54.471603 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:00:54.663213 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "fa79cf2804858c1956a08438b266cbcd61a2842ff65dee421c664a1ebd082c4e", "group": "nodes", "group_index": 38}
Jul 13 07:00:54.664189 INFO 13.1315s  MESSAGE << nodes[008] (fd3376) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:00:54.664454 INFO 13.1315s  START << nodes[008] (fd3376) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:00:54.664567 INFO 13.1317s  MESSAGE << nodes[008] (fd3376) >> Starting test case
Jul 13 07:00:54.664694 INFO 13.1334s  MESSAGE << nodes[008] (fd3376) >> Waiting for network initialization
Jul 13 07:00:54.665557 INFO 13.3208s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:00:54.740559 INFO 13.3962s  OTHER << sidecar >> Jul 13 07:00:54.740006 INFO successfully resolved route to host {"container_id": "fd337695fc87357fa15ef92f56717bf251e4cf6a42dc921acea2579aec39c478"}
Jul 13 07:00:54.740941 INFO 13.3967s  OTHER << sidecar >> Jul 13 07:00:54.740581 INFO external routing disabled
Jul 13 07:00:54.741096 INFO 13.3968s  OTHER << sidecar >> Jul 13 07:00:54.740713 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:00:57.473867 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "8a4e280ab00de0f76a6cadc246285ed4e8c4c0e27f98d06a48046b1d458b4ed8", "group": "nodes", "group_index": 39}
Jul 13 07:00:57.474762 INFO 15.9080s  MESSAGE << nodes[035] (df5b3b) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:00:57.474939 INFO 15.9080s  START << nodes[035] (df5b3b) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:00:57.475048 INFO 15.9081s  MESSAGE << nodes[035] (df5b3b) >> Starting test case
Jul 13 07:00:57.475153 INFO 15.9096s  MESSAGE << nodes[035] (df5b3b) >> Waiting for network initialization
Jul 13 07:00:57.476097 INFO 16.1313s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:00:57.572339 INFO 16.2280s  OTHER << sidecar >> Jul 13 07:00:57.571671 INFO successfully resolved route to host {"container_id": "df5b3b5d38f3d85807e420b87ad4f7c2a37f0933ab24031ff34cc5c9b5e6bcc0"}
Jul 13 07:00:57.574932 INFO 16.2306s  OTHER << sidecar >> Jul 13 07:00:57.574062 INFO external routing disabled
Jul 13 07:00:57.575853 INFO 16.2316s  OTHER << sidecar >> Jul 13 07:00:57.574258 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:00:57.921403 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "3f5841fffd2495109755ce5e79655b695a709a7d6c4b23459ce4df76ba59718b", "group": "nodes", "group_index": 15}
Jul 13 07:00:57.922495 INFO 16.3745s  MESSAGE << nodes[028] (4ea9d4) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:00:57.922737 INFO 16.3746s  START << nodes[028] (4ea9d4) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:00:57.922862 INFO 16.3747s  MESSAGE << nodes[028] (4ea9d4) >> Starting test case
Jul 13 07:00:57.922960 INFO 16.3762s  MESSAGE << nodes[028] (4ea9d4) >> Waiting for network initialization
Jul 13 07:00:57.924066 INFO 16.5792s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:00:58.076260 INFO 16.7320s  OTHER << sidecar >> Jul 13 07:00:58.075772 INFO successfully resolved route to host {"container_id": "4ea9d490fc603b6fead4a8022dfdd37130356310ea9f51b586f2826c031fd8cf"}
Jul 13 07:00:58.076635 INFO 16.7323s  OTHER << sidecar >> Jul 13 07:00:58.076332 INFO external routing disabled
Jul 13 07:00:58.076759 INFO 16.7325s  OTHER << sidecar >> Jul 13 07:00:58.076445 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:00:58.962985 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "599421c14aff6d38b9247cd11cbe111aa51fb788edab3ff6228d866196325ef3", "group": "nodes", "group_index": 16}
Jul 13 07:00:58.963629 INFO 17.5147s  MESSAGE << nodes[026] (1d91c8) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:00:58.963765 INFO 17.5148s  START << nodes[026] (1d91c8) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:00:58.963846 INFO 17.5150s  MESSAGE << nodes[026] (1d91c8) >> Starting test case
Jul 13 07:00:58.963899 INFO 17.5164s  MESSAGE << nodes[026] (1d91c8) >> Waiting for network initialization
Jul 13 07:00:58.964303 INFO 17.6198s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:00:59.118510 INFO 17.7742s  OTHER << sidecar >> Jul 13 07:00:59.118162 INFO successfully resolved route to host {"container_id": "1d91c8cac556683025a59ab0ba8c6b92188f6a3b570064cb5b822e98a5eb914f"}
Jul 13 07:00:59.143648 INFO 17.7994s  OTHER << sidecar >> Jul 13 07:00:59.143028 INFO external routing disabled
Jul 13 07:00:59.143733 INFO 17.7995s  OTHER << sidecar >> Jul 13 07:00:59.143130 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:00:59.201416 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "4bf9828a71fc3ccb0cc98314f586f31db1157aa7da90ccc661a3f9e2196d6277", "group": "nodes", "group_index": 34}
Jul 13 07:00:59.202141 INFO 17.7083s  MESSAGE << nodes[027] (a67de0) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:00:59.202349 INFO 17.7083s  START << nodes[027] (a67de0) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:00:59.202444 INFO 17.7085s  MESSAGE << nodes[027] (a67de0) >> Starting test case
Jul 13 07:00:59.202511 INFO 17.7105s  MESSAGE << nodes[027] (a67de0) >> Waiting for network initialization
Jul 13 07:00:59.203216 INFO 17.8585s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:00:59.337933 INFO 17.9936s  OTHER << sidecar >> Jul 13 07:00:59.337630 INFO successfully resolved route to host {"container_id": "a67de015ebcd32a366fe934033ac757f35be1250d65edca568ac170ab797c339"}
Jul 13 07:00:59.338133 INFO 17.9939s  OTHER << sidecar >> Jul 13 07:00:59.337975 INFO external routing disabled
Jul 13 07:00:59.338202 INFO 17.9939s  OTHER << sidecar >> Jul 13 07:00:59.338040 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:00:59.504861 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "93a137aa4b6f675c9219287906eb999b33fc1ae4e06b9c414b43a3b979a74e12", "group": "nodes", "group_index": 11}
Jul 13 07:00:59.505854 INFO 17.9634s  MESSAGE << nodes[029] (c04a7f) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:00:59.506062 INFO 17.9634s  START << nodes[029] (c04a7f) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:00:59.506196 INFO 17.9636s  MESSAGE << nodes[029] (c04a7f) >> Starting test case
Jul 13 07:00:59.506299 INFO 17.9651s  MESSAGE << nodes[029] (c04a7f) >> Waiting for network initialization
Jul 13 07:00:59.507348 INFO 18.1625s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:00:59.549862 INFO 18.2056s  OTHER << sidecar >> Jul 13 07:00:59.549296 INFO successfully resolved route to host {"container_id": "c04a7fbec7a932f47c0ff83c73ed352a266cc4c1d64eee6cccee47dc08d8ae67"}
Jul 13 07:00:59.550606 INFO 18.2063s  OTHER << sidecar >> Jul 13 07:00:59.549994 INFO external routing disabled
Jul 13 07:00:59.550688 INFO 18.2064s  OTHER << sidecar >> Jul 13 07:00:59.550103 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:00.894674 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "d14b89bb2bdfc1db97f4f5c2bf838fa9abadcaac1055f50f00c5c64abd7f8593", "group": "nodes", "group_index": 10}
Jul 13 07:01:00.895435 INFO 19.3968s  MESSAGE << nodes[030] (9f062f) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:01:00.895588 INFO 19.3973s  START << nodes[030] (9f062f) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:01:00.895658 INFO 19.3975s  MESSAGE << nodes[030] (9f062f) >> Starting test case
Jul 13 07:01:00.895716 INFO 19.3993s  MESSAGE << nodes[030] (9f062f) >> Waiting for network initialization
Jul 13 07:01:00.896256 INFO 19.5517s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:01:01.138005 INFO 19.7937s  OTHER << sidecar >> Jul 13 07:01:01.137398 INFO successfully resolved route to host {"container_id": "9f062ff65379c296db2d72c2dae08a3926f38ad443c8a7ab5fe79cd69a9cfe3e"}
Jul 13 07:01:01.138822 INFO 19.7945s  OTHER << sidecar >> Jul 13 07:01:01.138343 INFO external routing disabled
Jul 13 07:01:01.138937 INFO 19.7947s  OTHER << sidecar >> Jul 13 07:01:01.138426 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:01.820978 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "5a466e5c8e276ed06efaa6805825fcf80ca0ded42549635d653b0338742c8c57", "group": "nodes", "group_index": 33}
Jul 13 07:01:01.821907 INFO 20.3259s  MESSAGE << nodes[031] (59964e) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:01:01.822106 INFO 20.3259s  START << nodes[031] (59964e) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:01:01.822188 INFO 20.3261s  MESSAGE << nodes[031] (59964e) >> Starting test case
Jul 13 07:01:01.822269 INFO 20.3282s  MESSAGE << nodes[031] (59964e) >> Waiting for network initialization
Jul 13 07:01:01.822509 INFO 20.4779s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:01:01.887937 INFO 20.5436s  OTHER << sidecar >> Jul 13 07:01:01.887460 INFO successfully resolved route to host {"container_id": "59964eaa863eb382ce75a94ed246212baad4b91659563767e338e5ccc3f99a7e"}
Jul 13 07:01:01.888643 INFO 20.5443s  OTHER << sidecar >> Jul 13 07:01:01.888153 INFO external routing disabled
Jul 13 07:01:01.888768 INFO 20.5445s  OTHER << sidecar >> Jul 13 07:01:01.888306 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:02.983243 INFO starting container {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "id": "b2bc8049359079f96cceae1269623995eb2da265d36205a8ec408e9cf60f278e", "group": "nodes", "group_index": 6}
Jul 13 07:01:02.983808 INFO 21.3080s  MESSAGE << nodes[036] (d94002) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:01:02.984005 INFO 21.3081s  START << nodes[036] (d94002) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:01:02.984087 INFO 21.3083s  MESSAGE << nodes[036] (d94002) >> Starting test case
Jul 13 07:01:02.984162 INFO 21.3347s  MESSAGE << nodes[036] (d94002) >> Waiting for network initialization
Jul 13 07:01:02.984468 INFO 21.6399s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:01:03.012327 INFO 21.6680s  OTHER << sidecar >> Jul 13 07:01:03.011895 INFO successfully resolved route to host {"container_id": "d940021708dfea2ea17cde59a75788c5acc2013fef3f916e3bf95fbc7f127e65"}
Jul 13 07:01:03.013097 INFO 21.6688s  OTHER << sidecar >> Jul 13 07:01:03.012803 INFO external routing disabled
Jul 13 07:01:03.013142 INFO 21.6689s  OTHER << sidecar >> Jul 13 07:01:03.012897 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:03.937289 INFO 22.3682s  MESSAGE << nodes[032] (e2f6d3) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:01:03.937594 INFO 22.3683s  START << nodes[032] (e2f6d3) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:01:03.937805 INFO 22.3685s  MESSAGE << nodes[032] (e2f6d3) >> Starting test case
Jul 13 07:01:03.937970 INFO 22.3700s  MESSAGE << nodes[032] (e2f6d3) >> Waiting for network initialization
Jul 13 07:01:03.939820 INFO 22.5945s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:01:04.095559 INFO 22.7512s  OTHER << sidecar >> Jul 13 07:01:04.095032 INFO successfully resolved route to host {"container_id": "e2f6d3ecd0d3f78f5623623cf52ec73b448399c4d9c794e0a06228cac4e4c1c4"}
Jul 13 07:01:04.095980 INFO 22.7517s  OTHER << sidecar >> Jul 13 07:01:04.095607 INFO external routing disabled
Jul 13 07:01:04.096190 INFO 22.7519s  OTHER << sidecar >> Jul 13 07:01:04.095816 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:05.132442 INFO 23.5443s  MESSAGE << nodes[004] (fb3052) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:01:05.132561 INFO 23.7877s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:01:05.132640 INFO 23.5443s  START << nodes[004] (fb3052) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:01:05.132724 INFO 23.5445s  MESSAGE << nodes[004] (fb3052) >> Starting test case
Jul 13 07:01:05.132805 INFO 23.5459s  MESSAGE << nodes[004] (fb3052) >> Waiting for network initialization
Jul 13 07:01:05.211708 INFO 23.8674s  OTHER << sidecar >> Jul 13 07:01:05.211187 INFO successfully resolved route to host {"container_id": "fb30526099b1d2810f54b31e4cff3e83f7556cc0da339c4c6893b776e2efeeba"}
Jul 13 07:01:05.213869 INFO 23.8696s  OTHER << sidecar >> Jul 13 07:01:05.212856 INFO external routing disabled
Jul 13 07:01:05.214061 INFO 23.8698s  OTHER << sidecar >> Jul 13 07:01:05.213106 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:06.445810 INFO 24.9707s  MESSAGE << nodes[019] (1ed25b) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:01:06.446055 INFO 24.9707s  START << nodes[019] (1ed25b) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:01:06.446158 INFO 24.9709s  MESSAGE << nodes[019] (1ed25b) >> Starting test case
Jul 13 07:01:06.446246 INFO 24.9724s  MESSAGE << nodes[019] (1ed25b) >> Waiting for network initialization
Jul 13 07:01:06.446808 INFO 25.1022s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:01:06.526961 INFO 25.1827s  OTHER << sidecar >> Jul 13 07:01:06.526440 INFO successfully resolved route to host {"container_id": "1ed25b47b296c341573e814611a639a5d7233a92b38299bb0fe7956a82cb2910"}
Jul 13 07:01:06.561125 INFO 25.2168s  OTHER << sidecar >> Jul 13 07:01:06.560463 INFO external routing disabled
Jul 13 07:01:06.561569 INFO 25.2173s  OTHER << sidecar >> Jul 13 07:01:06.560685 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:06.972931 INFO 25.4118s  MESSAGE << nodes[020] (a0277c) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:01:06.973152 INFO 25.4119s  START << nodes[020] (a0277c) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:01:06.973287 INFO 25.4121s  MESSAGE << nodes[020] (a0277c) >> Starting test case
Jul 13 07:01:06.973423 INFO 25.4137s  MESSAGE << nodes[020] (a0277c) >> Waiting for network initialization
Jul 13 07:01:06.974394 INFO 25.6296s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:01:07.065202 INFO 25.7209s  OTHER << sidecar >> Jul 13 07:01:07.064692 INFO successfully resolved route to host {"container_id": "a0277c5bb2d8290cac5f4ee78914e424aed43e193070aea99cb814d18b6e7388"}
Jul 13 07:01:07.066307 INFO 25.7220s  OTHER << sidecar >> Jul 13 07:01:07.065803 INFO external routing disabled
Jul 13 07:01:07.066697 INFO 25.7224s  OTHER << sidecar >> Jul 13 07:01:07.066275 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:08.730482 INFO 27.3126s  MESSAGE << nodes[021] (70747a) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:01:08.730587 INFO 27.3127s  START << nodes[021] (70747a) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:01:08.730634 INFO 27.3129s  MESSAGE << nodes[021] (70747a) >> Starting test case
Jul 13 07:01:08.731047 INFO 27.3866s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:01:08.939082 INFO 27.3115s  MESSAGE << nodes[037] (5e4a9a) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:01:08.939341 INFO 27.3118s  START << nodes[037] (5e4a9a) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:01:08.939452 INFO 27.3125s  MESSAGE << nodes[037] (5e4a9a) >> Starting test case
Jul 13 07:01:08.940372 INFO 27.5956s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:01:09.002149 INFO 27.6572s  MESSAGE << nodes[021] (70747a) >> Waiting for network initialization
Jul 13 07:01:09.002365 INFO 27.6573s  MESSAGE << nodes[037] (5e4a9a) >> Waiting for network initialization
Jul 13 07:01:09.006915 INFO 27.3658s  MESSAGE << nodes[005] (97e3c5) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:01:09.007139 INFO 27.3658s  START << nodes[005] (97e3c5) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:01:09.007266 INFO 27.3660s  MESSAGE << nodes[005] (97e3c5) >> Starting test case
Jul 13 07:01:09.007370 INFO 27.6571s  MESSAGE << nodes[005] (97e3c5) >> Waiting for network initialization
Jul 13 07:01:09.008728 INFO 27.6635s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:01:09.039208 INFO 27.6949s  OTHER << sidecar >> Jul 13 07:01:09.038553 INFO successfully resolved route to host {"container_id": "70747a894db8dee979a2ee02e0bd80cf3dc49c624c47e38743dc2e26e1919cd5"}
Jul 13 07:01:09.039363 INFO 27.6951s  OTHER << sidecar >> Jul 13 07:01:09.038640 INFO successfully resolved route to host {"container_id": "97e3c575cb77bbc9fc62137a247113e0d139a9ada4a7d19c42832d41df627be2"}
Jul 13 07:01:09.039506 INFO 27.6952s  OTHER << sidecar >> Jul 13 07:01:09.039074 INFO successfully resolved route to host {"container_id": "5e4a9ad27a69e0adfb9dbbfb651924ee5e7c38ad1823c1d448b42382feaca0bb"}
Jul 13 07:01:09.089091 INFO 27.7448s  OTHER << sidecar >> Jul 13 07:01:09.076624 INFO external routing disabled
Jul 13 07:01:09.089169 INFO 27.7449s  OTHER << sidecar >> Jul 13 07:01:09.077160 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:09.089206 INFO 27.7449s  OTHER << sidecar >> Jul 13 07:01:09.077427 INFO external routing disabled
Jul 13 07:01:09.089261 INFO 27.7450s  OTHER << sidecar >> Jul 13 07:01:09.077431 INFO external routing disabled
Jul 13 07:01:09.089292 INFO 27.7450s  OTHER << sidecar >> Jul 13 07:01:09.077920 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:09.089336 INFO 27.7451s  OTHER << sidecar >> Jul 13 07:01:09.077968 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:09.605663 INFO 28.0984s  MESSAGE << nodes[038] (fa79cf) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:01:09.605943 INFO 28.0984s  START << nodes[038] (fa79cf) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:01:09.606179 INFO 28.0986s  MESSAGE << nodes[038] (fa79cf) >> Starting test case
Jul 13 07:01:09.606341 INFO 28.1009s  MESSAGE << nodes[038] (fa79cf) >> Waiting for network initialization
Jul 13 07:01:09.645845 INFO 28.3010s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:01:09.762762 INFO 28.4185s  OTHER << sidecar >> Jul 13 07:01:09.762229 INFO successfully resolved route to host {"container_id": "fa79cf2804858c1956a08438b266cbcd61a2842ff65dee421c664a1ebd082c4e"}
Jul 13 07:01:09.762924 INFO 28.4186s  OTHER << sidecar >> Jul 13 07:01:09.762677 INFO external routing disabled
Jul 13 07:01:09.762973 INFO 28.4187s  OTHER << sidecar >> Jul 13 07:01:09.762811 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:11.927353 INFO 30.5231s  MESSAGE << nodes[039] (8a4e28) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:01:11.927470 INFO 30.5232s  START << nodes[039] (8a4e28) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:01:11.927516 INFO 30.5235s  MESSAGE << nodes[039] (8a4e28) >> Starting test case
Jul 13 07:01:11.927556 INFO 30.5663s  MESSAGE << nodes[039] (8a4e28) >> Waiting for network initialization
Jul 13 07:01:11.928009 INFO 30.5834s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:01:11.987999 INFO 30.6437s  OTHER << sidecar >> Jul 13 07:01:11.987020 INFO successfully resolved route to host {"container_id": "8a4e280ab00de0f76a6cadc246285ed4e8c4c0e27f98d06a48046b1d458b4ed8"}
Jul 13 07:01:11.988077 INFO 30.6438s  OTHER << sidecar >> Jul 13 07:01:11.987363 INFO external routing disabled
Jul 13 07:01:11.988127 INFO 30.6438s  OTHER << sidecar >> Jul 13 07:01:11.987554 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:12.260250 INFO 30.6946s  MESSAGE << nodes[015] (3f5841) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:01:12.260451 INFO 30.6946s  START << nodes[015] (3f5841) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:01:12.260545 INFO 30.6948s  MESSAGE << nodes[015] (3f5841) >> Starting test case
Jul 13 07:01:12.260626 INFO 30.6970s  MESSAGE << nodes[015] (3f5841) >> Waiting for network initialization
Jul 13 07:01:12.261533 INFO 30.9168s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:01:12.764964 INFO 31.4207s  OTHER << sidecar >> Jul 13 07:01:12.764338 INFO successfully resolved route to host {"container_id": "3f5841fffd2495109755ce5e79655b695a709a7d6c4b23459ce4df76ba59718b"}
Jul 13 07:01:12.765374 INFO 31.4211s  OTHER << sidecar >> Jul 13 07:01:12.765042 INFO external routing disabled
Jul 13 07:01:12.765620 INFO 31.4213s  OTHER << sidecar >> Jul 13 07:01:12.765228 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:13.845350 INFO 32.2434s  MESSAGE << nodes[016] (599421) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:01:13.845539 INFO 32.2435s  START << nodes[016] (599421) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:01:13.845639 INFO 32.2437s  MESSAGE << nodes[016] (599421) >> Starting test case
Jul 13 07:01:13.845734 INFO 32.2456s  MESSAGE << nodes[016] (599421) >> Waiting for network initialization
Jul 13 07:01:13.846204 INFO 32.5017s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:01:14.164929 INFO 32.8206s  OTHER << sidecar >> Jul 13 07:01:14.024141 INFO successfully resolved route to host {"container_id": "599421c14aff6d38b9247cd11cbe111aa51fb788edab3ff6228d866196325ef3"}
Jul 13 07:01:14.165094 INFO 32.8208s  OTHER << sidecar >> Jul 13 07:01:14.025565 INFO external routing disabled
Jul 13 07:01:14.165192 INFO 32.8209s  OTHER << sidecar >> Jul 13 07:01:14.025802 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:15.724346 INFO 33.9359s  MESSAGE << nodes[034] (4bf982) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:01:15.724545 INFO 33.9360s  START << nodes[034] (4bf982) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:01:15.724651 INFO 33.9362s  MESSAGE << nodes[034] (4bf982) >> Starting test case
Jul 13 07:01:15.724737 INFO 33.9379s  MESSAGE << nodes[034] (4bf982) >> Waiting for network initialization
Jul 13 07:01:15.725552 INFO 34.3807s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:01:16.107066 INFO 34.7628s  OTHER << sidecar >> Jul 13 07:01:16.106482 INFO successfully resolved route to host {"container_id": "4bf9828a71fc3ccb0cc98314f586f31db1157aa7da90ccc661a3f9e2196d6277"}
Jul 13 07:01:16.132815 INFO 34.7885s  OTHER << sidecar >> Jul 13 07:01:16.132265 INFO external routing disabled
Jul 13 07:01:16.133336 INFO 34.7890s  OTHER << sidecar >> Jul 13 07:01:16.132655 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:16.536452 INFO 34.9708s  MESSAGE << nodes[011] (93a137) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:01:16.536691 INFO 34.9709s  START << nodes[011] (93a137) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:01:16.536779 INFO 34.9710s  MESSAGE << nodes[011] (93a137) >> Starting test case
Jul 13 07:01:16.536864 INFO 35.0323s  MESSAGE << nodes[011] (93a137) >> Waiting for network initialization
Jul 13 07:01:16.537682 INFO 35.1930s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:01:16.714441 INFO 35.3701s  OTHER << sidecar >> Jul 13 07:01:16.713648 INFO successfully resolved route to host {"container_id": "93a137aa4b6f675c9219287906eb999b33fc1ae4e06b9c414b43a3b979a74e12"}
Jul 13 07:01:16.714997 INFO 35.3707s  OTHER << sidecar >> Jul 13 07:01:16.714446 INFO external routing disabled
Jul 13 07:01:16.715092 INFO 35.3708s  OTHER << sidecar >> Jul 13 07:01:16.714643 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.335731 INFO 36.9277s  MESSAGE << nodes[006] (b2bc80) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:01:18.335860 INFO 36.9278s  START << nodes[006] (b2bc80) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:01:18.335916 INFO 36.9279s  MESSAGE << nodes[006] (b2bc80) >> Starting test case
Jul 13 07:01:18.336400 INFO 36.9919s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:01:18.355239 INFO 37.0109s  OTHER << sidecar >> Jul 13 07:01:18.354643 INFO successfully resolved route to host {"container_id": "b2bc8049359079f96cceae1269623995eb2da265d36205a8ec408e9cf60f278e"}
Jul 13 07:01:18.355634 INFO 37.0114s  OTHER << sidecar >> Jul 13 07:01:18.355358 INFO external routing disabled
Jul 13 07:01:18.355692 INFO 37.0114s  OTHER << sidecar >> Jul 13 07:01:18.355442 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.399531 INFO 37.0549s  MESSAGE << nodes[006] (b2bc80) >> Waiting for network initialization
Jul 13 07:01:18.484254 INFO 37.0647s  MESSAGE << nodes[010] (d14b89) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:01:18.484367 INFO 37.0648s  START << nodes[010] (d14b89) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:01:18.484438 INFO 37.0649s  MESSAGE << nodes[010] (d14b89) >> Starting test case
Jul 13 07:01:18.484480 INFO 37.0887s  MESSAGE << nodes[010] (d14b89) >> Waiting for network initialization
Jul 13 07:01:18.484818 INFO 37.1403s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:01:18.498584 INFO 37.1543s  OTHER << sidecar >> Jul 13 07:01:18.498247 INFO successfully resolved route to host {"container_id": "d14b89bb2bdfc1db97f4f5c2bf838fa9abadcaac1055f50f00c5c64abd7f8593"}
Jul 13 07:01:18.519019 INFO 37.1747s  OTHER << sidecar >> Jul 13 07:01:18.518590 INFO external routing disabled
Jul 13 07:01:18.519091 INFO 37.1748s  OTHER << sidecar >> Jul 13 07:01:18.518691 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.784881 INFO started containers {"runner": "local:docker", "run_id": "c3mjjunrm20paq5eduo0", "count": 40}
Jul 13 07:01:18.785611 INFO 37.3731s  MESSAGE << nodes[033] (5a466e) >> registering default http handler at: http://[::]:6060/ (pprof: http://[::]:6060/debug/pprof/)
Jul 13 07:01:18.785763 INFO 37.3731s  START << nodes[033] (5a466e) >> {"plan":"mldht-test","case":"dht-case","run":"c3mjjunrm20paq5eduo0","outputs_path":"/outputs","instances":40,"params":{"timeout_secs":"300"},"group":"nodes","group_instances":40,"network":"16.5.0.0/16","start_time":"0001-01-01T00:00:00Z"}
Jul 13 07:01:18.785840 INFO 37.3733s  MESSAGE << nodes[033] (5a466e) >> Starting test case
Jul 13 07:01:18.785901 INFO 37.3750s  MESSAGE << nodes[033] (5a466e) >> Waiting for network initialization
Jul 13 07:01:18.786064 INFO 37.4415s  MESSAGE << sidecar >> InfluxDB unavailable; no metrics will be dispatched: no InfluxDB URL in $INFLUXDB_URL env var
Jul 13 07:01:18.786963 INFO 37.4427s  OTHER << sidecar >> Jul 13 07:01:18.786795 INFO successfully resolved route to host {"container_id": "5a466e5c8e276ed06efaa6805825fcf80ca0ded42549635d653b0338742c8c57"}
Jul 13 07:01:18.787264 INFO 37.4430s  OTHER << sidecar >> Jul 13 07:01:18.787086 INFO external routing disabled
Jul 13 07:01:18.787325 INFO 37.4430s  OTHER << sidecar >> Jul 13 07:01:18.787144 INFO waiting for all networks to be ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.788016 INFO 37.4437s  OTHER << sidecar >> Jul 13 07:01:18.787481 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.788052 INFO 37.4438s  OTHER << sidecar >> Jul 13 07:01:18.787489 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.788083 INFO 37.4438s  OTHER << sidecar >> Jul 13 07:01:18.787501 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.788113 INFO 37.4438s  OTHER << sidecar >> Jul 13 07:01:18.787509 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.788143 INFO 37.4439s  OTHER << sidecar >> Jul 13 07:01:18.787530 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.788199 INFO 37.4439s  OTHER << sidecar >> Jul 13 07:01:18.787527 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.788225 INFO 37.4439s  OTHER << sidecar >> Jul 13 07:01:18.787544 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.788247 INFO 37.4440s  OTHER << sidecar >> Jul 13 07:01:18.787549 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.788265 INFO 37.4440s  OTHER << sidecar >> Jul 13 07:01:18.787552 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.788290 INFO 37.4440s  OTHER << sidecar >> Jul 13 07:01:18.787543 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.788313 INFO 37.4440s  OTHER << sidecar >> Jul 13 07:01:18.787561 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.788332 INFO 37.4441s  OTHER << sidecar >> Jul 13 07:01:18.787569 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.788354 INFO 37.4441s  OTHER << sidecar >> Jul 13 07:01:18.787574 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.788392 INFO 37.4441s  OTHER << sidecar >> Jul 13 07:01:18.787581 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.788435 INFO 37.4442s  OTHER << sidecar >> Jul 13 07:01:18.787587 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.788468 INFO 37.4442s  OTHER << sidecar >> Jul 13 07:01:18.787591 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.788494 INFO 37.4442s  OTHER << sidecar >> Jul 13 07:01:18.787593 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.788534 INFO 37.4443s  OTHER << sidecar >> Jul 13 07:01:18.787599 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.788568 INFO 37.4443s  OTHER << sidecar >> Jul 13 07:01:18.787524 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.788607 INFO 37.4443s  OTHER << sidecar >> Jul 13 07:01:18.787601 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.788638 INFO 37.4444s  OTHER << sidecar >> Jul 13 07:01:18.787608 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.788670 INFO 37.4444s  OTHER << sidecar >> Jul 13 07:01:18.787602 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.788697 INFO 37.4444s  OTHER << sidecar >> Jul 13 07:01:18.787615 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.788728 INFO 37.4445s  OTHER << sidecar >> Jul 13 07:01:18.787619 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.788748 INFO 37.4445s  OTHER << sidecar >> Jul 13 07:01:18.787621 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.788776 INFO 37.4445s  OTHER << sidecar >> Jul 13 07:01:18.787643 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.788818 INFO 37.4445s  OTHER << sidecar >> Jul 13 07:01:18.787588 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.788838 INFO 37.4446s  OTHER << sidecar >> Jul 13 07:01:18.787568 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.788866 INFO 37.4446s  OTHER << sidecar >> Jul 13 07:01:18.787641 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.788890 INFO 37.4446s  OTHER << sidecar >> Jul 13 07:01:18.787561 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.788918 INFO 37.4446s  OTHER << sidecar >> Jul 13 07:01:18.787581 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.788941 INFO 37.4447s  OTHER << sidecar >> Jul 13 07:01:18.787583 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.788969 INFO 37.4447s  OTHER << sidecar >> Jul 13 07:01:18.787588 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.788988 INFO 37.4447s  OTHER << sidecar >> Jul 13 07:01:18.787596 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.789010 INFO 37.4447s  OTHER << sidecar >> Jul 13 07:01:18.787603 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.789036 INFO 37.4448s  OTHER << sidecar >> Jul 13 07:01:18.787614 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.789056 INFO 37.4448s  OTHER << sidecar >> Jul 13 07:01:18.787613 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.789080 INFO 37.4448s  OTHER << sidecar >> Jul 13 07:01:18.787646 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.789111 INFO 37.4448s  OTHER << sidecar >> Jul 13 07:01:18.787621 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.789143 INFO 37.4449s  OTHER << sidecar >> Jul 13 07:01:18.787804 INFO all networks ready {"sidecar": true, "run_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:01:18.862302 INFO 37.5174s  MESSAGE << nodes[026] (1d91c8) >> network initialisation successful
Jul 13 07:01:18.862633 INFO 37.5180s  MESSAGE << nodes[026] (1d91c8) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:18.862828 INFO 37.5181s  MESSAGE << nodes[026] (1d91c8) >> 192.18.0.23 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:18.862978 INFO 37.5182s  MESSAGE << nodes[026] (1d91c8) >> detected data network IP: 16.5.0.23/16
Jul 13 07:01:18.880439 INFO 37.5359s  MESSAGE << nodes[026] (1d91c8) >> libp2p initilization complete
Jul 13 07:01:18.891940 INFO 37.5472s  MESSAGE << nodes[004] (fb3052) >> network initialisation successful
Jul 13 07:01:18.892227 INFO 37.5477s  MESSAGE << nodes[004] (fb3052) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:18.892287 INFO 37.5477s  MESSAGE << nodes[004] (fb3052) >> 192.18.0.31 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:18.892347 INFO 37.5478s  MESSAGE << nodes[004] (fb3052) >> detected data network IP: 16.5.0.32/16
Jul 13 07:01:18.907338 INFO 37.5627s  MESSAGE << nodes[004] (fb3052) >> libp2p initilization complete
Jul 13 07:01:18.911928 INFO 37.5671s  MESSAGE << nodes[039] (8a4e28) >> network initialisation successful
Jul 13 07:01:18.912399 INFO 37.5677s  MESSAGE << nodes[039] (8a4e28) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:18.912509 INFO 37.5677s  MESSAGE << nodes[039] (8a4e28) >> detected data network IP: 16.5.0.25/16
Jul 13 07:01:18.923319 INFO 37.5787s  MESSAGE << nodes[018] (ff6557) >> network initialisation successful
Jul 13 07:01:18.923643 INFO 37.5791s  MESSAGE << nodes[018] (ff6557) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:18.923735 INFO 37.5791s  MESSAGE << nodes[018] (ff6557) >> 192.18.0.10 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:18.923820 INFO 37.5792s  MESSAGE << nodes[018] (ff6557) >> detected data network IP: 16.5.0.9/16
Jul 13 07:01:18.928640 INFO 37.5840s  MESSAGE << nodes[039] (8a4e28) >> libp2p initilization complete
Jul 13 07:01:18.938479 INFO 37.5938s  MESSAGE << nodes[018] (ff6557) >> libp2p initilization complete
Jul 13 07:01:18.975745 INFO 37.6309s  MESSAGE << nodes[014] (ba5c72) >> network initialisation successful
Jul 13 07:01:18.976326 INFO 37.6315s  MESSAGE << nodes[014] (ba5c72) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:18.976415 INFO 37.6317s  MESSAGE << nodes[014] (ba5c72) >> 192.18.0.17 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:18.976560 INFO 37.6318s  MESSAGE << nodes[014] (ba5c72) >> detected data network IP: 16.5.0.17/16
Jul 13 07:01:18.992771 INFO 37.6481s  MESSAGE << nodes[014] (ba5c72) >> libp2p initilization complete
Jul 13 07:01:19.003397 INFO 37.6587s  MESSAGE << nodes[021] (70747a) >> network initialisation successful
Jul 13 07:01:19.003469 INFO 37.6587s  MESSAGE << nodes[037] (5e4a9a) >> network initialisation successful
Jul 13 07:01:19.003504 INFO 37.6589s  MESSAGE << nodes[005] (97e3c5) >> network initialisation successful
Jul 13 07:01:19.003784 INFO 37.6592s  MESSAGE << nodes[037] (5e4a9a) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.003788 INFO 37.6592s  MESSAGE << nodes[021] (70747a) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.003872 INFO 37.6593s  MESSAGE << nodes[037] (5e4a9a) >> detected data network IP: 16.5.0.19/16
Jul 13 07:01:19.003900 INFO 37.6593s  MESSAGE << nodes[005] (97e3c5) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.004089 INFO 37.6594s  MESSAGE << nodes[005] (97e3c5) >> 192.18.0.34 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.004158 INFO 37.6594s  MESSAGE << nodes[005] (97e3c5) >> detected data network IP: 16.5.0.35/16
Jul 13 07:01:19.004239 INFO 37.6593s  MESSAGE << nodes[021] (70747a) >> detected data network IP: 16.5.0.20/16
Jul 13 07:01:19.018737 INFO 37.6742s  MESSAGE << nodes[005] (97e3c5) >> libp2p initilization complete
Jul 13 07:01:19.018753 INFO 37.6742s  MESSAGE << nodes[021] (70747a) >> libp2p initilization complete
Jul 13 07:01:19.018984 INFO 37.6744s  MESSAGE << nodes[037] (5e4a9a) >> libp2p initilization complete
Jul 13 07:01:19.032036 INFO 37.6874s  MESSAGE << nodes[001] (44fe7f) >> network initialisation successful
Jul 13 07:01:19.032302 INFO 37.6878s  MESSAGE << nodes[001] (44fe7f) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.032375 INFO 37.6879s  MESSAGE << nodes[001] (44fe7f) >> detected data network IP: 16.5.0.2/16
Jul 13 07:01:19.042639 INFO 37.6980s  MESSAGE << nodes[015] (3f5841) >> network initialisation successful
Jul 13 07:01:19.042992 INFO 37.6984s  MESSAGE << nodes[015] (3f5841) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.043095 INFO 37.6985s  MESSAGE << nodes[015] (3f5841) >> 192.18.0.38 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.043194 INFO 37.6985s  MESSAGE << nodes[015] (3f5841) >> detected data network IP: 16.5.0.37/16
Jul 13 07:01:19.048180 INFO 37.7036s  MESSAGE << nodes[001] (44fe7f) >> libp2p initilization complete
Jul 13 07:01:19.055655 INFO 37.7111s  MESSAGE << nodes[027] (a67de0) >> network initialisation successful
Jul 13 07:01:19.055817 INFO 37.7114s  MESSAGE << nodes[027] (a67de0) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.055890 INFO 37.7114s  MESSAGE << nodes[027] (a67de0) >> detected data network IP: 16.5.0.12/16
Jul 13 07:01:19.057778 INFO 37.7132s  MESSAGE << nodes[015] (3f5841) >> libp2p initilization complete
Jul 13 07:01:19.072621 INFO 37.7280s  MESSAGE << nodes[027] (a67de0) >> libp2p initilization complete
Jul 13 07:01:19.123241 INFO 37.7783s  MESSAGE << nodes[012] (9b1a7f) >> network initialisation successful
Jul 13 07:01:19.123830 INFO 37.7790s  MESSAGE << nodes[012] (9b1a7f) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.123986 INFO 37.7791s  MESSAGE << nodes[012] (9b1a7f) >> detected data network IP: 16.5.0.3/16
Jul 13 07:01:19.141129 INFO 37.7965s  MESSAGE << nodes[012] (9b1a7f) >> libp2p initilization complete
Jul 13 07:01:19.197811 INFO 37.8530s  MESSAGE << nodes[013] (2578b3) >> network initialisation successful
Jul 13 07:01:19.198508 INFO 37.8537s  MESSAGE << nodes[013] (2578b3) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.198728 INFO 37.8539s  MESSAGE << nodes[013] (2578b3) >> 192.18.0.8 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.198838 INFO 37.8540s  MESSAGE << nodes[013] (2578b3) >> detected data network IP: 16.5.0.8/16
Jul 13 07:01:19.209954 INFO 37.8652s  MESSAGE << nodes[003] (63c898) >> network initialisation successful
Jul 13 07:01:19.217468 INFO 37.8726s  MESSAGE << nodes[013] (2578b3) >> libp2p initilization complete
Jul 13 07:01:19.230393 INFO 37.8856s  MESSAGE << nodes[003] (63c898) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.230515 INFO 37.8857s  MESSAGE << nodes[003] (63c898) >> 192.18.0.9 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.230623 INFO 37.8858s  MESSAGE << nodes[003] (63c898) >> detected data network IP: 16.5.0.7/16
Jul 13 07:01:19.245999 INFO 37.9015s  MESSAGE << nodes[003] (63c898) >> libp2p initilization complete
Jul 13 07:01:19.255441 INFO 37.9106s  MESSAGE << nodes[035] (df5b3b) >> network initialisation successful
Jul 13 07:01:19.255611 INFO 37.9110s  MESSAGE << nodes[035] (df5b3b) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.255664 INFO 37.9111s  MESSAGE << nodes[035] (df5b3b) >> 192.18.0.22 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.255724 INFO 37.9112s  MESSAGE << nodes[035] (df5b3b) >> detected data network IP: 16.5.0.21/16
Jul 13 07:01:19.273145 INFO 37.9285s  MESSAGE << nodes[035] (df5b3b) >> libp2p initilization complete
Jul 13 07:01:19.284048 INFO 37.9391s  MESSAGE << nodes[034] (4bf982) >> network initialisation successful
Jul 13 07:01:19.284349 INFO 37.9397s  MESSAGE << nodes[034] (4bf982) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.284462 INFO 37.9398s  MESSAGE << nodes[034] (4bf982) >> detected data network IP: 16.5.0.28/16
Jul 13 07:01:19.288185 INFO 37.9434s  MESSAGE << nodes[022] (5ae3f4) >> network initialisation successful
Jul 13 07:01:19.288804 INFO 37.9441s  MESSAGE << nodes[022] (5ae3f4) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.288942 INFO 37.9442s  MESSAGE << nodes[022] (5ae3f4) >> 192.18.0.16 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.289088 INFO 37.9443s  MESSAGE << nodes[022] (5ae3f4) >> detected data network IP: 16.5.0.16/16
Jul 13 07:01:19.298277 INFO 37.9537s  MESSAGE << nodes[002] (0d6a85) >> network initialisation successful
Jul 13 07:01:19.298514 INFO 37.9541s  MESSAGE << nodes[002] (0d6a85) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.298577 INFO 37.9541s  MESSAGE << nodes[002] (0d6a85) >> 192.18.0.14 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.298633 INFO 37.9542s  MESSAGE << nodes[002] (0d6a85) >> detected data network IP: 16.5.0.14/16
Jul 13 07:01:19.300678 INFO 37.9561s  MESSAGE << nodes[034] (4bf982) >> libp2p initilization complete
Jul 13 07:01:19.304504 INFO 37.9600s  MESSAGE << nodes[022] (5ae3f4) >> libp2p initilization complete
Jul 13 07:01:19.313812 INFO 37.9693s  MESSAGE << nodes[002] (0d6a85) >> libp2p initilization complete
Jul 13 07:01:19.316395 INFO 37.9719s  MESSAGE << nodes[023] (f99013) >> network initialisation successful
Jul 13 07:01:19.316571 INFO 37.9721s  MESSAGE << nodes[023] (f99013) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.316690 INFO 37.9722s  MESSAGE << nodes[023] (f99013) >> 192.18.0.7 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.316741 INFO 37.9722s  MESSAGE << nodes[023] (f99013) >> detected data network IP: 16.5.0.6/16
Jul 13 07:01:19.317904 INFO 37.9733s  MESSAGE << nodes[019] (1ed25b) >> network initialisation successful
Jul 13 07:01:19.318192 INFO 37.9737s  MESSAGE << nodes[019] (1ed25b) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.318323 INFO 37.9738s  MESSAGE << nodes[019] (1ed25b) >> 192.18.0.32 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.318368 INFO 37.9738s  MESSAGE << nodes[019] (1ed25b) >> detected data network IP: 16.5.0.33/16
Jul 13 07:01:19.329640 INFO 37.9851s  MESSAGE << nodes[000] (afd7a0) >> network initialisation successful
Jul 13 07:01:19.329861 INFO 37.9854s  MESSAGE << nodes[000] (afd7a0) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.329934 INFO 37.9854s  MESSAGE << nodes[000] (afd7a0) >> 192.18.0.12 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.330035 INFO 37.9855s  MESSAGE << nodes[000] (afd7a0) >> detected data network IP: 16.5.0.11/16
Jul 13 07:01:19.331700 INFO 37.9871s  MESSAGE << nodes[023] (f99013) >> libp2p initilization complete
Jul 13 07:01:19.333445 INFO 37.9889s  MESSAGE << nodes[019] (1ed25b) >> libp2p initilization complete
Jul 13 07:01:19.337821 INFO 37.9931s  MESSAGE << nodes[029] (c04a7f) >> network initialisation successful
Jul 13 07:01:19.338129 INFO 37.9936s  MESSAGE << nodes[029] (c04a7f) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.338186 INFO 37.9937s  MESSAGE << nodes[029] (c04a7f) >> 192.18.0.25 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.338234 INFO 37.9937s  MESSAGE << nodes[029] (c04a7f) >> detected data network IP: 16.5.0.24/16
Jul 13 07:01:19.347475 INFO 38.0029s  MESSAGE << nodes[000] (afd7a0) >> libp2p initilization complete
Jul 13 07:01:19.354298 INFO 38.0096s  MESSAGE << nodes[029] (c04a7f) >> libp2p initilization complete
Jul 13 07:01:19.375938 INFO 38.0311s  MESSAGE << nodes[017] (f3bcaf) >> network initialisation successful
Jul 13 07:01:19.376347 INFO 38.0316s  MESSAGE << nodes[017] (f3bcaf) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.376434 INFO 38.0317s  MESSAGE << nodes[017] (f3bcaf) >> 192.18.0.6 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.376517 INFO 38.0318s  MESSAGE << nodes[017] (f3bcaf) >> detected data network IP: 16.5.0.5/16
Jul 13 07:01:19.378595 INFO 38.0339s  MESSAGE << nodes[011] (93a137) >> network initialisation successful
Jul 13 07:01:19.379070 INFO 38.0345s  MESSAGE << nodes[011] (93a137) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.379202 INFO 38.0345s  MESSAGE << nodes[011] (93a137) >> 192.18.0.41 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.379316 INFO 38.0346s  MESSAGE << nodes[011] (93a137) >> detected data network IP: 16.5.0.39/16
Jul 13 07:01:19.394190 INFO 38.0496s  MESSAGE << nodes[017] (f3bcaf) >> libp2p initilization complete
Jul 13 07:01:19.395536 INFO 38.0510s  MESSAGE << nodes[011] (93a137) >> libp2p initilization complete
Jul 13 07:01:19.400293 INFO 38.0557s  MESSAGE << nodes[006] (b2bc80) >> network initialisation successful
Jul 13 07:01:19.400798 INFO 38.0561s  MESSAGE << nodes[006] (b2bc80) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.400874 INFO 38.0562s  MESSAGE << nodes[006] (b2bc80) >> 192.18.0.44 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.400996 INFO 38.0563s  MESSAGE << nodes[006] (b2bc80) >> detected data network IP: 16.5.0.40/16
Jul 13 07:01:19.415387 INFO 38.0708s  MESSAGE << nodes[006] (b2bc80) >> libp2p initilization complete
Jul 13 07:01:19.434614 INFO 38.0897s  MESSAGE << nodes[010] (d14b89) >> network initialisation successful
Jul 13 07:01:19.435005 INFO 38.0903s  MESSAGE << nodes[010] (d14b89) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.435147 INFO 38.0904s  MESSAGE << nodes[010] (d14b89) >> detected data network IP: 16.5.0.31/16
Jul 13 07:01:19.439570 INFO 38.0946s  MESSAGE << nodes[007] (810f63) >> network initialisation successful
Jul 13 07:01:19.440427 INFO 38.0958s  MESSAGE << nodes[007] (810f63) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.440562 INFO 38.0959s  MESSAGE << nodes[007] (810f63) >> 192.18.0.11 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.440684 INFO 38.0960s  MESSAGE << nodes[007] (810f63) >> detected data network IP: 16.5.0.10/16
Jul 13 07:01:19.446344 INFO 38.1017s  MESSAGE << nodes[038] (fa79cf) >> network initialisation successful
Jul 13 07:01:19.446620 INFO 38.1021s  MESSAGE << nodes[038] (fa79cf) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.446676 INFO 38.1021s  MESSAGE << nodes[038] (fa79cf) >> 192.18.0.35 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.446740 INFO 38.1022s  MESSAGE << nodes[038] (fa79cf) >> detected data network IP: 16.5.0.36/16
Jul 13 07:01:19.452545 INFO 38.1079s  MESSAGE << nodes[010] (d14b89) >> libp2p initilization complete
Jul 13 07:01:19.456486 INFO 38.1119s  MESSAGE << nodes[007] (810f63) >> libp2p initilization complete
Jul 13 07:01:19.458417 INFO 38.1138s  MESSAGE << nodes[038] (fa79cf) >> libp2p initilization complete
Jul 13 07:01:19.478999 INFO 38.1342s  MESSAGE << nodes[008] (fd3376) >> network initialisation successful
Jul 13 07:01:19.479330 INFO 38.1347s  MESSAGE << nodes[008] (fd3376) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.479427 INFO 38.1348s  MESSAGE << nodes[008] (fd3376) >> 192.18.0.18 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.479494 INFO 38.1349s  MESSAGE << nodes[008] (fd3376) >> detected data network IP: 16.5.0.18/16
Jul 13 07:01:19.497180 INFO 38.1525s  MESSAGE << nodes[008] (fd3376) >> libp2p initilization complete
Jul 13 07:01:19.591868 INFO 38.2470s  MESSAGE << nodes[016] (599421) >> network initialisation successful
Jul 13 07:01:19.592422 INFO 38.2477s  MESSAGE << nodes[016] (599421) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.592552 INFO 38.2478s  MESSAGE << nodes[016] (599421) >> 192.18.0.39 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.592650 INFO 38.2479s  MESSAGE << nodes[016] (599421) >> detected data network IP: 16.5.0.38/16
Jul 13 07:01:19.604004 INFO 38.2594s  MESSAGE << nodes[025] (4b9254) >> network initialisation successful
Jul 13 07:01:19.604231 INFO 38.2598s  MESSAGE << nodes[025] (4b9254) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.604303 INFO 38.2598s  MESSAGE << nodes[025] (4b9254) >> detected data network IP: 16.5.0.4/16
Jul 13 07:01:19.610073 INFO 38.2655s  MESSAGE << nodes[016] (599421) >> libp2p initilization complete
Jul 13 07:01:19.618964 INFO 38.2743s  MESSAGE << nodes[024] (526af7) >> network initialisation successful
Jul 13 07:01:19.619321 INFO 38.2748s  MESSAGE << nodes[025] (4b9254) >> libp2p initilization complete
Jul 13 07:01:19.619410 INFO 38.2747s  MESSAGE << nodes[024] (526af7) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.619460 INFO 38.2748s  MESSAGE << nodes[024] (526af7) >> 192.18.0.13 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.619520 INFO 38.2749s  MESSAGE << nodes[024] (526af7) >> detected data network IP: 16.5.0.13/16
Jul 13 07:01:19.634909 INFO 38.2903s  MESSAGE << nodes[024] (526af7) >> libp2p initilization complete
Jul 13 07:01:19.674191 INFO 38.3293s  MESSAGE << nodes[031] (59964e) >> network initialisation successful
Jul 13 07:01:19.674640 INFO 38.3299s  MESSAGE << nodes[031] (59964e) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.674766 INFO 38.3300s  MESSAGE << nodes[031] (59964e) >> 192.18.0.28 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.674859 INFO 38.3301s  MESSAGE << nodes[031] (59964e) >> detected data network IP: 16.5.0.27/16
Jul 13 07:01:19.681007 INFO 38.3361s  MESSAGE << nodes[036] (d94002) >> network initialisation successful
Jul 13 07:01:19.681577 INFO 38.3368s  MESSAGE << nodes[036] (d94002) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.681974 INFO 38.3372s  MESSAGE << nodes[036] (d94002) >> 192.18.0.29 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.682094 INFO 38.3373s  MESSAGE << nodes[036] (d94002) >> detected data network IP: 16.5.0.29/16
Jul 13 07:01:19.698305 INFO 38.3537s  MESSAGE << nodes[031] (59964e) >> libp2p initilization complete
Jul 13 07:01:19.699108 INFO 38.3546s  MESSAGE << nodes[009] (242771) >> network initialisation successful
Jul 13 07:01:19.699421 INFO 38.3549s  MESSAGE << nodes[009] (242771) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.699480 INFO 38.3549s  MESSAGE << nodes[009] (242771) >> 192.18.0.15 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.699530 INFO 38.3550s  MESSAGE << nodes[009] (242771) >> detected data network IP: 16.5.0.15/16
Jul 13 07:01:19.701282 INFO 38.3568s  MESSAGE << nodes[036] (d94002) >> libp2p initilization complete
Jul 13 07:01:19.712028 INFO 38.3674s  MESSAGE << nodes[009] (242771) >> libp2p initilization complete
Jul 13 07:01:19.715819 INFO 38.3712s  MESSAGE << nodes[032] (e2f6d3) >> network initialisation successful
Jul 13 07:01:19.716101 INFO 38.3715s  MESSAGE << nodes[032] (e2f6d3) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.716195 INFO 38.3716s  MESSAGE << nodes[032] (e2f6d3) >> 192.18.0.30 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.716258 INFO 38.3717s  MESSAGE << nodes[032] (e2f6d3) >> detected data network IP: 16.5.0.30/16
Jul 13 07:01:19.720253 INFO 38.3756s  MESSAGE << nodes[033] (5a466e) >> network initialisation successful
Jul 13 07:01:19.720485 INFO 38.3760s  MESSAGE << nodes[033] (5a466e) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.720566 INFO 38.3761s  MESSAGE << nodes[033] (5a466e) >> 192.18.0.43 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.720661 INFO 38.3761s  MESSAGE << nodes[033] (5a466e) >> detected data network IP: 16.5.0.41/16
Jul 13 07:01:19.721762 INFO 38.3772s  MESSAGE << nodes[028] (4ea9d4) >> network initialisation successful
Jul 13 07:01:19.722012 INFO 38.3775s  MESSAGE << nodes[028] (4ea9d4) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.722148 INFO 38.3776s  MESSAGE << nodes[028] (4ea9d4) >> 192.18.0.24 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.722243 INFO 38.3776s  MESSAGE << nodes[028] (4ea9d4) >> detected data network IP: 16.5.0.22/16
Jul 13 07:01:19.731212 INFO 38.3867s  MESSAGE << nodes[032] (e2f6d3) >> libp2p initilization complete
Jul 13 07:01:19.734187 INFO 38.3896s  MESSAGE << nodes[033] (5a466e) >> libp2p initilization complete
Jul 13 07:01:19.735583 INFO 38.3910s  MESSAGE << nodes[028] (4ea9d4) >> libp2p initilization complete
Jul 13 07:01:19.745302 INFO 38.4007s  MESSAGE << nodes[030] (9f062f) >> network initialisation successful
Jul 13 07:01:19.745687 INFO 38.4011s  MESSAGE << nodes[030] (9f062f) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.745800 INFO 38.4011s  MESSAGE << nodes[030] (9f062f) >> 192.18.0.26 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.745907 INFO 38.4012s  MESSAGE << nodes[030] (9f062f) >> detected data network IP: 16.5.0.26/16
Jul 13 07:01:19.759864 INFO 38.4151s  MESSAGE << nodes[020] (a0277c) >> network initialisation successful
Jul 13 07:01:19.760201 INFO 38.4156s  MESSAGE << nodes[020] (a0277c) >> 127.0.0.1 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.760299 INFO 38.4156s  MESSAGE << nodes[020] (a0277c) >> 192.18.0.33 not in data subnet 16.5.0.0/16, ignoring
Jul 13 07:01:19.760397 INFO 38.4157s  MESSAGE << nodes[020] (a0277c) >> detected data network IP: 16.5.0.34/16
Jul 13 07:01:19.763775 INFO 38.4191s  MESSAGE << nodes[030] (9f062f) >> libp2p initilization complete
Jul 13 07:01:19.777534 INFO 38.4330s  MESSAGE << nodes[020] (a0277c) >> libp2p initilization complete
Jul 13 07:01:19.910172 INFO 38.5651s  MESSAGE << nodes[004] (fb3052) >> Node 2 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:19.916224 INFO 38.5714s  MESSAGE << nodes[004] (fb3052) >> Connection established
Jul 13 07:01:19.931194 INFO 38.5863s  MESSAGE << nodes[039] (8a4e28) >> Node 3 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:19.937393 INFO 38.5925s  MESSAGE << nodes[039] (8a4e28) >> Connection established
Jul 13 07:01:22.942338 INFO 41.5973s  MESSAGE << nodes[018] (ff6557) >> Node 4 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:22.948248 INFO 41.6034s  MESSAGE << nodes[018] (ff6557) >> Connection established
Jul 13 07:01:22.995754 INFO 41.6509s  MESSAGE << nodes[014] (ba5c72) >> Node 5 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:23.002060 INFO 41.6572s  MESSAGE << nodes[014] (ba5c72) >> Connection established
Jul 13 07:01:23.021648 INFO 41.6769s  MESSAGE << nodes[021] (70747a) >> Node 6 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:23.021824 INFO 41.6771s  MESSAGE << nodes[005] (97e3c5) >> Node 7 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:23.026568 INFO 41.6819s  MESSAGE << nodes[021] (70747a) >> Connection established
Jul 13 07:01:23.027996 INFO 41.6833s  MESSAGE << nodes[005] (97e3c5) >> Connection established
Jul 13 07:01:26.022230 INFO 44.6774s  MESSAGE << nodes[037] (5e4a9a) >> Node 8 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:26.028456 INFO 44.6835s  MESSAGE << nodes[037] (5e4a9a) >> Connection established
Jul 13 07:01:26.051541 INFO 44.7069s  MESSAGE << nodes[001] (44fe7f) >> Node 9 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:26.055362 INFO 44.7107s  MESSAGE << nodes[001] (44fe7f) >> Connection established
Jul 13 07:01:26.060590 INFO 44.7159s  MESSAGE << nodes[015] (3f5841) >> Node 10 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:26.067086 INFO 44.7224s  MESSAGE << nodes[015] (3f5841) >> Connection established
Jul 13 07:01:26.074539 INFO 44.7299s  MESSAGE << nodes[027] (a67de0) >> Node 11 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:26.079751 INFO 44.7351s  MESSAGE << nodes[027] (a67de0) >> Connection established
Jul 13 07:01:26.143870 INFO 44.7989s  MESSAGE << nodes[012] (9b1a7f) >> Node 12 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:26.149795 INFO 44.8050s  MESSAGE << nodes[012] (9b1a7f) >> Connection established
Jul 13 07:01:26.221249 INFO 44.8761s  MESSAGE << nodes[013] (2578b3) >> Node 13 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:26.228146 INFO 44.8832s  MESSAGE << nodes[013] (2578b3) >> Connection established
Jul 13 07:01:26.248308 INFO 44.9036s  MESSAGE << nodes[003] (63c898) >> Node 14 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:26.251255 INFO 44.9067s  MESSAGE << nodes[003] (63c898) >> Connection established
Jul 13 07:01:26.275410 INFO 44.9307s  MESSAGE << nodes[035] (df5b3b) >> Node 15 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:26.278579 INFO 44.9340s  MESSAGE << nodes[035] (df5b3b) >> Connection established
Jul 13 07:01:29.303933 INFO 47.9590s  MESSAGE << nodes[034] (4bf982) >> Node 16 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:29.307299 INFO 47.9625s  MESSAGE << nodes[022] (5ae3f4) >> Node 17 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:29.311485 INFO 47.9666s  MESSAGE << nodes[034] (4bf982) >> Connection established
Jul 13 07:01:29.314970 INFO 47.9703s  MESSAGE << nodes[022] (5ae3f4) >> Connection established
Jul 13 07:01:29.317272 INFO 47.9726s  MESSAGE << nodes[002] (0d6a85) >> Node 18 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:29.329355 INFO 47.9846s  MESSAGE << nodes[002] (0d6a85) >> Connection established
Jul 13 07:01:29.336068 INFO 47.9914s  MESSAGE << nodes[019] (1ed25b) >> Node 20 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:29.336218 INFO 47.9913s  MESSAGE << nodes[023] (f99013) >> Node 19 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:29.342900 INFO 47.9982s  MESSAGE << nodes[019] (1ed25b) >> Connection established
Jul 13 07:01:29.344760 INFO 48.0002s  MESSAGE << nodes[023] (f99013) >> Connection established
Jul 13 07:01:29.352920 INFO 48.0082s  MESSAGE << nodes[000] (afd7a0) >> Node 21 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:29.358328 INFO 48.0137s  MESSAGE << nodes[029] (c04a7f) >> Node 22 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:29.374705 INFO 48.0300s  MESSAGE << nodes[029] (c04a7f) >> Connection established
Jul 13 07:01:29.375870 INFO 48.0313s  MESSAGE << nodes[000] (afd7a0) >> Connection established
Jul 13 07:01:29.397827 INFO 48.0530s  MESSAGE << nodes[011] (93a137) >> Node 24 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:29.401524 INFO 48.0569s  MESSAGE << nodes[017] (f3bcaf) >> Node 23 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:29.403271 INFO 48.0587s  MESSAGE << nodes[011] (93a137) >> Connection established
Jul 13 07:01:29.407469 INFO 48.0628s  MESSAGE << nodes[017] (f3bcaf) >> Connection established
Jul 13 07:01:29.422856 INFO 48.0780s  MESSAGE << nodes[006] (b2bc80) >> Node 25 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:29.428663 INFO 48.0839s  MESSAGE << nodes[006] (b2bc80) >> Connection established
Jul 13 07:01:29.459176 INFO 48.1144s  MESSAGE << nodes[007] (810f63) >> Node 27 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:29.461055 INFO 48.1164s  MESSAGE << nodes[038] (fa79cf) >> Node 28 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:29.466261 INFO 48.1216s  MESSAGE << nodes[010] (d14b89) >> Node 26 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:29.468525 INFO 48.1223s  MESSAGE << nodes[007] (810f63) >> Connection established
Jul 13 07:01:29.468528 INFO 48.1223s  MESSAGE << nodes[038] (fa79cf) >> Connection established
Jul 13 07:01:29.474552 INFO 48.1298s  MESSAGE << nodes[010] (d14b89) >> Connection established
Jul 13 07:01:29.499989 INFO 48.1552s  MESSAGE << nodes[008] (fd3376) >> Node 29 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:29.504582 INFO 48.1599s  MESSAGE << nodes[008] (fd3376) >> Connection established
Jul 13 07:01:29.618601 INFO 48.2738s  MESSAGE << nodes[016] (599421) >> Node 30 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:29.621633 INFO 48.2770s  MESSAGE << nodes[025] (4b9254) >> Node 31 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:29.624882 INFO 48.2802s  MESSAGE << nodes[016] (599421) >> Connection established
Jul 13 07:01:29.639945 INFO 48.2951s  MESSAGE << nodes[025] (4b9254) >> Connection established
Jul 13 07:01:32.637456 INFO 51.2925s  MESSAGE << nodes[024] (526af7) >> Node 32 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:32.701349 INFO 51.3565s  MESSAGE << nodes[031] (59964e) >> Node 33 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:32.704573 INFO 51.3598s  MESSAGE << nodes[036] (d94002) >> Node 34 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:32.714891 INFO 51.3700s  MESSAGE << nodes[009] (242771) >> Node 35 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:32.734802 INFO 51.3899s  MESSAGE << nodes[032] (e2f6d3) >> Node 36 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:32.736910 INFO 51.3921s  MESSAGE << nodes[033] (5a466e) >> Node 37 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:32.738236 INFO 51.3934s  MESSAGE << nodes[028] (4ea9d4) >> Node 38 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:32.767508 INFO 51.4226s  MESSAGE << nodes[030] (9f062f) >> Node 39 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:32.883366 INFO 51.5385s  MESSAGE << nodes[020] (a0277c) >> Node 40 will bootstrap from {12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL: [/ip4/16.5.0.23/tcp/44783]}
Jul 13 07:01:37.638419 INFO 56.2933s  MESSAGE << nodes[024] (526af7) >> Error in connecting failed to dial 12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL:
* [/ip4/16.5.0.23/tcp/44783] dial tcp4 0.0.0.0:37531->16.5.0.23:44783: i/o timeout
Jul 13 07:01:37.702229 INFO 56.3574s  MESSAGE << nodes[031] (59964e) >> Error in connecting failed to dial 12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL:
* [/ip4/16.5.0.23/tcp/44783] dial tcp4 0.0.0.0:45267->16.5.0.23:44783: i/o timeout
Jul 13 07:01:37.705766 INFO 56.3609s  MESSAGE << nodes[036] (d94002) >> Error in connecting failed to dial 12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL:
* [/ip4/16.5.0.23/tcp/44783] dial tcp4 0.0.0.0:38035->16.5.0.23:44783: i/o timeout
Jul 13 07:01:37.716472 INFO 56.3716s  MESSAGE << nodes[009] (242771) >> Error in connecting failed to dial 12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL:
* [/ip4/16.5.0.23/tcp/44783] dial tcp4 0.0.0.0:37489->16.5.0.23:44783: i/o timeout
Jul 13 07:01:37.736195 INFO 56.3914s  MESSAGE << nodes[032] (e2f6d3) >> Error in connecting failed to dial 12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL:
* [/ip4/16.5.0.23/tcp/44783] dial tcp4 0.0.0.0:38385->16.5.0.23:44783: i/o timeout
Jul 13 07:01:37.738336 INFO 56.3936s  MESSAGE << nodes[033] (5a466e) >> Error in connecting failed to dial 12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL:
* [/ip4/16.5.0.23/tcp/44783] dial tcp4 0.0.0.0:43757->16.5.0.23:44783: i/o timeout
Jul 13 07:01:37.739813 INFO 56.3951s  MESSAGE << nodes[028] (4ea9d4) >> Error in connecting failed to dial 12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL:
* [/ip4/16.5.0.23/tcp/44783] dial tcp4 0.0.0.0:33071->16.5.0.23:44783: i/o timeout
Jul 13 07:01:37.768960 INFO 56.4241s  MESSAGE << nodes[030] (9f062f) >> Error in connecting failed to dial 12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL:
* [/ip4/16.5.0.23/tcp/44783] dial tcp4 0.0.0.0:45199->16.5.0.23:44783: i/o timeout
Jul 13 07:01:37.884522 INFO 56.5398s  MESSAGE << nodes[020] (a0277c) >> Error in connecting failed to dial 12D3KooWCDZmNg26EQXtcKQFN3DRbPGnZEUP16WJoWhBc4uXjejL:
* [/ip4/16.5.0.23/tcp/44783] dial tcp4 0.0.0.0:41633->16.5.0.23:44783: i/o timeout
Jul 13 07:01:52.170843 INFO shutting down rpc server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment