mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 01:53:28 +00:00
204 lines
37 KiB
Plaintext
204 lines
37 KiB
Plaintext
2026-03-07 04:30:35.790 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-07 04:30:35.790 DEBUG [tests.conftest] Running test: test_relay_get_message_after_one_peer_was_stopped with id: 2026-03-07_04-30-35__b46d51ca-f774-44b4-a958-b6d5ca78ae0a
|
|
2026-03-07 04:30:35.790 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-07 04:30:35.791 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-07 04:30:35.791 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
|
2026-03-07 04:30:35.797 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:30:35.797 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-07_04-30-35__b46d51ca-f774-44b4-a958-b6d5ca78ae0a__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:30:35.797 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:30:35.797 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:30:35.799 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:30:35.799 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.175.40
|
|
2026-03-07 04:30:35.799 DEBUG [src.node.docker_mananger] Generated ports ['58831', '58832', '58833', '58834', '58835']
|
|
2026-03-07 04:30:35.799 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:30:35.799 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:30:35.800 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:30:35.800 DEBUG [src.node.docker_mananger] docker run -i -t -p 58831:58831 -p 58832:58832 -p 58833:58833 -p 58834:58834 -p 58835:58835 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=58833 --rest-port=58831 --tcp-port=58832 --discv5-udp-port=58834 --rest-address=0.0.0.0 --nat=extip:172.18.175.40 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d4bd9f0bcac4aa3bc3f9cd8a3b98a9c05c9ab4fafb367c4c4d1ebdaded20adcd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58835 --metrics-logging=true --relay=true
|
|
2026-03-07 04:30:35.984 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.175.40 waku d366d79f80e8807d6d6a670f590059dd34b22f36069502e82a9ff3426a9fd8ea
|
|
2026-03-07 04:30:35.993 ERROR [src.node.docker_mananger] Max retries reached for container 5df19a9fd3bb. Exiting log stream.
|
|
2026-03-07 04:30:36.018 DEBUG [src.node.docker_mananger] Container started with ID d366d79f80e8. Setting up logs at ./log/docker/node1_2026-03-07_04-30-35__b46d51ca-f774-44b4-a958-b6d5ca78ae0a__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:30:36.019 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 58831
|
|
2026-03-07 04:30:36.019 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:30:36.563 ERROR [src.node.docker_mananger] Max retries reached for container 2552dd7a2edd. Exiting log stream.
|
|
2026-03-07 04:30:37.020 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58831/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:30:37.023 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":"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":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"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:30:37.023 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:30:37.023 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58831/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:30:37.025 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.175.40/tcp/58832/p2p/16Uiu2HAkxgEWVoiaz8QgBboWNXNatyWwoHhCpDizkAQAV2DPj1EU","/ip4/172.18.175.40/tcp/58833/ws/p2p/16Uiu2HAkxgEWVoiaz8QgBboWNXNatyWwoHhCpDizkAQAV2DPj1EU"],"enrUri":"enr:-L24QNVuuYZm9bzerJn1e2LWtRf0KLIqY1ONwk1CkqtfkX2HVHeLFAshfbdMi1aOmo0rA4NJ9BKKCIqgqXyVAx9HIMYCgmlkgnY0gmlwhKwSryiKbXVsdGlhZGRyc5YACASsEq8oBuXQAAoErBKvKAbl0d0DgnJzhQADAQAAiXNlY3AyNTZrMaECME35IxPORBv2qvJQgrKjdwd0u6yP9boESvM-v4SfB72DdGNwguXQg3VkcILl0oV3YWt1MgE"}'
|
|
2026-03-07 04:30:37.025 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:30:37.032 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:30:37.032 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-07_04-30-35__b46d51ca-f774-44b4-a958-b6d5ca78ae0a__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:30:37.032 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:30:37.032 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:30:37.033 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:30:37.034 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.143.196
|
|
2026-03-07 04:30:37.034 DEBUG [src.node.docker_mananger] Generated ports ['39349', '39350', '39351', '39352', '39353']
|
|
2026-03-07 04:30:37.034 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:30:37.034 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:30:37.034 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:30:37.034 DEBUG [src.node.docker_mananger] docker run -i -t -p 39349:39349 -p 39350:39350 -p 39351:39351 -p 39352:39352 -p 39353:39353 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=39351 --rest-port=39349 --tcp-port=39350 --discv5-udp-port=39352 --rest-address=0.0.0.0 --nat=extip:172.18.143.196 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dcd7346cffc487ec218c7feb2e2ffac11fd9bd59fed81a4caacb83edbac3a37a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39353 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QNVuuYZm9bzerJn1e2LWtRf0KLIqY1ONwk1CkqtfkX2HVHeLFAshfbdMi1aOmo0rA4NJ9BKKCIqgqXyVAx9HIMYCgmlkgnY0gmlwhKwSryiKbXVsdGlhZGRyc5YACASsEq8oBuXQAAoErBKvKAbl0d0DgnJzhQADAQAAiXNlY3AyNTZrMaECME35IxPORBv2qvJQgrKjdwd0u6yP9boESvM-v4SfB72DdGNwguXQg3VkcILl0oV3YWt1MgE
|
|
2026-03-07 04:30:37.238 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.143.196 waku 9621305368d37e234009027bff11964058d63b654654dfce8c31019beb8c1191
|
|
2026-03-07 04:30:37.272 DEBUG [src.node.docker_mananger] Container started with ID 9621305368d3. Setting up logs at ./log/docker/node2_2026-03-07_04-30-35__b46d51ca-f774-44b4-a958-b6d5ca78ae0a__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:30:37.272 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 39349
|
|
2026-03-07 04:30:37.272 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:30:38.273 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39349/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:30:38.299 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":"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":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"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:30:38.300 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:30:38.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39349/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:30:38.305 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.143.196/tcp/39350/p2p/16Uiu2HAmBeGRW7usX3qGFQ4hpZwHUHpgZy7K6aLysFiUvifGLJSF","/ip4/172.18.143.196/tcp/39351/ws/p2p/16Uiu2HAmBeGRW7usX3qGFQ4hpZwHUHpgZy7K6aLysFiUvifGLJSF"],"enrUri":"enr:-L24QHX4E3q_jTpZSdcpovE6KXml1KlJSObEVf7zPqEEoMrFGh7OyucdRkDPusUzy6AdccVArtsUFTa4aH-rYvs90ZECgmlkgnY0gmlwhKwSj8SKbXVsdGlhZGRyc5YACASsEo_EBpm2AAoErBKPxAaZt90DgnJzhQADAQAAiXNlY3AyNTZrMaEC8PTn2PLK_nRp4HII_owlb5c2DCBKS-gXBBjCJbJ7aYSDdGNwgpm2g3VkcIKZuIV3YWt1MgE"}'
|
|
2026-03-07 04:30:38.305 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:30:38.305 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39349/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.175.40/tcp/58832/p2p/16Uiu2HAkxgEWVoiaz8QgBboWNXNatyWwoHhCpDizkAQAV2DPj1EU"]'
|
|
2026-03-07 04:30:38.311 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:30:38.311 DEBUG [src.steps.relay] Running fixture setup: setup_optional_relay_nodes
|
|
2026-03-07 04:30:38.318 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:30:38.319 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-07_04-30-35__b46d51ca-f774-44b4-a958-b6d5ca78ae0a__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:30:38.319 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:30:38.319 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:30:38.320 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:30:38.320 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.209.171
|
|
2026-03-07 04:30:38.320 DEBUG [src.node.docker_mananger] Generated ports ['51205', '51206', '51207', '51208', '51209']
|
|
2026-03-07 04:30:38.320 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:30:38.321 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:30:38.321 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:30:38.321 DEBUG [src.node.docker_mananger] docker run -i -t -p 51205:51205 -p 51206:51206 -p 51207:51207 -p 51208:51208 -p 51209:51209 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=51207 --rest-port=51205 --tcp-port=51206 --discv5-udp-port=51208 --rest-address=0.0.0.0 --nat=extip:172.18.209.171 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=31afddadd723cd8acae91a6f7d17f7f77dabd9bdd619123b687d768d0fbe2c8c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51209 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QNVuuYZm9bzerJn1e2LWtRf0KLIqY1ONwk1CkqtfkX2HVHeLFAshfbdMi1aOmo0rA4NJ9BKKCIqgqXyVAx9HIMYCgmlkgnY0gmlwhKwSryiKbXVsdGlhZGRyc5YACASsEq8oBuXQAAoErBKvKAbl0d0DgnJzhQADAQAAiXNlY3AyNTZrMaECME35IxPORBv2qvJQgrKjdwd0u6yP9boESvM-v4SfB72DdGNwguXQg3VkcILl0oV3YWt1MgE
|
|
2026-03-07 04:30:38.512 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.209.171 waku 0e154a42bc4002d615dcdd9abf1b29986ea153c8a820a38bb295eabceb305442
|
|
2026-03-07 04:30:38.547 DEBUG [src.node.docker_mananger] Container started with ID 0e154a42bc40. Setting up logs at ./log/docker/node3_2026-03-07_04-30-35__b46d51ca-f774-44b4-a958-b6d5ca78ae0a__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:30:38.547 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51205
|
|
2026-03-07 04:30:38.547 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:30:39.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51205/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:30:39.566 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":"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":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"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:30:39.567 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:30:39.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51205/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:30:39.573 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.209.171/tcp/51206/p2p/16Uiu2HAmQsHmLY9LRvRvm8WypzRP31eDh6Z4rw4tBazqqgGiLLTC","/ip4/172.18.209.171/tcp/51207/ws/p2p/16Uiu2HAmQsHmLY9LRvRvm8WypzRP31eDh6Z4rw4tBazqqgGiLLTC"],"enrUri":"enr:-L24QDfuyQ2ebdiT57Z4hwDLfu7bJcOEyVjochlttp0ZsZ_uMImkPGPpap1t0xIWHCLC6Ncuc3wRsAzKChib3nkomZkCgmlkgnY0gmlwhKwS0auKbXVsdGlhZGRyc5YACASsEtGrBsgGAAoErBLRqwbIB90DgnJzhQADAQAAiXNlY3AyNTZrMaEDtXLnUgXPHmk0A9P9xWVdBnOtTV86oOV8yrDRo_ZiVkODdGNwgsgGg3VkcILICIV3YWt1MgE"}'
|
|
2026-03-07 04:30:39.573 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:30:39.574 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51205/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.175.40/tcp/58832/p2p/16Uiu2HAkxgEWVoiaz8QgBboWNXNatyWwoHhCpDizkAQAV2DPj1EU"]'
|
|
2026-03-07 04:30:39.578 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:30:39.585 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:30:39.585 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-03-07_04-30-35__b46d51ca-f774-44b4-a958-b6d5ca78ae0a__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:30:39.585 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:30:39.585 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:30:39.587 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:30:39.587 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.125.95
|
|
2026-03-07 04:30:39.587 DEBUG [src.node.docker_mananger] Generated ports ['58044', '58045', '58046', '58047', '58048']
|
|
2026-03-07 04:30:39.587 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:30:39.587 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:30:39.587 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:30:39.587 DEBUG [src.node.docker_mananger] docker run -i -t -p 58044:58044 -p 58045:58045 -p 58046:58046 -p 58047:58047 -p 58048:58048 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=58046 --rest-port=58044 --tcp-port=58045 --discv5-udp-port=58047 --rest-address=0.0.0.0 --nat=extip:172.18.125.95 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b78314c9e325e958ec72cfe81bffe9dd9d0bc0dcc51afbd98f9ce1e21dd1db1f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58048 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QNVuuYZm9bzerJn1e2LWtRf0KLIqY1ONwk1CkqtfkX2HVHeLFAshfbdMi1aOmo0rA4NJ9BKKCIqgqXyVAx9HIMYCgmlkgnY0gmlwhKwSryiKbXVsdGlhZGRyc5YACASsEq8oBuXQAAoErBKvKAbl0d0DgnJzhQADAQAAiXNlY3AyNTZrMaECME35IxPORBv2qvJQgrKjdwd0u6yP9boESvM-v4SfB72DdGNwguXQg3VkcILl0oV3YWt1MgE
|
|
2026-03-07 04:30:39.781 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.125.95 waku 0436e076ef10c0bd06937ffecea76a36a1e9d0b50e5d8eab66ed4e7575d9f0d2
|
|
2026-03-07 04:30:39.813 DEBUG [src.node.docker_mananger] Container started with ID 0436e076ef10. Setting up logs at ./log/docker/node4_2026-03-07_04-30-35__b46d51ca-f774-44b4-a958-b6d5ca78ae0a__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:30:39.814 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 58044
|
|
2026-03-07 04:30:39.814 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:30:40.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58044/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:30:40.832 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":"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":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"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:30:40.836 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:30:40.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58044/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:30:40.842 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.125.95/tcp/58045/p2p/16Uiu2HAmUyU5rH8NeTivoE7VXspyHpzEFeY43nqqyB68KmYBuBPm","/ip4/172.18.125.95/tcp/58046/ws/p2p/16Uiu2HAmUyU5rH8NeTivoE7VXspyHpzEFeY43nqqyB68KmYBuBPm"],"enrUri":"enr:-L24QDt697sw3GfsTiDgC_va3pcebVGd8753O8FIHr9c54iEAd6kxolqOHTBvlNvilV_Hj9zkyhJuuD142Mgvp5UycICgmlkgnY0gmlwhKwSfV-KbXVsdGlhZGRyc5YACASsEn1fBuK9AAoErBJ9Xwbivt0DgnJzhQADAQAAiXNlY3AyNTZrMaED8nbN2TiUiYbU8GFgyhpvO-98VUTcnvIoMOVZI0wmWrCDdGNwguK9g3VkcILiv4V3YWt1MgE"}'
|
|
2026-03-07 04:30:40.842 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:30:40.843 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58044/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.175.40/tcp/58832/p2p/16Uiu2HAkxgEWVoiaz8QgBboWNXNatyWwoHhCpDizkAQAV2DPj1EU"]'
|
|
2026-03-07 04:30:40.846 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:30:40.852 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:30:40.852 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node5_2026-03-07_04-30-35__b46d51ca-f774-44b4-a958-b6d5ca78ae0a__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:30:40.852 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:30:40.853 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:30:40.854 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:30:40.854 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.215.191
|
|
2026-03-07 04:30:40.854 DEBUG [src.node.docker_mananger] Generated ports ['6267', '6268', '6269', '6270', '6271']
|
|
2026-03-07 04:30:40.854 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:30:40.854 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:30:40.855 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:30:40.855 DEBUG [src.node.docker_mananger] docker run -i -t -p 6267:6267 -p 6268:6268 -p 6269:6269 -p 6270:6270 -p 6271:6271 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=6269 --rest-port=6267 --tcp-port=6268 --discv5-udp-port=6270 --rest-address=0.0.0.0 --nat=extip:172.18.215.191 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7432bec1ae7a6b5c03cff60c095fe6650d9d9a719c048d386a54653a0c8f29c0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6271 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QNVuuYZm9bzerJn1e2LWtRf0KLIqY1ONwk1CkqtfkX2HVHeLFAshfbdMi1aOmo0rA4NJ9BKKCIqgqXyVAx9HIMYCgmlkgnY0gmlwhKwSryiKbXVsdGlhZGRyc5YACASsEq8oBuXQAAoErBKvKAbl0d0DgnJzhQADAQAAiXNlY3AyNTZrMaECME35IxPORBv2qvJQgrKjdwd0u6yP9boESvM-v4SfB72DdGNwguXQg3VkcILl0oV3YWt1MgE
|
|
2026-03-07 04:30:41.042 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.215.191 waku c167f80b90160ef16ddc16ec278d405ae8670c5f9905ec7eb412421c401dcf7b
|
|
2026-03-07 04:30:41.077 DEBUG [src.node.docker_mananger] Container started with ID c167f80b9016. Setting up logs at ./log/docker/node5_2026-03-07_04-30-35__b46d51ca-f774-44b4-a958-b6d5ca78ae0a__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:30:41.077 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 6267
|
|
2026-03-07 04:30:41.077 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:30:42.079 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6267/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:30:42.098 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":"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":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"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:30:42.098 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:30:42.099 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6267/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:30:42.106 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.215.191/tcp/6268/p2p/16Uiu2HAm7mP7NSn4EVjwQm7Yuur97oprhCAffx1UbHRRDm1VYi5k","/ip4/172.18.215.191/tcp/6269/ws/p2p/16Uiu2HAm7mP7NSn4EVjwQm7Yuur97oprhCAffx1UbHRRDm1VYi5k"],"enrUri":"enr:-L24QMIC30WZcUprM-su0kV3Ocb7s3j-CpK4XX5Pibulk7noKAjK_ZwBfasdFqcw6QJ3h_qZoXb1enzqy2B0mf8JVFkCgmlkgnY0gmlwhKwS17-KbXVsdGlhZGRyc5YACASsEte_Bhh8AAoErBLXvwYYfd0DgnJzhQADAQAAiXNlY3AyNTZrMaECt1jI-QaTcqN6ZVYwudg_dj5fQgjKveXm0zOOsVLBbW-DdGNwghh8g3VkcIIYfoV3YWt1MgE"}'
|
|
2026-03-07 04:30:42.107 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:30:42.107 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6267/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.175.40/tcp/58832/p2p/16Uiu2HAkxgEWVoiaz8QgBboWNXNatyWwoHhCpDizkAQAV2DPj1EU"]'
|
|
2026-03-07 04:30:42.109 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:30:42.110 DEBUG [src.steps.relay] Running fixture setup: subscribe_main_relay_nodes
|
|
2026-03-07 04:30:42.110 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58831/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-07 04:30:42.117 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:30:42.119 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39349/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-07 04:30:42.127 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:30:42.129 DEBUG [src.steps.relay] Running fixture setup: subscribe_optional_relay_nodes
|
|
2026-03-07 04:30:42.129 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51205/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-07 04:30:42.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:30:42.136 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58044/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-07 04:30:42.143 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:30:42.144 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6267/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-07 04:30:42.151 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:30:42.152 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58831/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-07 04:30:42.163 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:30:42.164 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-07 04:30:42.265 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:30:42.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58831/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:30:42.268 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772857842152261888,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:30:42.269 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:30:42.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39349/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:30:42.272 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772857842152261888,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:30:42.273 DEBUG [src.steps.relay] Checking that peer NODE_3:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:30:42.273 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51205/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:30:42.275 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772857842152261888,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:30:42.277 DEBUG [src.steps.relay] Checking that peer NODE_4:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:30:42.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58044/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:30:42.279 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772857842152261888,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:30:42.281 DEBUG [src.steps.relay] Checking that peer NODE_5:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:30:42.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6267/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:30:42.283 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772857842152261888,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:30:42.284 INFO [src.steps.relay] WARM UP successful!!
|
|
2026-03-07 04:30:42.285 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58831/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-07 04:30:42.295 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:30:42.297 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-07 04:30:42.397 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:30:42.398 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58831/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:30:42.400 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772857842285777066,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:30:42.401 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:30:42.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39349/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:30:42.404 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772857842285777066,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:30:42.405 DEBUG [src.steps.relay] Checking that peer NODE_3:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:30:42.405 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51205/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:30:42.407 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772857842285777066,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:30:42.408 DEBUG [src.steps.relay] Checking that peer NODE_4:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:30:42.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58044/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:30:42.411 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772857842285777066,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:30:42.412 DEBUG [src.steps.relay] Checking that peer NODE_5:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:30:42.412 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6267/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:30:42.414 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772857842285777066,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:30:42.416 DEBUG [src.node.waku_node] Stopping container with id 9621305368d3
|
|
2026-03-07 04:30:42.979 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:30:42.982 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58831/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-07 04:30:42.992 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:30:42.993 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-07 04:30:43.093 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:30:43.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51205/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:30:43.096 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772857842982296576,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:30:43.097 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:30:43.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58044/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:30:43.100 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772857842982296576,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:30:43.101 DEBUG [src.steps.relay] Checking that peer NODE_3:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:30:43.102 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6267/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:30:43.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772857842982296576,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:30:43.107 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-07 04:30:43.108 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-07 04:30:43.108 DEBUG [src.node.waku_node] Stopping container with id d366d79f80e8
|
|
2026-03-07 04:30:43.660 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:30:43.661 DEBUG [src.node.waku_node] Stopping container with id 0e154a42bc40
|
|
2026-03-07 04:30:43.826 ERROR [src.node.docker_mananger] Max retries reached for container 9621305368d3. Exiting log stream.
|
|
2026-03-07 04:30:44.258 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:30:44.260 DEBUG [src.node.waku_node] Stopping container with id 0436e076ef10
|
|
2026-03-07 04:30:44.473 ERROR [src.node.docker_mananger] Max retries reached for container d366d79f80e8. Exiting log stream.
|
|
2026-03-07 04:30:44.791 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:30:44.791 DEBUG [src.node.waku_node] Stopping container with id c167f80b9016
|
|
2026-03-07 04:30:45.080 ERROR [src.node.docker_mananger] Max retries reached for container 0e154a42bc40. Exiting log stream.
|
|
2026-03-07 04:30:45.339 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:30:45.342 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-07 04:30:45.359 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-07 04:30:45.369 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-07 04:30:45.375 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-07 04:30:45.380 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-07 04:30:45.386 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|