mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-03 00:53:08 +00:00
95 lines
17 KiB
Plaintext
95 lines
17 KiB
Plaintext
2026-03-10 04:34:32.632 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-10 04:34:32.632 DEBUG [tests.conftest] Running test: test_filter_subscribe_to_pubsub_topics_from_multiple_clusters with id: 2026-03-10_04-34-32__f4de01a8-21de-4ffa-af34-4384e8169fc0
|
|
2026-03-10 04:34:32.633 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-10 04:34:32.633 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-10 04:34:32.633 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-10 04:34:32.639 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-10 04:34:32.640 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-10_04-34-32__f4de01a8-21de-4ffa-af34-4384e8169fc0__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:34:32.640 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-10 04:34:32.640 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-10 04:34:32.641 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-10 04:34:32.641 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.50.124
|
|
2026-03-10 04:34:32.641 DEBUG [src.node.docker_mananger] Generated ports ['54387', '54388', '54389', '54390', '54391']
|
|
2026-03-10 04:34:32.641 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-10 04:34:32.642 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-10 04:34:32.642 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-10 04:34:32.642 DEBUG [src.node.docker_mananger] docker run -i -t -p 54387:54387 -p 54388:54388 -p 54389:54389 -p 54390:54390 -p 54391:54391 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=54389 --rest-port=54387 --tcp-port=54388 --discv5-udp-port=54390 --rest-address=0.0.0.0 --nat=extip:172.18.50.124 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1a03e9bdbe5d90bcc02b7bbbfca0bebaa3fc6c1dc1deedef4c39277d2ab5aaa0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54391 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-10 04:34:32.825 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.50.124 waku 115831a58f9fc5d6f996810054d0c63d2f55536d001aff39d7370c0d7ee1f8d3
|
|
2026-03-10 04:34:32.863 DEBUG [src.node.docker_mananger] Container started with ID 115831a58f9f. Setting up logs at ./log/docker/node1_2026-03-10_04-34-32__f4de01a8-21de-4ffa-af34-4384e8169fc0__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:34:32.863 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 54387
|
|
2026-03-10 04:34:32.863 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-10 04:34:32.918 ERROR [src.node.docker_mananger] Max retries reached for container 526543deffab. Exiting log stream.
|
|
2026-03-10 04:34:33.437 ERROR [src.node.docker_mananger] Max retries reached for container 7b6e1548248f. Exiting log stream.
|
|
2026-03-10 04:34:33.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54387/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:33.867 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_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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-10 04:34:33.867 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-10 04:34:33.867 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54387/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:33.869 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.50.124/tcp/54388/p2p/16Uiu2HAmBTcP46ZV1FWqVPNb4qmrhgX8Z3874pcooAKA27tPhBw8","/ip4/172.18.50.124/tcp/54389/ws/p2p/16Uiu2HAmBTcP46ZV1FWqVPNb4qmrhgX8Z3874pcooAKA27tPhBw8"],"enrUri":"enr:-L24QE3LLvACWia6NSCpxiGRndfd37AC42nOiSVPc15KnANVCBm60ALs_mpbOCM3OukCU7ZDvQzvTGaNrTqqaYPuFPQCgmlkgnY0gmlwhKwSMnyKbXVsdGlhZGRyc5YACASsEjJ8BtR0AAoErBIyfAbUdd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC7joVRV2ppGsCqk_9a65cPWZXAULQDMJ2sItXfpt89SuDdGNwgtR0g3VkcILUdoV3YWt1MgU"}'
|
|
2026-03-10 04:34:33.870 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-10 04:34:33.870 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-10 04:34:33.876 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-10 04:34:33.877 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-10_04-34-32__f4de01a8-21de-4ffa-af34-4384e8169fc0__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:34:33.877 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-10 04:34:33.877 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-10 04:34:33.878 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-10 04:34:33.878 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.68.94
|
|
2026-03-10 04:34:33.879 DEBUG [src.node.docker_mananger] Generated ports ['51293', '51294', '51295', '51296', '51297']
|
|
2026-03-10 04:34:33.879 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-10 04:34:33.879 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-10 04:34:33.879 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-10 04:34:33.879 DEBUG [src.node.docker_mananger] docker run -i -t -p 51293:51293 -p 51294:51294 -p 51295:51295 -p 51296:51296 -p 51297:51297 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=51295 --rest-port=51293 --tcp-port=51294 --discv5-udp-port=51296 --rest-address=0.0.0.0 --nat=extip:172.18.68.94 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=769a04dd75eeee55e754bc150ac7e0ce4c5fab4448dfc8fcba80a4f0fb8ed5e6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51297 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QE3LLvACWia6NSCpxiGRndfd37AC42nOiSVPc15KnANVCBm60ALs_mpbOCM3OukCU7ZDvQzvTGaNrTqqaYPuFPQCgmlkgnY0gmlwhKwSMnyKbXVsdGlhZGRyc5YACASsEjJ8BtR0AAoErBIyfAbUdd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC7joVRV2ppGsCqk_9a65cPWZXAULQDMJ2sItXfpt89SuDdGNwgtR0g3VkcILUdoV3YWt1MgU --filternode=/ip4/172.18.50.124/tcp/54388/p2p/16Uiu2HAmBTcP46ZV1FWqVPNb4qmrhgX8Z3874pcooAKA27tPhBw8
|
|
2026-03-10 04:34:34.075 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.68.94 waku 9fcb5f8bc20c1317b6ad6bb84412d4339f756a7dfda42056be2ebd930b41e0b3
|
|
2026-03-10 04:34:34.111 DEBUG [src.node.docker_mananger] Container started with ID 9fcb5f8bc20c. Setting up logs at ./log/docker/node2_2026-03-10_04-34-32__f4de01a8-21de-4ffa-af34-4384e8169fc0__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:34:34.111 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51293
|
|
2026-03-10 04:34:34.112 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-10 04:34:35.113 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51293/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:35.115 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-10 04:34:35.116 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-10 04:34:35.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51293/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:35.118 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.68.94/tcp/51294/p2p/16Uiu2HAmFotVJBxAyMjZ2ZchwdekAfSJpUHCBRG1HPXCRFwm4Ccw","/ip4/172.18.68.94/tcp/51295/ws/p2p/16Uiu2HAmFotVJBxAyMjZ2ZchwdekAfSJpUHCBRG1HPXCRFwm4Ccw"],"enrUri":"enr:-L24QFDx4WTFwSP0AJ6DsI9ln9ZVAOwA5vLaOzY5OLn8zYh7MTVedk8PPdY-lwz4murVSHF1BZJzoMip7uNCYjJhrg4CgmlkgnY0gmlwhKwSRF6KbXVsdGlhZGRyc5YACASsEkReBsheAAoErBJEXgbIX90DgnJzhQADAQAAiXNlY3AyNTZrMaEDLtqo8dylAGpCy04TzGGAdHTDcj1QbKhUfvAFt0vq2CiDdGNwgsheg3VkcILIYIV3YWt1MgA"}'
|
|
2026-03-10 04:34:35.118 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-10 04:34:35.119 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51293/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.50.124/tcp/54388/p2p/16Uiu2HAmBTcP46ZV1FWqVPNb4qmrhgX8Z3874pcooAKA27tPhBw8"]'
|
|
2026-03-10 04:34:35.153 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:34:35.156 DEBUG [tests.filter.test_subscribe_create] Running test with pubsub topic: /waku/2/rs/3/1
|
|
2026-03-10 04:34:35.157 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54387/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-10 04:34:35.173 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:34:35.174 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51293/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "678b3736-15a0-4cc3-9d0c-b49acd682524", "contentFilters": ["/waku/2/rs/3/1"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-10 04:34:35.186 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"678b3736-15a0-4cc3-9d0c-b49acd682524","statusDesc":"OK"}'
|
|
2026-03-10 04:34:35.187 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54387/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/1", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-10 04:34:35.195 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:34:35.196 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-10 04:34:35.296 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-10 04:34:35.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51293/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:35.299 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/waku/2/rs/3/1","version":0,"timestamp":1773117275187112711,"ephemeral":false}]'
|
|
2026-03-10 04:34:35.301 DEBUG [tests.filter.test_subscribe_create] Running test with pubsub topic: /waku/2/rs/2/2
|
|
2026-03-10 04:34:35.301 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54387/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/2"]'
|
|
2026-03-10 04:34:35.304 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:34:35.304 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51293/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "ea833791-1454-4c3f-b1c5-9b4102c014ab", "contentFilters": ["/waku/2/rs/2/2"], "pubsubTopic": "/waku/2/rs/2/2"}'
|
|
2026-03-10 04:34:35.314 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"ea833791-1454-4c3f-b1c5-9b4102c014ab","statusDesc":"OK"}'
|
|
2026-03-10 04:34:35.314 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54387/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/2/2", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-10 04:34:35.318 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:34:35.320 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-10 04:34:35.420 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-10 04:34:35.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51293/filter/v2/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:35.424 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/waku/2/rs/2/2","version":0,"timestamp":1773117275314649064,"ephemeral":false}]'
|
|
2026-03-10 04:34:35.425 DEBUG [tests.filter.test_subscribe_create] Running test with pubsub topic: /waku/2/rs/3/9
|
|
2026-03-10 04:34:35.425 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54387/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/9"]'
|
|
2026-03-10 04:34:35.428 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:34:35.429 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51293/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "407f92b6-75c8-4ef6-9d7a-28007f9cc405", "contentFilters": ["/waku/2/rs/3/9"], "pubsubTopic": "/waku/2/rs/3/9"}'
|
|
2026-03-10 04:34:35.438 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"407f92b6-75c8-4ef6-9d7a-28007f9cc405","statusDesc":"OK"}'
|
|
2026-03-10 04:34:35.438 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54387/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/9", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-10 04:34:35.443 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:34:35.443 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-10 04:34:35.544 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-10 04:34:35.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51293/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:34:35.547 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/waku/2/rs/3/9","version":0,"timestamp":1773117275438607321,"ephemeral":false}]'
|
|
2026-03-10 04:34:35.549 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-10 04:34:35.550 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-10 04:34:35.550 DEBUG [src.node.waku_node] Stopping container with id 115831a58f9f
|
|
2026-03-10 04:34:36.141 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-10 04:34:36.142 DEBUG [src.node.waku_node] Stopping container with id 9fcb5f8bc20c
|
|
2026-03-10 04:34:36.660 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-10 04:34:36.661 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-10 04:34:36.668 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-10 04:34:36.675 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|