mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 09:33:42 +00:00
69 lines
13 KiB
Plaintext
69 lines
13 KiB
Plaintext
2026-03-06 04:34:24.443 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-06 04:34:24.443 DEBUG [tests.conftest] Running test: test_filter_unsubscribe_with_no_content_topic with id: 2026-03-06_04-34-24__482e4a2b-18f6-46e3-89e7-9410d007b113
|
|
2026-03-06 04:34:24.444 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-06 04:34:24.444 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-06 04:34:24.444 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-06 04:34:24.451 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-06 04:34:24.452 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-34-24__482e4a2b-18f6-46e3-89e7-9410d007b113__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:34:24.452 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-06 04:34:24.452 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-06 04:34:24.453 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-06 04:34:24.454 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.220.74
|
|
2026-03-06 04:34:24.454 DEBUG [src.node.docker_mananger] Generated ports ['13435', '13436', '13437', '13438', '13439']
|
|
2026-03-06 04:34:24.455 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-06 04:34:24.455 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-06 04:34:24.455 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-06 04:34:24.455 DEBUG [src.node.docker_mananger] docker run -i -t -p 13435:13435 -p 13436:13436 -p 13437:13437 -p 13438:13438 -p 13439:13439 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=13437 --rest-port=13435 --tcp-port=13436 --discv5-udp-port=13438 --rest-address=0.0.0.0 --nat=extip:172.18.220.74 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f1ee0ce26bbd308df25d0331e1fb9e4dd7d5eb0e0a50dc004ee5cbc3abe854a2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13439 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-06 04:34:24.649 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.220.74 waku efee0f9bb7667c61d2fbc4791b87419f9f61793a9fafb7b05bbfbedb2b7ad3c1
|
|
2026-03-06 04:34:24.661 ERROR [src.node.docker_mananger] Max retries reached for container 38908882bed7. Exiting log stream.
|
|
2026-03-06 04:34:24.688 DEBUG [src.node.docker_mananger] Container started with ID efee0f9bb766. Setting up logs at ./log/docker/node1_2026-03-06_04-34-24__482e4a2b-18f6-46e3-89e7-9410d007b113__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:34:24.689 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13435
|
|
2026-03-06 04:34:24.689 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-06 04:34:25.247 ERROR [src.node.docker_mananger] Max retries reached for container 8e77b51f57a1. Exiting log stream.
|
|
2026-03-06 04:34:25.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13435/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:25.692 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-06 04:34:25.693 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-06 04:34:25.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13435/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:25.695 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.220.74/tcp/13436/p2p/16Uiu2HAmGnrQsKNPTKj9PJriXrvUga4XfgJNRGPRwfC52qZdMkyf","/ip4/172.18.220.74/tcp/13437/ws/p2p/16Uiu2HAmGnrQsKNPTKj9PJriXrvUga4XfgJNRGPRwfC52qZdMkyf"],"enrUri":"enr:-L24QKp3PKQs_TQlrWjJ_Yp5vSkPzlRg60GA4BFwAkwK38_1cE7klgZBpUPmClzttKpPa8pae8pOGhH8DCgZX_Q7hrwCgmlkgnY0gmlwhKwS3EqKbXVsdGlhZGRyc5YACASsEtxKBjR8AAoErBLcSgY0fd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDPXJrFm6_CYkPCWlcOS9eeVgx6pYTMxfLIr09qLWPN8KDdGNwgjR8g3VkcII0foV3YWt1MgU"}'
|
|
2026-03-06 04:34:25.696 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-06 04:34:25.696 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-06 04:34:25.703 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-06 04:34:25.703 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-34-24__482e4a2b-18f6-46e3-89e7-9410d007b113__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:34:25.703 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-06 04:34:25.703 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-06 04:34:25.705 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-06 04:34:25.705 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.66.79
|
|
2026-03-06 04:34:25.705 DEBUG [src.node.docker_mananger] Generated ports ['19829', '19830', '19831', '19832', '19833']
|
|
2026-03-06 04:34:25.705 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-06 04:34:25.705 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-06 04:34:25.705 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-06 04:34:25.705 DEBUG [src.node.docker_mananger] docker run -i -t -p 19829:19829 -p 19830:19830 -p 19831:19831 -p 19832:19832 -p 19833:19833 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=19831 --rest-port=19829 --tcp-port=19830 --discv5-udp-port=19832 --rest-address=0.0.0.0 --nat=extip:172.18.66.79 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b5e8a142e16a9aee84faccdbb61f2d83b7af904eddfbcd4c1da38eba6ea0b3f0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19833 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QKp3PKQs_TQlrWjJ_Yp5vSkPzlRg60GA4BFwAkwK38_1cE7klgZBpUPmClzttKpPa8pae8pOGhH8DCgZX_Q7hrwCgmlkgnY0gmlwhKwS3EqKbXVsdGlhZGRyc5YACASsEtxKBjR8AAoErBLcSgY0fd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDPXJrFm6_CYkPCWlcOS9eeVgx6pYTMxfLIr09qLWPN8KDdGNwgjR8g3VkcII0foV3YWt1MgU --filternode=/ip4/172.18.220.74/tcp/13436/p2p/16Uiu2HAmGnrQsKNPTKj9PJriXrvUga4XfgJNRGPRwfC52qZdMkyf
|
|
2026-03-06 04:34:25.910 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.66.79 waku d5b0c49d7866d7e55e6f5238a945fc2f63859a1437d0b07276eeab87208091e0
|
|
2026-03-06 04:34:25.944 DEBUG [src.node.docker_mananger] Container started with ID d5b0c49d7866. Setting up logs at ./log/docker/node2_2026-03-06_04-34-24__482e4a2b-18f6-46e3-89e7-9410d007b113__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:34:25.944 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19829
|
|
2026-03-06 04:34:25.945 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-06 04:34:26.945 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19829/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:26.948 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-06 04:34:26.948 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-06 04:34:26.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19829/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:26.951 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.66.79/tcp/19830/p2p/16Uiu2HAmPQkv35zGxpmEMQPaQhGWmpuxPkXadEAkZQ7eqyZmVdH9","/ip4/172.18.66.79/tcp/19831/ws/p2p/16Uiu2HAmPQkv35zGxpmEMQPaQhGWmpuxPkXadEAkZQ7eqyZmVdH9"],"enrUri":"enr:-L24QNodBDhpSoUptMBcFQwjltaxq0ZF7ox8Y3lrxNEPedeuDQCBTw9nXnzRGyPNNJhESk4BgQWPejEw--Pzs8040WkCgmlkgnY0gmlwhKwSQk-KbXVsdGlhZGRyc5YACASsEkJPBk12AAoErBJCTwZNd90DgnJzhQADAQAAiXNlY3AyNTZrMaEDn8s7wLyLJXKGP2dh-t2LSXKN_jllfLN20bCCqIqFbtiDdGNwgk12g3VkcIJNeIV3YWt1MgA"}'
|
|
2026-03-06 04:34:26.951 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-06 04:34:26.952 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19829/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.220.74/tcp/13436/p2p/16Uiu2HAmGnrQsKNPTKj9PJriXrvUga4XfgJNRGPRwfC52qZdMkyf"]'
|
|
2026-03-06 04:34:26.989 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:34:26.990 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-03-06 04:34:26.990 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13435/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-06 04:34:27.008 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:34:27.009 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19829/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "b6fbc8d4-19ac-4798-9171-b8f61a068c31", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-06 04:34:27.023 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"b6fbc8d4-19ac-4798-9171-b8f61a068c31","statusDesc":"OK"}'
|
|
2026-03-06 04:34:27.025 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:19829/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-06 04:34:27.027 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:19829/filter/v2/subscriptions. Response content: b'{"requestId":"unknown","statusDesc":"BAD_REQUEST: Failed to decode request: (status: 400 Bad Request, headers: , kind: Error, errobj: (status: 400 Bad Request, message: \\"Invalid content body, could not decode. Unable to deserialize data: \\", contentType: \\"text/plain\\"))"}'
|
|
2026-03-06 04:34:27.031 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-06 04:34:27.032 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-06 04:34:27.032 DEBUG [src.node.waku_node] Stopping container with id efee0f9bb766
|
|
2026-03-06 04:34:27.629 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-06 04:34:27.631 DEBUG [src.node.waku_node] Stopping container with id d5b0c49d7866
|
|
2026-03-06 04:34:28.200 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-06 04:34:28.203 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-06 04:34:28.208 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-06 04:34:28.212 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|