141 lines
26 KiB
Plaintext

2026-01-30 04:35:49.496 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-30 04:35:49.497 DEBUG [tests.conftest] Running test: test_sync_nodes_are_not_relay_and_have_storenode_set with id: 2026-01-30_04-35-49__9c225717-45a7-4b9f-86e8-8889f4b59e64
2026-01-30 04:35:49.497 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-30 04:35:49.503 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-30 04:35:49.503 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-30_04-35-49__9c225717-45a7-4b9f-86e8-8889f4b59e64__wakuorg_nwaku:latest.log
2026-01-30 04:35:49.509 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-30 04:35:49.509 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-30_04-35-49__9c225717-45a7-4b9f-86e8-8889f4b59e64__wakuorg_nwaku:latest.log
2026-01-30 04:35:49.514 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-30 04:35:49.514 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-30_04-35-49__9c225717-45a7-4b9f-86e8-8889f4b59e64__wakuorg_nwaku:latest.log
2026-01-30 04:35:49.515 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-01-30 04:35:49.515 DEBUG [src.node.waku_node] Starting Node...
2026-01-30 04:35:49.515 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-30 04:35:49.517 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-30 04:35:49.517 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.48.55
2026-01-30 04:35:49.517 DEBUG [src.node.docker_mananger] Generated ports ['1890', '1891', '1892', '1893', '1894']
2026-01-30 04:35:49.517 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-30 04:35:49.517 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-30 04:35:49.517 DEBUG [src.node.waku_node] Using volumes []
2026-01-30 04:35:49.518 DEBUG [src.node.docker_mananger] docker run -i -t -p 1890:1890 -p 1891:1891 -p 1892:1892 -p 1893:1893 -p 1894:1894 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=1892 --rest-port=1890 --tcp-port=1891 --discv5-udp-port=1893 --rest-address=0.0.0.0 --nat=extip:172.18.48.55 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=11b2ad8b9a61eacaabadd5dd459fbb0ecfe1afa3f5ac4eafd15fcba1dbcc47bc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1894 --metrics-logging=true --store=true --relay=true
2026-01-30 04:35:49.709 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.48.55 waku 9ecabc46a4bab166dacec0531f0a4c461575d8c80704b9b50524cdae63d85d52
2026-01-30 04:35:49.737 ERROR [src.node.docker_mananger] Max retries reached for container 532d28d0d1db. Exiting log stream.
2026-01-30 04:35:49.740 DEBUG [src.node.docker_mananger] Container started with ID 9ecabc46a4ba. Setting up logs at ./log/docker/node1_2026-01-30_04-35-49__9c225717-45a7-4b9f-86e8-8889f4b59e64__wakuorg_nwaku:latest.log
2026-01-30 04:35:49.741 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1890
2026-01-30 04:35:49.741 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-30 04:35:50.291 ERROR [src.node.docker_mananger] Max retries reached for container 6f491d0f40ea. Exiting log stream.
2026-01-30 04:35:50.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1890/health" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:35:50.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
2026-01-30 04:35:50.745 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-30 04:35:50.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1890/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:35:50.747 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.48.55/tcp/1891/p2p/16Uiu2HAmQmEAuKguzQPFNVRP8cMkAfkW5zTLVxsw7LFkjb9GfLiW","/ip4/172.18.48.55/tcp/1892/ws/p2p/16Uiu2HAmQmEAuKguzQPFNVRP8cMkAfkW5zTLVxsw7LFkjb9GfLiW"],"enrUri":"enr:-L24QFNZ3RYoDL4q8aRZgqI2XuB57wIjjn1B671EtnxynzwrHhgSyBZ0lECe0x4dqkFrR6lgPQq5LMk5M1jp8G35Ch0CgmlkgnY0gmlwhKwSMDeKbXVsdGlhZGRyc5YACASsEjA3BgdjAAoErBIwNwYHZN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDs-Va9tGC6YFDEp6Lr534fsLtI01OQ1BeH185IpSyNnODdGNwggdjg3VkcIIHZYV3YWt1MgM"}'
2026-01-30 04:35:50.747 INFO [src.node.waku_node] REST service is ready !!
2026-01-30 04:35:50.748 DEBUG [src.node.waku_node] Starting Node...
2026-01-30 04:35:50.748 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-30 04:35:50.749 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-30 04:35:50.749 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.124.148
2026-01-30 04:35:50.749 DEBUG [src.node.docker_mananger] Generated ports ['8995', '8996', '8997', '8998', '8999']
2026-01-30 04:35:50.750 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-30 04:35:50.750 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-30 04:35:50.750 DEBUG [src.node.waku_node] Using volumes []
2026-01-30 04:35:50.750 DEBUG [src.node.docker_mananger] docker run -i -t -p 8995:8995 -p 8996:8996 -p 8997:8997 -p 8998:8998 -p 8999:8999 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=8997 --rest-port=8995 --tcp-port=8996 --discv5-udp-port=8998 --rest-address=0.0.0.0 --nat=extip:172.18.124.148 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=325dec79a5df66be0d8eff5be0be87bec2e8cdbdbf04de697792b4ecac82fba2 --store-sync=true --store=false --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8999 --metrics-logging=true --relay=false --storenode=/ip4/172.18.48.55/tcp/1891/p2p/16Uiu2HAmQmEAuKguzQPFNVRP8cMkAfkW5zTLVxsw7LFkjb9GfLiW --discv5-bootstrap-node=enr:-L24QFNZ3RYoDL4q8aRZgqI2XuB57wIjjn1B671EtnxynzwrHhgSyBZ0lECe0x4dqkFrR6lgPQq5LMk5M1jp8G35Ch0CgmlkgnY0gmlwhKwSMDeKbXVsdGlhZGRyc5YACASsEjA3BgdjAAoErBIwNwYHZN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDs-Va9tGC6YFDEp6Lr534fsLtI01OQ1BeH185IpSyNnODdGNwggdjg3VkcIIHZYV3YWt1MgM
2026-01-30 04:35:50.945 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.124.148 waku 71f8feac01654f555896f841af4adce0c09162207546cbf75cb042ee833a5a65
2026-01-30 04:35:50.975 DEBUG [src.node.docker_mananger] Container started with ID 71f8feac0165. Setting up logs at ./log/docker/node2_2026-01-30_04-35-49__9c225717-45a7-4b9f-86e8-8889f4b59e64__wakuorg_nwaku:latest.log
2026-01-30 04:35:50.976 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 8995
2026-01-30 04:35:50.976 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-30 04:35:51.976 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8995/health" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:35:51.980 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-30 04:35:51.980 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-30 04:35:51.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8995/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:35:51.982 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.124.148/tcp/8996/p2p/16Uiu2HAm8dqcsVkD6oVpATNBHJJB6429DhnWuS5tAC9Qs8rprhec","/ip4/172.18.124.148/tcp/8997/ws/p2p/16Uiu2HAm8dqcsVkD6oVpATNBHJJB6429DhnWuS5tAC9Qs8rprhec"],"enrUri":"enr:-L24QFiORMypFlKd-FQJb226iExL063Fk5I9_6mzihVPBH_FNZC1kMYmR-0If2dW54y0wHUSlo0IlD758luBaf3ExfoCgmlkgnY0gmlwhKwSfJSKbXVsdGlhZGRyc5YACASsEnyUBiMkAAoErBJ8lAYjJd0DgnJzhQADAQAAiXNlY3AyNTZrMaECxEXMhZydYur3vdJJbZUpDcrsFgd0Od4T15If4rU-BR2DdGNwgiMkg3VkcIIjJoV3YWt1MgA"}'
2026-01-30 04:35:51.983 INFO [src.node.waku_node] REST service is ready !!
2026-01-30 04:35:51.983 DEBUG [src.node.waku_node] Starting Node...
2026-01-30 04:35:51.983 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-30 04:35:51.984 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-30 04:35:51.984 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.249.79
2026-01-30 04:35:51.985 DEBUG [src.node.docker_mananger] Generated ports ['56324', '56325', '56326', '56327', '56328']
2026-01-30 04:35:51.985 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-30 04:35:51.985 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-30 04:35:51.985 DEBUG [src.node.waku_node] Using volumes []
2026-01-30 04:35:51.985 DEBUG [src.node.docker_mananger] docker run -i -t -p 56324:56324 -p 56325:56325 -p 56326:56326 -p 56327:56327 -p 56328:56328 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=56326 --rest-port=56324 --tcp-port=56325 --discv5-udp-port=56327 --rest-address=0.0.0.0 --nat=extip:172.18.249.79 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=aeba6afbb9a4ccbeade8f5e09bf0bcff358d62dbea91b9cc0caa7bc00faa5e08 --store-sync=true --store=false --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56328 --metrics-logging=true --relay=false --storenode=/ip4/172.18.48.55/tcp/1891/p2p/16Uiu2HAmQmEAuKguzQPFNVRP8cMkAfkW5zTLVxsw7LFkjb9GfLiW --discv5-bootstrap-node=enr:-L24QFiORMypFlKd-FQJb226iExL063Fk5I9_6mzihVPBH_FNZC1kMYmR-0If2dW54y0wHUSlo0IlD758luBaf3ExfoCgmlkgnY0gmlwhKwSfJSKbXVsdGlhZGRyc5YACASsEnyUBiMkAAoErBJ8lAYjJd0DgnJzhQADAQAAiXNlY3AyNTZrMaECxEXMhZydYur3vdJJbZUpDcrsFgd0Od4T15If4rU-BR2DdGNwgiMkg3VkcIIjJoV3YWt1MgA
2026-01-30 04:35:52.181 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.249.79 waku c2c6e23cabec17dfb21343bafe053239b0c10842d5a3be89ce7997cf28673007
2026-01-30 04:35:52.212 DEBUG [src.node.docker_mananger] Container started with ID c2c6e23cabec. Setting up logs at ./log/docker/node3_2026-01-30_04-35-49__9c225717-45a7-4b9f-86e8-8889f4b59e64__wakuorg_nwaku:latest.log
2026-01-30 04:35:52.212 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56324
2026-01-30 04:35:52.213 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-30 04:35:53.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56324/health" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:35:53.217 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-30 04:35:53.217 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-30 04:35:53.218 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56324/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:35:53.220 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.249.79/tcp/56325/p2p/16Uiu2HAm6BxH7mmKMiVxWju9Z5csKMYi4ZMh3Av7xhKz9YBACGkd","/ip4/172.18.249.79/tcp/56326/ws/p2p/16Uiu2HAm6BxH7mmKMiVxWju9Z5csKMYi4ZMh3Av7xhKz9YBACGkd"],"enrUri":"enr:-L24QAZLr5bepCC1-csoDgPXkvSF5WyehWUhntAP3ZdST8dfc6KzjbY80lnL6lp9n4lvq4GXZg8b-v8CQjzuUM27He0CgmlkgnY0gmlwhKwS-U-KbXVsdGlhZGRyc5YACASsEvlPBtwFAAoErBL5TwbcBt0DgnJzhQADAQAAiXNlY3AyNTZrMaECn-zalfs1KLfcJgG-Vgw8-sDD9Y5-kYMG93suRUWjF0aDdGNwgtwFg3VkcILcB4V3YWt1MgA"}'
2026-01-30 04:35:53.220 INFO [src.node.waku_node] REST service is ready !!
2026-01-30 04:35:53.220 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8995/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.48.55/tcp/1891/p2p/16Uiu2HAmQmEAuKguzQPFNVRP8cMkAfkW5zTLVxsw7LFkjb9GfLiW"]'
2026-01-30 04:35:53.249 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:35:53.250 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56324/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.124.148/tcp/8996/p2p/16Uiu2HAm8dqcsVkD6oVpATNBHJJB6429DhnWuS5tAC9Qs8rprhec"]'
2026-01-30 04:35:53.281 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:35:53.281 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1890/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-01-30 04:35:53.290 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:35:53.291 DEBUG [src.steps.store] Relaying message
2026-01-30 04:35:53.291 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1890/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-01-30 04:35:53.296 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:35:53.297 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-30 04:35:53.497 DEBUG [src.steps.store] Relaying message
2026-01-30 04:35:53.498 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1890/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-01-30 04:35:53.502 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:35:53.502 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-30 04:35:53.702 DEBUG [src.steps.store] Relaying message
2026-01-30 04:35:53.703 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1890/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-01-30 04:35:53.707 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:35:53.707 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-30 04:35:53.907 DEBUG [src.steps.store] Relaying message
2026-01-30 04:35:53.908 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1890/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-01-30 04:35:53.912 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:35:53.912 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-30 04:35:54.113 DEBUG [src.steps.store] Relaying message
2026-01-30 04:35:54.113 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1890/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-01-30 04:35:54.117 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:35:54.117 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-30 04:35:54.318 DEBUG [src.steps.store] Relaying message
2026-01-30 04:35:54.318 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1890/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-01-30 04:35:54.322 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:35:54.322 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-30 04:35:54.522 DEBUG [src.steps.store] Relaying message
2026-01-30 04:35:54.523 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1890/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-01-30 04:35:54.527 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:35:54.527 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-30 04:35:54.728 DEBUG [src.steps.store] Relaying message
2026-01-30 04:35:54.728 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1890/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-01-30 04:35:54.732 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:35:54.732 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-30 04:35:54.933 DEBUG [src.steps.store] Relaying message
2026-01-30 04:35:54.933 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1890/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-01-30 04:35:54.937 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:35:54.937 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-30 04:35:55.138 DEBUG [src.steps.store] Relaying message
2026-01-30 04:35:55.138 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1890/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-01-30 04:35:55.142 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:35:55.142 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-30 04:35:55.343 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-01-30 04:35:55.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1890/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:35:55.346 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xc46bcca43bfd43a66538691d5a124642660e8a780b4073032cdab7894477315d"},{"messageHash":"0x7d6931c711432959541c3c8f6fd7737861c75e389f577c38ae3ef31f1eb5a12e"},{"messageHash":"0xafee304b31cb18c0df769f9b4a742b6160756a230d02a8dfe3159aba9966b157"},{"messageHash":"0x6252a93c702031fb5a7f195725358a2b79194553e350aa7d1f3ee593384eeb88"},{"messageHash":"0xe84458c9839736aa5b6ec1f2bea6d4a5c651a23183a2517bd0db4369683b37e2"},{"messageHash":"0x0307ba2ef14ec366fc5920665db5e7f757a8d4428e567a16b731b61280b14eca"},{"messageHash":"0xd8ce4eb211e991256ad06bdd1e5eb91c0fa3fde006eb7fda355cf71e0b99ea24"},{"messageHash":"0x45d1b76789b6b0725802610bd62f0f8f722665461128730197412081a2b4392c"},{"messageHash":"0xe17b64c00d577d87f61eb4eeb6682cda8d2ca08738952ecbfcacd0fa8d3c6751"},{"messageHash":"0xb090bbb8b5b4f4ca87997ad6d777ced5f4a41797cac3fd7c96d5b1d7461f252b"}]}'
2026-01-30 04:35:55.346 DEBUG [src.steps.store] messages length is 10
2026-01-30 04:35:55.348 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-01-30 04:35:55.348 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8995/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:35:55.357 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"46cab767b518e318c032","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xc46bcca43bfd43a66538691d5a124642660e8a780b4073032cdab7894477315d"},{"messageHash":"0x7d6931c711432959541c3c8f6fd7737861c75e389f577c38ae3ef31f1eb5a12e"},{"messageHash":"0xafee304b31cb18c0df769f9b4a742b6160756a230d02a8dfe3159aba9966b157"},{"messageHash":"0x6252a93c702031fb5a7f195725358a2b79194553e350aa7d1f3ee593384eeb88"},{"messageHash":"0xe84458c9839736aa5b6ec1f2bea6d4a5c651a23183a2517bd0db4369683b37e2"},{"messageHash":"0x0307ba2ef14ec366fc5920665db5e7f757a8d4428e567a16b731b61280b14eca"},{"messageHash":"0xd8ce4eb211e991256ad06bdd1e5eb91c0fa3fde006eb7fda355cf71e0b99ea24"},{"messageHash":"0x45d1b76789b6b0725802610bd62f0f8f722665461128730197412081a2b4392c"},{"messageHash":"0xe17b64c00d577d87f61eb4eeb6682cda8d2ca08738952ecbfcacd0fa8d3c6751"},{"messageHash":"0xb090bbb8b5b4f4ca87997ad6d777ced5f4a41797cac3fd7c96d5b1d7461f252b"}]}'
2026-01-30 04:35:55.357 DEBUG [src.steps.store] messages length is 10
2026-01-30 04:35:55.358 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-01-30 04:35:55.359 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56324/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:35:55.386 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"ebec560efacaf52b65cd","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xc46bcca43bfd43a66538691d5a124642660e8a780b4073032cdab7894477315d"},{"messageHash":"0x7d6931c711432959541c3c8f6fd7737861c75e389f577c38ae3ef31f1eb5a12e"},{"messageHash":"0xafee304b31cb18c0df769f9b4a742b6160756a230d02a8dfe3159aba9966b157"},{"messageHash":"0x6252a93c702031fb5a7f195725358a2b79194553e350aa7d1f3ee593384eeb88"},{"messageHash":"0xe84458c9839736aa5b6ec1f2bea6d4a5c651a23183a2517bd0db4369683b37e2"},{"messageHash":"0x0307ba2ef14ec366fc5920665db5e7f757a8d4428e567a16b731b61280b14eca"},{"messageHash":"0xd8ce4eb211e991256ad06bdd1e5eb91c0fa3fde006eb7fda355cf71e0b99ea24"},{"messageHash":"0x45d1b76789b6b0725802610bd62f0f8f722665461128730197412081a2b4392c"},{"messageHash":"0xe17b64c00d577d87f61eb4eeb6682cda8d2ca08738952ecbfcacd0fa8d3c6751"},{"messageHash":"0xb090bbb8b5b4f4ca87997ad6d777ced5f4a41797cac3fd7c96d5b1d7461f252b"}]}'
2026-01-30 04:35:55.390 DEBUG [src.steps.store] messages length is 10
2026-01-30 04:35:55.396 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-30 04:35:55.397 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-30 04:35:55.397 DEBUG [src.node.waku_node] Stopping container with id 9ecabc46a4ba
2026-01-30 04:35:55.943 DEBUG [src.node.waku_node] Container stopped.
2026-01-30 04:35:55.944 DEBUG [src.node.waku_node] Stopping container with id 71f8feac0165
2026-01-30 04:35:56.454 DEBUG [src.node.waku_node] Container stopped.
2026-01-30 04:35:56.454 DEBUG [src.node.waku_node] Stopping container with id c2c6e23cabec
2026-01-30 04:35:56.757 ERROR [src.node.docker_mananger] Max retries reached for container 9ecabc46a4ba. Exiting log stream.
2026-01-30 04:35:56.988 DEBUG [src.node.waku_node] Container stopped.
2026-01-30 04:35:56.988 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-30 04:35:56.998 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-30 04:35:57.004 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-30 04:35:57.010 DEBUG [src.node.docker_mananger] No errors found in the waku logs.