mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-26 20:29:35 +00:00
75 lines
13 KiB
Plaintext
75 lines
13 KiB
Plaintext
2026-04-22 23:59:53.470 INFO [tests.conftest] Fleet bootstrap inactive – pass --fleet (or set FLEET_BOOTSTRAP=true) to connect local nodes to the waku.test fleet
|
||
2026-04-22 23:59:53.471 DEBUG [tests.conftest] Running fixture setup: test_id
|
||
2026-04-22 23:59:53.471 DEBUG [tests.conftest] Running test: test_filter_get_message_with_150_kb_payload with id: 2026-04-22_23-59-53__cb96b946-9cb2-4c14-b5eb-9da9238756ab
|
||
2026-04-22 23:59:53.471 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||
2026-04-22 23:59:53.472 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||
2026-04-22 23:59:53.472 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||
2026-04-22 23:59:53.478 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||
2026-04-22 23:59:53.479 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-04-22_23-59-53__cb96b946-9cb2-4c14-b5eb-9da9238756ab__wakuorg_nwaku:latest.log
|
||
2026-04-22 23:59:53.479 DEBUG [src.node.waku_node] Starting Node...
|
||
2026-04-22 23:59:53.479 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||
2026-04-22 23:59:53.480 DEBUG [src.node.docker_mananger] Network waku already exists
|
||
2026-04-22 23:59:53.481 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.111.185
|
||
2026-04-22 23:59:53.481 DEBUG [src.node.docker_mananger] Generated ports ['7741', '7742', '7743', '7744', '7745']
|
||
2026-04-22 23:59:53.481 DEBUG [src.node.waku_node] RLN credentials were not set
|
||
2026-04-22 23:59:53.481 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||
2026-04-22 23:59:53.481 DEBUG [src.node.waku_node] Using volumes []
|
||
2026-04-22 23:59:53.482 DEBUG [src.node.docker_mananger] docker run -i -t -p 7741:7741 -p 7742:7742 -p 7743:7743 -p 7744:7744 -p 7745:7745 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=7743 --rest-port=7741 --tcp-port=7742 --discv5-udp-port=7744 --rest-address=0.0.0.0 --nat=extip:172.18.111.185 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=67fa0e1dc113517ccfeffc4dc7e9abb9ad5fe9e8bf7f2fe1adc751be66b7f81a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7745 --metrics-logging=true --relay=true --filter=true
|
||
2026-04-22 23:59:53.710 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.111.185 waku 76c4a3f233fbc3071d6d802b516769dafdd09ffd46e49b4b05f808b7f54779d2
|
||
2026-04-22 23:59:53.736 DEBUG [src.node.docker_mananger] Container started with ID 76c4a3f233fb. Setting up logs at ./log/docker/node1_2026-04-22_23-59-53__cb96b946-9cb2-4c14-b5eb-9da9238756ab__wakuorg_nwaku:latest.log
|
||
2026-04-22 23:59:53.737 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7741
|
||
2026-04-22 23:59:53.738 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||
2026-04-22 23:59:53.756 ERROR [src.node.docker_mananger] Max retries reached for container 3476b77272b6. Exiting log stream.
|
||
2026-04-22 23:59:54.294 ERROR [src.node.docker_mananger] Max retries reached for container 8c74526075d7. Exiting log stream.
|
||
2026-04-22 23:59:54.738 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7741/health" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:59:54.740 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"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||
2026-04-22 23:59:54.740 INFO [src.node.waku_node] Node protocols are initialized !!
|
||
2026-04-22 23:59:54.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7741/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:59:54.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.111.185/tcp/7742/p2p/16Uiu2HAmQyx5bFnvxt26qNqePSvbRGBV2HUKyCeNgktxDFS7YwZb","/ip4/172.18.111.185/tcp/7743/ws/p2p/16Uiu2HAmQyx5bFnvxt26qNqePSvbRGBV2HUKyCeNgktxDFS7YwZb"],"enrUri":"enr:-L24QAGOCYmnpvPu5xdoeN3rTgGV_NUIlue2lNKczRaEK_KYbpbByXYcjZ2bIclEfX_wPePgwijd9aXQwZZ5fMQ-7MkCgmlkgnY0gmlwhKwSb7mKbXVsdGlhZGRyc5YACASsEm-5Bh4-AAoErBJvuQYeP90DgnJzhQDGAQAAiXNlY3AyNTZrMaEDtye2BtWVaIbAG1-WWZmvWUJ-8fyblOcXz9qWxbXDMVKDdGNwgh4-g3VkcIIeQIV3YWt1MgU"}'
|
||
2026-04-22 23:59:54.743 INFO [src.node.waku_node] REST service is ready !!
|
||
2026-04-22 23:59:54.743 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||
2026-04-22 23:59:54.749 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||
2026-04-22 23:59:54.749 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-04-22_23-59-53__cb96b946-9cb2-4c14-b5eb-9da9238756ab__wakuorg_nwaku:latest.log
|
||
2026-04-22 23:59:54.749 DEBUG [src.node.waku_node] Starting Node...
|
||
2026-04-22 23:59:54.749 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||
2026-04-22 23:59:54.750 DEBUG [src.node.docker_mananger] Network waku already exists
|
||
2026-04-22 23:59:54.750 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.218.67
|
||
2026-04-22 23:59:54.750 DEBUG [src.node.docker_mananger] Generated ports ['56866', '56867', '56868', '56869', '56870']
|
||
2026-04-22 23:59:54.750 DEBUG [src.node.waku_node] RLN credentials were not set
|
||
2026-04-22 23:59:54.750 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||
2026-04-22 23:59:54.750 DEBUG [src.node.waku_node] Using volumes []
|
||
2026-04-22 23:59:54.751 DEBUG [src.node.docker_mananger] docker run -i -t -p 56866:56866 -p 56867:56867 -p 56868:56868 -p 56869:56869 -p 56870:56870 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=56868 --rest-port=56866 --tcp-port=56867 --discv5-udp-port=56869 --rest-address=0.0.0.0 --nat=extip:172.18.218.67 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=fddd4dd8c2d2c47ce3a66dcaebcf48ecb9fa4fc567570665f65ad1b4bbf1f6e7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56870 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QAGOCYmnpvPu5xdoeN3rTgGV_NUIlue2lNKczRaEK_KYbpbByXYcjZ2bIclEfX_wPePgwijd9aXQwZZ5fMQ-7MkCgmlkgnY0gmlwhKwSb7mKbXVsdGlhZGRyc5YACASsEm-5Bh4-AAoErBJvuQYeP90DgnJzhQDGAQAAiXNlY3AyNTZrMaEDtye2BtWVaIbAG1-WWZmvWUJ-8fyblOcXz9qWxbXDMVKDdGNwgh4-g3VkcIIeQIV3YWt1MgU --filternode=/ip4/172.18.111.185/tcp/7742/p2p/16Uiu2HAmQyx5bFnvxt26qNqePSvbRGBV2HUKyCeNgktxDFS7YwZb
|
||
2026-04-22 23:59:55.064 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.218.67 waku 9239b20454b6a5d7222d9b65aad3db51f05effe0ded78c201085604ae5d0bb77
|
||
2026-04-22 23:59:55.104 DEBUG [src.node.docker_mananger] Container started with ID 9239b20454b6. Setting up logs at ./log/docker/node2_2026-04-22_23-59-53__cb96b946-9cb2-4c14-b5eb-9da9238756ab__wakuorg_nwaku:latest.log
|
||
2026-04-22 23:59:55.104 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56866
|
||
2026-04-22 23:59:55.105 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||
2026-04-22 23:59:56.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56866/health" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:59:56.107 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"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||
2026-04-22 23:59:56.108 INFO [src.node.waku_node] Node protocols are initialized !!
|
||
2026-04-22 23:59:56.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56866/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:59:56.109 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.218.67/tcp/56867/p2p/16Uiu2HAm1NSN27USgicx6VpfjCTUNwwT3g4XeUbbG3qfukUsG8qU","/ip4/172.18.218.67/tcp/56868/ws/p2p/16Uiu2HAm1NSN27USgicx6VpfjCTUNwwT3g4XeUbbG3qfukUsG8qU"],"enrUri":"enr:-L24QPQexmlF5XRq0vzGVV-vbjAPkdHbALEIjOg0oC15HoIoU4GmpkVbX6muv7KAm6_DdzuwWC9MigdG-Abl28QDqn0CgmlkgnY0gmlwhKwS2kOKbXVsdGlhZGRyc5YACASsEtpDBt4jAAoErBLaQwbeJN0DgnJzhQDGAQAAiXNlY3AyNTZrMaECWFH7io2rYyGmia9lYqhXdxrP_7D7KmFyxq_R5An-mQ-DdGNwgt4jg3VkcILeJYV3YWt1MgA"}'
|
||
2026-04-22 23:59:56.110 INFO [src.node.waku_node] REST service is ready !!
|
||
2026-04-22 23:59:56.110 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56866/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.111.185/tcp/7742/p2p/16Uiu2HAmQyx5bFnvxt26qNqePSvbRGBV2HUKyCeNgktxDFS7YwZb"]'
|
||
2026-04-22 23:59:56.132 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:59:56.133 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||
2026-04-22 23:59:56.133 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7741/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/1"]'
|
||
2026-04-22 23:59:56.137 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:59:56.138 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56866/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "a12dd741-c8a1-43a5-89a4-cc2b4c53047f", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
||
2026-04-22 23:59:56.145 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"a12dd741-c8a1-43a5-89a4-cc2b4c53047f","statusDesc":"OK"}'
|
||
2026-04-22 23:59:56.148 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||
2026-04-22 23:59:56.164 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:59:56.164 DEBUG [src.libs.common] Sleeping for 2 seconds
|
||
2026-04-22 23:59:58.164 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-22 23:59:58.165 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56866/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:59:58.169 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||
2026-04-22 23:59:58.172 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||
2026-04-22 23:59:58.173 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||
2026-04-22 23:59:58.173 DEBUG [src.node.waku_node] Stopping container with id 76c4a3f233fb
|
||
2026-04-22 23:59:59.516 DEBUG [src.node.waku_node] Container stopped.
|
||
2026-04-22 23:59:59.517 DEBUG [src.node.waku_node] Stopping container with id 9239b20454b6
|
||
2026-04-23 00:00:00.344 ERROR [src.node.docker_mananger] Max retries reached for container 76c4a3f233fb. Exiting log stream.
|
||
2026-04-23 00:00:00.491 DEBUG [src.node.waku_node] Container stopped.
|
||
2026-04-23 00:00:00.493 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||
2026-04-23 00:00:00.502 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||
2026-04-23 00:00:00.507 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|