mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-03 17:13:09 +00:00
73 lines
13 KiB
Plaintext
73 lines
13 KiB
Plaintext
2026-03-03 04:34:24.894 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-03 04:34:24.894 DEBUG [tests.conftest] Running test: test_filter_works_with_auto_sharding with id: 2026-03-03_04-34-24__52d74f04-54b4-4bbd-a917-6d6b5b15e9de
|
|
2026-03-03 04:34:24.894 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-03 04:34:24.894 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-03 04:34:24.895 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-03 04:34:24.901 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:34:24.901 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-03_04-34-24__52d74f04-54b4-4bbd-a917-6d6b5b15e9de__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:34:24.902 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:34:24.902 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:34:24.903 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:34:24.903 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.103.114
|
|
2026-03-03 04:34:24.903 DEBUG [src.node.docker_mananger] Generated ports ['24672', '24673', '24674', '24675', '24676']
|
|
2026-03-03 04:34:24.903 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-03 04:34:24.903 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:34:24.904 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:34:24.904 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:34:24.904 DEBUG [src.node.docker_mananger] docker run -i -t -p 24672:24672 -p 24673:24673 -p 24674:24674 -p 24675:24675 -p 24676:24676 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=24674 --rest-port=24672 --tcp-port=24673 --discv5-udp-port=24675 --rest-address=0.0.0.0 --nat=extip:172.18.103.114 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=7af09ae5c7ec29e4f251f343168ea30bde37a5cb1e3e538062bc53a065b3ca55 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=24676 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=1
|
|
2026-03-03 04:34:25.061 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.103.114 waku 7886c989ba5b69d3a29b21c83907c31de8e19cb982572961db8e8680730e7c28
|
|
2026-03-03 04:34:25.089 DEBUG [src.node.docker_mananger] Container started with ID 7886c989ba5b. Setting up logs at ./log/docker/node1_2026-03-03_04-34-24__52d74f04-54b4-4bbd-a917-6d6b5b15e9de__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:34:25.089 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 24672
|
|
2026-03-03 04:34:25.090 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:34:25.191 ERROR [src.node.docker_mananger] Max retries reached for container abd93a58e298. Exiting log stream.
|
|
2026-03-03 04:34:25.696 ERROR [src.node.docker_mananger] Max retries reached for container f84c63b92c21. Exiting log stream.
|
|
2026-03-03 04:34:26.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24672/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:26.092 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-03-03 04:34:26.093 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:34:26.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24672/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:26.095 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.103.114/tcp/24673/p2p/16Uiu2HAm8kX2rzXRnLYnFxfHUGbBMgtTEqknrz7mrwpBaS3NnZ3U","/ip4/172.18.103.114/tcp/24674/ws/p2p/16Uiu2HAm8kX2rzXRnLYnFxfHUGbBMgtTEqknrz7mrwpBaS3NnZ3U"],"enrUri":"enr:-L24QDVV7kISNTGVjPRfh6fYYuNgp1fs5qiDGpbnXjRLQik-adMJ-_KkAEHnYtN-XMDHOpC5FrjoxHEp2309R-ZN9EkCgmlkgnY0gmlwhKwSZ3KKbXVsdGlhZGRyc5YACASsEmdyBmBhAAoErBJncgZgYt0DgnJzhQACAQAAiXNlY3AyNTZrMaECxfvZUpygMtXc3lJ9EvmBBFPUnenMogWscmPdVF5SImeDdGNwgmBhg3VkcIJgY4V3YWt1MgU"}'
|
|
2026-03-03 04:34:26.095 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:34:26.101 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:34:26.102 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-03_04-34-24__52d74f04-54b4-4bbd-a917-6d6b5b15e9de__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:34:26.102 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:34:26.102 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:34:26.103 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:34:26.103 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.103.83
|
|
2026-03-03 04:34:26.103 DEBUG [src.node.docker_mananger] Generated ports ['7077', '7078', '7079', '7080', '7081']
|
|
2026-03-03 04:34:26.103 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-03 04:34:26.104 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:34:26.104 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:34:26.104 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:34:26.104 DEBUG [src.node.docker_mananger] docker run -i -t -p 7077:7077 -p 7078:7078 -p 7079:7079 -p 7080:7080 -p 7081:7081 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=7079 --rest-port=7077 --tcp-port=7078 --discv5-udp-port=7080 --rest-address=0.0.0.0 --nat=extip:172.18.103.83 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=6dbb21b99faf0abdd91e9a1c0eebcacafb4d11bb78ab73dd4bc0ed550fcd4a7e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7081 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QDVV7kISNTGVjPRfh6fYYuNgp1fs5qiDGpbnXjRLQik-adMJ-_KkAEHnYtN-XMDHOpC5FrjoxHEp2309R-ZN9EkCgmlkgnY0gmlwhKwSZ3KKbXVsdGlhZGRyc5YACASsEmdyBmBhAAoErBJncgZgYt0DgnJzhQACAQAAiXNlY3AyNTZrMaECxfvZUpygMtXc3lJ9EvmBBFPUnenMogWscmPdVF5SImeDdGNwgmBhg3VkcIJgY4V3YWt1MgU --filternode=/ip4/172.18.103.114/tcp/24673/p2p/16Uiu2HAm8kX2rzXRnLYnFxfHUGbBMgtTEqknrz7mrwpBaS3NnZ3U --content-topic=/myapp/1/latest/proto
|
|
2026-03-03 04:34:26.261 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.103.83 waku 5433a420c2cae76e1ff2500f3d3f790db92d6a826165bc631c7edf1a15b3cc4c
|
|
2026-03-03 04:34:26.287 DEBUG [src.node.docker_mananger] Container started with ID 5433a420c2ca. Setting up logs at ./log/docker/node2_2026-03-03_04-34-24__52d74f04-54b4-4bbd-a917-6d6b5b15e9de__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:34:26.288 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7077
|
|
2026-03-03 04:34:26.288 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:34:27.288 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7077/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:27.291 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-03-03 04:34:27.291 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:34:27.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7077/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:27.294 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.103.83/tcp/7078/p2p/16Uiu2HAmLFfec81AwvAmPfjj5BRyTgexwxZvFjYcdXXRfdLfc8n7","/ip4/172.18.103.83/tcp/7079/ws/p2p/16Uiu2HAmLFfec81AwvAmPfjj5BRyTgexwxZvFjYcdXXRfdLfc8n7"],"enrUri":"enr:-L24QJ7tXE1GisQopl_2Bxzn7p-4z0MDdNaI-jASjXm4En6UKNqX0GfqzhOaTbGpi7c5wM7qsdBR_qCxbjFv1AkN9r8CgmlkgnY0gmlwhKwSZ1OKbXVsdGlhZGRyc5YACASsEmdTBhumAAoErBJnUwYbp90DgnJzhQACAQAAiXNlY3AyNTZrMaEDcOP9sz4_Os-hIK8U_8v9nuL-eQRZE4fpPOJasXkiQOyDdGNwghumg3VkcIIbqIV3YWt1MgA"}'
|
|
2026-03-03 04:34:27.294 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:34:27.294 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7077/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.103.114/tcp/24673/p2p/16Uiu2HAm8kX2rzXRnLYnFxfHUGbBMgtTEqknrz7mrwpBaS3NnZ3U"]'
|
|
2026-03-03 04:34:27.326 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:27.327 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24672/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-03 04:34:27.342 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:27.345 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7077/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "3d862e9b-e249-4cdb-8f08-e9cf82870943", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/2/0"}'
|
|
2026-03-03 04:34:27.357 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"3d862e9b-e249-4cdb-8f08-e9cf82870943","statusDesc":"OK"}'
|
|
2026-03-03 04:34:27.357 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24672/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:34:27.363 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:24672/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
|
2026-03-03 04:34:27.395 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-03 04:34:27.396 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-03 04:34:27.396 DEBUG [src.node.waku_node] Stopping container with id 7886c989ba5b
|
|
2026-03-03 04:34:27.900 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:34:27.901 DEBUG [src.node.waku_node] Stopping container with id 5433a420c2ca
|
|
2026-03-03 04:34:28.426 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:34:28.428 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-03 04:34:28.433 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-03 04:34:28.437 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-03 04:34:28.438 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-03 04:34:28.438 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-03 04:34:28.439 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-03_04-34-24__52d74f04-54b4-4bbd-a917-6d6b5b15e9de__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:34:28.439 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-03_04-34-24__52d74f04-54b4-4bbd-a917-6d6b5b15e9de__wakuorg_nwaku:latest.log
|