mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-04 06:53:07 +00:00
102 lines
20 KiB
Plaintext
102 lines
20 KiB
Plaintext
2025-12-11 04:12:35.677 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-11 04:12:35.677 DEBUG [tests.conftest] Running test: test_filter_node_not_connected_directly_to_lightpushing_node with id: 2025-12-11_04-12-35__6452fef2-e265-4736-b380-71829f39aba3
|
|
2025-12-11 04:12:35.678 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-11 04:12:35.678 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2025-12-11 04:12:35.678 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2025-12-11 04:12:35.698 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-11 04:12:35.699 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-11_04-12-35__6452fef2-e265-4736-b380-71829f39aba3__wakuorg_nwaku:latest.log
|
|
2025-12-11 04:12:35.704 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-11 04:12:35.705 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-11_04-12-35__6452fef2-e265-4736-b380-71829f39aba3__wakuorg_nwaku:latest.log
|
|
2025-12-11 04:12:35.710 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-11 04:12:35.710 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-11_04-12-35__6452fef2-e265-4736-b380-71829f39aba3__wakuorg_nwaku:latest.log
|
|
2025-12-11 04:12:35.710 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-11 04:12:35.711 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2025-12-11 04:12:35.711 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-11 04:12:35.712 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-11 04:12:35.751 DEBUG [src.node.docker_mananger] Network waku created
|
|
2025-12-11 04:12:35.752 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.221.117
|
|
2025-12-11 04:12:35.752 DEBUG [src.node.docker_mananger] Generated ports ['28504', '28505', '28506', '28507', '28508']
|
|
2025-12-11 04:12:35.752 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-11 04:12:35.752 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-11 04:12:35.752 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-11 04:12:35.752 DEBUG [src.node.docker_mananger] docker run -i -t -p 28504:28504 -p 28505:28505 -p 28506:28506 -p 28507:28507 -p 28508:28508 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=28506 --rest-port=28504 --tcp-port=28505 --discv5-udp-port=28507 --rest-address=0.0.0.0 --nat=extip:172.18.221.117 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cb38ecd1f104dfdbc6c4abccec24838eff2ead5bf7e3c2c8981acbf6f1ddb4ed --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28508 --metrics-logging=true --lightpush=true
|
|
2025-12-11 04:12:39.313 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.221.117 waku ed3708d234134941eec619b2269bfe8220f56c8c59e965fb1c16e0d1fcac4452
|
|
2025-12-11 04:12:39.346 DEBUG [src.node.docker_mananger] Container started with ID ed3708d23413. Setting up logs at ./log/docker/node1_2025-12-11_04-12-35__6452fef2-e265-4736-b380-71829f39aba3__wakuorg_nwaku:latest.log
|
|
2025-12-11 04:12:39.347 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 28504
|
|
2025-12-11 04:12:39.347 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-11 04:12:40.347 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28504/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-11 04:12:40.351 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_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"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"}]}'
|
|
2025-12-11 04:12:40.351 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-11 04:12:40.351 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28504/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-11 04:12:40.353 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.221.117/tcp/28505/p2p/16Uiu2HAmC8VdqaAoqdUAUH24C2wbSPs7hSLSHfuB9Un4TrEtECun","/ip4/172.18.221.117/tcp/28506/ws/p2p/16Uiu2HAmC8VdqaAoqdUAUH24C2wbSPs7hSLSHfuB9Un4TrEtECun"],"enrUri":"enr:-L24QPbi80QL3i8cGVbKXkywVxYdfKlKJ4FxvNqhhKubLAmtAyXhARHKKditRL9yD9OoEZz8vPesPvNRpFbsmUPV31kCgmlkgnY0gmlwhKwS3XWKbXVsdGlhZGRyc5YACASsEt11Bm9ZAAoErBLddQZvWt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC-DAboXGMIp9yoB7KVTa9NZ1VLoE10PzZr5VVYF3WqBmDdGNwgm9Zg3VkcIJvW4V3YWt1Mgk"}'
|
|
2025-12-11 04:12:40.353 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-11 04:12:40.354 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-11 04:12:40.354 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-11 04:12:40.355 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-11 04:12:40.355 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.224.200
|
|
2025-12-11 04:12:40.355 DEBUG [src.node.docker_mananger] Generated ports ['57115', '57116', '57117', '57118', '57119']
|
|
2025-12-11 04:12:40.355 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-11 04:12:40.356 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-11 04:12:40.356 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-11 04:12:40.356 DEBUG [src.node.docker_mananger] docker run -i -t -p 57115:57115 -p 57116:57116 -p 57117:57117 -p 57118:57118 -p 57119:57119 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=57117 --rest-port=57115 --tcp-port=57116 --discv5-udp-port=57118 --rest-address=0.0.0.0 --nat=extip:172.18.224.200 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=daa32fc964d9bcf2a8cbdcb08bac59bf99a7f5fae48b615dfce17e9e17dc3df2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57119 --metrics-logging=true --lightpush=true --filter=true --relay=true --discv5-bootstrap-node=enr:-L24QPbi80QL3i8cGVbKXkywVxYdfKlKJ4FxvNqhhKubLAmtAyXhARHKKditRL9yD9OoEZz8vPesPvNRpFbsmUPV31kCgmlkgnY0gmlwhKwS3XWKbXVsdGlhZGRyc5YACASsEt11Bm9ZAAoErBLddQZvWt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC-DAboXGMIp9yoB7KVTa9NZ1VLoE10PzZr5VVYF3WqBmDdGNwgm9Zg3VkcIJvW4V3YWt1Mgk --lightpushnode=/ip4/172.18.221.117/tcp/28505/p2p/16Uiu2HAmC8VdqaAoqdUAUH24C2wbSPs7hSLSHfuB9Un4TrEtECun
|
|
2025-12-11 04:12:40.516 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.224.200 waku d474afcaff9a3a09867da924311f72c41ab021aeeb1fb0adc4dce3102fb62619
|
|
2025-12-11 04:12:40.541 DEBUG [src.node.docker_mananger] Container started with ID d474afcaff9a. Setting up logs at ./log/docker/node2_2025-12-11_04-12-35__6452fef2-e265-4736-b380-71829f39aba3__wakuorg_nwaku:latest.log
|
|
2025-12-11 04:12:40.542 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 57115
|
|
2025-12-11 04:12:40.542 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-11 04:12:41.542 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57115/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-11 04:12:41.546 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_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"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"}]}'
|
|
2025-12-11 04:12:41.547 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-11 04:12:41.547 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57115/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-11 04:12:41.549 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.224.200/tcp/57116/p2p/16Uiu2HAmBmjW1iUuhj64XA6guGqgPQKGb9LJ34zDPcNLKha7vME5","/ip4/172.18.224.200/tcp/57117/ws/p2p/16Uiu2HAmBmjW1iUuhj64XA6guGqgPQKGb9LJ34zDPcNLKha7vME5"],"enrUri":"enr:-L24QM9I2RpaE1bKOIfa4pVqsZMd9JM6PF1i1s2Lgd0E8_5XK-KriKTHkY8pU218qDG_InlN_KLAVnRDWYBvtLWmi94CgmlkgnY0gmlwhKwS4MiKbXVsdGlhZGRyc5YACASsEuDIBt8cAAoErBLgyAbfHd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC8t6WlwxZ1QChrV1DVdfhLbnqSICjk_UZRAXqzqZftA6DdGNwgt8cg3VkcILfHoV3YWt1Mg0"}'
|
|
2025-12-11 04:12:41.549 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-11 04:12:41.549 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-11 04:12:41.549 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-11 04:12:41.551 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-11 04:12:41.551 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.152.231
|
|
2025-12-11 04:12:41.551 DEBUG [src.node.docker_mananger] Generated ports ['10875', '10876', '10877', '10878', '10879']
|
|
2025-12-11 04:12:41.551 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-11 04:12:41.551 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-11 04:12:41.551 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-11 04:12:41.551 DEBUG [src.node.docker_mananger] docker run -i -t -p 10875:10875 -p 10876:10876 -p 10877:10877 -p 10878:10878 -p 10879:10879 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=10877 --rest-port=10875 --tcp-port=10876 --discv5-udp-port=10878 --rest-address=0.0.0.0 --nat=extip:172.18.152.231 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bec66eebf9ca875ee4debfb095edcdcb47f8fb468c14adb9ec91f5befcfeabaa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10879 --metrics-logging=true --relay=false --filternode=/ip4/172.18.224.200/tcp/57116/p2p/16Uiu2HAmBmjW1iUuhj64XA6guGqgPQKGb9LJ34zDPcNLKha7vME5 --discv5-bootstrap-node=enr:-L24QM9I2RpaE1bKOIfa4pVqsZMd9JM6PF1i1s2Lgd0E8_5XK-KriKTHkY8pU218qDG_InlN_KLAVnRDWYBvtLWmi94CgmlkgnY0gmlwhKwS4MiKbXVsdGlhZGRyc5YACASsEuDIBt8cAAoErBLgyAbfHd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC8t6WlwxZ1QChrV1DVdfhLbnqSICjk_UZRAXqzqZftA6DdGNwgt8cg3VkcILfHoV3YWt1Mg0
|
|
2025-12-11 04:12:41.720 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.152.231 waku b1c254cbcdb8d6e99ad88cd458d306d414a12c20ee223fb497026d60deb81e11
|
|
2025-12-11 04:12:41.746 DEBUG [src.node.docker_mananger] Container started with ID b1c254cbcdb8. Setting up logs at ./log/docker/node3_2025-12-11_04-12-35__6452fef2-e265-4736-b380-71829f39aba3__wakuorg_nwaku:latest.log
|
|
2025-12-11 04:12:41.747 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 10875
|
|
2025-12-11 04:12:41.747 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-11 04:12:42.747 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10875/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-11 04:12:42.751 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":"READY"},{"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":"READY"}]}'
|
|
2025-12-11 04:12:42.751 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-11 04:12:42.752 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10875/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-11 04:12:42.754 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.152.231/tcp/10876/p2p/16Uiu2HAm2NLCmU4BZcQTfE5oLoUY5sPVPonpJsDbumQ9WhjwZX9W","/ip4/172.18.152.231/tcp/10877/ws/p2p/16Uiu2HAm2NLCmU4BZcQTfE5oLoUY5sPVPonpJsDbumQ9WhjwZX9W"],"enrUri":"enr:-L24QDCnx9F953qMNoko9sysfK0YEPplL31M3-7ng-1chtjmeDchSh__lS7JPrEdVT4QKFVRrYVXEqwNj2fr4KS_uG0CgmlkgnY0gmlwhKwSmOeKbXVsdGlhZGRyc5YACASsEpjnBip8AAoErBKY5wYqfd0DgnJzhQADAQAAiXNlY3AyNTZrMaECZya0dQ4MTKvS5I8VxFu17KxCS1maFhyP7UEU6BftV0WDdGNwgip8g3VkcIIqfoV3YWt1MgA"}'
|
|
2025-12-11 04:12:42.754 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-11 04:12:42.754 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28504/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2025-12-11 04:12:42.758 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-11 04:12:42.758 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57115/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2025-12-11 04:12:42.763 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-11 04:12:42.763 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10875/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2025-12-11 04:12:42.797 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2025-12-11 04:12:42.798 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28504/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-11 04:12:42.802 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.17.0.3/tcp/50812/p2p/16Uiu2HAmBmjW1iUuhj64XA6guGqgPQKGb9LJ34zDPcNLKha7vME5","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/lightpush/3.0.0","/vac/waku/lightpush/2.0.0-beta1","/vac/waku/filter-subscribe/2.0.0-beta1","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-113-g868d43","origin":"UnknownOrigin"}]'
|
|
2025-12-11 04:12:42.803 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57115/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-11 04:12:42.806 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.152.231/tcp/52108/p2p/16Uiu2HAm2NLCmU4BZcQTfE5oLoUY5sPVPonpJsDbumQ9WhjwZX9W","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/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":[],"connected":"Connected","agent":"nwaku-v0.36.0-113-g868d43","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.221.117/tcp/28505/p2p/16Uiu2HAmC8VdqaAoqdUAUH24C2wbSPs7hSLSHfuB9Un4TrEtECun","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/lightpush/3.0.0","/vac/waku/lightpush/2.0.0-beta1","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-113-g868d43","origin":"Discv5"}]'
|
|
2025-12-11 04:12:42.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10875/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-11 04:12:42.809 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.224.200/tcp/57116/p2p/16Uiu2HAmBmjW1iUuhj64XA6guGqgPQKGb9LJ34zDPcNLKha7vME5","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/lightpush/3.0.0","/vac/waku/lightpush/2.0.0-beta1","/vac/waku/filter-subscribe/2.0.0-beta1","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0,1],"connected":"Connected","agent":"nwaku-v0.36.0-113-g868d43","origin":"Discv5"}]'
|
|
2025-12-11 04:12:42.809 DEBUG [src.libs.common] Sleeping for 30 seconds
|
|
2025-12-11 04:13:12.810 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28504/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/1", "message": {"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": 1765426392810240838}}'
|
|
2025-12-11 04:13:12.823 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-11 04:13:12.823 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-11 04:13:13.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10875/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-11 04:13:13.827 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":1765426392810240838,"ephemeral":false}]'
|
|
2025-12-11 04:13:13.829 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-11 04:13:13.829 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-11 04:13:13.830 DEBUG [src.node.waku_node] Stopping container with id ed3708d23413
|
|
2025-12-11 04:13:14.343 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-11 04:13:14.343 DEBUG [src.node.waku_node] Stopping container with id d474afcaff9a
|
|
2025-12-11 04:13:14.851 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-11 04:13:14.851 DEBUG [src.node.waku_node] Stopping container with id b1c254cbcdb8
|
|
2025-12-11 04:13:15.154 ERROR [src.node.docker_mananger] Max retries reached for container ed3708d23413. Exiting log stream.
|
|
2025-12-11 04:13:15.356 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-11 04:13:15.358 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-11 04:13:15.374 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-11 04:13:15.397 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-11 04:13:15.406 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|