mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 18:09:25 +00:00
338 lines
50 KiB
Plaintext
338 lines
50 KiB
Plaintext
2026-03-07 04:35:13.339 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-07 04:35:13.339 DEBUG [tests.conftest] Running test: test_three_store_sync_exchange with id: 2026-03-07_04-35-13__a4764957-ccce-48a3-9521-9a5da56faad5
|
|
2026-03-07 04:35:13.340 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-07 04:35:13.347 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:35:13.347 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-07_04-35-13__a4764957-ccce-48a3-9521-9a5da56faad5__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:35:13.353 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:35:13.353 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-07_04-35-13__a4764957-ccce-48a3-9521-9a5da56faad5__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:35:13.360 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:35:13.360 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-07_04-35-13__a4764957-ccce-48a3-9521-9a5da56faad5__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:35:13.360 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-03-07 04:35:13.361 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:35:13.361 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:35:13.362 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:35:13.362 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.181.70
|
|
2026-03-07 04:35:13.363 DEBUG [src.node.docker_mananger] Generated ports ['2371', '2372', '2373', '2374', '2375']
|
|
2026-03-07 04:35:13.363 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:35:13.363 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:35:13.363 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:35:13.363 DEBUG [src.node.docker_mananger] docker run -i -t -p 2371:2371 -p 2372:2372 -p 2373:2373 -p 2374:2374 -p 2375:2375 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=2373 --rest-port=2371 --tcp-port=2372 --discv5-udp-port=2374 --rest-address=0.0.0.0 --nat=extip:172.18.181.70 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4ead6aee8ccaaedd6fec5b09c83dc8a03f64d0bf7fbbccd0488da1ac5baf52ce --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=2375 --metrics-logging=true --store-sync-relay-jitter=0 --relay=true --dns-discovery=false
|
|
2026-03-07 04:35:13.555 ERROR [src.node.docker_mananger] Max retries reached for container aa4207e20bab. Exiting log stream.
|
|
2026-03-07 04:35:13.557 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.181.70 waku 129d55f0a129792ebce4f549ed5d12c51d33c9a9f2843702ae3060fd6ca5f275
|
|
2026-03-07 04:35:13.593 DEBUG [src.node.docker_mananger] Container started with ID 129d55f0a129. Setting up logs at ./log/docker/node1_2026-03-07_04-35-13__a4764957-ccce-48a3-9521-9a5da56faad5__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:35:13.594 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 2371
|
|
2026-03-07 04:35:13.594 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:35:14.147 ERROR [src.node.docker_mananger] Max retries reached for container d5a78718deaa. Exiting log stream.
|
|
2026-03-07 04:35:14.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2371/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:14.597 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-07 04:35:14.597 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:35:14.598 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2371/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:14.600 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.181.70/tcp/2372/p2p/16Uiu2HAkvJutg6d1iADuSPfXS7npiFHfPgFbEUcshHGFsb8s44b8","/ip4/172.18.181.70/tcp/2373/ws/p2p/16Uiu2HAkvJutg6d1iADuSPfXS7npiFHfPgFbEUcshHGFsb8s44b8"],"enrUri":"enr:-L24QL7uPwth6vX-aEy2JEcRcwB-87MWpYji7iDrUWMKm-ilS3AOxUyHXBCpwC9m50_mtRwp2ZhC6GJFmMVpB9NEosMCgmlkgnY0gmlwhKwStUaKbXVsdGlhZGRyc5YACASsErVGBglEAAoErBK1RgYJRd0DgnJzhQADAQAAiXNlY3AyNTZrMaECDSBZ8IeS02U8zwpML8AV-hESbgE9Xw5PCdQfbgaRd5-DdGNwgglEg3VkcIIJRoV3YWt1MhM"}'
|
|
2026-03-07 04:35:14.600 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:35:14.601 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:14.601 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2371/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-07 04:35:14.620 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:14.620 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:14.831 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:14.831 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2371/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-07 04:35:14.836 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:14.836 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:15.047 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:15.047 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2371/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-07 04:35:15.051 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:15.051 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:15.262 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:15.262 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2371/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-07 04:35:15.267 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:15.267 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:15.478 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:15.478 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2371/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-07 04:35:15.482 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:15.483 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:15.693 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:15.694 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2371/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-07 04:35:15.698 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:15.698 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:15.909 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:15.910 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2371/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-07 04:35:15.914 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:15.914 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:16.125 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:16.125 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2371/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-07 04:35:16.129 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:16.130 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:16.340 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:16.341 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2371/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-07 04:35:16.345 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:16.345 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:16.556 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:16.556 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2371/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-07 04:35:16.561 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:16.561 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:16.772 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:16.772 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2371/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-07 04:35:16.777 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:16.777 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:16.988 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:16.988 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2371/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-07 04:35:16.992 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:16.992 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:17.203 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:17.203 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2371/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-07 04:35:17.207 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:17.207 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:17.418 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:17.418 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2371/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-07 04:35:17.422 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:17.422 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:17.633 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:17.634 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2371/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-07 04:35:17.638 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:17.638 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:17.849 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:17.849 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2371/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-07 04:35:17.853 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:17.853 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:18.064 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:18.064 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2371/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-07 04:35:18.068 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:18.069 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:18.279 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:18.280 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2371/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-07 04:35:18.284 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:18.284 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:18.495 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:18.495 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2371/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-07 04:35:18.499 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:18.499 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:18.710 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:18.710 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2371/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-07 04:35:18.714 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:18.715 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:18.925 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:35:18.925 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:35:18.927 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:35:18.927 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.210.253
|
|
2026-03-07 04:35:18.927 DEBUG [src.node.docker_mananger] Generated ports ['57625', '57626', '57627', '57628', '57629']
|
|
2026-03-07 04:35:18.928 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:35:18.928 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:35:18.928 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:35:18.928 DEBUG [src.node.docker_mananger] docker run -i -t -p 57625:57625 -p 57626:57626 -p 57627:57627 -p 57628:57628 -p 57629:57629 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=57627 --rest-port=57625 --tcp-port=57626 --discv5-udp-port=57628 --rest-address=0.0.0.0 --nat=extip:172.18.210.253 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fb839ac654cdffdacabd42546bbb5a9a88b48df54cc2e99802bee5d6d0c1ede0 --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=57629 --metrics-logging=true --store-sync-relay-jitter=0 --relay=true --dns-discovery=false
|
|
2026-03-07 04:35:19.129 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.210.253 waku 82555e39a71779d5c019bb0facb6de191e8305f35a8bfc14f116792f053c8a8a
|
|
2026-03-07 04:35:19.165 DEBUG [src.node.docker_mananger] Container started with ID 82555e39a717. Setting up logs at ./log/docker/node2_2026-03-07_04-35-13__a4764957-ccce-48a3-9521-9a5da56faad5__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:35:19.166 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 57625
|
|
2026-03-07 04:35:19.166 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:35:20.167 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57625/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:20.170 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-07 04:35:20.170 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:35:20.170 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57625/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:20.172 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.210.253/tcp/57626/p2p/16Uiu2HAmSn61rk4hv9rR4TTSve8wwTcxUBQPAd1D3zb9kTAMEpWp","/ip4/172.18.210.253/tcp/57627/ws/p2p/16Uiu2HAmSn61rk4hv9rR4TTSve8wwTcxUBQPAd1D3zb9kTAMEpWp"],"enrUri":"enr:-L24QCNv-1hkhE4vcKX86lp6lmYzAkvuPf1of4ZZ3aWlbX-RHYtaTYlfkuBQY_3Q6GQ3R7Ybc2-CjSIe4Ru9qTdOncYCgmlkgnY0gmlwhKwS0v2KbXVsdGlhZGRyc5YACASsEtL9BuEaAAoErBLS_QbhG90DgnJzhQADAQAAiXNlY3AyNTZrMaED0dUWidJMMe8w4wRMjW2DatOWR3zs-K_xWD2VfpA7YkWDdGNwguEag3VkcILhHIV3YWt1MhM"}'
|
|
2026-03-07 04:35:20.172 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:35:20.173 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:20.173 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57625/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-07 04:35:20.189 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:20.189 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:20.400 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:20.401 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57625/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-07 04:35:20.405 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:20.405 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:20.616 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:20.616 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57625/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-07 04:35:20.620 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:20.620 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:20.831 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:20.831 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57625/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-07 04:35:20.836 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:20.836 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:21.047 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:21.047 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57625/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-07 04:35:21.051 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:21.051 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:21.262 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:21.262 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57625/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-07 04:35:21.267 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:21.267 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:21.477 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:21.478 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57625/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-07 04:35:21.482 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:21.482 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:21.693 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:21.693 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57625/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-07 04:35:21.697 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:21.697 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:21.908 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:21.908 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57625/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-07 04:35:21.912 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:21.912 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:22.123 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:22.123 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57625/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-07 04:35:22.128 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:22.128 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:22.339 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:22.339 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57625/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-07 04:35:22.343 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:22.343 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:22.554 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:22.554 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57625/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-07 04:35:22.558 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:22.558 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:22.769 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:22.769 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57625/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-07 04:35:22.774 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:22.774 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:22.985 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:22.985 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57625/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-07 04:35:22.989 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:22.989 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:23.200 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:23.200 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57625/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-07 04:35:23.205 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:23.205 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:23.415 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:23.416 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57625/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-07 04:35:23.420 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:23.420 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:23.631 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:23.631 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57625/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-07 04:35:23.636 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:23.636 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:23.847 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:23.847 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57625/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-07 04:35:23.851 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:23.851 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:24.062 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:24.063 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57625/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-07 04:35:24.067 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:24.067 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:24.278 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:24.278 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57625/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-07 04:35:24.282 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:24.283 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:24.493 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57625/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.181.70/tcp/2372/p2p/16Uiu2HAkvJutg6d1iADuSPfXS7npiFHfPgFbEUcshHGFsb8s44b8"]'
|
|
2026-03-07 04:35:24.520 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:24.522 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:35:24.522 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:35:24.529 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:35:24.529 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.199.204
|
|
2026-03-07 04:35:24.530 DEBUG [src.node.docker_mananger] Generated ports ['54205', '54206', '54207', '54208', '54209']
|
|
2026-03-07 04:35:24.530 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:35:24.530 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:35:24.531 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:35:24.531 DEBUG [src.node.docker_mananger] docker run -i -t -p 54205:54205 -p 54206:54206 -p 54207:54207 -p 54208:54208 -p 54209:54209 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=54207 --rest-port=54205 --tcp-port=54206 --discv5-udp-port=54208 --rest-address=0.0.0.0 --nat=extip:172.18.199.204 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=535584ed23308e7bce221c03ea9449c6d51e5a24581a191c5596e35abc4e9db8 --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=54209 --metrics-logging=true --store-sync-relay-jitter=0 --relay=true --dns-discovery=false
|
|
2026-03-07 04:35:24.747 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.199.204 waku 453a47f982f6a618e2ecf7bd460db6cddd3b53294b5f9b6d5bd297b6eacfd5ae
|
|
2026-03-07 04:35:24.785 DEBUG [src.node.docker_mananger] Container started with ID 453a47f982f6. Setting up logs at ./log/docker/node3_2026-03-07_04-35-13__a4764957-ccce-48a3-9521-9a5da56faad5__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:35:24.785 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 54205
|
|
2026-03-07 04:35:24.785 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:35:25.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54205/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:25.789 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-07 04:35:25.789 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:35:25.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54205/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:25.791 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.199.204/tcp/54206/p2p/16Uiu2HAmLaR7pGQMf9mXhbRsLsqxk4Lp7ZgAxxeu8ypLtuYVvNZe","/ip4/172.18.199.204/tcp/54207/ws/p2p/16Uiu2HAmLaR7pGQMf9mXhbRsLsqxk4Lp7ZgAxxeu8ypLtuYVvNZe"],"enrUri":"enr:-L24QDVwh5TFOyhe3LTzEtDNMYNtr1EIK_xgwbqCnk3EI52yPyBkKP5axY6SQ0LlXR8RVjf97Lzu6Q88LpusTUGhf2MCgmlkgnY0gmlwhKwSx8yKbXVsdGlhZGRyc5YACASsEsfMBtO-AAoErBLHzAbTv90DgnJzhQADAQAAiXNlY3AyNTZrMaEDdbGYpbmfihab8dtoPU-lvv_WAczeYRRK2NGUuIKg_0GDdGNwgtO-g3VkcILTwIV3YWt1MhM"}'
|
|
2026-03-07 04:35:25.792 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:35:25.792 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:25.792 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54205/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-07 04:35:25.809 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:25.809 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:26.020 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:26.020 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54205/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-07 04:35:26.025 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:26.025 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:26.236 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:26.236 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54205/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-07 04:35:26.240 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:26.241 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:26.451 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:26.452 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54205/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-07 04:35:26.456 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:26.456 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:26.667 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:26.667 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54205/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-07 04:35:26.673 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:26.674 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:26.884 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:26.885 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54205/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-07 04:35:26.889 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:26.889 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:27.100 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:27.100 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54205/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-07 04:35:27.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:27.105 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:27.316 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:27.316 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54205/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-07 04:35:27.320 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:27.320 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:27.531 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:27.532 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54205/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-07 04:35:27.536 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:27.537 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:27.747 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:27.748 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54205/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-07 04:35:27.752 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:27.752 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:27.963 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:27.963 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54205/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-07 04:35:27.967 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:27.968 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:28.179 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:28.179 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54205/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-07 04:35:28.183 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:28.183 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:28.394 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:28.395 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54205/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-07 04:35:28.399 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:28.399 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:28.610 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:28.610 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54205/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-07 04:35:28.614 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:28.615 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:28.825 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:28.826 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54205/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-07 04:35:28.830 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:28.830 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:29.041 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:29.041 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54205/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-07 04:35:29.045 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:29.046 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:29.256 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:29.256 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54205/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-07 04:35:29.261 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:29.261 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:29.472 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:29.472 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54205/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-07 04:35:29.476 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:29.476 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:29.687 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:29.687 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54205/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-07 04:35:29.691 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:29.692 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:29.902 DEBUG [src.steps.store] Relaying message
|
|
2026-03-07 04:35:29.903 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54205/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-07 04:35:29.907 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:29.907 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-07 04:35:30.118 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54205/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.181.70/tcp/2372/p2p/16Uiu2HAkvJutg6d1iADuSPfXS7npiFHfPgFbEUcshHGFsb8s44b8"]'
|
|
2026-03-07 04:35:30.143 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:30.143 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54205/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.210.253/tcp/57626/p2p/16Uiu2HAmSn61rk4hv9rR4TTSve8wwTcxUBQPAd1D3zb9kTAMEpWp"]'
|
|
2026-03-07 04:35:30.175 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:48.177 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2371/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-07 04:35:48.182 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
|
2026-03-07 04:35:48.183 DEBUG [tests.store_sync.test_store_sync] Node-A store has 60 messages
|
|
2026-03-07 04:35:48.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57625/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-07 04:35:48.187 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
|
2026-03-07 04:35:48.187 DEBUG [tests.store_sync.test_store_sync] Node-B store has 60 messages
|
|
2026-03-07 04:35:48.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54205/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-07 04:35:48.192 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
|
2026-03-07 04:35:48.192 DEBUG [tests.store_sync.test_store_sync] Node-C store has 60 messages
|
|
2026-03-07 04:35:48.194 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-07 04:35:48.195 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-07 04:35:48.195 DEBUG [src.node.waku_node] Stopping container with id 129d55f0a129
|
|
2026-03-07 04:35:48.753 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:35:48.754 DEBUG [src.node.waku_node] Stopping container with id 82555e39a717
|
|
2026-03-07 04:35:49.316 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:35:49.318 DEBUG [src.node.waku_node] Stopping container with id 453a47f982f6
|
|
2026-03-07 04:35:49.570 ERROR [src.node.docker_mananger] Max retries reached for container 129d55f0a129. Exiting log stream.
|
|
2026-03-07 04:35:49.905 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:35:49.908 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-07 04:35:49.935 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-07 04:35:49.986 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-07 04:35:50.007 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|