mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 18:09:25 +00:00
217 lines
39 KiB
Plaintext
217 lines
39 KiB
Plaintext
2026-02-25 19:27:14.088 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-25 19:27:14.088 DEBUG [tests.conftest] Running test: test_filter_works_with_auto_sharding with id: 2026-02-25_19-27-14__7b5d5ac2-01cf-4084-901d-6150a1602e55
|
|
2026-02-25 19:27:14.088 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-25 19:27:14.089 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-25 19:27:14.089 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-25 19:27:14.096 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 19:27:14.096 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-25_19-27-14__7b5d5ac2-01cf-4084-901d-6150a1602e55__wakuorg_nwaku:latest.log
|
|
2026-02-25 19:27:14.097 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 19:27:14.097 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 19:27:14.098 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 19:27:14.098 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.28.43
|
|
2026-02-25 19:27:14.098 DEBUG [src.node.docker_mananger] Generated ports ['42162', '42163', '42164', '42165', '42166']
|
|
2026-02-25 19:27:14.099 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-25 19:27:14.099 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 19:27:14.099 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 19:27:14.099 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 19:27:14.099 DEBUG [src.node.docker_mananger] docker run -i -t -p 42162:42162 -p 42163:42163 -p 42164:42164 -p 42165:42165 -p 42166:42166 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=42164 --rest-port=42162 --tcp-port=42163 --discv5-udp-port=42165 --rest-address=0.0.0.0 --nat=extip:172.18.28.43 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=c090f0ed427debe5f1877f16ea6ac0dd6fe19a160facafeb67ecfb9083c71dd3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42166 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=1
|
|
2026-02-25 19:27:14.286 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.28.43 waku 05828fc6836662a84767bf04659862bd59edb276a6c3ac032f8e283c276b43a4
|
|
2026-02-25 19:27:14.313 ERROR [src.node.docker_mananger] Max retries reached for container b7b0187ab579. Exiting log stream.
|
|
2026-02-25 19:27:14.327 DEBUG [src.node.docker_mananger] Container started with ID 05828fc68366. Setting up logs at ./log/docker/node1_2026-02-25_19-27-14__7b5d5ac2-01cf-4084-901d-6150a1602e55__wakuorg_nwaku:latest.log
|
|
2026-02-25 19:27:14.327 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 42162
|
|
2026-02-25 19:27:14.327 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 19:27:14.877 ERROR [src.node.docker_mananger] Max retries reached for container 7591f2373342. Exiting log stream.
|
|
2026-02-25 19:27:15.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42162/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 19:27:15.330 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-25 19:27:15.331 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 19:27:15.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42162/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 19:27:15.333 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.28.43/tcp/42163/p2p/16Uiu2HAm53bpVmNNGuFUUCXCFuze1YWGKGvXPJrjgrzXq76Hm5m8","/ip4/172.18.28.43/tcp/42164/ws/p2p/16Uiu2HAm53bpVmNNGuFUUCXCFuze1YWGKGvXPJrjgrzXq76Hm5m8"],"enrUri":"enr:-L24QKRXGy8qepXMXk9fOGLCRkOS0P35lumJFhfaOCQ_2xIHNmwDsdnKuLLctXevf2gVVkbNpAMhNi6ziFpPSRzPr8sCgmlkgnY0gmlwhKwSHCuKbXVsdGlhZGRyc5YACASsEhwrBqSzAAoErBIcKwaktN0DgnJzhQACAQAAiXNlY3AyNTZrMaECju1jLVH9wk9AgywiDM5hd1j1Jtn3r7uGAbQc-7Yj_A-DdGNwgqSzg3VkcIKktYV3YWt1MgU"}'
|
|
2026-02-25 19:27:15.333 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 19:27:15.340 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 19:27:15.340 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-25_19-27-14__7b5d5ac2-01cf-4084-901d-6150a1602e55__wakuorg_nwaku:latest.log
|
|
2026-02-25 19:27:15.340 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 19:27:15.341 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 19:27:15.342 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 19:27:15.342 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.137.57
|
|
2026-02-25 19:27:15.342 DEBUG [src.node.docker_mananger] Generated ports ['19844', '19845', '19846', '19847', '19848']
|
|
2026-02-25 19:27:15.342 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-25 19:27:15.343 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 19:27:15.343 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 19:27:15.343 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 19:27:15.343 DEBUG [src.node.docker_mananger] docker run -i -t -p 19844:19844 -p 19845:19845 -p 19846:19846 -p 19847:19847 -p 19848:19848 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=19846 --rest-port=19844 --tcp-port=19845 --discv5-udp-port=19847 --rest-address=0.0.0.0 --nat=extip:172.18.137.57 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=96ef76e93702faff9bf9bf50bcaf036e19aef5d7f3cdf2daf0ad6ccbff9655e7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19848 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QKRXGy8qepXMXk9fOGLCRkOS0P35lumJFhfaOCQ_2xIHNmwDsdnKuLLctXevf2gVVkbNpAMhNi6ziFpPSRzPr8sCgmlkgnY0gmlwhKwSHCuKbXVsdGlhZGRyc5YACASsEhwrBqSzAAoErBIcKwaktN0DgnJzhQACAQAAiXNlY3AyNTZrMaECju1jLVH9wk9AgywiDM5hd1j1Jtn3r7uGAbQc-7Yj_A-DdGNwgqSzg3VkcIKktYV3YWt1MgU --filternode=/ip4/172.18.28.43/tcp/42163/p2p/16Uiu2HAm53bpVmNNGuFUUCXCFuze1YWGKGvXPJrjgrzXq76Hm5m8 --content-topic=/myapp/1/latest/proto
|
|
2026-02-25 19:27:15.537 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.137.57 waku d79b755d042490820f6de97d9fda350a4eaaf19eddd9ef907ad79a7782e57cb7
|
|
2026-02-25 19:27:15.569 DEBUG [src.node.docker_mananger] Container started with ID d79b755d0424. Setting up logs at ./log/docker/node2_2026-02-25_19-27-14__7b5d5ac2-01cf-4084-901d-6150a1602e55__wakuorg_nwaku:latest.log
|
|
2026-02-25 19:27:15.570 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19844
|
|
2026-02-25 19:27:15.571 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 19:27:16.571 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19844/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 19:27:16.574 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-25 19:27:16.574 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 19:27:16.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19844/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 19:27:16.577 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.137.57/tcp/19845/p2p/16Uiu2HAkxkxteEXHQRzitGBYAdquYqMDYCU7RbesCXGmsPrMD2M8","/ip4/172.18.137.57/tcp/19846/ws/p2p/16Uiu2HAkxkxteEXHQRzitGBYAdquYqMDYCU7RbesCXGmsPrMD2M8"],"enrUri":"enr:-L24QINJaydWNOh7ymNaL51xq9gL2Y0X40B2Der-I3ecbAHzCe9IPQrdJBC48kcCE1hXOQAjsQ7V6W0RULhOfZXuk_4CgmlkgnY0gmlwhKwSiTmKbXVsdGlhZGRyc5YACASsEok5Bk2FAAoErBKJOQZNht0DgnJzhQACAQAAiXNlY3AyNTZrMaECMYQ3uybjFkyudwIGfw747wNbOV-gf0h_SY_U1mt7rPODdGNwgk2Fg3VkcIJNh4V3YWt1MgA"}'
|
|
2026-02-25 19:27:16.577 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 19:27:16.578 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19844/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.28.43/tcp/42163/p2p/16Uiu2HAm53bpVmNNGuFUUCXCFuze1YWGKGvXPJrjgrzXq76Hm5m8"]'
|
|
2026-02-25 19:27:16.616 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 19:27:16.618 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42162/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-02-25 19:27:16.634 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 19:27:16.635 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19844/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "7094c31a-3bb6-4997-8a4c-06df75102d34", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/2/0"}'
|
|
2026-02-25 19:27:16.648 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"7094c31a-3bb6-4997-8a4c-06df75102d34","statusDesc":"OK"}'
|
|
2026-02-25 19:27:16.649 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42162/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-25 19:27:16.656 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:42162/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
|
2026-02-25 19:27:16.691 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-25 19:27:16.692 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-25 19:27:16.692 DEBUG [src.node.waku_node] Stopping container with id 05828fc68366
|
|
2026-02-25 19:27:17.270 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 19:27:17.271 DEBUG [src.node.waku_node] Stopping container with id d79b755d0424
|
|
2026-02-25 19:27:17.833 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 19:27:17.836 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-25 19:27:17.842 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-25 19:27:17.847 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-25 19:27:17.849 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-02-25 19:27:17.850 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-02-25 19:27:17.852 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-02-25_19-27-14__7b5d5ac2-01cf-4084-901d-6150a1602e55__wakuorg_nwaku:latest.log
|
|
2026-02-25 19:27:17.855 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-02-25_19-27-14__7b5d5ac2-01cf-4084-901d-6150a1602e55__wakuorg_nwaku:latest.log
|
|
2026-02-25 19:27:17.869 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-25 19:27:17.871 DEBUG [tests.conftest] Running test: test_filter_works_with_auto_sharding with id: 2026-02-25_19-27-17__a0868869-e395-4a46-bdbd-1f4a20ba3bbb
|
|
2026-02-25 19:27:17.872 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-25 19:27:17.873 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-25 19:27:17.874 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-25 19:27:17.881 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 19:27:17.881 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-25_19-27-17__a0868869-e395-4a46-bdbd-1f4a20ba3bbb__wakuorg_nwaku:latest.log
|
|
2026-02-25 19:27:17.881 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 19:27:17.881 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 19:27:17.883 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 19:27:17.883 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.210.151
|
|
2026-02-25 19:27:17.883 DEBUG [src.node.docker_mananger] Generated ports ['64667', '64668', '64669', '64670', '64671']
|
|
2026-02-25 19:27:17.883 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-25 19:27:17.883 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 19:27:17.883 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 19:27:17.884 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 19:27:17.884 DEBUG [src.node.docker_mananger] docker run -i -t -p 64667:64667 -p 64668:64668 -p 64669:64669 -p 64670:64670 -p 64671:64671 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=64669 --rest-port=64667 --tcp-port=64668 --discv5-udp-port=64670 --rest-address=0.0.0.0 --nat=extip:172.18.210.151 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=f4c49cb3de13a164b7d9ed212e6cb7bfbeb9ce9eadbdedd10caccd5d8f8841cb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64671 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=1
|
|
2026-02-25 19:27:18.070 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.210.151 waku 7a048c223cc791ee3e1936eefb5be1a4ab08ce9f89cb3848eddc3f5beb40674c
|
|
2026-02-25 19:27:18.087 ERROR [src.node.docker_mananger] Max retries reached for container 05828fc68366. Exiting log stream.
|
|
2026-02-25 19:27:18.109 DEBUG [src.node.docker_mananger] Container started with ID 7a048c223cc7. Setting up logs at ./log/docker/node1_2026-02-25_19-27-17__a0868869-e395-4a46-bdbd-1f4a20ba3bbb__wakuorg_nwaku:latest.log
|
|
2026-02-25 19:27:18.110 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 64667
|
|
2026-02-25 19:27:18.110 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 19:27:18.684 ERROR [src.node.docker_mananger] Max retries reached for container d79b755d0424. Exiting log stream.
|
|
2026-02-25 19:27:19.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64667/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 19:27:19.114 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-25 19:27:19.114 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 19:27:19.114 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64667/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 19:27:19.116 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.210.151/tcp/64668/p2p/16Uiu2HAmFyhvucJdi6u6bNuMaVj9hvzu3xCVw9jZQY9jRaqS63Qa","/ip4/172.18.210.151/tcp/64669/ws/p2p/16Uiu2HAmFyhvucJdi6u6bNuMaVj9hvzu3xCVw9jZQY9jRaqS63Qa"],"enrUri":"enr:-L24QHchIVZ3DCvwqVF-kvyBribFKGf4kkzpoc2DpdbizjmZckZzYJBwH1jYQF9imu-QtVyU5LGoVmVPA9mHl0OhTj4CgmlkgnY0gmlwhKwS0peKbXVsdGlhZGRyc5YACASsEtKXBvycAAoErBLSlwb8nd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDMV6Hkdf25Wubk999W7MmySW1vdU0yMOM2pmUUUW9zzeDdGNwgvycg3VkcIL8noV3YWt1MgU"}'
|
|
2026-02-25 19:27:19.117 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 19:27:19.123 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 19:27:19.123 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-25_19-27-17__a0868869-e395-4a46-bdbd-1f4a20ba3bbb__wakuorg_nwaku:latest.log
|
|
2026-02-25 19:27:19.124 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 19:27:19.124 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 19:27:19.125 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 19:27:19.125 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.153.176
|
|
2026-02-25 19:27:19.125 DEBUG [src.node.docker_mananger] Generated ports ['46108', '46109', '46110', '46111', '46112']
|
|
2026-02-25 19:27:19.125 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-25 19:27:19.126 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 19:27:19.126 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 19:27:19.126 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 19:27:19.126 DEBUG [src.node.docker_mananger] docker run -i -t -p 46108:46108 -p 46109:46109 -p 46110:46110 -p 46111:46111 -p 46112:46112 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=46110 --rest-port=46108 --tcp-port=46109 --discv5-udp-port=46111 --rest-address=0.0.0.0 --nat=extip:172.18.153.176 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=2af6f12917e17e15eadcefbdcc4aabec6fc168e1dbd100ff3a45ab2c3d7f152c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46112 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QHchIVZ3DCvwqVF-kvyBribFKGf4kkzpoc2DpdbizjmZckZzYJBwH1jYQF9imu-QtVyU5LGoVmVPA9mHl0OhTj4CgmlkgnY0gmlwhKwS0peKbXVsdGlhZGRyc5YACASsEtKXBvycAAoErBLSlwb8nd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDMV6Hkdf25Wubk999W7MmySW1vdU0yMOM2pmUUUW9zzeDdGNwgvycg3VkcIL8noV3YWt1MgU --filternode=/ip4/172.18.210.151/tcp/64668/p2p/16Uiu2HAmFyhvucJdi6u6bNuMaVj9hvzu3xCVw9jZQY9jRaqS63Qa --content-topic=/myapp/1/latest/proto
|
|
2026-02-25 19:27:19.315 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.153.176 waku 90789e0967cfc84c9fcf491819840872c31bd5e0fb5ec09965b3c2441476eca0
|
|
2026-02-25 19:27:19.347 DEBUG [src.node.docker_mananger] Container started with ID 90789e0967cf. Setting up logs at ./log/docker/node2_2026-02-25_19-27-17__a0868869-e395-4a46-bdbd-1f4a20ba3bbb__wakuorg_nwaku:latest.log
|
|
2026-02-25 19:27:19.348 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 46108
|
|
2026-02-25 19:27:19.349 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 19:27:20.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46108/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 19:27:20.352 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-25 19:27:20.353 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 19:27:20.353 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46108/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 19:27:20.355 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.153.176/tcp/46109/p2p/16Uiu2HAkybfCE6DVErxZKxLaMDnFiFPZWwqGT5mC3tEN3a7JjgBs","/ip4/172.18.153.176/tcp/46110/ws/p2p/16Uiu2HAkybfCE6DVErxZKxLaMDnFiFPZWwqGT5mC3tEN3a7JjgBs"],"enrUri":"enr:-L24QHroUTrVSfQ5f5fE6fUZ7BSIz8nRNh7O7BNr62ZJKx9AZW2CulQohE9-kTSdpkhd4KH7LRM39MMRy8dkglaV6tICgmlkgnY0gmlwhKwSmbCKbXVsdGlhZGRyc5YACASsEpmwBrQdAAoErBKZsAa0Ht0DgnJzhQACAQAAiXNlY3AyNTZrMaECPf2q33aVT_Vr4XHSnRpJ5pyx107M3LOsF7dkcD1Bo5KDdGNwgrQdg3VkcIK0H4V3YWt1MgA"}'
|
|
2026-02-25 19:27:20.355 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 19:27:20.356 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46108/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.210.151/tcp/64668/p2p/16Uiu2HAmFyhvucJdi6u6bNuMaVj9hvzu3xCVw9jZQY9jRaqS63Qa"]'
|
|
2026-02-25 19:27:20.392 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 19:27:20.393 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64667/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-02-25 19:27:20.416 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 19:27:20.418 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46108/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "87773a4b-b0a0-4ee4-966e-35e6caede778", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/2/0"}'
|
|
2026-02-25 19:27:20.430 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"87773a4b-b0a0-4ee4-966e-35e6caede778","statusDesc":"OK"}'
|
|
2026-02-25 19:27:20.433 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64667/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-25 19:27:20.441 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:64667/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
|
2026-02-25 19:27:20.482 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-25 19:27:20.483 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-25 19:27:20.483 DEBUG [src.node.waku_node] Stopping container with id 7a048c223cc7
|
|
2026-02-25 19:27:21.113 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 19:27:21.115 DEBUG [src.node.waku_node] Stopping container with id 90789e0967cf
|
|
2026-02-25 19:27:21.649 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 19:27:21.651 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-25 19:27:21.656 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-25 19:27:21.661 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-25 19:27:21.663 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-02-25 19:27:21.663 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-02-25 19:27:21.665 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-02-25_19-27-17__a0868869-e395-4a46-bdbd-1f4a20ba3bbb__wakuorg_nwaku:latest.log
|
|
2026-02-25 19:27:21.670 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-02-25_19-27-17__a0868869-e395-4a46-bdbd-1f4a20ba3bbb__wakuorg_nwaku:latest.log
|
|
2026-02-25 19:27:21.681 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-25 19:27:21.682 DEBUG [tests.conftest] Running test: test_filter_works_with_auto_sharding with id: 2026-02-25_19-27-21__a8ed6af1-14ba-41cd-af18-2680e275ee33
|
|
2026-02-25 19:27:21.682 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-25 19:27:21.683 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-25 19:27:21.683 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-25 19:27:21.693 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 19:27:21.693 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-25_19-27-21__a8ed6af1-14ba-41cd-af18-2680e275ee33__wakuorg_nwaku:latest.log
|
|
2026-02-25 19:27:21.693 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 19:27:21.694 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 19:27:21.695 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 19:27:21.695 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.248.179
|
|
2026-02-25 19:27:21.695 DEBUG [src.node.docker_mananger] Generated ports ['42873', '42874', '42875', '42876', '42877']
|
|
2026-02-25 19:27:21.695 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-25 19:27:21.696 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 19:27:21.696 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 19:27:21.696 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 19:27:21.696 DEBUG [src.node.docker_mananger] docker run -i -t -p 42873:42873 -p 42874:42874 -p 42875:42875 -p 42876:42876 -p 42877:42877 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=42875 --rest-port=42873 --tcp-port=42874 --discv5-udp-port=42876 --rest-address=0.0.0.0 --nat=extip:172.18.248.179 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=29fd639bc73fcbe2e7a42e1d3cefddf0655861b2d3aeeb7b62012b0955ee4d55 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42877 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=1
|
|
2026-02-25 19:27:21.889 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.248.179 waku a4ea5850d14bba6e0bbb529fc0c29476e488a468ec5a6456b6a7a09b806af4a0
|
|
2026-02-25 19:27:21.929 DEBUG [src.node.docker_mananger] Container started with ID a4ea5850d14b. Setting up logs at ./log/docker/node1_2026-02-25_19-27-21__a8ed6af1-14ba-41cd-af18-2680e275ee33__wakuorg_nwaku:latest.log
|
|
2026-02-25 19:27:21.929 ERROR [src.node.docker_mananger] Max retries reached for container 7a048c223cc7. Exiting log stream.
|
|
2026-02-25 19:27:21.930 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 42873
|
|
2026-02-25 19:27:21.932 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 19:27:22.503 ERROR [src.node.docker_mananger] Max retries reached for container 90789e0967cf. Exiting log stream.
|
|
2026-02-25 19:27:22.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42873/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 19:27:22.935 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-25 19:27:22.935 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 19:27:22.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42873/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 19:27:22.938 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.248.179/tcp/42874/p2p/16Uiu2HAmQWjfZBPy82Chdv5d2weLZMqruve4wa3MzubRCP4AyCoS","/ip4/172.18.248.179/tcp/42875/ws/p2p/16Uiu2HAmQWjfZBPy82Chdv5d2weLZMqruve4wa3MzubRCP4AyCoS"],"enrUri":"enr:-L24QM2KjWdt-Jowlo5v0Nd0B3SVVq4nAksWKxStoMoaot1KQ0-BmQCQdm1zqhNCdiUbObllb2qWwKp9l7YPvo_1KZUCgmlkgnY0gmlwhKwS-LOKbXVsdGlhZGRyc5YACASsEvizBqd6AAoErBL4swane90DgnJzhQACAQAAiXNlY3AyNTZrMaEDsC79_2fmH-ns3gmc9bUqzN8CueVjsL17XPDw0b4460GDdGNwgqd6g3VkcIKnfIV3YWt1MgU"}'
|
|
2026-02-25 19:27:22.938 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 19:27:22.945 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 19:27:22.946 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-25_19-27-21__a8ed6af1-14ba-41cd-af18-2680e275ee33__wakuorg_nwaku:latest.log
|
|
2026-02-25 19:27:22.946 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 19:27:22.946 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 19:27:22.947 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 19:27:22.947 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.246.63
|
|
2026-02-25 19:27:22.947 DEBUG [src.node.docker_mananger] Generated ports ['4221', '4222', '4223', '4224', '4225']
|
|
2026-02-25 19:27:22.948 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-25 19:27:22.948 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 19:27:22.948 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 19:27:22.948 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 19:27:22.948 DEBUG [src.node.docker_mananger] docker run -i -t -p 4221:4221 -p 4222:4222 -p 4223:4223 -p 4224:4224 -p 4225:4225 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=4223 --rest-port=4221 --tcp-port=4222 --discv5-udp-port=4224 --rest-address=0.0.0.0 --nat=extip:172.18.246.63 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=6f4c6bf17aedafabfd3dbbc1adfb79c51fed70f2aeca2bcd3a44ad6312adeea6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4225 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QM2KjWdt-Jowlo5v0Nd0B3SVVq4nAksWKxStoMoaot1KQ0-BmQCQdm1zqhNCdiUbObllb2qWwKp9l7YPvo_1KZUCgmlkgnY0gmlwhKwS-LOKbXVsdGlhZGRyc5YACASsEvizBqd6AAoErBL4swane90DgnJzhQACAQAAiXNlY3AyNTZrMaEDsC79_2fmH-ns3gmc9bUqzN8CueVjsL17XPDw0b4460GDdGNwgqd6g3VkcIKnfIV3YWt1MgU --filternode=/ip4/172.18.248.179/tcp/42874/p2p/16Uiu2HAmQWjfZBPy82Chdv5d2weLZMqruve4wa3MzubRCP4AyCoS --content-topic=/myapp/1/latest/proto
|
|
2026-02-25 19:27:23.144 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.246.63 waku 034998d82d6a35994200cbe2e1f68e6980924dd6b9a5d630fc2d97878ac6a2a4
|
|
2026-02-25 19:27:23.179 DEBUG [src.node.docker_mananger] Container started with ID 034998d82d6a. Setting up logs at ./log/docker/node2_2026-02-25_19-27-21__a8ed6af1-14ba-41cd-af18-2680e275ee33__wakuorg_nwaku:latest.log
|
|
2026-02-25 19:27:23.180 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4221
|
|
2026-02-25 19:27:23.180 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 19:27:24.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4221/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 19:27:24.183 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-25 19:27:24.183 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 19:27:24.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4221/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 19:27:24.186 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.246.63/tcp/4222/p2p/16Uiu2HAkvs96Wp267k1s3v4YcMCBjdUBbTMbgMdcbxxGsx4z16az","/ip4/172.18.246.63/tcp/4223/ws/p2p/16Uiu2HAkvs96Wp267k1s3v4YcMCBjdUBbTMbgMdcbxxGsx4z16az"],"enrUri":"enr:-L24QC4iWqE_mluliMvuvz-qi3ctO66QsKylQJIcvjJVRgewX0-O6GJBkfiHWhk9mdseRCEXcv9PaLruI6266JV32QECgmlkgnY0gmlwhKwS9j-KbXVsdGlhZGRyc5YACASsEvY_BhB-AAoErBL2PwYQf90DgnJzhQACAQAAiXNlY3AyNTZrMaECFWHd_5Sb2LzabwUJrIJZoMU046ID2qtmeJb1SEXrWJeDdGNwghB-g3VkcIIQgIV3YWt1MgA"}'
|
|
2026-02-25 19:27:24.186 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 19:27:24.186 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4221/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.248.179/tcp/42874/p2p/16Uiu2HAmQWjfZBPy82Chdv5d2weLZMqruve4wa3MzubRCP4AyCoS"]'
|
|
2026-02-25 19:27:24.224 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 19:27:24.225 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42873/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-02-25 19:27:24.241 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 19:27:24.242 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4221/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "6acd8bd2-01d2-40cf-94db-3c7f16ac300d", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/2/0"}'
|
|
2026-02-25 19:27:24.256 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"6acd8bd2-01d2-40cf-94db-3c7f16ac300d","statusDesc":"OK"}'
|
|
2026-02-25 19:27:24.256 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42873/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-25 19:27:24.263 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:42873/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
|
2026-02-25 19:27:24.297 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-25 19:27:24.298 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-25 19:27:24.298 DEBUG [src.node.waku_node] Stopping container with id a4ea5850d14b
|
|
2026-02-25 19:27:24.860 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 19:27:24.860 DEBUG [src.node.waku_node] Stopping container with id 034998d82d6a
|
|
2026-02-25 19:27:25.402 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 19:27:25.404 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-25 19:27:25.410 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-25 19:27:25.414 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-25 19:27:25.415 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-02-25 19:27:25.415 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-02-25 19:27:25.415 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-02-25_19-27-21__a8ed6af1-14ba-41cd-af18-2680e275ee33__wakuorg_nwaku:latest.log
|
|
2026-02-25 19:27:25.416 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-02-25_19-27-21__a8ed6af1-14ba-41cd-af18-2680e275ee33__wakuorg_nwaku:latest.log
|