mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 18:09:25 +00:00
89 lines
15 KiB
Plaintext
89 lines
15 KiB
Plaintext
2026-02-25 19:25:55.832 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-25 19:25:55.832 DEBUG [tests.conftest] Running test: test_filter_get_message_after_node_pauses_and_pauses with id: 2026-02-25_19-25-55__f45dbf34-1ffa-487f-89ae-35adb0d47268
|
|
2026-02-25 19:25:55.832 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-25 19:25:55.832 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-02-25 19:25:55.833 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-02-25 19:25:55.839 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 19:25:55.839 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-25_19-25-55__f45dbf34-1ffa-487f-89ae-35adb0d47268__wakuorg_nwaku:latest.log
|
|
2026-02-25 19:25:55.839 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 19:25:55.840 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 19:25:55.841 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 19:25:55.841 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.208.126
|
|
2026-02-25 19:25:55.841 DEBUG [src.node.docker_mananger] Generated ports ['3196', '3197', '3198', '3199', '3200']
|
|
2026-02-25 19:25:55.842 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 19:25:55.842 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 19:25:55.842 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 19:25:55.842 DEBUG [src.node.docker_mananger] docker run -i -t -p 3196:3196 -p 3197:3197 -p 3198:3198 -p 3199:3199 -p 3200:3200 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=3198 --rest-port=3196 --tcp-port=3197 --discv5-udp-port=3199 --rest-address=0.0.0.0 --nat=extip:172.18.208.126 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4eba625eabb02db9d0174f1beaf1e0d48419ab2c85db4a9c3cebe1ad9cc35b1e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3200 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-25 19:25:56.028 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.208.126 waku c8ef82490b3a39138375e07237fc94a26ad8f4e54a2fd4c9edc12ac37a5d4019
|
|
2026-02-25 19:25:56.035 ERROR [src.node.docker_mananger] Max retries reached for container 4df45e3f1f82. Exiting log stream.
|
|
2026-02-25 19:25:56.061 DEBUG [src.node.docker_mananger] Container started with ID c8ef82490b3a. Setting up logs at ./log/docker/node1_2026-02-25_19-25-55__f45dbf34-1ffa-487f-89ae-35adb0d47268__wakuorg_nwaku:latest.log
|
|
2026-02-25 19:25:56.061 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 3196
|
|
2026-02-25 19:25:56.062 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 19:25:56.620 ERROR [src.node.docker_mananger] Max retries reached for container 0a3a8a9c9c72. Exiting log stream.
|
|
2026-02-25 19:25:57.062 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3196/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 19:25:57.065 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-02-25 19:25:57.065 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 19:25:57.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3196/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 19:25:57.068 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.208.126/tcp/3197/p2p/16Uiu2HAmRe8HcbD14GfB8GQBtTE1yMbQd7MoihM1m3fawVY4h6pf","/ip4/172.18.208.126/tcp/3198/ws/p2p/16Uiu2HAmRe8HcbD14GfB8GQBtTE1yMbQd7MoihM1m3fawVY4h6pf"],"enrUri":"enr:-L24QCX2KTa7EV6BIvsW2LZCGbV0hiwdeVbpSAUxb8WjKtnuBl_K9JddFaQOOxiZpydk-TFjGrPtUTwr8sWB8Mhs0vUCgmlkgnY0gmlwhKwS0H6KbXVsdGlhZGRyc5YACASsEtB-Bgx9AAoErBLQfgYMft0DgnJzhQADAQAAiXNlY3AyNTZrMaEDwO9SvePUab2OxFKgAYG58kirOr9lh4kvdCUFtPzLE1CDdGNwggx9g3VkcIIMf4V3YWt1MgU"}'
|
|
2026-02-25 19:25:57.068 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 19:25:57.068 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-02-25 19:25:57.075 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 19:25:57.075 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-25_19-25-55__f45dbf34-1ffa-487f-89ae-35adb0d47268__wakuorg_nwaku:latest.log
|
|
2026-02-25 19:25:57.075 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 19:25:57.075 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 19:25:57.077 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 19:25:57.077 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.165.190
|
|
2026-02-25 19:25:57.077 DEBUG [src.node.docker_mananger] Generated ports ['37376', '37377', '37378', '37379', '37380']
|
|
2026-02-25 19:25:57.077 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 19:25:57.077 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 19:25:57.077 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 19:25:57.077 DEBUG [src.node.docker_mananger] docker run -i -t -p 37376:37376 -p 37377:37377 -p 37378:37378 -p 37379:37379 -p 37380:37380 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=37378 --rest-port=37376 --tcp-port=37377 --discv5-udp-port=37379 --rest-address=0.0.0.0 --nat=extip:172.18.165.190 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2dfcbbae3ecffd63deee89bbdb3eeabb4e5bd879b2fc5d9eb0dcefe3ad3951b1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37380 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QCX2KTa7EV6BIvsW2LZCGbV0hiwdeVbpSAUxb8WjKtnuBl_K9JddFaQOOxiZpydk-TFjGrPtUTwr8sWB8Mhs0vUCgmlkgnY0gmlwhKwS0H6KbXVsdGlhZGRyc5YACASsEtB-Bgx9AAoErBLQfgYMft0DgnJzhQADAQAAiXNlY3AyNTZrMaEDwO9SvePUab2OxFKgAYG58kirOr9lh4kvdCUFtPzLE1CDdGNwggx9g3VkcIIMf4V3YWt1MgU --filternode=/ip4/172.18.208.126/tcp/3197/p2p/16Uiu2HAmRe8HcbD14GfB8GQBtTE1yMbQd7MoihM1m3fawVY4h6pf
|
|
2026-02-25 19:25:57.274 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.165.190 waku 62db9ab58d458dfb33ebf2c5b70f891b48a9c0dc60249c22926cfa96c87d5faa
|
|
2026-02-25 19:25:57.306 DEBUG [src.node.docker_mananger] Container started with ID 62db9ab58d45. Setting up logs at ./log/docker/node2_2026-02-25_19-25-55__f45dbf34-1ffa-487f-89ae-35adb0d47268__wakuorg_nwaku:latest.log
|
|
2026-02-25 19:25:57.306 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37376
|
|
2026-02-25 19:25:57.307 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 19:25:58.308 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37376/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 19:25:58.311 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-02-25 19:25:58.311 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 19:25:58.311 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37376/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 19:25:58.313 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.165.190/tcp/37377/p2p/16Uiu2HAmKWDrLdXV8rUV1eqQXF3Gh98ZZExwcFjxQDg1msDcoRNz","/ip4/172.18.165.190/tcp/37378/ws/p2p/16Uiu2HAmKWDrLdXV8rUV1eqQXF3Gh98ZZExwcFjxQDg1msDcoRNz"],"enrUri":"enr:-L24QOnWq_awLjqd7jrbg54OKxEdVxeX0utBhUl7HC1um6zoFwviA6SMFf_ZULJwPlseJG8u3ygHkBc21qZI6CXm8xkCgmlkgnY0gmlwhKwSpb6KbXVsdGlhZGRyc5YACASsEqW-BpIBAAoErBKlvgaSAt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDZcLYvvwgbSazcfeLLs6jSxsbU0OpMjs0O6paIB37tLuDdGNwgpIBg3VkcIKSA4V3YWt1MgA"}'
|
|
2026-02-25 19:25:58.313 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 19:25:58.314 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37376/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.208.126/tcp/3197/p2p/16Uiu2HAmRe8HcbD14GfB8GQBtTE1yMbQd7MoihM1m3fawVY4h6pf"]'
|
|
2026-02-25 19:25:58.349 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 19:25:58.351 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-02-25 19:25:58.352 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3196/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-02-25 19:25:58.371 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 19:25:58.374 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37376/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1ecf5dd4-07f7-4142-90dd-b3676590e218", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-25 19:25:58.387 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1ecf5dd4-07f7-4142-90dd-b3676590e218","statusDesc":"OK"}'
|
|
2026-02-25 19:25:58.389 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3196/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-25 19:25:58.396 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 19:25:58.396 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-25 19:25:58.497 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 19:25:58.497 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37376/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 19:25:58.499 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772047558388976833,"ephemeral":false}]'
|
|
2026-02-25 19:25:58.501 DEBUG [src.node.waku_node] Pausing container with id c8ef82490b3a
|
|
2026-02-25 19:25:58.510 DEBUG [src.node.waku_node] Unpause container with id c8ef82490b3a
|
|
2026-02-25 19:25:58.520 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3196/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TTE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-25 19:25:58.525 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 19:25:58.525 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-25 19:25:58.625 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 19:25:58.626 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37376/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 19:25:58.628 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TTE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772047558520631200,"ephemeral":false}]'
|
|
2026-02-25 19:25:58.630 DEBUG [src.node.waku_node] Pausing container with id 62db9ab58d45
|
|
2026-02-25 19:25:58.639 DEBUG [src.node.waku_node] Unpause container with id 62db9ab58d45
|
|
2026-02-25 19:25:58.647 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3196/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TTI=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-25 19:25:58.652 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 19:25:58.652 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-25 19:25:58.753 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 19:25:58.753 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37376/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 19:25:58.755 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TTI=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772047558647705831,"ephemeral":false}]'
|
|
2026-02-25 19:25:58.758 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-25 19:25:58.759 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-25 19:25:58.759 DEBUG [src.node.waku_node] Stopping container with id c8ef82490b3a
|
|
2026-02-25 19:25:59.305 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 19:25:59.307 DEBUG [src.node.waku_node] Stopping container with id 62db9ab58d45
|
|
2026-02-25 19:25:59.840 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 19:25:59.845 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-25 19:25:59.850 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-25 19:25:59.854 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|