mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-01 16:13:13 +00:00
338 lines
49 KiB
Plaintext
338 lines
49 KiB
Plaintext
2026-03-06 04:37:40.973 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-06 04:37:40.973 DEBUG [tests.conftest] Running test: test_three_store_sync_exchange with id: 2026-03-06_04-37-40__ff8a7f16-6a98-4522-883c-17ad34ead786
|
|
2026-03-06 04:37:40.973 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-06 04:37:40.980 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-06 04:37:40.980 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-37-40__ff8a7f16-6a98-4522-883c-17ad34ead786__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:37:40.987 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-06 04:37:40.987 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-37-40__ff8a7f16-6a98-4522-883c-17ad34ead786__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:37:40.993 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-06 04:37:40.993 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-06_04-37-40__ff8a7f16-6a98-4522-883c-17ad34ead786__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:37:40.993 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-03-06 04:37:40.994 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-06 04:37:40.994 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-06 04:37:40.996 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-06 04:37:40.996 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.118.252
|
|
2026-03-06 04:37:40.996 DEBUG [src.node.docker_mananger] Generated ports ['3169', '3170', '3171', '3172', '3173']
|
|
2026-03-06 04:37:40.996 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-06 04:37:40.996 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-06 04:37:40.996 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-06 04:37:40.997 DEBUG [src.node.docker_mananger] docker run -i -t -p 3169:3169 -p 3170:3170 -p 3171:3171 -p 3172:3172 -p 3173:3173 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=3171 --rest-port=3169 --tcp-port=3170 --discv5-udp-port=3172 --rest-address=0.0.0.0 --nat=extip:172.18.118.252 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d3514fec6cae25f84190feaf2ea02feac3a7bfa04b5142df3e2e8ba2f06fab8f --store-sync=true --store=true --store-sync-range=600 --store-sync-interval=6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3173 --metrics-logging=true --store-sync-relay-jitter=0 --relay=true --dns-discovery=false
|
|
2026-03-06 04:37:41.193 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.118.252 waku 420d95d83e26f7ef7766006172bf75476218f959e465f3eeb2deea5d9553fc47
|
|
2026-03-06 04:37:41.238 DEBUG [src.node.docker_mananger] Container started with ID 420d95d83e26. Setting up logs at ./log/docker/node1_2026-03-06_04-37-40__ff8a7f16-6a98-4522-883c-17ad34ead786__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:37:41.238 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 3169
|
|
2026-03-06 04:37:41.239 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-06 04:37:41.256 ERROR [src.node.docker_mananger] Max retries reached for container e752ce18f2d4. Exiting log stream.
|
|
2026-03-06 04:37:41.755 ERROR [src.node.docker_mananger] Max retries reached for container 4a3db5abaeb4. Exiting log stream.
|
|
2026-03-06 04:37:42.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3169/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:37:42.242 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-06 04:37:42.242 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-06 04:37:42.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3169/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:37:42.245 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.118.252/tcp/3170/p2p/16Uiu2HAmTBJmYaVKG4kkyGMEcWcYmNkybKhZxMbGTHhb5iGNtcVw","/ip4/172.18.118.252/tcp/3171/ws/p2p/16Uiu2HAmTBJmYaVKG4kkyGMEcWcYmNkybKhZxMbGTHhb5iGNtcVw"],"enrUri":"enr:-L24QEnsaeZt8ZRMA7jiNRtjEo4bdhQTMK1pFoVLxIUrqaS_Z0vM-Qovd8-iQsv8M3Rofbs6kEg6ShDjLy7jw33-JGgCgmlkgnY0gmlwhKwSdvyKbXVsdGlhZGRyc5YACASsEnb8BgxiAAoErBJ2_AYMY90DgnJzhQADAQAAiXNlY3AyNTZrMaED18fd5B0dSWex_hlumJuHybD0GKD-pZDo2KSatUGbO2KDdGNwggxig3VkcIIMZIV3YWt1MhM"}'
|
|
2026-03-06 04:37:42.245 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-06 04:37:42.245 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:42.245 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3169/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:42.264 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:42.264 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:42.475 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:42.475 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3169/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:42.479 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:42.480 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:42.690 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:42.691 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3169/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:42.695 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:42.695 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:42.906 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:42.906 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3169/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:42.910 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:42.910 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:43.121 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:43.121 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3169/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:43.125 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:43.126 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:43.336 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:43.337 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3169/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:43.341 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:43.341 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:43.552 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:43.552 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3169/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:43.556 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:43.556 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:43.767 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:43.768 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3169/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:43.772 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:43.772 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:43.983 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:43.983 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3169/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:43.987 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:43.987 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:44.198 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:44.199 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3169/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:44.203 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:44.203 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:44.414 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:44.414 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3169/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:44.418 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:44.418 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:44.628 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:44.629 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3169/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:44.632 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:44.633 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:44.843 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:44.844 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3169/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:44.848 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:44.848 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:45.059 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:45.059 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3169/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:45.063 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:45.063 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:45.274 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:45.274 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3169/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:45.279 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:45.279 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:45.490 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:45.490 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3169/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:45.494 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:45.494 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:45.705 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:45.705 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3169/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:45.709 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:45.709 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:45.920 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:45.920 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3169/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:45.924 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:45.925 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:46.135 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:46.136 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3169/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:46.140 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:46.140 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:46.351 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:46.351 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3169/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:46.355 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:46.355 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:46.566 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-06 04:37:46.566 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-06 04:37:46.568 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-06 04:37:46.568 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.112.186
|
|
2026-03-06 04:37:46.568 DEBUG [src.node.docker_mananger] Generated ports ['7252', '7253', '7254', '7255', '7256']
|
|
2026-03-06 04:37:46.568 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-06 04:37:46.568 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-06 04:37:46.568 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-06 04:37:46.569 DEBUG [src.node.docker_mananger] docker run -i -t -p 7252:7252 -p 7253:7253 -p 7254:7254 -p 7255:7255 -p 7256:7256 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=7254 --rest-port=7252 --tcp-port=7253 --discv5-udp-port=7255 --rest-address=0.0.0.0 --nat=extip:172.18.112.186 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cda6aca96146e939e93b9ce9826d671dd58d372e86ed69147a3bf4f8e66fdb0d --store-sync=true --store=true --store-sync-range=600 --store-sync-interval=6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7256 --metrics-logging=true --store-sync-relay-jitter=0 --relay=true --dns-discovery=false
|
|
2026-03-06 04:37:46.758 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.112.186 waku b93e59ac093a2efebcd692117b00e6d1edb9e95e6b67d0350c8fa0126b8b99ae
|
|
2026-03-06 04:37:46.795 DEBUG [src.node.docker_mananger] Container started with ID b93e59ac093a. Setting up logs at ./log/docker/node2_2026-03-06_04-37-40__ff8a7f16-6a98-4522-883c-17ad34ead786__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:37:46.796 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7252
|
|
2026-03-06 04:37:46.797 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-06 04:37:47.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7252/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:37:47.800 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-06 04:37:47.800 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-06 04:37:47.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7252/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:37:47.803 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.112.186/tcp/7253/p2p/16Uiu2HAkzZjnuW7DSJP6uUMgiZi5c2vXRPTzQt59d35h9thPfXjp","/ip4/172.18.112.186/tcp/7254/ws/p2p/16Uiu2HAkzZjnuW7DSJP6uUMgiZi5c2vXRPTzQt59d35h9thPfXjp"],"enrUri":"enr:-L24QEdhSuFSsVHMPnQwcKOeGMFJrDoRPG1vZeHeeXI5xGwkKb_BlLBWtwJ3NYMsJuYjhbyyWM7NoTKG3uGnHAd4AB0CgmlkgnY0gmlwhKwScLqKbXVsdGlhZGRyc5YACASsEnC6BhxVAAoErBJwugYcVt0DgnJzhQADAQAAiXNlY3AyNTZrMaECTFtkRF6p8RjobkUow-iLz_H2i8k9jbxH-ZR4dmfNIPuDdGNwghxVg3VkcIIcV4V3YWt1MhM"}'
|
|
2026-03-06 04:37:47.803 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-06 04:37:47.804 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:47.804 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7252/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:47.823 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:47.823 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:48.034 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:48.034 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7252/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:48.038 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:48.038 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:48.249 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:48.249 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7252/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:48.253 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:48.254 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:48.464 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:48.465 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7252/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:48.469 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:48.469 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:48.679 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:48.680 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7252/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:48.683 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:48.684 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:48.894 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:48.895 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7252/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:48.901 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:48.901 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:49.112 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:49.112 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7252/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:49.117 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:49.117 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:49.328 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:49.328 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7252/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:49.332 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:49.332 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:49.543 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:49.543 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7252/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:49.557 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:49.558 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:49.768 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:49.769 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7252/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:49.773 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:49.773 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:49.984 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:49.984 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7252/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:49.988 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:49.989 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:50.199 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:50.200 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7252/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:50.204 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:50.204 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:50.415 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:50.415 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7252/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:50.420 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:50.420 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:50.631 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:50.631 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7252/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:50.635 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:50.635 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:50.846 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:50.846 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7252/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:50.850 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:50.851 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:51.061 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:51.062 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7252/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:51.066 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:51.066 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:51.277 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:51.277 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7252/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:51.281 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:51.281 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:51.492 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:51.493 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7252/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:51.497 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:51.497 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:51.708 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:51.708 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7252/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:51.712 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:51.713 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:51.923 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:51.924 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7252/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:51.927 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:51.928 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:52.138 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7252/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.118.252/tcp/3170/p2p/16Uiu2HAmTBJmYaVKG4kkyGMEcWcYmNkybKhZxMbGTHhb5iGNtcVw"]'
|
|
2026-03-06 04:37:52.161 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:52.163 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-06 04:37:52.164 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-06 04:37:52.169 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-06 04:37:52.170 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.183.222
|
|
2026-03-06 04:37:52.170 DEBUG [src.node.docker_mananger] Generated ports ['4039', '4040', '4041', '4042', '4043']
|
|
2026-03-06 04:37:52.170 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-06 04:37:52.171 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-06 04:37:52.171 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-06 04:37:52.171 DEBUG [src.node.docker_mananger] docker run -i -t -p 4039:4039 -p 4040:4040 -p 4041:4041 -p 4042:4042 -p 4043:4043 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=4041 --rest-port=4039 --tcp-port=4040 --discv5-udp-port=4042 --rest-address=0.0.0.0 --nat=extip:172.18.183.222 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bc0ce1b599cac64db3f316ff6fad1b1d127fcc5b85d0c1ce2de8e3a141efecaa --store-sync=true --store=true --store-sync-range=600 --store-sync-interval=6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4043 --metrics-logging=true --store-sync-relay-jitter=0 --relay=true --dns-discovery=false
|
|
2026-03-06 04:37:52.386 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.183.222 waku 9ac81ae6b1948711a900a19eece2f87d0998c1ac6597cd8191012f2d6634cbc9
|
|
2026-03-06 04:37:52.420 DEBUG [src.node.docker_mananger] Container started with ID 9ac81ae6b194. Setting up logs at ./log/docker/node3_2026-03-06_04-37-40__ff8a7f16-6a98-4522-883c-17ad34ead786__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:37:52.421 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4039
|
|
2026-03-06 04:37:52.421 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-06 04:37:53.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4039/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:37:53.424 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-06 04:37:53.425 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-06 04:37:53.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4039/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:37:53.427 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.183.222/tcp/4040/p2p/16Uiu2HAmCpToLG8DdumE1y98iVCATWpTKroKpupUNUeXmA6aVAWw","/ip4/172.18.183.222/tcp/4041/ws/p2p/16Uiu2HAmCpToLG8DdumE1y98iVCATWpTKroKpupUNUeXmA6aVAWw"],"enrUri":"enr:-L24QDYaQZ6hXy7THyBsJ_Yt2qEfHPAq3nJbzFapEfmUMfLVZKcu-Iq-Vzv6YjFMCWDMj_pIBOjgkkLY8DOMvCT9-qoCgmlkgnY0gmlwhKwSt96KbXVsdGlhZGRyc5YACASsErfeBg_IAAoErBK33gYPyd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDAm1DlILz4EnP4jppYInWNqs2WUwieHngCqSC8vkfftyDdGNwgg_Ig3VkcIIPyoV3YWt1MhM"}'
|
|
2026-03-06 04:37:53.427 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-06 04:37:53.428 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:53.428 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4039/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:53.447 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:53.447 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:53.658 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:53.659 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4039/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:53.663 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:53.663 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:53.874 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:53.874 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4039/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:53.878 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:53.879 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:54.089 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:54.090 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4039/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:54.094 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:54.094 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:54.305 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:54.305 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4039/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:54.309 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:54.310 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:54.520 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:54.521 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4039/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:54.525 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:54.526 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:54.736 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:54.737 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4039/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:54.741 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:54.741 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:54.952 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:54.952 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4039/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:54.957 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:54.957 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:55.168 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:55.168 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4039/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:55.172 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:55.172 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:55.383 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:55.383 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4039/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:55.388 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:55.388 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:55.599 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:55.599 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4039/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:55.603 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:55.604 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:55.814 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:55.814 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4039/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:55.819 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:55.819 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:56.030 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:56.030 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4039/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:56.034 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:56.035 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:56.245 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:56.246 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4039/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:56.250 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:56.250 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:56.461 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:56.461 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4039/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:56.465 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:56.465 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:56.676 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:56.676 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4039/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:56.681 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:56.681 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:56.891 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:56.892 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4039/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:56.896 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:56.896 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:57.107 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:57.107 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4039/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:57.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:57.114 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:57.325 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:57.325 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4039/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:57.329 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:57.329 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:57.540 DEBUG [src.steps.store] Relaying message
|
|
2026-03-06 04:37:57.540 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4039/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:37:57.545 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:57.545 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-06 04:37:57.756 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4039/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.118.252/tcp/3170/p2p/16Uiu2HAmTBJmYaVKG4kkyGMEcWcYmNkybKhZxMbGTHhb5iGNtcVw"]'
|
|
2026-03-06 04:37:57.779 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:57.780 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4039/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.112.186/tcp/7253/p2p/16Uiu2HAkzZjnuW7DSJP6uUMgiZi5c2vXRPTzQt59d35h9thPfXjp"]'
|
|
2026-03-06 04:37:57.807 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:38:15.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3169/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=200&ascending=true&peer_id=" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:38:15.815 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
|
2026-03-06 04:38:15.815 DEBUG [tests.store_sync.test_store_sync] Node-A store has 60 messages
|
|
2026-03-06 04:38:15.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7252/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=200&ascending=true&peer_id=" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:38:15.820 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
|
2026-03-06 04:38:15.820 DEBUG [tests.store_sync.test_store_sync] Node-B store has 60 messages
|
|
2026-03-06 04:38:15.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4039/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=200&ascending=true&peer_id=" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:38:15.824 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
|
2026-03-06 04:38:15.825 DEBUG [tests.store_sync.test_store_sync] Node-C store has 60 messages
|
|
2026-03-06 04:38:15.826 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-06 04:38:15.827 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-06 04:38:15.828 DEBUG [src.node.waku_node] Stopping container with id 420d95d83e26
|
|
2026-03-06 04:38:16.391 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-06 04:38:16.391 DEBUG [src.node.waku_node] Stopping container with id b93e59ac093a
|
|
2026-03-06 04:38:16.944 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-06 04:38:16.947 DEBUG [src.node.waku_node] Stopping container with id 9ac81ae6b194
|
|
2026-03-06 04:38:17.209 ERROR [src.node.docker_mananger] Max retries reached for container 420d95d83e26. Exiting log stream.
|
|
2026-03-06 04:38:17.519 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-06 04:38:17.522 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-06 04:38:17.554 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-06 04:38:17.602 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-06 04:38:17.625 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|