mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-27 21:09:29 +00:00
103 lines
20 KiB
Plaintext
103 lines
20 KiB
Plaintext
2026-04-23 05:09:29.600 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-04-23 05:09:29.601 DEBUG [tests.conftest] Running test: test_relay_receiving_node_not_connected_directly_to_relaying_node with id: 2026-04-23_05-09-29__dab3fc87-bd33-4853-bd3d-6c4f00c84b4e
|
|
2026-04-23 05:09:29.601 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-04-23 05:09:29.601 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-04-23 05:09:29.602 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-04-23 05:09:29.613 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-04-23 05:09:29.613 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-04-23_05-09-29__dab3fc87-bd33-4853-bd3d-6c4f00c84b4e__wakuorg_nwaku:latest.log
|
|
2026-04-23 05:09:29.619 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-04-23 05:09:29.620 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-04-23_05-09-29__dab3fc87-bd33-4853-bd3d-6c4f00c84b4e__wakuorg_nwaku:latest.log
|
|
2026-04-23 05:09:29.625 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-04-23 05:09:29.625 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-04-23_05-09-29__dab3fc87-bd33-4853-bd3d-6c4f00c84b4e__wakuorg_nwaku:latest.log
|
|
2026-04-23 05:09:29.626 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-04-23 05:09:29.626 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-04-23 05:09:29.627 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-04-23 05:09:29.627 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-04-23 05:09:29.686 DEBUG [src.node.docker_mananger] Network waku created
|
|
2026-04-23 05:09:29.686 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.155.91
|
|
2026-04-23 05:09:29.686 DEBUG [src.node.docker_mananger] Generated ports ['8271', '8272', '8273', '8274', '8275']
|
|
2026-04-23 05:09:29.687 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-04-23 05:09:29.687 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-04-23 05:09:29.687 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-04-23 05:09:29.687 DEBUG [src.node.docker_mananger] docker run -i -t -p 8271:8271 -p 8272:8272 -p 8273:8273 -p 8274:8274 -p 8275:8275 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=8273 --rest-port=8271 --tcp-port=8272 --discv5-udp-port=8274 --rest-address=0.0.0.0 --nat=extip:172.18.155.91 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=9aaea73dc1c49b382ddbaf16c5ea1b76f23e89b62bda2d6cac98a36f9d2aca83 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8275 --metrics-logging=true --relay=true
|
|
2026-04-23 05:09:32.755 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.155.91 waku 9a592fa977f3b5f1cfd007be806e38223ff3a56fc9e7324c800f3b01ce7b5220
|
|
2026-04-23 05:09:32.791 DEBUG [src.node.docker_mananger] Container started with ID 9a592fa977f3. Setting up logs at ./log/docker/node1_2026-04-23_05-09-29__dab3fc87-bd33-4853-bd3d-6c4f00c84b4e__wakuorg_nwaku:latest.log
|
|
2026-04-23 05:09:32.792 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 8271
|
|
2026-04-23 05:09:32.792 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-04-23 05:09:33.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8271/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:09:33.797 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"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-04-23 05:09:33.797 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-04-23 05:09:33.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8271/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:09:33.800 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.155.91/tcp/8272/p2p/16Uiu2HAmRWhot5JAG93xh4dvkd8uz5yJea3nNerZn8BndLHLJbHS","/ip4/172.18.155.91/tcp/8273/ws/p2p/16Uiu2HAmRWhot5JAG93xh4dvkd8uz5yJea3nNerZn8BndLHLJbHS"],"enrUri":"enr:-L24QMsgwf2nacljHCEFd_G0Cspfz8ZzA6Ib6zKj_47W4CniNc8nEs8eWVJb8Fy7JAaLRLuMZd6ZMa7Q9WYxUBeIHqQCgmlkgnY0gmlwhKwSm1uKbXVsdGlhZGRyc5YACASsEptbBiBQAAoErBKbWwYgUd0DgnJzhQDGAQAAiXNlY3AyNTZrMaEDvwiUe2DMGwieWyLMRKesZ-vcjCyDHd6QyLzOhAZSVxmDdGNwgiBQg3VkcIIgUoV3YWt1MgE"}'
|
|
2026-04-23 05:09:33.800 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-04-23 05:09:33.800 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-04-23 05:09:33.800 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-04-23 05:09:33.802 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-04-23 05:09:33.802 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.115.17
|
|
2026-04-23 05:09:33.802 DEBUG [src.node.docker_mananger] Generated ports ['18283', '18284', '18285', '18286', '18287']
|
|
2026-04-23 05:09:33.802 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-04-23 05:09:33.803 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-04-23 05:09:33.803 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-04-23 05:09:33.803 DEBUG [src.node.docker_mananger] docker run -i -t -p 18283:18283 -p 18284:18284 -p 18285:18285 -p 18286:18286 -p 18287:18287 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=18285 --rest-port=18283 --tcp-port=18284 --discv5-udp-port=18286 --rest-address=0.0.0.0 --nat=extip:172.18.115.17 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=e24bfbfcb1a98e8f5ea6cf45adbfbefdebeedb5a9fa394dfb6aea597ae39bffe --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18287 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QMsgwf2nacljHCEFd_G0Cspfz8ZzA6Ib6zKj_47W4CniNc8nEs8eWVJb8Fy7JAaLRLuMZd6ZMa7Q9WYxUBeIHqQCgmlkgnY0gmlwhKwSm1uKbXVsdGlhZGRyc5YACASsEptbBiBQAAoErBKbWwYgUd0DgnJzhQDGAQAAiXNlY3AyNTZrMaEDvwiUe2DMGwieWyLMRKesZ-vcjCyDHd6QyLzOhAZSVxmDdGNwgiBQg3VkcIIgUoV3YWt1MgE
|
|
2026-04-23 05:09:33.991 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.115.17 waku 43b303a721c290f9051e5d9e3a2dd7b89b485c61074685c47a18df10ab5873c9
|
|
2026-04-23 05:09:34.025 DEBUG [src.node.docker_mananger] Container started with ID 43b303a721c2. Setting up logs at ./log/docker/node2_2026-04-23_05-09-29__dab3fc87-bd33-4853-bd3d-6c4f00c84b4e__wakuorg_nwaku:latest.log
|
|
2026-04-23 05:09:34.025 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 18283
|
|
2026-04-23 05:09:34.026 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-04-23 05:09:35.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18283/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:09:35.039 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-04-23 05:09:35.039 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-04-23 05:09:35.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18283/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:09:35.045 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.115.17/tcp/18284/p2p/16Uiu2HAm9XV7HYBxakbcX3Ee2iCBj1yXEBrk7y2hKrhE7y48oUPn","/ip4/172.18.115.17/tcp/18285/ws/p2p/16Uiu2HAm9XV7HYBxakbcX3Ee2iCBj1yXEBrk7y2hKrhE7y48oUPn"],"enrUri":"enr:-L24QB4eu_pEUYuy75UqmAv_-fkgQDQZ8983KwM7O_QBRnilPbIfxmHpwVUgYW_rLdqXaMXpnpOga57KmkKbC-H-RWcCgmlkgnY0gmlwhKwScxGKbXVsdGlhZGRyc5YACASsEnMRBkdsAAoErBJzEQZHbd0DgnJzhQDGAQAAiXNlY3AyNTZrMaEC0YDPZdoHAi-ZG9REnsKKWH0S720Oo4SHPFTz_CAPpXWDdGNwgkdsg3VkcIJHboV3YWt1MgE"}'
|
|
2026-04-23 05:09:35.045 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-04-23 05:09:35.046 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-04-23 05:09:35.046 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-04-23 05:09:35.047 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-04-23 05:09:35.047 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.157.104
|
|
2026-04-23 05:09:35.047 DEBUG [src.node.docker_mananger] Generated ports ['64216', '64217', '64218', '64219', '64220']
|
|
2026-04-23 05:09:35.047 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-04-23 05:09:35.048 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-04-23 05:09:35.048 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-04-23 05:09:35.048 DEBUG [src.node.docker_mananger] docker run -i -t -p 64216:64216 -p 64217:64217 -p 64218:64218 -p 64219:64219 -p 64220:64220 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=64218 --rest-port=64216 --tcp-port=64217 --discv5-udp-port=64219 --rest-address=0.0.0.0 --nat=extip:172.18.157.104 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=8172cc6b5c516e8837c0a914c11abab986e2e65e04d5a4b0d9eef6eaea049aaa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64220 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QB4eu_pEUYuy75UqmAv_-fkgQDQZ8983KwM7O_QBRnilPbIfxmHpwVUgYW_rLdqXaMXpnpOga57KmkKbC-H-RWcCgmlkgnY0gmlwhKwScxGKbXVsdGlhZGRyc5YACASsEnMRBkdsAAoErBJzEQZHbd0DgnJzhQDGAQAAiXNlY3AyNTZrMaEC0YDPZdoHAi-ZG9REnsKKWH0S720Oo4SHPFTz_CAPpXWDdGNwgkdsg3VkcIJHboV3YWt1MgE
|
|
2026-04-23 05:09:35.238 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.157.104 waku 2540248abf88871e72bfaedd749821b000d8c075b51805a164e2e2db60444aa3
|
|
2026-04-23 05:09:35.277 DEBUG [src.node.docker_mananger] Container started with ID 2540248abf88. Setting up logs at ./log/docker/node3_2026-04-23_05-09-29__dab3fc87-bd33-4853-bd3d-6c4f00c84b4e__wakuorg_nwaku:latest.log
|
|
2026-04-23 05:09:35.278 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 64216
|
|
2026-04-23 05:09:35.279 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-04-23 05:09:36.280 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64216/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:09:36.286 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-04-23 05:09:36.286 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-04-23 05:09:36.286 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64216/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:09:36.289 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.157.104/tcp/64217/p2p/16Uiu2HAm2uED26bARdReQqQXFcX5bkWvjoqhYxyXUWnKmRYpzqWQ","/ip4/172.18.157.104/tcp/64218/ws/p2p/16Uiu2HAm2uED26bARdReQqQXFcX5bkWvjoqhYxyXUWnKmRYpzqWQ"],"enrUri":"enr:-L24QMEOLA2NY4VvFKVvsvXqTthtHV3SsH5M42tv-tQIlFzscDZEG-t1ZLEjSYOrZgaK23NFrurlCK4aCJv-jPQZqi8CgmlkgnY0gmlwhKwSnWiKbXVsdGlhZGRyc5YACASsEp1oBvrZAAoErBKdaAb62t0DgnJzhQDGAQAAiXNlY3AyNTZrMaECbxDuQZTqplNlNZ1ertEAly4Q1NKWa1NLDLhyPO6ACKGDdGNwgvrZg3VkcIL624V3YWt1MgE"}'
|
|
2026-04-23 05:09:36.289 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-04-23 05:09:36.290 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8271/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/1"]'
|
|
2026-04-23 05:09:36.293 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-04-23 05:09:36.294 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18283/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/1"]'
|
|
2026-04-23 05:09:36.302 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-04-23 05:09:36.302 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64216/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/1"]'
|
|
2026-04-23 05:09:36.309 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-04-23 05:09:36.310 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8271/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:09:36.314 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.115.17/tcp/40870/p2p/16Uiu2HAm9XV7HYBxakbcX3Ee2iCBj1yXEBrk7y2hKrhE7y48oUPn","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"logos-delivery-\\"v0.38.0-18-gbb8a7e\\"","origin":"UnknownOrigin"}]'
|
|
2026-04-23 05:09:36.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18283/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:09:36.316 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.157.104/tcp/37228/p2p/16Uiu2HAm2uED26bARdReQqQXFcX5bkWvjoqhYxyXUWnKmRYpzqWQ","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"logos-delivery-\\"v0.38.0-18-gbb8a7e\\"","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.155.91/tcp/8272/p2p/16Uiu2HAmRWhot5JAG93xh4dvkd8uz5yJea3nNerZn8BndLHLJbHS","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"logos-delivery-\\"v0.38.0-18-gbb8a7e\\"","origin":"Discv5"}]'
|
|
2026-04-23 05:09:36.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64216/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:09:36.319 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.115.17/tcp/18284/p2p/16Uiu2HAm9XV7HYBxakbcX3Ee2iCBj1yXEBrk7y2hKrhE7y48oUPn","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"logos-delivery-\\"v0.38.0-18-gbb8a7e\\"","origin":"Discv5"}]'
|
|
2026-04-23 05:09:36.319 DEBUG [src.libs.common] Sleeping for 30 seconds
|
|
2026-04-23 05:10:06.320 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8271/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-04-23 05:10:06.326 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-04-23 05:10:06.327 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-04-23 05:10:07.327 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-04-23 05:10:07.327 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64216/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:10:07.330 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1776921006320348919,"ephemeral":false,"proof":""}]'
|
|
2026-04-23 05:10:07.334 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-04-23 05:10:07.335 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-04-23 05:10:07.335 DEBUG [src.node.waku_node] Stopping container with id 9a592fa977f3
|
|
2026-04-23 05:10:07.806 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-04-23 05:10:07.809 DEBUG [src.node.waku_node] Stopping container with id 43b303a721c2
|
|
2026-04-23 05:10:08.248 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-04-23 05:10:08.249 DEBUG [src.node.waku_node] Stopping container with id 2540248abf88
|
|
2026-04-23 05:10:08.624 ERROR [src.node.docker_mananger] Max retries reached for container 9a592fa977f3. Exiting log stream.
|
|
2026-04-23 05:10:08.720 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-04-23 05:10:08.724 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-04-23 05:10:08.755 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-04-23 05:10:08.784 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-04-23 05:10:08.814 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|