mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-03 09:03:25 +00:00
217 lines
39 KiB
Plaintext
217 lines
39 KiB
Plaintext
2026-02-26 04:35:45.370 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-26 04:35:45.370 DEBUG [tests.conftest] Running test: test_filter_works_with_auto_sharding with id: 2026-02-26_04-35-45__a2fe16f6-2b44-4ae6-8834-8b7496881f35
|
|
2026-02-26 04:35:45.370 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-26 04:35:45.371 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-26 04:35:45.371 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-26 04:35:45.378 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-26 04:35:45.379 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-26_04-35-45__a2fe16f6-2b44-4ae6-8834-8b7496881f35__wakuorg_nwaku:latest.log
|
|
2026-02-26 04:35:45.379 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-26 04:35:45.379 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-26 04:35:45.380 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-26 04:35:45.380 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.52.191
|
|
2026-02-26 04:35:45.380 DEBUG [src.node.docker_mananger] Generated ports ['47925', '47926', '47927', '47928', '47929']
|
|
2026-02-26 04:35:45.381 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-26 04:35:45.381 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-26 04:35:45.381 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-26 04:35:45.381 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-26 04:35:45.381 DEBUG [src.node.docker_mananger] docker run -i -t -p 47925:47925 -p 47926:47926 -p 47927:47927 -p 47928:47928 -p 47929:47929 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=47927 --rest-port=47925 --tcp-port=47926 --discv5-udp-port=47928 --rest-address=0.0.0.0 --nat=extip:172.18.52.191 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=24a2c5d83db36bf6bbcabcdebf434efac16dc9acd3a3eef17ccaa66b1b1ededd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47929 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=1
|
|
2026-02-26 04:35:45.593 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.52.191 waku 1b68134ace4bb288733dd87c2e67cbe019c07cd852fe64bb4cb567df066aa2e0
|
|
2026-02-26 04:35:45.619 ERROR [src.node.docker_mananger] Max retries reached for container 066e6155cbcc. Exiting log stream.
|
|
2026-02-26 04:35:45.627 DEBUG [src.node.docker_mananger] Container started with ID 1b68134ace4b. Setting up logs at ./log/docker/node1_2026-02-26_04-35-45__a2fe16f6-2b44-4ae6-8834-8b7496881f35__wakuorg_nwaku:latest.log
|
|
2026-02-26 04:35:45.627 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47925
|
|
2026-02-26 04:35:45.627 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-26 04:35:46.172 ERROR [src.node.docker_mananger] Max retries reached for container 61212ce483d1. Exiting log stream.
|
|
2026-02-26 04:35:46.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47925/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:35:46.631 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-02-26 04:35:46.631 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-26 04:35:46.631 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47925/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:35:46.633 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.52.191/tcp/47926/p2p/16Uiu2HAkxzxgxCtwj1d2y18EbWTh2btbsNh8d2EK43qBSqQACgcD","/ip4/172.18.52.191/tcp/47927/ws/p2p/16Uiu2HAkxzxgxCtwj1d2y18EbWTh2btbsNh8d2EK43qBSqQACgcD"],"enrUri":"enr:-L24QBx6rIDhfBObn7XeG3UBh8_6s-kxqrhAbW_82g_thMApUyOK0fA1KfvsDAtO_uRF2KLbo18uA7n7Gt7DUbFG1zACgmlkgnY0gmlwhKwSNL-KbXVsdGlhZGRyc5YACASsEjS_Brs2AAoErBI0vwa7N90DgnJzhQACAQAAiXNlY3AyNTZrMaECNRofAkfNMsC21_aLsa9MaNLCqANNP5vl6bA795-v656DdGNwgrs2g3VkcIK7OIV3YWt1MgU"}'
|
|
2026-02-26 04:35:46.634 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-26 04:35:46.641 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-26 04:35:46.641 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-26_04-35-45__a2fe16f6-2b44-4ae6-8834-8b7496881f35__wakuorg_nwaku:latest.log
|
|
2026-02-26 04:35:46.641 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-26 04:35:46.641 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-26 04:35:46.642 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-26 04:35:46.643 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.133.244
|
|
2026-02-26 04:35:46.643 DEBUG [src.node.docker_mananger] Generated ports ['54119', '54120', '54121', '54122', '54123']
|
|
2026-02-26 04:35:46.643 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-26 04:35:46.643 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-26 04:35:46.643 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-26 04:35:46.643 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-26 04:35:46.643 DEBUG [src.node.docker_mananger] docker run -i -t -p 54119:54119 -p 54120:54120 -p 54121:54121 -p 54122:54122 -p 54123:54123 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=54121 --rest-port=54119 --tcp-port=54120 --discv5-udp-port=54122 --rest-address=0.0.0.0 --nat=extip:172.18.133.244 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=13ffeb5d7c5c01bfdbc0b4e6e3d7451bc4dafc6b7e3d16cc2866e13c1205fcb2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54123 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QBx6rIDhfBObn7XeG3UBh8_6s-kxqrhAbW_82g_thMApUyOK0fA1KfvsDAtO_uRF2KLbo18uA7n7Gt7DUbFG1zACgmlkgnY0gmlwhKwSNL-KbXVsdGlhZGRyc5YACASsEjS_Brs2AAoErBI0vwa7N90DgnJzhQACAQAAiXNlY3AyNTZrMaECNRofAkfNMsC21_aLsa9MaNLCqANNP5vl6bA795-v656DdGNwgrs2g3VkcIK7OIV3YWt1MgU --filternode=/ip4/172.18.52.191/tcp/47926/p2p/16Uiu2HAkxzxgxCtwj1d2y18EbWTh2btbsNh8d2EK43qBSqQACgcD --content-topic=/myapp/1/latest/proto
|
|
2026-02-26 04:35:46.846 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.133.244 waku a628d6fb1fa333c4d65ce37f237295e8fa8497d55a2f947bd5943832375aa17c
|
|
2026-02-26 04:35:46.878 DEBUG [src.node.docker_mananger] Container started with ID a628d6fb1fa3. Setting up logs at ./log/docker/node2_2026-02-26_04-35-45__a2fe16f6-2b44-4ae6-8834-8b7496881f35__wakuorg_nwaku:latest.log
|
|
2026-02-26 04:35:46.879 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 54119
|
|
2026-02-26 04:35:46.879 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-26 04:35:47.880 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54119/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:35:47.883 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-02-26 04:35:47.883 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-26 04:35:47.884 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54119/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:35:47.886 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.133.244/tcp/54120/p2p/16Uiu2HAkxs9HtGxMpRUKxRGnWBGTLFe8YevQYJ6LjfYxqrfwFnWP","/ip4/172.18.133.244/tcp/54121/ws/p2p/16Uiu2HAkxs9HtGxMpRUKxRGnWBGTLFe8YevQYJ6LjfYxqrfwFnWP"],"enrUri":"enr:-L24QB2rTCb448A2WwQoUkTZE74FQ6H9LtT-201UmsvDh84VDt1M07v_0FdZzXmVtrYmhPF3IANMk-C2io3NEuG1i4YCgmlkgnY0gmlwhKwShfSKbXVsdGlhZGRyc5YACASsEoX0BtNoAAoErBKF9AbTad0DgnJzhQACAQAAiXNlY3AyNTZrMaECMxl2cv6tRmP0XIcxwnTdTC4uZNnV3ozDQ6Vpdh35GoyDdGNwgtNog3VkcILTaoV3YWt1MgA"}'
|
|
2026-02-26 04:35:47.886 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-26 04:35:47.886 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54119/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.52.191/tcp/47926/p2p/16Uiu2HAkxzxgxCtwj1d2y18EbWTh2btbsNh8d2EK43qBSqQACgcD"]'
|
|
2026-02-26 04:35:47.922 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:35:47.923 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47925/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-02-26 04:35:47.938 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:35:47.939 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54119/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "01792b2a-d8dc-45f4-88e3-f5df4b20c4d3", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/2/0"}'
|
|
2026-02-26 04:35:47.952 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"01792b2a-d8dc-45f4-88e3-f5df4b20c4d3","statusDesc":"OK"}'
|
|
2026-02-26 04:35:47.954 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47925/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-26 04:35:47.962 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:47925/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
|
2026-02-26 04:35:47.997 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-26 04:35:47.998 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-26 04:35:47.998 DEBUG [src.node.waku_node] Stopping container with id 1b68134ace4b
|
|
2026-02-26 04:35:48.571 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-26 04:35:48.571 DEBUG [src.node.waku_node] Stopping container with id a628d6fb1fa3
|
|
2026-02-26 04:35:49.172 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-26 04:35:49.175 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-26 04:35:49.181 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-26 04:35:49.187 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-26 04:35:49.190 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-02-26 04:35:49.190 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-02-26 04:35:49.193 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-02-26_04-35-45__a2fe16f6-2b44-4ae6-8834-8b7496881f35__wakuorg_nwaku:latest.log
|
|
2026-02-26 04:35:49.199 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-02-26_04-35-45__a2fe16f6-2b44-4ae6-8834-8b7496881f35__wakuorg_nwaku:latest.log
|
|
2026-02-26 04:35:49.213 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-26 04:35:49.214 DEBUG [tests.conftest] Running test: test_filter_works_with_auto_sharding with id: 2026-02-26_04-35-49__da8be0f6-72ec-436d-8cf6-9e66b7266a27
|
|
2026-02-26 04:35:49.214 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-26 04:35:49.214 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-26 04:35:49.215 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-26 04:35:49.222 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-26 04:35:49.223 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-26_04-35-49__da8be0f6-72ec-436d-8cf6-9e66b7266a27__wakuorg_nwaku:latest.log
|
|
2026-02-26 04:35:49.223 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-26 04:35:49.223 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-26 04:35:49.224 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-26 04:35:49.224 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.111.125
|
|
2026-02-26 04:35:49.224 DEBUG [src.node.docker_mananger] Generated ports ['65424', '65425', '65426', '65427', '65428']
|
|
2026-02-26 04:35:49.225 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-26 04:35:49.225 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-26 04:35:49.225 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-26 04:35:49.225 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-26 04:35:49.225 DEBUG [src.node.docker_mananger] docker run -i -t -p 65424:65424 -p 65425:65425 -p 65426:65426 -p 65427:65427 -p 65428:65428 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=65426 --rest-port=65424 --tcp-port=65425 --discv5-udp-port=65427 --rest-address=0.0.0.0 --nat=extip:172.18.111.125 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=da9dafac7fa2d48b127dd9a96a1f83f4d275039f73f71dee90aa67cbefe27964 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=65428 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=1
|
|
2026-02-26 04:35:49.392 ERROR [src.node.docker_mananger] Max retries reached for container 1b68134ace4b. Exiting log stream.
|
|
2026-02-26 04:35:49.420 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.111.125 waku 6711eae141d090dd7066e98d9ba57b8482b9df0a5230b0cc2f9b0aaeb9513f3c
|
|
2026-02-26 04:35:49.459 DEBUG [src.node.docker_mananger] Container started with ID 6711eae141d0. Setting up logs at ./log/docker/node1_2026-02-26_04-35-49__da8be0f6-72ec-436d-8cf6-9e66b7266a27__wakuorg_nwaku:latest.log
|
|
2026-02-26 04:35:49.460 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 65424
|
|
2026-02-26 04:35:49.460 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-26 04:35:50.021 ERROR [src.node.docker_mananger] Max retries reached for container a628d6fb1fa3. Exiting log stream.
|
|
2026-02-26 04:35:50.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65424/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:35:50.463 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-02-26 04:35:50.464 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-26 04:35:50.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65424/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:35:50.466 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.111.125/tcp/65425/p2p/16Uiu2HAmEfXxHNgQVkhSkNqbvTHKFgPdYnqnbQuywHLZBY5HteNm","/ip4/172.18.111.125/tcp/65426/ws/p2p/16Uiu2HAmEfXxHNgQVkhSkNqbvTHKFgPdYnqnbQuywHLZBY5HteNm"],"enrUri":"enr:-L24QJDKuvHItbQPGW71po6QGXoUiid9ps8u3MmaHyG5RzdRfJEn5W8qNVpkndCya7glBqizCo6Wsc-F7YRfSaG9DNwCgmlkgnY0gmlwhKwSb32KbXVsdGlhZGRyc5YACASsEm99Bv-RAAoErBJvfQb_kt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDHdsbnFDkwXjqAvFQzdPCFcN6YAIpzEeHkLh7FKEKUVqDdGNwgv-Rg3VkcIL_k4V3YWt1MgU"}'
|
|
2026-02-26 04:35:50.467 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-26 04:35:50.473 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-26 04:35:50.474 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-26_04-35-49__da8be0f6-72ec-436d-8cf6-9e66b7266a27__wakuorg_nwaku:latest.log
|
|
2026-02-26 04:35:50.474 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-26 04:35:50.474 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-26 04:35:50.475 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-26 04:35:50.475 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.191.156
|
|
2026-02-26 04:35:50.476 DEBUG [src.node.docker_mananger] Generated ports ['34931', '34932', '34933', '34934', '34935']
|
|
2026-02-26 04:35:50.476 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-26 04:35:50.476 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-26 04:35:50.476 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-26 04:35:50.476 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-26 04:35:50.476 DEBUG [src.node.docker_mananger] docker run -i -t -p 34931:34931 -p 34932:34932 -p 34933:34933 -p 34934:34934 -p 34935:34935 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=34933 --rest-port=34931 --tcp-port=34932 --discv5-udp-port=34934 --rest-address=0.0.0.0 --nat=extip:172.18.191.156 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=5d5ccb121a9acfabad4da3bde38ba90825d3b626b2fd2fab7fee49bba5ea8f0a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34935 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QJDKuvHItbQPGW71po6QGXoUiid9ps8u3MmaHyG5RzdRfJEn5W8qNVpkndCya7glBqizCo6Wsc-F7YRfSaG9DNwCgmlkgnY0gmlwhKwSb32KbXVsdGlhZGRyc5YACASsEm99Bv-RAAoErBJvfQb_kt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDHdsbnFDkwXjqAvFQzdPCFcN6YAIpzEeHkLh7FKEKUVqDdGNwgv-Rg3VkcIL_k4V3YWt1MgU --filternode=/ip4/172.18.111.125/tcp/65425/p2p/16Uiu2HAmEfXxHNgQVkhSkNqbvTHKFgPdYnqnbQuywHLZBY5HteNm --content-topic=/myapp/1/latest/proto
|
|
2026-02-26 04:35:50.677 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.191.156 waku d9baa6b111fe1e3bdeac8ef4688aa83eb22541091756e24b3f4b10a673b45356
|
|
2026-02-26 04:35:50.713 DEBUG [src.node.docker_mananger] Container started with ID d9baa6b111fe. Setting up logs at ./log/docker/node2_2026-02-26_04-35-49__da8be0f6-72ec-436d-8cf6-9e66b7266a27__wakuorg_nwaku:latest.log
|
|
2026-02-26 04:35:50.713 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 34931
|
|
2026-02-26 04:35:50.713 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-26 04:35:51.715 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34931/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:35:51.718 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-02-26 04:35:51.718 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-26 04:35:51.718 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34931/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:35:51.720 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.191.156/tcp/34932/p2p/16Uiu2HAm6zNg6KPkqz2dP7Zs6zPk2oJ4GcNfykdnX5U9rS1tpZw3","/ip4/172.18.191.156/tcp/34933/ws/p2p/16Uiu2HAm6zNg6KPkqz2dP7Zs6zPk2oJ4GcNfykdnX5U9rS1tpZw3"],"enrUri":"enr:-L24QHA5O-72BNgmR-YN621baCM9Syrjav_HYadobr0kI4r7OYq4dRPzoDNAJhdtIzmbrIJVf-3RZ1zMSiz2RKqJ9EQCgmlkgnY0gmlwhKwSv5yKbXVsdGlhZGRyc5YACASsEr-cBoh0AAoErBK_nAaIdd0DgnJzhQACAQAAiXNlY3AyNTZrMaECq9En5bA0qlKYO3JOxmHRRhnmDWMuzT0YdmuY6J0KrQaDdGNwgoh0g3VkcIKIdoV3YWt1MgA"}'
|
|
2026-02-26 04:35:51.721 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-26 04:35:51.721 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34931/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.111.125/tcp/65425/p2p/16Uiu2HAmEfXxHNgQVkhSkNqbvTHKFgPdYnqnbQuywHLZBY5HteNm"]'
|
|
2026-02-26 04:35:51.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:35:51.757 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65424/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-02-26 04:35:51.771 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:35:51.772 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34931/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "c4a2e6de-49a7-4a5c-afdf-af1f5608352b", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/2/0"}'
|
|
2026-02-26 04:35:51.784 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"c4a2e6de-49a7-4a5c-afdf-af1f5608352b","statusDesc":"OK"}'
|
|
2026-02-26 04:35:51.785 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65424/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-26 04:35:51.793 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:65424/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
|
2026-02-26 04:35:51.830 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-26 04:35:51.831 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-26 04:35:51.831 DEBUG [src.node.waku_node] Stopping container with id 6711eae141d0
|
|
2026-02-26 04:35:52.399 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-26 04:35:52.402 DEBUG [src.node.waku_node] Stopping container with id d9baa6b111fe
|
|
2026-02-26 04:35:52.931 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-26 04:35:52.934 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-26 04:35:52.939 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-26 04:35:52.943 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-26 04:35:52.944 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-02-26 04:35:52.944 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-02-26 04:35:52.944 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-02-26_04-35-49__da8be0f6-72ec-436d-8cf6-9e66b7266a27__wakuorg_nwaku:latest.log
|
|
2026-02-26 04:35:52.945 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-02-26_04-35-49__da8be0f6-72ec-436d-8cf6-9e66b7266a27__wakuorg_nwaku:latest.log
|
|
2026-02-26 04:35:52.948 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-26 04:35:52.949 DEBUG [tests.conftest] Running test: test_filter_works_with_auto_sharding with id: 2026-02-26_04-35-52__21e0acaa-cc3d-4e87-bb3b-cdf51415d5b1
|
|
2026-02-26 04:35:52.949 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-26 04:35:52.949 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-26 04:35:52.949 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-26 04:35:52.957 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-26 04:35:52.957 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-26_04-35-52__21e0acaa-cc3d-4e87-bb3b-cdf51415d5b1__wakuorg_nwaku:latest.log
|
|
2026-02-26 04:35:52.957 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-26 04:35:52.957 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-26 04:35:52.959 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-26 04:35:52.959 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.111.182
|
|
2026-02-26 04:35:52.959 DEBUG [src.node.docker_mananger] Generated ports ['42944', '42945', '42946', '42947', '42948']
|
|
2026-02-26 04:35:52.959 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-26 04:35:52.959 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-26 04:35:52.959 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-26 04:35:52.959 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-26 04:35:52.960 DEBUG [src.node.docker_mananger] docker run -i -t -p 42944:42944 -p 42945:42945 -p 42946:42946 -p 42947:42947 -p 42948:42948 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=42946 --rest-port=42944 --tcp-port=42945 --discv5-udp-port=42947 --rest-address=0.0.0.0 --nat=extip:172.18.111.182 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ff9237c2c1fe3c01cb1a28aabdba10d3efee35eeb3cd2ed3dc9ca75e6e5fafc8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42948 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=1
|
|
2026-02-26 04:35:53.155 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.111.182 waku 860e1a0076fd5bb077253d09065454ebfe0dc69d83a50763d59b38358e272afc
|
|
2026-02-26 04:35:53.189 DEBUG [src.node.docker_mananger] Container started with ID 860e1a0076fd. Setting up logs at ./log/docker/node1_2026-02-26_04-35-52__21e0acaa-cc3d-4e87-bb3b-cdf51415d5b1__wakuorg_nwaku:latest.log
|
|
2026-02-26 04:35:53.189 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 42944
|
|
2026-02-26 04:35:53.189 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-26 04:35:53.215 ERROR [src.node.docker_mananger] Max retries reached for container 6711eae141d0. Exiting log stream.
|
|
2026-02-26 04:35:53.745 ERROR [src.node.docker_mananger] Max retries reached for container d9baa6b111fe. Exiting log stream.
|
|
2026-02-26 04:35:54.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42944/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:35:54.194 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-02-26 04:35:54.194 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-26 04:35:54.194 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42944/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:35:54.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.111.182/tcp/42945/p2p/16Uiu2HAmVc3f6vnCct9DJ6s2RKmid2rPgfxmVp2WMJYRBgsHuTeS","/ip4/172.18.111.182/tcp/42946/ws/p2p/16Uiu2HAmVc3f6vnCct9DJ6s2RKmid2rPgfxmVp2WMJYRBgsHuTeS"],"enrUri":"enr:-L24QCtXrCDqx1l5KG2VEWq5Tf3gyLUSWkne9C4fJxgIf0tyUa2JU5EqjdCk2CnUa19smSPtQkfQA3aQnb_HiMquIVoCgmlkgnY0gmlwhKwSb7aKbXVsdGlhZGRyc5YACASsEm-2BqfBAAoErBJvtganwt0DgnJzhQACAQAAiXNlY3AyNTZrMaED-9WsuOuipnshxw5ycgovhD0AqsgVS034Jg1WdcIhB0ODdGNwgqfBg3VkcIKnw4V3YWt1MgU"}'
|
|
2026-02-26 04:35:54.197 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-26 04:35:54.204 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-26 04:35:54.204 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-26_04-35-52__21e0acaa-cc3d-4e87-bb3b-cdf51415d5b1__wakuorg_nwaku:latest.log
|
|
2026-02-26 04:35:54.204 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-26 04:35:54.204 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-26 04:35:54.205 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-26 04:35:54.206 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.205.32
|
|
2026-02-26 04:35:54.206 DEBUG [src.node.docker_mananger] Generated ports ['1449', '1450', '1451', '1452', '1453']
|
|
2026-02-26 04:35:54.206 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-26 04:35:54.206 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-26 04:35:54.206 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-26 04:35:54.206 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-26 04:35:54.206 DEBUG [src.node.docker_mananger] docker run -i -t -p 1449:1449 -p 1450:1450 -p 1451:1451 -p 1452:1452 -p 1453:1453 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=1451 --rest-port=1449 --tcp-port=1450 --discv5-udp-port=1452 --rest-address=0.0.0.0 --nat=extip:172.18.205.32 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=608cccc9a4b9f3210c7aca9f62eaedeecaba800c7ddf36f62a41c5ddccfb18cf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1453 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QCtXrCDqx1l5KG2VEWq5Tf3gyLUSWkne9C4fJxgIf0tyUa2JU5EqjdCk2CnUa19smSPtQkfQA3aQnb_HiMquIVoCgmlkgnY0gmlwhKwSb7aKbXVsdGlhZGRyc5YACASsEm-2BqfBAAoErBJvtganwt0DgnJzhQACAQAAiXNlY3AyNTZrMaED-9WsuOuipnshxw5ycgovhD0AqsgVS034Jg1WdcIhB0ODdGNwgqfBg3VkcIKnw4V3YWt1MgU --filternode=/ip4/172.18.111.182/tcp/42945/p2p/16Uiu2HAmVc3f6vnCct9DJ6s2RKmid2rPgfxmVp2WMJYRBgsHuTeS --content-topic=/myapp/1/latest/proto
|
|
2026-02-26 04:35:54.399 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.205.32 waku b5cbf6cf970392c265d0eb6b67d37da4e7a6f97148b6d224e626bbb85bfbdba1
|
|
2026-02-26 04:35:54.432 DEBUG [src.node.docker_mananger] Container started with ID b5cbf6cf9703. Setting up logs at ./log/docker/node2_2026-02-26_04-35-52__21e0acaa-cc3d-4e87-bb3b-cdf51415d5b1__wakuorg_nwaku:latest.log
|
|
2026-02-26 04:35:54.432 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1449
|
|
2026-02-26 04:35:54.433 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-26 04:35:55.434 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1449/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:35:55.437 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-02-26 04:35:55.437 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-26 04:35:55.437 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1449/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:35:55.440 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.205.32/tcp/1450/p2p/16Uiu2HAmMKuQJTzPYNsDRQKd5QDiNB41KXgLf96cfnFVaJBwjCRx","/ip4/172.18.205.32/tcp/1451/ws/p2p/16Uiu2HAmMKuQJTzPYNsDRQKd5QDiNB41KXgLf96cfnFVaJBwjCRx"],"enrUri":"enr:-L24QJdqPe81N4tTGM4UqDLeEh3uIVBWPei6-CvFQmtFmcYqKNQkzLIO0MRZUcL4IfEteoXBKfU01hRdxchHfkSG-1gCgmlkgnY0gmlwhKwSzSCKbXVsdGlhZGRyc5YACASsEs0gBgWqAAoErBLNIAYFq90DgnJzhQACAQAAiXNlY3AyNTZrMaEDgNWNWsrdTUYtK00bJi4RFwDfx5GrBmfd_eNVsdTWGyODdGNwggWqg3VkcIIFrIV3YWt1MgA"}'
|
|
2026-02-26 04:35:55.440 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-26 04:35:55.440 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1449/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.111.182/tcp/42945/p2p/16Uiu2HAmVc3f6vnCct9DJ6s2RKmid2rPgfxmVp2WMJYRBgsHuTeS"]'
|
|
2026-02-26 04:35:55.478 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:35:55.479 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42944/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-02-26 04:35:55.495 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:35:55.495 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1449/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "44505217-4f74-47ee-aa82-149eb964a08c", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/2/0"}'
|
|
2026-02-26 04:35:55.509 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"44505217-4f74-47ee-aa82-149eb964a08c","statusDesc":"OK"}'
|
|
2026-02-26 04:35:55.510 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42944/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-26 04:35:55.518 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:42944/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
|
2026-02-26 04:35:55.552 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-26 04:35:55.553 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-26 04:35:55.553 DEBUG [src.node.waku_node] Stopping container with id 860e1a0076fd
|
|
2026-02-26 04:35:56.143 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-26 04:35:56.143 DEBUG [src.node.waku_node] Stopping container with id b5cbf6cf9703
|
|
2026-02-26 04:35:56.744 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-26 04:35:56.745 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-26 04:35:56.752 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-26 04:35:56.758 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-26 04:35:56.760 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-02-26 04:35:56.760 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-02-26 04:35:56.761 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-02-26_04-35-52__21e0acaa-cc3d-4e87-bb3b-cdf51415d5b1__wakuorg_nwaku:latest.log
|
|
2026-02-26 04:35:56.762 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-02-26_04-35-52__21e0acaa-cc3d-4e87-bb3b-cdf51415d5b1__wakuorg_nwaku:latest.log
|