mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-08 00:43:07 +00:00
69 lines
12 KiB
Plaintext
69 lines
12 KiB
Plaintext
2025-12-08 12:11:26.056 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-08 12:11:26.057 DEBUG [tests.conftest] Running test: test_filter_subscribe_with_no_pubsub_topic with id: 2025-12-08_12-11-26__609fac6a-bb11-46b7-8911-0770ffee6736
|
|
2025-12-08 12:11:26.057 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-08 12:11:26.057 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2025-12-08 12:11:26.058 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2025-12-08 12:11:26.064 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-08 12:11:26.064 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-08_12-11-26__609fac6a-bb11-46b7-8911-0770ffee6736__wakuorg_nwaku:latest.log
|
|
2025-12-08 12:11:26.064 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-08 12:11:26.064 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-08 12:11:26.066 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-08 12:11:26.066 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.151.213
|
|
2025-12-08 12:11:26.066 DEBUG [src.node.docker_mananger] Generated ports ['38444', '38445', '38446', '38447', '38448']
|
|
2025-12-08 12:11:26.066 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-08 12:11:26.066 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-08 12:11:26.066 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-08 12:11:26.066 DEBUG [src.node.docker_mananger] docker run -i -t -p 38444:38444 -p 38445:38445 -p 38446:38446 -p 38447:38447 -p 38448:38448 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=38446 --rest-port=38444 --tcp-port=38445 --discv5-udp-port=38447 --rest-address=0.0.0.0 --nat=extip:172.18.151.213 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b57cadad2b10c5b5d301b36b5da2f49f30bfc59b7d4fdb75f87cadafdebf27c0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38448 --metrics-logging=true --relay=true --filter=true
|
|
2025-12-08 12:11:26.249 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.151.213 waku 41917356a2ac4174b59d02a10bb1aadd3e0720d330b85eec8464bea2bde4c5b0
|
|
2025-12-08 12:11:26.278 DEBUG [src.node.docker_mananger] Container started with ID 41917356a2ac. Setting up logs at ./log/docker/node1_2025-12-08_12-11-26__609fac6a-bb11-46b7-8911-0770ffee6736__wakuorg_nwaku:latest.log
|
|
2025-12-08 12:11:26.280 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 38444
|
|
2025-12-08 12:11:26.280 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-08 12:11:26.357 ERROR [src.node.docker_mananger] Max retries reached for container afc6711949bc. Exiting log stream.
|
|
2025-12-08 12:11:26.854 ERROR [src.node.docker_mananger] Max retries reached for container 5e95df944fd2. Exiting log stream.
|
|
2025-12-08 12:11:27.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38444/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:11:27.284 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-08 12:11:27.284 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-08 12:11:27.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38444/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:11:27.287 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.151.213/tcp/38445/p2p/16Uiu2HAkz5ancCAx2uWqa67DdPTGjqxMa3QXHhpkSz8XhyyXwAZn","/ip4/172.18.151.213/tcp/38446/ws/p2p/16Uiu2HAkz5ancCAx2uWqa67DdPTGjqxMa3QXHhpkSz8XhyyXwAZn"],"enrUri":"enr:-L24QAXjuUDRyY2ofC0N3E_XjeQKs_9h0sEIBROprTQMrjoAG0iNyf_gyeDDvIQAuETWZ9RGiF61DRY7afuYHuzDENQCgmlkgnY0gmlwhKwSl9WKbXVsdGlhZGRyc5YACASsEpfVBpYtAAoErBKX1QaWLt0DgnJzhQADAQAAiXNlY3AyNTZrMaECRSTyZalxLfD540eyBdXpKTGV5WGN_Pcp-y5ns8x-9wGDdGNwgpYtg3VkcIKWL4V3YWt1MgU"}'
|
|
2025-12-08 12:11:27.287 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-08 12:11:27.287 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2025-12-08 12:11:27.293 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-08 12:11:27.293 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-08_12-11-26__609fac6a-bb11-46b7-8911-0770ffee6736__wakuorg_nwaku:latest.log
|
|
2025-12-08 12:11:27.294 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-08 12:11:27.294 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-08 12:11:27.295 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-08 12:11:27.295 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.200.94
|
|
2025-12-08 12:11:27.295 DEBUG [src.node.docker_mananger] Generated ports ['13012', '13013', '13014', '13015', '13016']
|
|
2025-12-08 12:11:27.295 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-08 12:11:27.296 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-08 12:11:27.296 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-08 12:11:27.296 DEBUG [src.node.docker_mananger] docker run -i -t -p 13012:13012 -p 13013:13013 -p 13014:13014 -p 13015:13015 -p 13016:13016 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=13014 --rest-port=13012 --tcp-port=13013 --discv5-udp-port=13015 --rest-address=0.0.0.0 --nat=extip:172.18.200.94 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=17d7adfcaad563bbccdec4cbbbf5abad2a9bc4adfcacb7f0bf7bdf7a6e2d11b3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13016 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QAXjuUDRyY2ofC0N3E_XjeQKs_9h0sEIBROprTQMrjoAG0iNyf_gyeDDvIQAuETWZ9RGiF61DRY7afuYHuzDENQCgmlkgnY0gmlwhKwSl9WKbXVsdGlhZGRyc5YACASsEpfVBpYtAAoErBKX1QaWLt0DgnJzhQADAQAAiXNlY3AyNTZrMaECRSTyZalxLfD540eyBdXpKTGV5WGN_Pcp-y5ns8x-9wGDdGNwgpYtg3VkcIKWL4V3YWt1MgU --filternode=/ip4/172.18.151.213/tcp/38445/p2p/16Uiu2HAkz5ancCAx2uWqa67DdPTGjqxMa3QXHhpkSz8XhyyXwAZn
|
|
2025-12-08 12:11:27.469 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.200.94 waku 458341d791971b51b42c95166326971396e9397bafdf8c3c49d50d5f5cb4d26c
|
|
2025-12-08 12:11:27.503 DEBUG [src.node.docker_mananger] Container started with ID 458341d79197. Setting up logs at ./log/docker/node2_2025-12-08_12-11-26__609fac6a-bb11-46b7-8911-0770ffee6736__wakuorg_nwaku:latest.log
|
|
2025-12-08 12:11:27.503 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13012
|
|
2025-12-08 12:11:27.503 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-08 12:11:28.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:11:28.508 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-08 12:11:28.508 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-08 12:11:28.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13012/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:11:28.511 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.200.94/tcp/13013/p2p/16Uiu2HAmFVKTuicDsE4DqYBpjs42USB9SqLuFayCdRxPtbdBNBDu","/ip4/172.18.200.94/tcp/13014/ws/p2p/16Uiu2HAmFVKTuicDsE4DqYBpjs42USB9SqLuFayCdRxPtbdBNBDu"],"enrUri":"enr:-L24QD0VJop8IWhirPgMqFaS5Flama04izQxVT5jnIWtrhq7QRPp6fbfkorPE-ioy-yELOK9LvUrBu8QvjEzdNY9HsoCgmlkgnY0gmlwhKwSyF6KbXVsdGlhZGRyc5YACASsEsheBjLVAAoErBLIXgYy1t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDKhjdd915sOo3hE9_nsXVO1yTBnQ1CH-X3jD_QYyBYLyDdGNwgjLVg3VkcIIy14V3YWt1MgA"}'
|
|
2025-12-08 12:11:28.511 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-08 12:11:28.511 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13012/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.151.213/tcp/38445/p2p/16Uiu2HAkz5ancCAx2uWqa67DdPTGjqxMa3QXHhpkSz8XhyyXwAZn"]'
|
|
2025-12-08 12:11:28.542 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 12:11:28.543 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2025-12-08 12:11:28.545 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38444/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2025-12-08 12:11:28.555 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 12:11:28.556 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13012/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "63a05dab-3b4d-4f4f-994c-f6521300206e", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2025-12-08 12:11:28.566 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"63a05dab-3b4d-4f4f-994c-f6521300206e","statusDesc":"OK"}'
|
|
2025-12-08 12:11:28.569 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13012/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"]}'
|
|
2025-12-08 12:11:28.577 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2025-12-08 12:11:28.580 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-08 12:11:28.581 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-08 12:11:28.581 DEBUG [src.node.waku_node] Stopping container with id 41917356a2ac
|
|
2025-12-08 12:11:29.149 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-08 12:11:29.150 DEBUG [src.node.waku_node] Stopping container with id 458341d79197
|
|
2025-12-08 12:11:29.687 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-08 12:11:29.689 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-08 12:11:29.695 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-08 12:11:29.699 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|