mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-04 06:53:07 +00:00
75 lines
13 KiB
Plaintext
75 lines
13 KiB
Plaintext
2025-12-18 04:19:43.197 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-18 04:19:43.197 DEBUG [tests.conftest] Running test: test_filter_works_with_static_sharding with id: 2025-12-18_04-19-43__3e0e52f4-546c-4b5c-8b64-6b77b06689bb
|
|
2025-12-18 04:19:43.197 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-18 04:19:43.197 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-18 04:19:43.198 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2025-12-18 04:19:43.205 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-18 04:19:43.205 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-18_04-19-43__3e0e52f4-546c-4b5c-8b64-6b77b06689bb__wakuorg_nwaku:latest.log
|
|
2025-12-18 04:19:43.205 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-18 04:19:43.205 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-18 04:19:43.206 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-18 04:19:43.207 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.131.106
|
|
2025-12-18 04:19:43.207 DEBUG [src.node.docker_mananger] Generated ports ['26119', '26120', '26121', '26122', '26123']
|
|
2025-12-18 04:19:43.207 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2025-12-18 04:19:43.207 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-18 04:19:43.207 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-18 04:19:43.207 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-18 04:19:43.207 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-18 04:19:43.207 DEBUG [src.node.docker_mananger] docker run -i -t -p 26119:26119 -p 26120:26120 -p 26121:26121 -p 26122:26122 -p 26123:26123 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=26121 --rest-port=26119 --tcp-port=26120 --discv5-udp-port=26122 --rest-address=0.0.0.0 --nat=extip:172.18.131.106 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=7f68faec4eab4f9bd3c07dda4d7bf6c6acdf2ff8fe75ea2a59e1daadcb7bcc02 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26123 --metrics-logging=true --relay=true --filter=true
|
|
2025-12-18 04:19:43.393 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.131.106 waku ae1776c7ec76477f6251f500d554fc14b5e2d70a66dc9acfe8f910a5556ba08b
|
|
2025-12-18 04:19:43.427 DEBUG [src.node.docker_mananger] Container started with ID ae1776c7ec76. Setting up logs at ./log/docker/node1_2025-12-18_04-19-43__3e0e52f4-546c-4b5c-8b64-6b77b06689bb__wakuorg_nwaku:latest.log
|
|
2025-12-18 04:19:43.427 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 26119
|
|
2025-12-18 04:19:43.428 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-18 04:19:43.520 ERROR [src.node.docker_mananger] Max retries reached for container 7739fdbd6a87. Exiting log stream.
|
|
2025-12-18 04:19:43.986 ERROR [src.node.docker_mananger] Max retries reached for container 3c446da69c81. Exiting log stream.
|
|
2025-12-18 04:19:44.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26119/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:19:44.431 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
|
2025-12-18 04:19:44.432 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-18 04:19:44.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26119/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:19:44.434 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.131.106/tcp/26120/p2p/16Uiu2HAm3AfYVD8xZPMBcHNBu4K41MEza2hXechQdYtdms8zSfsS","/ip4/172.18.131.106/tcp/26121/ws/p2p/16Uiu2HAm3AfYVD8xZPMBcHNBu4K41MEza2hXechQdYtdms8zSfsS"],"enrUri":"enr:-L24QFV4RrpdIaDRBZTqlyqmYihxqYeCgcwIX_0rrRsLRNXCBoZcHqFK1JktJdQnCg-CSQSq6d8KeXhKKT8LNf65kSUCgmlkgnY0gmlwhKwSg2qKbXVsdGlhZGRyc5YACASsEoNqBmYIAAoErBKDagZmCd0DgnJzhQACAQAAiXNlY3AyNTZrMaECcwVKOOKmwET7Ob5ss2LQ1Xfn5dz3-1aGfrvqCkH4UR2DdGNwgmYIg3VkcIJmCoV3YWt1MgU"}'
|
|
2025-12-18 04:19:44.434 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-18 04:19:44.441 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-18 04:19:44.441 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-18_04-19-43__3e0e52f4-546c-4b5c-8b64-6b77b06689bb__wakuorg_nwaku:latest.log
|
|
2025-12-18 04:19:44.441 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-18 04:19:44.441 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-18 04:19:44.442 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-18 04:19:44.443 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.199.125
|
|
2025-12-18 04:19:44.443 DEBUG [src.node.docker_mananger] Generated ports ['32306', '32307', '32308', '32309', '32310']
|
|
2025-12-18 04:19:44.443 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2025-12-18 04:19:44.443 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-18 04:19:44.443 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-18 04:19:44.443 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-18 04:19:44.443 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-18 04:19:44.443 DEBUG [src.node.docker_mananger] docker run -i -t -p 32306:32306 -p 32307:32307 -p 32308:32308 -p 32309:32309 -p 32310:32310 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=32308 --rest-port=32306 --tcp-port=32307 --discv5-udp-port=32309 --rest-address=0.0.0.0 --nat=extip:172.18.199.125 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=2f1f80abaca019255eafbdd7f8d2f854dc25ea04e364cc09f5885d632ca3de1b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32310 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QFV4RrpdIaDRBZTqlyqmYihxqYeCgcwIX_0rrRsLRNXCBoZcHqFK1JktJdQnCg-CSQSq6d8KeXhKKT8LNf65kSUCgmlkgnY0gmlwhKwSg2qKbXVsdGlhZGRyc5YACASsEoNqBmYIAAoErBKDagZmCd0DgnJzhQACAQAAiXNlY3AyNTZrMaECcwVKOOKmwET7Ob5ss2LQ1Xfn5dz3-1aGfrvqCkH4UR2DdGNwgmYIg3VkcIJmCoV3YWt1MgU --filternode=/ip4/172.18.131.106/tcp/26120/p2p/16Uiu2HAm3AfYVD8xZPMBcHNBu4K41MEza2hXechQdYtdms8zSfsS
|
|
2025-12-18 04:19:44.624 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.199.125 waku 6317afad1a9e7f3c37ed80f0683b68ce5feff519b09aa22c428e9c150b5bd21e
|
|
2025-12-18 04:19:44.655 DEBUG [src.node.docker_mananger] Container started with ID 6317afad1a9e. Setting up logs at ./log/docker/node2_2025-12-18_04-19-43__3e0e52f4-546c-4b5c-8b64-6b77b06689bb__wakuorg_nwaku:latest.log
|
|
2025-12-18 04:19:44.655 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 32306
|
|
2025-12-18 04:19:44.656 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-18 04:19:45.656 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32306/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:19:45.660 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln 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":"READY"}]}'
|
|
2025-12-18 04:19:45.660 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-18 04:19:45.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32306/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:19:45.663 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.199.125/tcp/32307/p2p/16Uiu2HAmKkJVWtkKGJcUdmumH6ch38BouuizJJnJnwW1FMpxdR3o","/ip4/172.18.199.125/tcp/32308/ws/p2p/16Uiu2HAmKkJVWtkKGJcUdmumH6ch38BouuizJJnJnwW1FMpxdR3o"],"enrUri":"enr:-L24QMOhgz835RYt7CDCEahlfAs_GaXKLIwvnHhUAmWQKlLVb8ntj7idwQtg5PzdeqCmOv5QDas4kfLXrrgosVbeLMICgmlkgnY0gmlwhKwSx32KbXVsdGlhZGRyc5YACASsEsd9Bn4zAAoErBLHfQZ-NN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDaV45vrE_cs4oWWMIijfpKk9JF9n3raNfEI_KpgNOInKDdGNwgn4zg3VkcIJ-NYV3YWt1MgA"}'
|
|
2025-12-18 04:19:45.663 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-18 04:19:45.663 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32306/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.131.106/tcp/26120/p2p/16Uiu2HAm3AfYVD8xZPMBcHNBu4K41MEza2hXechQdYtdms8zSfsS"]'
|
|
2025-12-18 04:19:45.689 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:19:45.691 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26119/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2025-12-18 04:19:45.705 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:19:45.707 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32306/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "544c37b2-3efd-4d6b-a195-3dce2c7104fe", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/2/0"}'
|
|
2025-12-18 04:19:45.719 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"544c37b2-3efd-4d6b-a195-3dce2c7104fe","statusDesc":"OK"}'
|
|
2025-12-18 04:19:45.720 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26119/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-18 04:19:45.727 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:19:45.727 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-18 04:19:45.828 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:19:45.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32306/filter/v2/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:19:45.831 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766031585720295531,"ephemeral":false}]'
|
|
2025-12-18 04:19:45.834 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-18 04:19:45.835 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-18 04:19:45.835 DEBUG [src.node.waku_node] Stopping container with id ae1776c7ec76
|
|
2025-12-18 04:19:46.398 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-18 04:19:46.398 DEBUG [src.node.waku_node] Stopping container with id 6317afad1a9e
|
|
2025-12-18 04:19:46.908 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-18 04:19:46.910 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-18 04:19:46.916 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-18 04:19:46.920 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|