mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-22 03:33:29 +00:00
75 lines
13 KiB
Plaintext
75 lines
13 KiB
Plaintext
2026-03-10 04:33:05.741 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-10 04:33:05.741 DEBUG [tests.conftest] Running test: test_filter_works_with_auto_sharding with id: 2026-03-10_04-33-05__862992ee-c3c7-4169-b4d6-574a8377287a
|
|
2026-03-10 04:33:05.742 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-10 04:33:05.742 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-10 04:33:05.742 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-10 04:33:05.749 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-10 04:33:05.749 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-10_04-33-05__862992ee-c3c7-4169-b4d6-574a8377287a__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:33:05.749 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-10 04:33:05.750 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-10 04:33:05.751 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-10 04:33:05.751 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.97.224
|
|
2026-03-10 04:33:05.751 DEBUG [src.node.docker_mananger] Generated ports ['8994', '8995', '8996', '8997', '8998']
|
|
2026-03-10 04:33:05.752 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-10 04:33:05.752 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-10 04:33:05.752 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-10 04:33:05.753 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-10 04:33:05.753 DEBUG [src.node.docker_mananger] docker run -i -t -p 8994:8994 -p 8995:8995 -p 8996:8996 -p 8997:8997 -p 8998:8998 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=8996 --rest-port=8994 --tcp-port=8995 --discv5-udp-port=8997 --rest-address=0.0.0.0 --nat=extip:172.18.97.224 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=dba18f32df10b72fceaa6ab30199fd5137b1be92cf9e66d10c02c74cec91f3f8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8998 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=1
|
|
2026-03-10 04:33:05.948 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.97.224 waku 5463c4bf2493c0ebe4a89b1710fdb3ca17bbece7acc59780432c4c1876639b46
|
|
2026-03-10 04:33:05.959 ERROR [src.node.docker_mananger] Max retries reached for container 5137276e9e5b. Exiting log stream.
|
|
2026-03-10 04:33:05.985 DEBUG [src.node.docker_mananger] Container started with ID 5463c4bf2493. Setting up logs at ./log/docker/node1_2026-03-10_04-33-05__862992ee-c3c7-4169-b4d6-574a8377287a__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:33:05.985 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 8994
|
|
2026-03-10 04:33:05.986 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-10 04:33:06.544 ERROR [src.node.docker_mananger] Max retries reached for container 97d9eeb31023. Exiting log stream.
|
|
2026-03-10 04:33:06.987 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8994/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:33:06.990 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-10 04:33:07.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8994/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:33:07.093 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-10 04:33:07.094 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-10 04:33:07.094 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8994/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:33:07.096 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.97.224/tcp/8995/p2p/16Uiu2HAmRsLWt5efMZnBrMSmHzUKetmtfck17BG8DewfbW79j9SK","/ip4/172.18.97.224/tcp/8996/ws/p2p/16Uiu2HAmRsLWt5efMZnBrMSmHzUKetmtfck17BG8DewfbW79j9SK"],"enrUri":"enr:-L24QMBCvMGIwh8_SgYtVtRnBbBuMWl6eiJI5mxUTOkmRUu7aM9GAZ8ERaNiNcPZ29obW6HAxLQxqpxworGJzfHWQlMCgmlkgnY0gmlwhKwSYeCKbXVsdGlhZGRyc5YACASsEmHgBiMjAAoErBJh4AYjJN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDxFGzaGA64qa_xrl4VThqmbPIF7f5g4x6zhUaYk4eo-yDdGNwgiMjg3VkcIIjJYV3YWt1MgU"}'
|
|
2026-03-10 04:33:07.096 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-10 04:33:07.103 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-10 04:33:07.103 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-10_04-33-05__862992ee-c3c7-4169-b4d6-574a8377287a__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:33:07.103 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-10 04:33:07.103 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-10 04:33:07.105 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-10 04:33:07.105 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.171.216
|
|
2026-03-10 04:33:07.105 DEBUG [src.node.docker_mananger] Generated ports ['52990', '52991', '52992', '52993', '52994']
|
|
2026-03-10 04:33:07.105 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-10 04:33:07.105 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-10 04:33:07.105 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-10 04:33:07.106 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-10 04:33:07.106 DEBUG [src.node.docker_mananger] docker run -i -t -p 52990:52990 -p 52991:52991 -p 52992:52992 -p 52993:52993 -p 52994:52994 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=52992 --rest-port=52990 --tcp-port=52991 --discv5-udp-port=52993 --rest-address=0.0.0.0 --nat=extip:172.18.171.216 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=eec6e55eae1ed638ee431d6ec2fe132c7f8ec6dabbe039fed96d2eb07cbafdad --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52994 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QMBCvMGIwh8_SgYtVtRnBbBuMWl6eiJI5mxUTOkmRUu7aM9GAZ8ERaNiNcPZ29obW6HAxLQxqpxworGJzfHWQlMCgmlkgnY0gmlwhKwSYeCKbXVsdGlhZGRyc5YACASsEmHgBiMjAAoErBJh4AYjJN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDxFGzaGA64qa_xrl4VThqmbPIF7f5g4x6zhUaYk4eo-yDdGNwgiMjg3VkcIIjJYV3YWt1MgU --filternode=/ip4/172.18.97.224/tcp/8995/p2p/16Uiu2HAmRsLWt5efMZnBrMSmHzUKetmtfck17BG8DewfbW79j9SK --content-topic=/myapp/1/latest/proto
|
|
2026-03-10 04:33:07.313 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.171.216 waku 05153d6b6552e69587e50a5f9c6ad57cf8895c35beee6d1a1ab30e75cd8ccaae
|
|
2026-03-10 04:33:07.349 DEBUG [src.node.docker_mananger] Container started with ID 05153d6b6552. Setting up logs at ./log/docker/node2_2026-03-10_04-33-05__862992ee-c3c7-4169-b4d6-574a8377287a__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:33:07.350 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 52990
|
|
2026-03-10 04:33:07.350 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-10 04:33:08.351 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52990/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:33:08.354 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-10 04:33:08.354 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-10 04:33:08.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52990/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:33:08.357 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.171.216/tcp/52991/p2p/16Uiu2HAm6UM8YZ2A3TCBL5eb3srGLhNTMGn2TtSWKq8EqD31mUhM","/ip4/172.18.171.216/tcp/52992/ws/p2p/16Uiu2HAm6UM8YZ2A3TCBL5eb3srGLhNTMGn2TtSWKq8EqD31mUhM"],"enrUri":"enr:-L24QBTFqcvpGzRAzy0qcm8FFew-RlPi3S6TBXSzl2PKfH9tCrT75DGgGFUNYUBbxP7I-EtacQc82Fh8bMg6qu089poCgmlkgnY0gmlwhKwSq9iKbXVsdGlhZGRyc5YACASsEqvYBs7_AAoErBKr2AbPAN0DgnJzhQACAQAAiXNlY3AyNTZrMaECpB_8YPGzb_ZGDrgHnWwDwit6urpioGAMJHnys4353BCDdGNwgs7_g3VkcILPAYV3YWt1MgA"}'
|
|
2026-03-10 04:33:08.357 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-10 04:33:08.358 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52990/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.97.224/tcp/8995/p2p/16Uiu2HAmRsLWt5efMZnBrMSmHzUKetmtfck17BG8DewfbW79j9SK"]'
|
|
2026-03-10 04:33:08.383 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:33:08.384 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8994/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-10 04:33:08.389 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:33:08.391 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52990/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "49b75424-b374-4e92-b992-2e9bc510eb26", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/2/0"}'
|
|
2026-03-10 04:33:08.405 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"49b75424-b374-4e92-b992-2e9bc510eb26","statusDesc":"OK"}'
|
|
2026-03-10 04:33:08.406 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8994/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-10 04:33:08.418 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:33:08.418 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-10 04:33:08.519 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-10 04:33:08.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52990/filter/v2/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:33:08.521 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773117188406173744,"ephemeral":false}]'
|
|
2026-03-10 04:33:08.525 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-10 04:33:08.526 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-10 04:33:08.526 DEBUG [src.node.waku_node] Stopping container with id 5463c4bf2493
|
|
2026-03-10 04:33:09.110 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-10 04:33:09.110 DEBUG [src.node.waku_node] Stopping container with id 05153d6b6552
|
|
2026-03-10 04:33:09.655 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-10 04:33:09.659 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-10 04:33:09.704 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-10 04:33:09.723 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|