mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-07 08:23:07 +00:00
82 lines
15 KiB
Plaintext
82 lines
15 KiB
Plaintext
2025-12-22 04:18:36.385 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-22 04:18:36.386 DEBUG [tests.conftest] Running test: test_filter_subscribe_refresh with id: 2025-12-22_04-18-36__f71a2cf1-ac79-480c-9ff2-a3dc0e506b07
|
|
2025-12-22 04:18:36.386 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-22 04:18:36.386 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2025-12-22 04:18:36.387 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2025-12-22 04:18:36.394 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-22 04:18:36.394 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-22_04-18-36__f71a2cf1-ac79-480c-9ff2-a3dc0e506b07__wakuorg_nwaku:latest.log
|
|
2025-12-22 04:18:36.394 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-22 04:18:36.394 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-22 04:18:36.396 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-22 04:18:36.396 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.29.110
|
|
2025-12-22 04:18:36.396 DEBUG [src.node.docker_mananger] Generated ports ['46152', '46153', '46154', '46155', '46156']
|
|
2025-12-22 04:18:36.396 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-22 04:18:36.396 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-22 04:18:36.396 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-22 04:18:36.396 DEBUG [src.node.docker_mananger] docker run -i -t -p 46152:46152 -p 46153:46153 -p 46154:46154 -p 46155:46155 -p 46156:46156 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=46154 --rest-port=46152 --tcp-port=46153 --discv5-udp-port=46155 --rest-address=0.0.0.0 --nat=extip:172.18.29.110 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=072ef4fadbbcc4c7dcd9c855cbc0ee6267dbfa212dae9fb6dd1e4b3fbd6ceaf2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46156 --metrics-logging=true --relay=true --filter=true
|
|
2025-12-22 04:18:36.583 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.29.110 waku c4f9d30fd06f0afcd4ff711abba0b705595b1881ee58a60a277ede23092ef369
|
|
2025-12-22 04:18:36.614 DEBUG [src.node.docker_mananger] Container started with ID c4f9d30fd06f. Setting up logs at ./log/docker/node1_2025-12-22_04-18-36__f71a2cf1-ac79-480c-9ff2-a3dc0e506b07__wakuorg_nwaku:latest.log
|
|
2025-12-22 04:18:36.615 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 46152
|
|
2025-12-22 04:18:36.615 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-22 04:18:36.642 ERROR [src.node.docker_mananger] Max retries reached for container 7a4db783771a. Exiting log stream.
|
|
2025-12-22 04:18:37.195 ERROR [src.node.docker_mananger] Max retries reached for container 1ca14f8f6a92. Exiting log stream.
|
|
2025-12-22 04:18:37.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46152/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-22 04:18:37.619 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_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":"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-22 04:18:37.620 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-22 04:18:37.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46152/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-22 04:18:37.622 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.29.110/tcp/46153/p2p/16Uiu2HAmGtHMPzwKUEBxTGGEhghZWNTsdpG667AygRvwes5kZq5H","/ip4/172.18.29.110/tcp/46154/ws/p2p/16Uiu2HAmGtHMPzwKUEBxTGGEhghZWNTsdpG667AygRvwes5kZq5H"],"enrUri":"enr:-L24QOWuB05gJUmmDynrTApRSUtzPvfMNV9w49eM5u5vB6vvWt0WueIEvdYp6SGE6peJkivlcAlvh9jLIXdioe-bao0CgmlkgnY0gmlwhKwSHW6KbXVsdGlhZGRyc5YACASsEh1uBrRJAAoErBIdbga0St0DgnJzhQADAQAAiXNlY3AyNTZrMaEDPtaFtCHByC_vYyeure2qwVwf5jztWEvqUmuVJHY0keiDdGNwgrRJg3VkcIK0S4V3YWt1MgU"}'
|
|
2025-12-22 04:18:37.622 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-22 04:18:37.623 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2025-12-22 04:18:37.629 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-22 04:18:37.630 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-22_04-18-36__f71a2cf1-ac79-480c-9ff2-a3dc0e506b07__wakuorg_nwaku:latest.log
|
|
2025-12-22 04:18:37.630 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-22 04:18:37.630 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-22 04:18:37.631 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-22 04:18:37.632 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.173.83
|
|
2025-12-22 04:18:37.632 DEBUG [src.node.docker_mananger] Generated ports ['27997', '27998', '27999', '28000', '28001']
|
|
2025-12-22 04:18:37.632 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-22 04:18:37.632 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-22 04:18:37.632 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-22 04:18:37.632 DEBUG [src.node.docker_mananger] docker run -i -t -p 27997:27997 -p 27998:27998 -p 27999:27999 -p 28000:28000 -p 28001:28001 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=27999 --rest-port=27997 --tcp-port=27998 --discv5-udp-port=28000 --rest-address=0.0.0.0 --nat=extip:172.18.173.83 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8c8dda7fbdeaf8ce8eea3ddf16e4dc8a8537f5c40d9bddfbc7032e1eacefec2b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28001 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QOWuB05gJUmmDynrTApRSUtzPvfMNV9w49eM5u5vB6vvWt0WueIEvdYp6SGE6peJkivlcAlvh9jLIXdioe-bao0CgmlkgnY0gmlwhKwSHW6KbXVsdGlhZGRyc5YACASsEh1uBrRJAAoErBIdbga0St0DgnJzhQADAQAAiXNlY3AyNTZrMaEDPtaFtCHByC_vYyeure2qwVwf5jztWEvqUmuVJHY0keiDdGNwgrRJg3VkcIK0S4V3YWt1MgU --filternode=/ip4/172.18.29.110/tcp/46153/p2p/16Uiu2HAmGtHMPzwKUEBxTGGEhghZWNTsdpG667AygRvwes5kZq5H
|
|
2025-12-22 04:18:37.829 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.173.83 waku bc264874fb681ab905548aca8cf0310e22a80c2d15fee13ee980a63b9ee3bfe2
|
|
2025-12-22 04:18:37.859 DEBUG [src.node.docker_mananger] Container started with ID bc264874fb68. Setting up logs at ./log/docker/node2_2025-12-22_04-18-36__f71a2cf1-ac79-480c-9ff2-a3dc0e506b07__wakuorg_nwaku:latest.log
|
|
2025-12-22 04:18:37.860 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27997
|
|
2025-12-22 04:18:37.860 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-22 04:18:38.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27997/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-22 04:18:38.864 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":"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-22 04:18:38.865 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-22 04:18:38.865 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27997/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-22 04:18:38.867 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.173.83/tcp/27998/p2p/16Uiu2HAmSPjokWuTMPv7Vt1eCa3qHbxo3CV2ao2wWMw74kXoeUu8","/ip4/172.18.173.83/tcp/27999/ws/p2p/16Uiu2HAmSPjokWuTMPv7Vt1eCa3qHbxo3CV2ao2wWMw74kXoeUu8"],"enrUri":"enr:-L24QElfyOmv_l2k4xdK993BNn0lcENzfOqLddvFdoS9Hy__fWjbgme5HpN_uPfj36L29bhFc0A3uWlcgzYBBKh_sgcCgmlkgnY0gmlwhKwSrVOKbXVsdGlhZGRyc5YACASsEq1TBm1eAAoErBKtUwZtX90DgnJzhQADAQAAiXNlY3AyNTZrMaEDzBt1y4tio-TZUOJv_j_1Z5cdxinbuDD7QD2pvEIdPkODdGNwgm1eg3VkcIJtYIV3YWt1MgA"}'
|
|
2025-12-22 04:18:38.867 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-22 04:18:38.868 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27997/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.29.110/tcp/46153/p2p/16Uiu2HAmGtHMPzwKUEBxTGGEhghZWNTsdpG667AygRvwes5kZq5H"]'
|
|
2025-12-22 04:18:38.898 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-22 04:18:38.905 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46152/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2025-12-22 04:18:38.913 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-22 04:18:38.915 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27997/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "f198b49b-64a4-41b6-8b6d-01edbdf91d69", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2025-12-22 04:18:38.928 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"f198b49b-64a4-41b6-8b6d-01edbdf91d69","statusDesc":"OK"}'
|
|
2025-12-22 04:18:38.929 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46152/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-22 04:18:38.937 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-22 04:18:38.937 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-22 04:18:39.038 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-22 04:18:39.038 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27997/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-22 04:18:39.041 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":1766377118929262560,"ephemeral":false}]'
|
|
2025-12-22 04:18:39.043 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46152/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2025-12-22 04:18:39.046 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-22 04:18:39.046 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27997/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "5000c6a2-95fe-4b13-b85f-72cbacc84c49", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2025-12-22 04:18:39.056 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"5000c6a2-95fe-4b13-b85f-72cbacc84c49","statusDesc":"OK"}'
|
|
2025-12-22 04:18:39.056 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46152/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-22 04:18:39.061 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-22 04:18:39.061 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-22 04:18:39.162 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-22 04:18:39.162 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27997/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-22 04:18:39.165 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":1766377119056816042,"ephemeral":false}]'
|
|
2025-12-22 04:18:39.168 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-22 04:18:39.169 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-22 04:18:39.169 DEBUG [src.node.waku_node] Stopping container with id c4f9d30fd06f
|
|
2025-12-22 04:18:39.699 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-22 04:18:39.699 DEBUG [src.node.waku_node] Stopping container with id bc264874fb68
|
|
2025-12-22 04:18:40.239 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-22 04:18:40.240 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-22 04:18:40.246 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-22 04:18:40.252 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|