mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-24 12:43:20 +00:00
217 lines
39 KiB
Plaintext
217 lines
39 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
|
|
2026-03-03 04:34:28.442 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-03 04:34:28.442 DEBUG [tests.conftest] Running test: test_filter_works_with_auto_sharding with id: 2026-03-03_04-34-28__0300c43d-827c-48cf-8bda-c304cc79c360
|
|
2026-03-03 04:34:28.443 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-03 04:34:28.443 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-03 04:34:28.443 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-03 04:34:28.450 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:34:28.450 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-03_04-34-28__0300c43d-827c-48cf-8bda-c304cc79c360__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:34:28.451 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:34:28.451 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:34:28.452 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:34:28.452 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.229.49
|
|
2026-03-03 04:34:28.453 DEBUG [src.node.docker_mananger] Generated ports ['24508', '24509', '24510', '24511', '24512']
|
|
2026-03-03 04:34:28.453 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-03 04:34:28.453 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:34:28.453 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:34:28.453 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:34:28.453 DEBUG [src.node.docker_mananger] docker run -i -t -p 24508:24508 -p 24509:24509 -p 24510:24510 -p 24511:24511 -p 24512:24512 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=24510 --rest-port=24508 --tcp-port=24509 --discv5-udp-port=24511 --rest-address=0.0.0.0 --nat=extip:172.18.229.49 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=bafc0b5fa2f08655da43610ece47e0e8f7e0e55f40df0db55d3a99a4ed5ee6b2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=24512 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=1
|
|
2026-03-03 04:34:28.614 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.229.49 waku e5755ad809305ea4997eb03d0e6c242495cecd612c3f6d811d6404a63862dcba
|
|
2026-03-03 04:34:28.642 DEBUG [src.node.docker_mananger] Container started with ID e5755ad80930. Setting up logs at ./log/docker/node1_2026-03-03_04-34-28__0300c43d-827c-48cf-8bda-c304cc79c360__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:34:28.643 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 24508
|
|
2026-03-03 04:34:28.643 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:34:28.714 ERROR [src.node.docker_mananger] Max retries reached for container 7886c989ba5b. Exiting log stream.
|
|
2026-03-03 04:34:29.241 ERROR [src.node.docker_mananger] Max retries reached for container 5433a420c2ca. Exiting log stream.
|
|
2026-03-03 04:34:29.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24508/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:29.646 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:29.646 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:34:29.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24508/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:29.648 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.229.49/tcp/24509/p2p/16Uiu2HAmVbPQgdDJRrKAyUdDVdoAAnm8vQAakJmdxv8kszg5NmHD","/ip4/172.18.229.49/tcp/24510/ws/p2p/16Uiu2HAmVbPQgdDJRrKAyUdDVdoAAnm8vQAakJmdxv8kszg5NmHD"],"enrUri":"enr:-L24QKfUnKop4JUBB4kRrZ60_LwHU7BzQWpXMoY3hXDRjKSsA4CpoU1ZG0eG3VQv_nRakc_Gd-bhsKzyvRPzCjacsPkCgmlkgnY0gmlwhKwS5TGKbXVsdGlhZGRyc5YACASsEuUxBl-9AAoErBLlMQZfvt0DgnJzhQACAQAAiXNlY3AyNTZrMaED-6ptRt2JmXc7ryTEMedkqT-SzZwB3Quil6jBkq5B6QSDdGNwgl-9g3VkcIJfv4V3YWt1MgU"}'
|
|
2026-03-03 04:34:29.648 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:34:29.654 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:34:29.655 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-03_04-34-28__0300c43d-827c-48cf-8bda-c304cc79c360__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:34:29.655 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:34:29.655 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:34:29.656 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:34:29.656 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.212.8
|
|
2026-03-03 04:34:29.656 DEBUG [src.node.docker_mananger] Generated ports ['40988', '40989', '40990', '40991', '40992']
|
|
2026-03-03 04:34:29.657 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-03 04:34:29.657 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:34:29.657 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:34:29.657 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:34:29.657 DEBUG [src.node.docker_mananger] docker run -i -t -p 40988:40988 -p 40989:40989 -p 40990:40990 -p 40991:40991 -p 40992:40992 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=40990 --rest-port=40988 --tcp-port=40989 --discv5-udp-port=40991 --rest-address=0.0.0.0 --nat=extip:172.18.212.8 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=feaeb37f6f0347fd20ca8fec5fc1aafda72daecb8b9f59eb6a7ed65cae0e398e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40992 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QKfUnKop4JUBB4kRrZ60_LwHU7BzQWpXMoY3hXDRjKSsA4CpoU1ZG0eG3VQv_nRakc_Gd-bhsKzyvRPzCjacsPkCgmlkgnY0gmlwhKwS5TGKbXVsdGlhZGRyc5YACASsEuUxBl-9AAoErBLlMQZfvt0DgnJzhQACAQAAiXNlY3AyNTZrMaED-6ptRt2JmXc7ryTEMedkqT-SzZwB3Quil6jBkq5B6QSDdGNwgl-9g3VkcIJfv4V3YWt1MgU --filternode=/ip4/172.18.229.49/tcp/24509/p2p/16Uiu2HAmVbPQgdDJRrKAyUdDVdoAAnm8vQAakJmdxv8kszg5NmHD --content-topic=/myapp/1/latest/proto
|
|
2026-03-03 04:34:29.812 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.212.8 waku 487901ee4a1b80c6ed461ef1fdb894e5903b7bb67cc093d1d52ca3fd9137e79a
|
|
2026-03-03 04:34:29.842 DEBUG [src.node.docker_mananger] Container started with ID 487901ee4a1b. Setting up logs at ./log/docker/node2_2026-03-03_04-34-28__0300c43d-827c-48cf-8bda-c304cc79c360__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:34:29.843 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 40988
|
|
2026-03-03 04:34:29.843 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:34:30.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40988/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:30.846 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:30.846 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:34:30.846 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40988/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:30.849 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.212.8/tcp/40989/p2p/16Uiu2HAmHcKtnCWSV86e2PVScs53cHhwxyHHsaP2kLm96wEe4NLB","/ip4/172.18.212.8/tcp/40990/ws/p2p/16Uiu2HAmHcKtnCWSV86e2PVScs53cHhwxyHHsaP2kLm96wEe4NLB"],"enrUri":"enr:-L24QDUCRDRbkfVJxwNd5p2gK56ZfKlEcEhiIxjoJyJZvrnCbWGlZrOAx08O_JCRUFiaU-Kx5Oco7Ka0kkTr9fNreZ0CgmlkgnY0gmlwhKwS1AiKbXVsdGlhZGRyc5YACASsEtQIBqAdAAoErBLUCAagHt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDSZvKGs0mxRl6b-zFhp8vQ2OMEHvpfLy0mNqZo09tHTSDdGNwgqAdg3VkcIKgH4V3YWt1MgA"}'
|
|
2026-03-03 04:34:30.849 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:34:30.849 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40988/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.229.49/tcp/24509/p2p/16Uiu2HAmVbPQgdDJRrKAyUdDVdoAAnm8vQAakJmdxv8kszg5NmHD"]'
|
|
2026-03-03 04:34:30.880 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:30.881 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24508/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-03 04:34:30.897 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:30.898 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40988/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "d318663a-486e-473d-a543-af8b27451b3b", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/2/0"}'
|
|
2026-03-03 04:34:30.910 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"d318663a-486e-473d-a543-af8b27451b3b","statusDesc":"OK"}'
|
|
2026-03-03 04:34:30.911 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24508/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:30.916 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:24508/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
|
2026-03-03 04:34:30.948 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-03 04:34:30.949 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-03 04:34:30.949 DEBUG [src.node.waku_node] Stopping container with id e5755ad80930
|
|
2026-03-03 04:34:31.453 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:34:31.453 DEBUG [src.node.waku_node] Stopping container with id 487901ee4a1b
|
|
2026-03-03 04:34:31.935 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:34:31.936 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-03 04:34:31.941 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-03 04:34:31.946 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-03 04:34:31.947 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-03 04:34:31.947 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-03 04:34:31.947 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-03_04-34-28__0300c43d-827c-48cf-8bda-c304cc79c360__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:34:31.948 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-03_04-34-28__0300c43d-827c-48cf-8bda-c304cc79c360__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:34:31.951 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-03 04:34:31.951 DEBUG [tests.conftest] Running test: test_filter_works_with_auto_sharding with id: 2026-03-03_04-34-31__f0727b4d-1ae0-4c38-9496-17af15349bdb
|
|
2026-03-03 04:34:31.951 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-03 04:34:31.951 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-03 04:34:31.951 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-03 04:34:31.958 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:34:31.959 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-03_04-34-31__f0727b4d-1ae0-4c38-9496-17af15349bdb__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:34:31.959 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:34:31.959 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:34:31.960 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:34:31.960 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.9.214
|
|
2026-03-03 04:34:31.960 DEBUG [src.node.docker_mananger] Generated ports ['38433', '38434', '38435', '38436', '38437']
|
|
2026-03-03 04:34:31.961 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-03 04:34:31.961 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:34:31.961 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:34:31.961 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:34:31.961 DEBUG [src.node.docker_mananger] docker run -i -t -p 38433:38433 -p 38434:38434 -p 38435:38435 -p 38436:38436 -p 38437:38437 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=38435 --rest-port=38433 --tcp-port=38434 --discv5-udp-port=38436 --rest-address=0.0.0.0 --nat=extip:172.18.9.214 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=c6f33ef49e0b89d4b59adea0b2f1aaa727da46b28e3c97617e51eaccccdbfdde --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38437 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=1
|
|
2026-03-03 04:34:32.115 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.9.214 waku 6874e8726bca254a7752b691615ec7d6eb1d88ca8cc06899be34d727b1bc9e6d
|
|
2026-03-03 04:34:32.146 DEBUG [src.node.docker_mananger] Container started with ID 6874e8726bca. Setting up logs at ./log/docker/node1_2026-03-03_04-34-31__f0727b4d-1ae0-4c38-9496-17af15349bdb__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:34:32.147 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 38433
|
|
2026-03-03 04:34:32.147 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:34:32.266 ERROR [src.node.docker_mananger] Max retries reached for container e5755ad80930. Exiting log stream.
|
|
2026-03-03 04:34:32.758 ERROR [src.node.docker_mananger] Max retries reached for container 487901ee4a1b. Exiting log stream.
|
|
2026-03-03 04:34:33.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38433/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:33.150 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:33.150 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:34:33.150 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38433/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:33.152 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.9.214/tcp/38434/p2p/16Uiu2HAm9ktqFSx82v4TN6HYMPmvnQDnKcd2AjRBS6zFMDo2nA9X","/ip4/172.18.9.214/tcp/38435/ws/p2p/16Uiu2HAm9ktqFSx82v4TN6HYMPmvnQDnKcd2AjRBS6zFMDo2nA9X"],"enrUri":"enr:-L24QEgX6lX2rcwCVe77SKEBB-UeE3P6FA68e5OqyR_weSqEfxBcnBXV4TTcOOWGc16Gso-P7XqMCkdYCjZ1cNyl3pICgmlkgnY0gmlwhKwSCdaKbXVsdGlhZGRyc5YACASsEgnWBpYiAAoErBIJ1gaWI90DgnJzhQACAQAAiXNlY3AyNTZrMaEC1PAvV6xnxTXev_QAbeLy-2JZv6AiIiNlUmv1gOb-kgqDdGNwgpYig3VkcIKWJIV3YWt1MgU"}'
|
|
2026-03-03 04:34:33.153 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:34:33.159 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:34:33.159 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-03_04-34-31__f0727b4d-1ae0-4c38-9496-17af15349bdb__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:34:33.159 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:34:33.159 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:34:33.160 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:34:33.161 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.49.149
|
|
2026-03-03 04:34:33.161 DEBUG [src.node.docker_mananger] Generated ports ['21456', '21457', '21458', '21459', '21460']
|
|
2026-03-03 04:34:33.161 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-03 04:34:33.161 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:34:33.161 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:34:33.161 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:34:33.161 DEBUG [src.node.docker_mananger] docker run -i -t -p 21456:21456 -p 21457:21457 -p 21458:21458 -p 21459:21459 -p 21460:21460 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=21458 --rest-port=21456 --tcp-port=21457 --discv5-udp-port=21459 --rest-address=0.0.0.0 --nat=extip:172.18.49.149 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ea69e52ddc362d6f4cd6daaaf5c0dc83efb1a736eef6c5925a9ac6196e3bedee --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21460 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QEgX6lX2rcwCVe77SKEBB-UeE3P6FA68e5OqyR_weSqEfxBcnBXV4TTcOOWGc16Gso-P7XqMCkdYCjZ1cNyl3pICgmlkgnY0gmlwhKwSCdaKbXVsdGlhZGRyc5YACASsEgnWBpYiAAoErBIJ1gaWI90DgnJzhQACAQAAiXNlY3AyNTZrMaEC1PAvV6xnxTXev_QAbeLy-2JZv6AiIiNlUmv1gOb-kgqDdGNwgpYig3VkcIKWJIV3YWt1MgU --filternode=/ip4/172.18.9.214/tcp/38434/p2p/16Uiu2HAm9ktqFSx82v4TN6HYMPmvnQDnKcd2AjRBS6zFMDo2nA9X --content-topic=/myapp/1/latest/proto
|
|
2026-03-03 04:34:33.318 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.49.149 waku 4b03fed9cb35ffa8f2d9490234d7b3d35f9ace8646639c3e44045b68ff89e9a3
|
|
2026-03-03 04:34:33.347 DEBUG [src.node.docker_mananger] Container started with ID 4b03fed9cb35. Setting up logs at ./log/docker/node2_2026-03-03_04-34-31__f0727b4d-1ae0-4c38-9496-17af15349bdb__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:34:33.347 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 21456
|
|
2026-03-03 04:34:33.347 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:34:34.348 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21456/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:34.351 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:34.351 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:34:34.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21456/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:34:34.354 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.49.149/tcp/21457/p2p/16Uiu2HAmNRrU9gK3XgpE9JQP4AyXosNiB34BCE3Gos6Sgm7uzXk9","/ip4/172.18.49.149/tcp/21458/ws/p2p/16Uiu2HAmNRrU9gK3XgpE9JQP4AyXosNiB34BCE3Gos6Sgm7uzXk9"],"enrUri":"enr:-L24QL-19vXNGtjBIbZb04PG525FU5aZx5dw6io848zwQxb_GlS_c2FCO0eR6XFzwNWCqubCuMJ3JrgtyOZmer7PjU0CgmlkgnY0gmlwhKwSMZWKbXVsdGlhZGRyc5YACASsEjGVBlPRAAoErBIxlQZT0t0DgnJzhQACAQAAiXNlY3AyNTZrMaEDkTdoKCRTHWbwXVNwhyuP1uUuTdJoSlHVfeR8IWunf2aDdGNwglPRg3VkcIJT04V3YWt1MgA"}'
|
|
2026-03-03 04:34:34.354 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:34:34.355 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21456/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.9.214/tcp/38434/p2p/16Uiu2HAm9ktqFSx82v4TN6HYMPmvnQDnKcd2AjRBS6zFMDo2nA9X"]'
|
|
2026-03-03 04:34:34.386 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:34.387 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38433/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-03 04:34:34.402 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:34:34.403 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21456/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "700bcc88-71aa-49ca-bb05-66f946af379e", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/2/0"}'
|
|
2026-03-03 04:34:34.414 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"700bcc88-71aa-49ca-bb05-66f946af379e","statusDesc":"OK"}'
|
|
2026-03-03 04:34:34.415 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38433/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:34.421 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:38433/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
|
2026-03-03 04:34:34.452 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-03 04:34:34.453 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-03 04:34:34.453 DEBUG [src.node.waku_node] Stopping container with id 6874e8726bca
|
|
2026-03-03 04:34:34.989 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:34:34.989 DEBUG [src.node.waku_node] Stopping container with id 4b03fed9cb35
|
|
2026-03-03 04:34:35.449 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:34:35.450 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-03 04:34:35.459 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-03 04:34:35.463 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-03 04:34:35.464 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-03 04:34:35.464 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-03 04:34:35.465 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-03_04-34-31__f0727b4d-1ae0-4c38-9496-17af15349bdb__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:34:35.465 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-03_04-34-31__f0727b4d-1ae0-4c38-9496-17af15349bdb__wakuorg_nwaku:latest.log
|