mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 18:09:25 +00:00
69 lines
13 KiB
Plaintext
69 lines
13 KiB
Plaintext
2026-03-15 04:53:45.337 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-15 04:53:45.338 DEBUG [tests.conftest] Running test: test_filter_update_subscription_with_pubsub_topic_list_instead_of_string with id: 2026-03-15_04-53-45__3c70b43d-f4b0-4f5d-a6a4-edd15948c44c
|
|
2026-03-15 04:53:45.338 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-15 04:53:45.338 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-15 04:53:45.339 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-15 04:53:45.347 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-15 04:53:45.347 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-15_04-53-45__3c70b43d-f4b0-4f5d-a6a4-edd15948c44c__wakuorg_nwaku:latest.log
|
|
2026-03-15 04:53:45.347 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-15 04:53:45.348 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-15 04:53:45.349 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-15 04:53:45.350 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.245.246
|
|
2026-03-15 04:53:45.350 DEBUG [src.node.docker_mananger] Generated ports ['64974', '64975', '64976', '64977', '64978']
|
|
2026-03-15 04:53:45.350 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-15 04:53:45.350 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-15 04:53:45.350 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-15 04:53:45.350 DEBUG [src.node.docker_mananger] docker run -i -t -p 64974:64974 -p 64975:64975 -p 64976:64976 -p 64977:64977 -p 64978:64978 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=64976 --rest-port=64974 --tcp-port=64975 --discv5-udp-port=64977 --rest-address=0.0.0.0 --nat=extip:172.18.245.246 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c3f4aaecfc56ae67961d7eceff4aa1ecbb1fde40eabcd87e00dca1a32b15bd99 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64978 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-15 04:53:45.499 ERROR [src.node.docker_mananger] Max retries reached for container a6b5224c6ead. Exiting log stream.
|
|
2026-03-15 04:53:45.547 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.245.246 waku 8afd7557c19a362b49d869c7b57a718d9d92da2cc078c83f48fa97bb9b859a21
|
|
2026-03-15 04:53:45.588 DEBUG [src.node.docker_mananger] Container started with ID 8afd7557c19a. Setting up logs at ./log/docker/node1_2026-03-15_04-53-45__3c70b43d-f4b0-4f5d-a6a4-edd15948c44c__wakuorg_nwaku:latest.log
|
|
2026-03-15 04:53:45.589 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 64974
|
|
2026-03-15 04:53:45.590 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-15 04:53:46.134 ERROR [src.node.docker_mananger] Max retries reached for container 47987b2a5ebf. Exiting log stream.
|
|
2026-03-15 04:53:46.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64974/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:53:46.593 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-15 04:53:46.594 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-15 04:53:46.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64974/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:53:46.596 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.245.246/tcp/64975/p2p/16Uiu2HAmCfVccXZxH8RCrXJyfcgc4hrUYd62UcBxf1djCxScTpEx","/ip4/172.18.245.246/tcp/64976/ws/p2p/16Uiu2HAmCfVccXZxH8RCrXJyfcgc4hrUYd62UcBxf1djCxScTpEx"],"enrUri":"enr:-L24QLTxvIgB0jymSlBPvZ2Eh59gKjTwmlK1l2CJcIdFrw1RRPUU1HmFp8aVN5zaEUWIhJ9f0HNE04zYhEm2xt9FBmYCgmlkgnY0gmlwhKwS9faKbXVsdGlhZGRyc5YACASsEvX2Bv3PAAoErBL19gb90N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDACEW0Xxpa3eBVnYqmetLjcQ4uNlde7isncRle8B2t-WDdGNwgv3Pg3VkcIL90YV3YWt1MgU"}'
|
|
2026-03-15 04:53:46.597 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-15 04:53:46.597 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-15 04:53:46.605 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-15 04:53:46.605 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-15_04-53-45__3c70b43d-f4b0-4f5d-a6a4-edd15948c44c__wakuorg_nwaku:latest.log
|
|
2026-03-15 04:53:46.605 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-15 04:53:46.605 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-15 04:53:46.607 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-15 04:53:46.607 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.111.245
|
|
2026-03-15 04:53:46.607 DEBUG [src.node.docker_mananger] Generated ports ['35715', '35716', '35717', '35718', '35719']
|
|
2026-03-15 04:53:46.607 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-15 04:53:46.607 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-15 04:53:46.607 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-15 04:53:46.607 DEBUG [src.node.docker_mananger] docker run -i -t -p 35715:35715 -p 35716:35716 -p 35717:35717 -p 35718:35718 -p 35719:35719 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=35717 --rest-port=35715 --tcp-port=35716 --discv5-udp-port=35718 --rest-address=0.0.0.0 --nat=extip:172.18.111.245 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cdf68f18bbc2d7e1fbaa1db5c19fefefee9d1b7ac699ffd2b6e1cfea8d0f5a22 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35719 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QLTxvIgB0jymSlBPvZ2Eh59gKjTwmlK1l2CJcIdFrw1RRPUU1HmFp8aVN5zaEUWIhJ9f0HNE04zYhEm2xt9FBmYCgmlkgnY0gmlwhKwS9faKbXVsdGlhZGRyc5YACASsEvX2Bv3PAAoErBL19gb90N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDACEW0Xxpa3eBVnYqmetLjcQ4uNlde7isncRle8B2t-WDdGNwgv3Pg3VkcIL90YV3YWt1MgU --filternode=/ip4/172.18.245.246/tcp/64975/p2p/16Uiu2HAmCfVccXZxH8RCrXJyfcgc4hrUYd62UcBxf1djCxScTpEx
|
|
2026-03-15 04:53:46.818 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.111.245 waku ecd006b5566e6d53ae45d4ed11ac3d7bc155226681dc8889a490415490659240
|
|
2026-03-15 04:53:46.856 DEBUG [src.node.docker_mananger] Container started with ID ecd006b5566e. Setting up logs at ./log/docker/node2_2026-03-15_04-53-45__3c70b43d-f4b0-4f5d-a6a4-edd15948c44c__wakuorg_nwaku:latest.log
|
|
2026-03-15 04:53:46.856 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 35715
|
|
2026-03-15 04:53:46.856 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-15 04:53:47.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:53:47.860 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-15 04:53:47.860 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-15 04:53:47.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:53:47.863 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.111.245/tcp/35716/p2p/16Uiu2HAmGPdynUHqu7vySUGJXF6vm9h5tZECd7EUvSQ4GvYGsjET","/ip4/172.18.111.245/tcp/35717/ws/p2p/16Uiu2HAmGPdynUHqu7vySUGJXF6vm9h5tZECd7EUvSQ4GvYGsjET"],"enrUri":"enr:-L24QFswm83_D3MjAtXgAwnj_VbIC8AypIkH3lVJhJo7W3PeCOn7VJMMT44-36rB1iKHN2DoG0jVkxDXtOaJTz32kzkCgmlkgnY0gmlwhKwSb_WKbXVsdGlhZGRyc5YACASsEm_1BouEAAoErBJv9QaLhd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDN4AAk_m4XSa82D7q4WE_UjRPQuo7vGPwwILUtsR-BtSDdGNwgouEg3VkcIKLhoV3YWt1MgA"}'
|
|
2026-03-15 04:53:47.863 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-15 04:53:47.864 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35715/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.245.246/tcp/64975/p2p/16Uiu2HAmCfVccXZxH8RCrXJyfcgc4hrUYd62UcBxf1djCxScTpEx"]'
|
|
2026-03-15 04:53:47.900 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-15 04:53:47.902 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-03-15 04:53:47.902 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64974/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-15 04:53:47.923 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-15 04:53:47.925 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35715/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "b33a5c8d-f758-4d07-9cea-7ebcfdfc11e7", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-15 04:53:47.938 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"b33a5c8d-f758-4d07-9cea-7ebcfdfc11e7","statusDesc":"OK"}'
|
|
2026-03-15 04:53:47.942 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:35715/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": ["/waku/2/rs/3/1"]}'
|
|
2026-03-15 04:53:47.945 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:35715/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-15 04:53:47.948 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-15 04:53:47.949 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-15 04:53:47.949 DEBUG [src.node.waku_node] Stopping container with id 8afd7557c19a
|
|
2026-03-15 04:53:48.590 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-15 04:53:48.592 DEBUG [src.node.waku_node] Stopping container with id ecd006b5566e
|
|
2026-03-15 04:53:49.170 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-15 04:53:49.174 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-15 04:53:49.183 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-15 04:53:49.188 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|