mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-28 21:39:30 +00:00
75 lines
13 KiB
Plaintext
75 lines
13 KiB
Plaintext
2026-04-23 05:10:18.608 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-04-23 05:10:18.608 DEBUG [tests.conftest] Running test: test_filter_works_with_static_sharding with id: 2026-04-23_05-10-18__7065e3ab-bb4f-43a6-aab3-f4a10eb5d729
|
|
2026-04-23 05:10:18.608 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-04-23 05:10:18.609 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-04-23 05:10:18.609 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-04-23 05:10:18.616 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-04-23 05:10:18.616 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-04-23_05-10-18__7065e3ab-bb4f-43a6-aab3-f4a10eb5d729__wakuorg_nwaku:latest.log
|
|
2026-04-23 05:10:18.616 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-04-23 05:10:18.616 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-04-23 05:10:18.617 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-04-23 05:10:18.617 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.129.4
|
|
2026-04-23 05:10:18.618 DEBUG [src.node.docker_mananger] Generated ports ['46836', '46837', '46838', '46839', '46840']
|
|
2026-04-23 05:10:18.618 DEBUG [src.node.waku_node] Cluster id was resolved to: 199
|
|
2026-04-23 05:10:18.618 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-04-23 05:10:18.618 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-04-23 05:10:18.618 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-04-23 05:10:18.618 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-04-23 05:10:18.618 DEBUG [src.node.docker_mananger] docker run -i -t -p 46836:46836 -p 46837:46837 -p 46838:46838 -p 46839:46839 -p 46840:46840 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=46838 --rest-port=46836 --tcp-port=46837 --discv5-udp-port=46839 --rest-address=0.0.0.0 --nat=extip:172.18.129.4 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=4de3bbcffe771056cf3bcd36030bfbeb754b9e9aca91aedbfa85afff18a0ebde --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46840 --metrics-logging=true --relay=true --filter=true
|
|
2026-04-23 05:10:18.809 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.129.4 waku cff502f71b6c02ae9d5fb111b1de79c053e2bd4d672f8985cc09832b3a61488f
|
|
2026-04-23 05:10:18.849 DEBUG [src.node.docker_mananger] Container started with ID cff502f71b6c. Setting up logs at ./log/docker/node1_2026-04-23_05-10-18__7065e3ab-bb4f-43a6-aab3-f4a10eb5d729__wakuorg_nwaku:latest.log
|
|
2026-04-23 05:10:18.850 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 46836
|
|
2026-04-23 05:10:18.850 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-04-23 05:10:18.959 ERROR [src.node.docker_mananger] Max retries reached for container 8f42853cc45d. Exiting log stream.
|
|
2026-04-23 05:10:19.415 ERROR [src.node.docker_mananger] Max retries reached for container c329fcd50917. Exiting log stream.
|
|
2026-04-23 05:10:19.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46836/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:10:19.853 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-23 05:10:19.853 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-04-23 05:10:19.853 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46836/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:10:19.856 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.129.4/tcp/46837/p2p/16Uiu2HAmMjpCuAHDjFBBgpEdW1u4TfjEf32G7ao6LR2PJSsBM9BG","/ip4/172.18.129.4/tcp/46838/ws/p2p/16Uiu2HAmMjpCuAHDjFBBgpEdW1u4TfjEf32G7ao6LR2PJSsBM9BG"],"enrUri":"enr:-L24QNv-erWyQHX3En8zX6f-_7PGpRiSv9k0e2jhy3XY7C7dOdMcK8FLcWH58kxRNcCY8QmbhZWxHOdiANqGnmifEDUCgmlkgnY0gmlwhKwSgQSKbXVsdGlhZGRyc5YACASsEoEEBrb1AAoErBKBBAa29t0DgnJzhQDHAQAAiXNlY3AyNTZrMaEDhvWdpF1rc7ovpjewbIFMzWWYLiaRpXwJC32tiNGaOTODdGNwgrb1g3VkcIK294V3YWt1MgU"}'
|
|
2026-04-23 05:10:19.856 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-04-23 05:10:19.863 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-04-23 05:10:19.863 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-04-23_05-10-18__7065e3ab-bb4f-43a6-aab3-f4a10eb5d729__wakuorg_nwaku:latest.log
|
|
2026-04-23 05:10:19.863 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-04-23 05:10:19.863 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-04-23 05:10:19.865 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-04-23 05:10:19.865 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.68.86
|
|
2026-04-23 05:10:19.865 DEBUG [src.node.docker_mananger] Generated ports ['8807', '8808', '8809', '8810', '8811']
|
|
2026-04-23 05:10:19.865 DEBUG [src.node.waku_node] Cluster id was resolved to: 199
|
|
2026-04-23 05:10:19.865 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-04-23 05:10:19.865 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-04-23 05:10:19.865 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-04-23 05:10:19.865 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-04-23 05:10:19.865 DEBUG [src.node.docker_mananger] docker run -i -t -p 8807:8807 -p 8808:8808 -p 8809:8809 -p 8810:8810 -p 8811:8811 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=8809 --rest-port=8807 --tcp-port=8808 --discv5-udp-port=8810 --rest-address=0.0.0.0 --nat=extip:172.18.68.86 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=2bca0dbadecdeaf58de3ace4c77c16ae607ee2e5ffebec045bcefeb9488ec49b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8811 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QNv-erWyQHX3En8zX6f-_7PGpRiSv9k0e2jhy3XY7C7dOdMcK8FLcWH58kxRNcCY8QmbhZWxHOdiANqGnmifEDUCgmlkgnY0gmlwhKwSgQSKbXVsdGlhZGRyc5YACASsEoEEBrb1AAoErBKBBAa29t0DgnJzhQDHAQAAiXNlY3AyNTZrMaEDhvWdpF1rc7ovpjewbIFMzWWYLiaRpXwJC32tiNGaOTODdGNwgrb1g3VkcIK294V3YWt1MgU --filternode=/ip4/172.18.129.4/tcp/46837/p2p/16Uiu2HAmMjpCuAHDjFBBgpEdW1u4TfjEf32G7ao6LR2PJSsBM9BG
|
|
2026-04-23 05:10:20.041 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.68.86 waku c851194c48fc5f1425086f3eff8416ec77cc43a984d37937aaa5db5252f8ab2c
|
|
2026-04-23 05:10:20.078 DEBUG [src.node.docker_mananger] Container started with ID c851194c48fc. Setting up logs at ./log/docker/node2_2026-04-23_05-10-18__7065e3ab-bb4f-43a6-aab3-f4a10eb5d729__wakuorg_nwaku:latest.log
|
|
2026-04-23 05:10:20.078 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 8807
|
|
2026-04-23 05:10:20.078 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-04-23 05:10:21.079 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8807/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:10:21.081 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-23 05:10:21.082 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-04-23 05:10:21.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8807/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:10:21.084 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.68.86/tcp/8808/p2p/16Uiu2HAmBWiC3Wf5os6akKtn9fgNCaCrKmvs4uFUQegMGYcdyvW3","/ip4/172.18.68.86/tcp/8809/ws/p2p/16Uiu2HAmBWiC3Wf5os6akKtn9fgNCaCrKmvs4uFUQegMGYcdyvW3"],"enrUri":"enr:-L24QPnbxahAWhkZ0rycGI6ylPbswgoKnkMiiJ3ZDM2xmgyGRrdmfwi-YnWF4BBhIITIFH8nhy6Q4MUuKeqhYKYW8FkCgmlkgnY0gmlwhKwSRFaKbXVsdGlhZGRyc5YACASsEkRWBiJoAAoErBJEVgYiad0DgnJzhQDHAQAAiXNlY3AyNTZrMaEC7wVlJSkvb_tDvNCBbGmdxY_Bu6MAGNe2EHy-Gj7zKCiDdGNwgiJog3VkcIIiaoV3YWt1MgA"}'
|
|
2026-04-23 05:10:21.084 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-04-23 05:10:21.085 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8807/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.129.4/tcp/46837/p2p/16Uiu2HAmMjpCuAHDjFBBgpEdW1u4TfjEf32G7ao6LR2PJSsBM9BG"]'
|
|
2026-04-23 05:10:21.108 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-04-23 05:10:21.109 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46836/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/199/0"]'
|
|
2026-04-23 05:10:21.115 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-04-23 05:10:21.117 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8807/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "0e101a8b-2dd4-4c7f-a76a-ccbf811139c1", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/199/0"}'
|
|
2026-04-23 05:10:21.126 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"0e101a8b-2dd4-4c7f-a76a-ccbf811139c1","statusDesc":"OK"}'
|
|
2026-04-23 05:10:21.126 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46836/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-04-23 05:10:21.133 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-04-23 05:10:21.134 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-04-23 05:10:21.234 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-04-23 05:10:21.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8807/filter/v2/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:10:21.237 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776921021126628858,"ephemeral":false}]'
|
|
2026-04-23 05:10:21.240 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-04-23 05:10:21.241 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-04-23 05:10:21.241 DEBUG [src.node.waku_node] Stopping container with id cff502f71b6c
|
|
2026-04-23 05:10:21.739 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-04-23 05:10:21.739 DEBUG [src.node.waku_node] Stopping container with id c851194c48fc
|
|
2026-04-23 05:10:22.201 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-04-23 05:10:22.202 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-04-23 05:10:22.215 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-04-23 05:10:22.221 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|