mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 17:43:17 +00:00
217 lines
39 KiB
Plaintext
217 lines
39 KiB
Plaintext
2026-02-27 04:34:11.184 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-27 04:34:11.184 DEBUG [tests.conftest] Running test: test_filter_works_with_auto_sharding with id: 2026-02-27_04-34-11__a78a201b-d748-4dd4-9a25-bbb9f5bf34cc
|
|
2026-02-27 04:34:11.184 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-27 04:34:11.185 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-27 04:34:11.185 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-27 04:34:11.192 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-27 04:34:11.192 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-27_04-34-11__a78a201b-d748-4dd4-9a25-bbb9f5bf34cc__wakuorg_nwaku:latest.log
|
|
2026-02-27 04:34:11.193 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-27 04:34:11.193 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-27 04:34:11.194 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-27 04:34:11.194 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.132.151
|
|
2026-02-27 04:34:11.194 DEBUG [src.node.docker_mananger] Generated ports ['18486', '18487', '18488', '18489', '18490']
|
|
2026-02-27 04:34:11.195 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-27 04:34:11.195 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-27 04:34:11.195 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-27 04:34:11.195 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-27 04:34:11.195 DEBUG [src.node.docker_mananger] docker run -i -t -p 18486:18486 -p 18487:18487 -p 18488:18488 -p 18489:18489 -p 18490:18490 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=18488 --rest-port=18486 --tcp-port=18487 --discv5-udp-port=18489 --rest-address=0.0.0.0 --nat=extip:172.18.132.151 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=f36249dde3cdac5b8d95cbf0396fa3280a0cae2de0abf4cbe1f141aedcb686ee --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18490 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=1
|
|
2026-02-27 04:34:11.390 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.132.151 waku a62e854e3aeada4abc8691c0702d46d1caff52de5ed4955ceddae547a84ccc54
|
|
2026-02-27 04:34:11.418 ERROR [src.node.docker_mananger] Max retries reached for container 9124ee4f2532. Exiting log stream.
|
|
2026-02-27 04:34:11.426 DEBUG [src.node.docker_mananger] Container started with ID a62e854e3aea. Setting up logs at ./log/docker/node1_2026-02-27_04-34-11__a78a201b-d748-4dd4-9a25-bbb9f5bf34cc__wakuorg_nwaku:latest.log
|
|
2026-02-27 04:34:11.426 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 18486
|
|
2026-02-27 04:34:11.427 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-27 04:34:11.963 ERROR [src.node.docker_mananger] Max retries reached for container c6c95e0a380a. Exiting log stream.
|
|
2026-02-27 04:34:12.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18486/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:34:12.430 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-27 04:34:12.430 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-27 04:34:12.430 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18486/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:34:12.433 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.132.151/tcp/18487/p2p/16Uiu2HAm2Q6emMeTjqa7CDM2gCpXmuuDV8okC2ECcg5Y1ZKzvd1f","/ip4/172.18.132.151/tcp/18488/ws/p2p/16Uiu2HAm2Q6emMeTjqa7CDM2gCpXmuuDV8okC2ECcg5Y1ZKzvd1f"],"enrUri":"enr:-L24QAKa6B8g2VKYQ39wsVy63sVok8EHj8Nitlx_uuGxvvfURJVKJzhBT_WWHwm0txhpa8DFcbBOaE956_HWQoJRNNsCgmlkgnY0gmlwhKwShJeKbXVsdGlhZGRyc5YACASsEoSXBkg3AAoErBKElwZION0DgnJzhQACAQAAiXNlY3AyNTZrMaECZ5qLI2Rkb1-VcL8mMere7vygEQy-zL6Tj8bI4uR0JE6DdGNwgkg3g3VkcIJIOYV3YWt1MgU"}'
|
|
2026-02-27 04:34:12.433 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-27 04:34:12.440 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-27 04:34:12.440 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-27_04-34-11__a78a201b-d748-4dd4-9a25-bbb9f5bf34cc__wakuorg_nwaku:latest.log
|
|
2026-02-27 04:34:12.440 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-27 04:34:12.441 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-27 04:34:12.442 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-27 04:34:12.442 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.196.254
|
|
2026-02-27 04:34:12.442 DEBUG [src.node.docker_mananger] Generated ports ['10847', '10848', '10849', '10850', '10851']
|
|
2026-02-27 04:34:12.442 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-27 04:34:12.443 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-27 04:34:12.443 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-27 04:34:12.443 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-27 04:34:12.443 DEBUG [src.node.docker_mananger] docker run -i -t -p 10847:10847 -p 10848:10848 -p 10849:10849 -p 10850:10850 -p 10851:10851 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=10849 --rest-port=10847 --tcp-port=10848 --discv5-udp-port=10850 --rest-address=0.0.0.0 --nat=extip:172.18.196.254 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=e30ea1d4dc8efb72acbabdf91a2f8fa6f993affdeaa8eafdbac9d6d9ada5d0ad --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10851 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QAKa6B8g2VKYQ39wsVy63sVok8EHj8Nitlx_uuGxvvfURJVKJzhBT_WWHwm0txhpa8DFcbBOaE956_HWQoJRNNsCgmlkgnY0gmlwhKwShJeKbXVsdGlhZGRyc5YACASsEoSXBkg3AAoErBKElwZION0DgnJzhQACAQAAiXNlY3AyNTZrMaECZ5qLI2Rkb1-VcL8mMere7vygEQy-zL6Tj8bI4uR0JE6DdGNwgkg3g3VkcIJIOYV3YWt1MgU --filternode=/ip4/172.18.132.151/tcp/18487/p2p/16Uiu2HAm2Q6emMeTjqa7CDM2gCpXmuuDV8okC2ECcg5Y1ZKzvd1f --content-topic=/myapp/1/latest/proto
|
|
2026-02-27 04:34:12.646 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.196.254 waku a86d058543c794aa58683be6116cb9799f131ad3e43f68197ea2cc3ff358cf78
|
|
2026-02-27 04:34:12.681 DEBUG [src.node.docker_mananger] Container started with ID a86d058543c7. Setting up logs at ./log/docker/node2_2026-02-27_04-34-11__a78a201b-d748-4dd4-9a25-bbb9f5bf34cc__wakuorg_nwaku:latest.log
|
|
2026-02-27 04:34:12.682 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 10847
|
|
2026-02-27 04:34:12.682 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-27 04:34:13.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10847/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:34:13.685 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-27 04:34:13.686 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-27 04:34:13.686 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10847/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:34:13.688 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.196.254/tcp/10848/p2p/16Uiu2HAm32mWQG5Mm7G6qcizAsFhSPYHomAV8H1cfL2kwXxctSTz","/ip4/172.18.196.254/tcp/10849/ws/p2p/16Uiu2HAm32mWQG5Mm7G6qcizAsFhSPYHomAV8H1cfL2kwXxctSTz"],"enrUri":"enr:-L24QGPdDHbx_d4n-7UtnZYV5XeHRXWmz0qL4KdvclWXi198PhUV1rk7xkyRr41N-zHOJwb9jkq6zhFjBI0BiBdTOSECgmlkgnY0gmlwhKwSxP6KbXVsdGlhZGRyc5YACASsEsT-BipgAAoErBLE_gYqYd0DgnJzhQACAQAAiXNlY3AyNTZrMaECcP9jFCXa8Nd_yf58uWjn0pcMl5M5ARdo3Z1AAi4bFqmDdGNwgipgg3VkcIIqYoV3YWt1MgA"}'
|
|
2026-02-27 04:34:13.688 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-27 04:34:13.689 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10847/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.132.151/tcp/18487/p2p/16Uiu2HAm2Q6emMeTjqa7CDM2gCpXmuuDV8okC2ECcg5Y1ZKzvd1f"]'
|
|
2026-02-27 04:34:13.723 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:34:13.724 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18486/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-02-27 04:34:13.741 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:34:13.744 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10847/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "2fb246ca-b38f-4930-b4c7-b51bf0d833b0", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/2/0"}'
|
|
2026-02-27 04:34:13.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"2fb246ca-b38f-4930-b4c7-b51bf0d833b0","statusDesc":"OK"}'
|
|
2026-02-27 04:34:13.758 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18486/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-27 04:34:13.765 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:18486/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
|
2026-02-27 04:34:13.800 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-27 04:34:13.801 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-27 04:34:13.801 DEBUG [src.node.waku_node] Stopping container with id a62e854e3aea
|
|
2026-02-27 04:34:14.350 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-27 04:34:14.352 DEBUG [src.node.waku_node] Stopping container with id a86d058543c7
|
|
2026-02-27 04:34:14.887 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-27 04:34:14.890 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-27 04:34:14.895 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-27 04:34:14.901 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-27 04:34:14.902 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-02-27 04:34:14.903 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-02-27 04:34:14.904 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-02-27_04-34-11__a78a201b-d748-4dd4-9a25-bbb9f5bf34cc__wakuorg_nwaku:latest.log
|
|
2026-02-27 04:34:14.908 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-02-27_04-34-11__a78a201b-d748-4dd4-9a25-bbb9f5bf34cc__wakuorg_nwaku:latest.log
|
|
2026-02-27 04:34:14.919 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-27 04:34:14.921 DEBUG [tests.conftest] Running test: test_filter_works_with_auto_sharding with id: 2026-02-27_04-34-14__5f1886d2-1f90-4fae-ba00-c4d7987355ef
|
|
2026-02-27 04:34:14.921 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-27 04:34:14.922 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-27 04:34:14.922 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-27 04:34:14.930 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-27 04:34:14.930 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-27_04-34-14__5f1886d2-1f90-4fae-ba00-c4d7987355ef__wakuorg_nwaku:latest.log
|
|
2026-02-27 04:34:14.930 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-27 04:34:14.931 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-27 04:34:14.932 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-27 04:34:14.932 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.0.79
|
|
2026-02-27 04:34:14.932 DEBUG [src.node.docker_mananger] Generated ports ['8616', '8617', '8618', '8619', '8620']
|
|
2026-02-27 04:34:14.933 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-27 04:34:14.933 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-27 04:34:14.933 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-27 04:34:14.933 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-27 04:34:14.933 DEBUG [src.node.docker_mananger] docker run -i -t -p 8616:8616 -p 8617:8617 -p 8618:8618 -p 8619:8619 -p 8620:8620 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=8618 --rest-port=8616 --tcp-port=8617 --discv5-udp-port=8619 --rest-address=0.0.0.0 --nat=extip:172.18.0.79 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=08ecd54def05e3abcc6b781d2c792c6e033d0fb81d0eb93efba3cde84ebdf44d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8620 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=1
|
|
2026-02-27 04:34:15.121 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.0.79 waku 294fdc585833e9da0cccbaa3c01b799c4abe9b1b2ae03453297b4e667691b92f
|
|
2026-02-27 04:34:15.155 DEBUG [src.node.docker_mananger] Container started with ID 294fdc585833. Setting up logs at ./log/docker/node1_2026-02-27_04-34-14__5f1886d2-1f90-4fae-ba00-c4d7987355ef__wakuorg_nwaku:latest.log
|
|
2026-02-27 04:34:15.156 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 8616
|
|
2026-02-27 04:34:15.157 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-27 04:34:15.163 ERROR [src.node.docker_mananger] Max retries reached for container a62e854e3aea. Exiting log stream.
|
|
2026-02-27 04:34:15.735 ERROR [src.node.docker_mananger] Max retries reached for container a86d058543c7. Exiting log stream.
|
|
2026-02-27 04:34:16.157 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8616/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:34:16.160 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-27 04:34:16.161 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-27 04:34:16.161 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8616/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:34:16.163 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.0.79/tcp/8617/p2p/16Uiu2HAkz97jSp2hzjd7gfGwwV7JSRuxtvLTTMQxq7PE4R2Eu24d","/ip4/172.18.0.79/tcp/8618/ws/p2p/16Uiu2HAkz97jSp2hzjd7gfGwwV7JSRuxtvLTTMQxq7PE4R2Eu24d"],"enrUri":"enr:-L24QCfslZHrneNZNQGosuS4XcVLptrWsWMp35U323A8BaVgMgNnykWE3HqmgsLT4YnZYVcHUlWMN10XPNPOqCTj3jkCgmlkgnY0gmlwhKwSAE-KbXVsdGlhZGRyc5YACASsEgBPBiGpAAoErBIATwYhqt0DgnJzhQACAQAAiXNlY3AyNTZrMaECRgyt8WVEmKZb5ar4-AjFmStm59Ngs1Cdn0wH4pkyRAaDdGNwgiGpg3VkcIIhq4V3YWt1MgU"}'
|
|
2026-02-27 04:34:16.163 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-27 04:34:16.170 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-27 04:34:16.170 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-27_04-34-14__5f1886d2-1f90-4fae-ba00-c4d7987355ef__wakuorg_nwaku:latest.log
|
|
2026-02-27 04:34:16.171 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-27 04:34:16.171 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-27 04:34:16.172 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-27 04:34:16.172 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.89.39
|
|
2026-02-27 04:34:16.172 DEBUG [src.node.docker_mananger] Generated ports ['50950', '50951', '50952', '50953', '50954']
|
|
2026-02-27 04:34:16.173 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-27 04:34:16.173 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-27 04:34:16.173 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-27 04:34:16.173 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-27 04:34:16.173 DEBUG [src.node.docker_mananger] docker run -i -t -p 50950:50950 -p 50951:50951 -p 50952:50952 -p 50953:50953 -p 50954:50954 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=50952 --rest-port=50950 --tcp-port=50951 --discv5-udp-port=50953 --rest-address=0.0.0.0 --nat=extip:172.18.89.39 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=efcda30d209abfe6ccafe8c3b7af0394bb8daa48831aad97eab83bdfcd06bd87 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50954 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QCfslZHrneNZNQGosuS4XcVLptrWsWMp35U323A8BaVgMgNnykWE3HqmgsLT4YnZYVcHUlWMN10XPNPOqCTj3jkCgmlkgnY0gmlwhKwSAE-KbXVsdGlhZGRyc5YACASsEgBPBiGpAAoErBIATwYhqt0DgnJzhQACAQAAiXNlY3AyNTZrMaECRgyt8WVEmKZb5ar4-AjFmStm59Ngs1Cdn0wH4pkyRAaDdGNwgiGpg3VkcIIhq4V3YWt1MgU --filternode=/ip4/172.18.0.79/tcp/8617/p2p/16Uiu2HAkz97jSp2hzjd7gfGwwV7JSRuxtvLTTMQxq7PE4R2Eu24d --content-topic=/myapp/1/latest/proto
|
|
2026-02-27 04:34:16.369 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.89.39 waku 58bc1c60025029ba54b135f1a8c338824de3359e31db048a18b7c870da815775
|
|
2026-02-27 04:34:16.405 DEBUG [src.node.docker_mananger] Container started with ID 58bc1c600250. Setting up logs at ./log/docker/node2_2026-02-27_04-34-14__5f1886d2-1f90-4fae-ba00-c4d7987355ef__wakuorg_nwaku:latest.log
|
|
2026-02-27 04:34:16.405 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 50950
|
|
2026-02-27 04:34:16.406 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-27 04:34:17.406 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50950/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:34:17.409 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-27 04:34:17.409 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-27 04:34:17.410 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50950/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:34:17.412 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.89.39/tcp/50951/p2p/16Uiu2HAmJsC5GF3XUbfw6SzirAs8gPxxi6iawxW3LKr98GCSqrws","/ip4/172.18.89.39/tcp/50952/ws/p2p/16Uiu2HAmJsC5GF3XUbfw6SzirAs8gPxxi6iawxW3LKr98GCSqrws"],"enrUri":"enr:-L24QGazWazNjjsAGHFdxUuaOvXu-AI8Mpba1WLCq6SIvZzjUzWlQUvMppP1wSNeVLwibptQYzZp5jEY8eTSKAFy76QCgmlkgnY0gmlwhKwSWSeKbXVsdGlhZGRyc5YACASsElknBscHAAoErBJZJwbHCN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDXEZY51fYl-W5UIbKezdoa5HlL1KmeF13OHJ5GjV7dYKDdGNwgscHg3VkcILHCYV3YWt1MgA"}'
|
|
2026-02-27 04:34:17.412 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-27 04:34:17.413 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50950/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.0.79/tcp/8617/p2p/16Uiu2HAkz97jSp2hzjd7gfGwwV7JSRuxtvLTTMQxq7PE4R2Eu24d"]'
|
|
2026-02-27 04:34:17.454 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:34:17.456 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8616/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-02-27 04:34:17.474 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:34:17.478 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50950/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "763572e6-002e-46fa-b491-07b0ec39e777", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/2/0"}'
|
|
2026-02-27 04:34:17.492 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"763572e6-002e-46fa-b491-07b0ec39e777","statusDesc":"OK"}'
|
|
2026-02-27 04:34:17.493 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8616/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-27 04:34:17.501 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:8616/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
|
2026-02-27 04:34:17.538 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-27 04:34:17.539 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-27 04:34:17.539 DEBUG [src.node.waku_node] Stopping container with id 294fdc585833
|
|
2026-02-27 04:34:18.111 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-27 04:34:18.112 DEBUG [src.node.waku_node] Stopping container with id 58bc1c600250
|
|
2026-02-27 04:34:18.668 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-27 04:34:18.670 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-27 04:34:18.676 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-27 04:34:18.680 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-27 04:34:18.681 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-02-27 04:34:18.681 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-02-27 04:34:18.681 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-02-27_04-34-14__5f1886d2-1f90-4fae-ba00-c4d7987355ef__wakuorg_nwaku:latest.log
|
|
2026-02-27 04:34:18.682 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-02-27_04-34-14__5f1886d2-1f90-4fae-ba00-c4d7987355ef__wakuorg_nwaku:latest.log
|
|
2026-02-27 04:34:18.685 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-27 04:34:18.685 DEBUG [tests.conftest] Running test: test_filter_works_with_auto_sharding with id: 2026-02-27_04-34-18__c9e5ae5a-827c-4989-901a-8fb6faeb08ca
|
|
2026-02-27 04:34:18.686 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-27 04:34:18.686 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-27 04:34:18.686 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-27 04:34:18.693 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-27 04:34:18.693 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-27_04-34-18__c9e5ae5a-827c-4989-901a-8fb6faeb08ca__wakuorg_nwaku:latest.log
|
|
2026-02-27 04:34:18.694 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-27 04:34:18.694 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-27 04:34:18.695 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-27 04:34:18.695 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.104.107
|
|
2026-02-27 04:34:18.695 DEBUG [src.node.docker_mananger] Generated ports ['26824', '26825', '26826', '26827', '26828']
|
|
2026-02-27 04:34:18.695 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-27 04:34:18.696 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-27 04:34:18.696 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-27 04:34:18.696 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-27 04:34:18.696 DEBUG [src.node.docker_mananger] docker run -i -t -p 26824:26824 -p 26825:26825 -p 26826:26826 -p 26827:26827 -p 26828:26828 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=26826 --rest-port=26824 --tcp-port=26825 --discv5-udp-port=26827 --rest-address=0.0.0.0 --nat=extip:172.18.104.107 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b6edcbcacad08f5da5bcc249b42a17de4e761dd1dd2cb4b1deaec8aa9bc2e503 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26828 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=1
|
|
2026-02-27 04:34:18.887 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.104.107 waku 33ea3c790ab06900be5bcbb5ec746be07a439555b4b012e60c224cc46bee4d8e
|
|
2026-02-27 04:34:18.920 DEBUG [src.node.docker_mananger] Container started with ID 33ea3c790ab0. Setting up logs at ./log/docker/node1_2026-02-27_04-34-18__c9e5ae5a-827c-4989-901a-8fb6faeb08ca__wakuorg_nwaku:latest.log
|
|
2026-02-27 04:34:18.921 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 26824
|
|
2026-02-27 04:34:18.921 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-27 04:34:18.926 ERROR [src.node.docker_mananger] Max retries reached for container 294fdc585833. Exiting log stream.
|
|
2026-02-27 04:34:19.486 ERROR [src.node.docker_mananger] Max retries reached for container 58bc1c600250. Exiting log stream.
|
|
2026-02-27 04:34:19.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26824/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:34:19.925 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-27 04:34:19.926 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-27 04:34:19.926 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26824/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:34:19.928 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.104.107/tcp/26825/p2p/16Uiu2HAmL1oKuYHuPeTV96cXuhj4ijBpFqBBYYFQxDWG6xQotS4L","/ip4/172.18.104.107/tcp/26826/ws/p2p/16Uiu2HAmL1oKuYHuPeTV96cXuhj4ijBpFqBBYYFQxDWG6xQotS4L"],"enrUri":"enr:-L24QCuF6t2Ps-a-5xeI3c7MSjKoqVL5ZPvmdRNqOo56ZEUoSqmYfZIEcSvdU9--1y1lpcjB1UgJHIzt1lwpdBs8Zh4CgmlkgnY0gmlwhKwSaGuKbXVsdGlhZGRyc5YACASsEmhrBmjJAAoErBJoawZoyt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDbVaKb-YZsK9Tn-rV7xzWY7uLrVHTIfuD0lWbGI8cjr2DdGNwgmjJg3VkcIJoy4V3YWt1MgU"}'
|
|
2026-02-27 04:34:19.929 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-27 04:34:19.936 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-27 04:34:19.936 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-27_04-34-18__c9e5ae5a-827c-4989-901a-8fb6faeb08ca__wakuorg_nwaku:latest.log
|
|
2026-02-27 04:34:19.937 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-27 04:34:19.937 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-27 04:34:19.938 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-27 04:34:19.938 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.177.39
|
|
2026-02-27 04:34:19.938 DEBUG [src.node.docker_mananger] Generated ports ['24662', '24663', '24664', '24665', '24666']
|
|
2026-02-27 04:34:19.939 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-27 04:34:19.939 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-27 04:34:19.939 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-27 04:34:19.939 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-27 04:34:19.939 DEBUG [src.node.docker_mananger] docker run -i -t -p 24662:24662 -p 24663:24663 -p 24664:24664 -p 24665:24665 -p 24666:24666 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=24664 --rest-port=24662 --tcp-port=24663 --discv5-udp-port=24665 --rest-address=0.0.0.0 --nat=extip:172.18.177.39 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=2ecd9e992fa9cd73d1bfc0b8d2cb7799308bdacafff781c91edf6e0eb1ed5eb2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=24666 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QCuF6t2Ps-a-5xeI3c7MSjKoqVL5ZPvmdRNqOo56ZEUoSqmYfZIEcSvdU9--1y1lpcjB1UgJHIzt1lwpdBs8Zh4CgmlkgnY0gmlwhKwSaGuKbXVsdGlhZGRyc5YACASsEmhrBmjJAAoErBJoawZoyt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDbVaKb-YZsK9Tn-rV7xzWY7uLrVHTIfuD0lWbGI8cjr2DdGNwgmjJg3VkcIJoy4V3YWt1MgU --filternode=/ip4/172.18.104.107/tcp/26825/p2p/16Uiu2HAmL1oKuYHuPeTV96cXuhj4ijBpFqBBYYFQxDWG6xQotS4L --content-topic=/myapp/1/latest/proto
|
|
2026-02-27 04:34:20.138 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.177.39 waku 099260832afbb5a66c5af43813ff28008486006c355882fe35c9eeb84cede497
|
|
2026-02-27 04:34:20.176 DEBUG [src.node.docker_mananger] Container started with ID 099260832afb. Setting up logs at ./log/docker/node2_2026-02-27_04-34-18__c9e5ae5a-827c-4989-901a-8fb6faeb08ca__wakuorg_nwaku:latest.log
|
|
2026-02-27 04:34:20.177 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 24662
|
|
2026-02-27 04:34:20.177 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-27 04:34:21.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24662/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:34:21.181 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-27 04:34:21.181 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-27 04:34:21.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24662/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:34:21.184 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.177.39/tcp/24663/p2p/16Uiu2HAmGScGA4qnDgD1vcQ5Pt5NVXLA6bhFS82RccxR3girFzU1","/ip4/172.18.177.39/tcp/24664/ws/p2p/16Uiu2HAmGScGA4qnDgD1vcQ5Pt5NVXLA6bhFS82RccxR3girFzU1"],"enrUri":"enr:-L24QOyF0YPUk5L4uEWqp_UCSY0UCB98YqZk628NKKPHBW73HLlVreTBcvVKeiNUgTJ_UjMBjj7kk_3GSgIEb9DHo7wCgmlkgnY0gmlwhKwSsSeKbXVsdGlhZGRyc5YACASsErEnBmBXAAoErBKxJwZgWN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDOELNba8qAcHWRggCJOUaW9CTqzHYyJGtIEdbDa4xEsKDdGNwgmBXg3VkcIJgWYV3YWt1MgA"}'
|
|
2026-02-27 04:34:21.184 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-27 04:34:21.185 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24662/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.104.107/tcp/26825/p2p/16Uiu2HAmL1oKuYHuPeTV96cXuhj4ijBpFqBBYYFQxDWG6xQotS4L"]'
|
|
2026-02-27 04:34:21.222 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:34:21.222 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26824/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-02-27 04:34:21.240 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:34:21.241 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24662/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "c00d354a-c6c6-48fa-99d4-8d133057ca29", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/2/0"}'
|
|
2026-02-27 04:34:21.256 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"c00d354a-c6c6-48fa-99d4-8d133057ca29","statusDesc":"OK"}'
|
|
2026-02-27 04:34:21.256 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26824/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-27 04:34:21.264 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:26824/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
|
2026-02-27 04:34:21.297 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-27 04:34:21.298 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-27 04:34:21.298 DEBUG [src.node.waku_node] Stopping container with id 33ea3c790ab0
|
|
2026-02-27 04:34:21.888 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-27 04:34:21.888 DEBUG [src.node.waku_node] Stopping container with id 099260832afb
|
|
2026-02-27 04:34:22.427 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-27 04:34:22.428 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-27 04:34:22.435 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-27 04:34:22.440 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-27 04:34:22.441 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-02-27 04:34:22.441 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-02-27 04:34:22.442 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-02-27_04-34-18__c9e5ae5a-827c-4989-901a-8fb6faeb08ca__wakuorg_nwaku:latest.log
|
|
2026-02-27 04:34:22.442 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-02-27_04-34-18__c9e5ae5a-827c-4989-901a-8fb6faeb08ca__wakuorg_nwaku:latest.log
|