mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 18:09:25 +00:00
165 lines
32 KiB
Plaintext
165 lines
32 KiB
Plaintext
2026-02-25 07:23:28.896 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-25 07:23:28.896 DEBUG [tests.conftest] Running test: test_optional_nodes_not_subscribed_to_same_topic with id: 2026-02-25_07-23-28__5b039b53-50ed-44cf-a41e-708f35f5d165
|
|
2026-02-25 07:23:28.897 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-25 07:23:28.897 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-02-25 07:23:28.897 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-02-25 07:23:28.903 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 07:23:28.903 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-25_07-23-28__5b039b53-50ed-44cf-a41e-708f35f5d165__wakuorg_nwaku:latest.log
|
|
2026-02-25 07:23:28.904 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 07:23:28.904 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 07:23:28.905 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 07:23:28.905 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.52.145
|
|
2026-02-25 07:23:28.905 DEBUG [src.node.docker_mananger] Generated ports ['17905', '17906', '17907', '17908', '17909']
|
|
2026-02-25 07:23:28.905 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 07:23:28.906 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 07:23:28.906 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 07:23:28.906 DEBUG [src.node.docker_mananger] docker run -i -t -p 17905:17905 -p 17906:17906 -p 17907:17907 -p 17908:17908 -p 17909:17909 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=17907 --rest-port=17905 --tcp-port=17906 --discv5-udp-port=17908 --rest-address=0.0.0.0 --nat=extip:172.18.52.145 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=baab4f42db29e19dfcf93f19adac55bf5eca00eb59c1a62c311cddab091ebfcd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17909 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-25 07:23:29.081 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.52.145 waku cca628463f0cd23e91326f25dbee30fd089c7a414d5fbeab4ce7f7a910326578
|
|
2026-02-25 07:23:29.114 DEBUG [src.node.docker_mananger] Container started with ID cca628463f0c. Setting up logs at ./log/docker/node1_2026-02-25_07-23-28__5b039b53-50ed-44cf-a41e-708f35f5d165__wakuorg_nwaku:latest.log
|
|
2026-02-25 07:23:29.115 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17905
|
|
2026-02-25 07:23:29.115 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 07:23:29.175 ERROR [src.node.docker_mananger] Max retries reached for container d53b59ebe549. Exiting log stream.
|
|
2026-02-25 07:23:29.697 ERROR [src.node.docker_mananger] Max retries reached for container 07d86073aeb5. Exiting log stream.
|
|
2026-02-25 07:23:30.115 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17905/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:23:30.118 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 07:23:30.118 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 07:23:30.119 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17905/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:23:30.121 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.52.145/tcp/17906/p2p/16Uiu2HAkuxFR5NYGSMfviY2wQ8rwv3qM6piCJvkHhGqAXstxWp4A","/ip4/172.18.52.145/tcp/17907/ws/p2p/16Uiu2HAkuxFR5NYGSMfviY2wQ8rwv3qM6piCJvkHhGqAXstxWp4A"],"enrUri":"enr:-L24QOHXuW6lNAoQb1FFhJqpM6s5oYOM8qE8l8S5SnqR8XpqcjIuss-HEXSvBlMUlY171L73MOH6QcrBq58Ibh4vEugCgmlkgnY0gmlwhKwSNJGKbXVsdGlhZGRyc5YACASsEjSRBkXyAAoErBI0kQZF890DgnJzhQADAQAAiXNlY3AyNTZrMaECB9U6-crPUiqPKHGJDRzj6KuekhXakkjhofLmk-XGFquDdGNwgkXyg3VkcIJF9IV3YWt1MgU"}'
|
|
2026-02-25 07:23:30.122 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 07:23:30.122 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-02-25 07:23:30.129 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 07:23:30.129 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-25_07-23-28__5b039b53-50ed-44cf-a41e-708f35f5d165__wakuorg_nwaku:latest.log
|
|
2026-02-25 07:23:30.129 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 07:23:30.129 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 07:23:30.130 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 07:23:30.130 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.49.236
|
|
2026-02-25 07:23:30.130 DEBUG [src.node.docker_mananger] Generated ports ['43411', '43412', '43413', '43414', '43415']
|
|
2026-02-25 07:23:30.131 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 07:23:30.131 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 07:23:30.131 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 07:23:30.131 DEBUG [src.node.docker_mananger] docker run -i -t -p 43411:43411 -p 43412:43412 -p 43413:43413 -p 43414:43414 -p 43415:43415 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=43413 --rest-port=43411 --tcp-port=43412 --discv5-udp-port=43414 --rest-address=0.0.0.0 --nat=extip:172.18.49.236 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fa9d004ead447be51e94ddf0b4ef0bcd5b1cf8519bf8ebe52efaf3bdaf5bbd90 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43415 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QOHXuW6lNAoQb1FFhJqpM6s5oYOM8qE8l8S5SnqR8XpqcjIuss-HEXSvBlMUlY171L73MOH6QcrBq58Ibh4vEugCgmlkgnY0gmlwhKwSNJGKbXVsdGlhZGRyc5YACASsEjSRBkXyAAoErBI0kQZF890DgnJzhQADAQAAiXNlY3AyNTZrMaECB9U6-crPUiqPKHGJDRzj6KuekhXakkjhofLmk-XGFquDdGNwgkXyg3VkcIJF9IV3YWt1MgU --filternode=/ip4/172.18.52.145/tcp/17906/p2p/16Uiu2HAkuxFR5NYGSMfviY2wQ8rwv3qM6piCJvkHhGqAXstxWp4A
|
|
2026-02-25 07:23:30.313 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.49.236 waku 5522e332b546374aab992013902afd7b2ed8cbd6b3ea8e4e442b734c24a81725
|
|
2026-02-25 07:23:30.347 DEBUG [src.node.docker_mananger] Container started with ID 5522e332b546. Setting up logs at ./log/docker/node2_2026-02-25_07-23-28__5b039b53-50ed-44cf-a41e-708f35f5d165__wakuorg_nwaku:latest.log
|
|
2026-02-25 07:23:30.348 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 43411
|
|
2026-02-25 07:23:30.348 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 07:23:31.348 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43411/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:23:31.351 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-02-25 07:23:31.352 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 07:23:31.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43411/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:23:31.354 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.49.236/tcp/43412/p2p/16Uiu2HAmF1vQB1bfyJFXbZWcDXPdGExpkC9FBUPeivQWBEubq9Aj","/ip4/172.18.49.236/tcp/43413/ws/p2p/16Uiu2HAmF1vQB1bfyJFXbZWcDXPdGExpkC9FBUPeivQWBEubq9Aj"],"enrUri":"enr:-L24QIGZrHOuujbyj-vZS-1We2Tvl3hqEHN1ySr9ANz83lKSI1oT5IvvIxdr5IahYUg5KLopPxfHKx1WLBwsDB_8oc4CgmlkgnY0gmlwhKwSMeyKbXVsdGlhZGRyc5YACASsEjHsBqmUAAoErBIx7Aapld0DgnJzhQADAQAAiXNlY3AyNTZrMaEDIxQar6tHykk81RjhPias8gIs3NAyWVg1Fgtfv9SSLLSDdGNwgqmUg3VkcIKploV3YWt1MgA"}'
|
|
2026-02-25 07:23:31.354 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 07:23:31.354 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43411/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.52.145/tcp/17906/p2p/16Uiu2HAkuxFR5NYGSMfviY2wQ8rwv3qM6piCJvkHhGqAXstxWp4A"]'
|
|
2026-02-25 07:23:31.388 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 07:23:31.401 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 07:23:31.401 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-02-25_07-23-28__5b039b53-50ed-44cf-a41e-708f35f5d165__wakuorg_nwaku:latest.log
|
|
2026-02-25 07:23:31.401 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 07:23:31.401 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 07:23:31.403 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 07:23:31.403 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.235.154
|
|
2026-02-25 07:23:31.404 DEBUG [src.node.docker_mananger] Generated ports ['58957', '58958', '58959', '58960', '58961']
|
|
2026-02-25 07:23:31.404 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 07:23:31.405 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 07:23:31.405 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 07:23:31.406 DEBUG [src.node.docker_mananger] docker run -i -t -p 58957:58957 -p 58958:58958 -p 58959:58959 -p 58960:58960 -p 58961:58961 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=58959 --rest-port=58957 --tcp-port=58958 --discv5-udp-port=58960 --rest-address=0.0.0.0 --nat=extip:172.18.235.154 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0da31aaa44dcac0bb7ed5584c01d4abf5e8fad68df232668ac20cde451dc1a06 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58961 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QOHXuW6lNAoQb1FFhJqpM6s5oYOM8qE8l8S5SnqR8XpqcjIuss-HEXSvBlMUlY171L73MOH6QcrBq58Ibh4vEugCgmlkgnY0gmlwhKwSNJGKbXVsdGlhZGRyc5YACASsEjSRBkXyAAoErBI0kQZF890DgnJzhQADAQAAiXNlY3AyNTZrMaECB9U6-crPUiqPKHGJDRzj6KuekhXakkjhofLmk-XGFquDdGNwgkXyg3VkcIJF9IV3YWt1MgU --filternode=/ip4/172.18.52.145/tcp/17906/p2p/16Uiu2HAkuxFR5NYGSMfviY2wQ8rwv3qM6piCJvkHhGqAXstxWp4A
|
|
2026-02-25 07:23:31.605 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.235.154 waku e7a443e9946f666c47b79be0cc536c3a4164420aecc9da8fc74fc26ca15b8b75
|
|
2026-02-25 07:23:31.640 DEBUG [src.node.docker_mananger] Container started with ID e7a443e9946f. Setting up logs at ./log/docker/node3_2026-02-25_07-23-28__5b039b53-50ed-44cf-a41e-708f35f5d165__wakuorg_nwaku:latest.log
|
|
2026-02-25 07:23:31.640 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 58957
|
|
2026-02-25 07:23:31.641 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 07:23:32.642 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58957/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:23:32.645 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 07:23:32.645 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 07:23:32.645 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58957/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:23:32.647 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.235.154/tcp/58958/p2p/16Uiu2HAmAAJbmBBeRYfL7eWSxWMaKJvFXZ2Pmz9C7SmFoEGreEXz","/ip4/172.18.235.154/tcp/58959/ws/p2p/16Uiu2HAmAAJbmBBeRYfL7eWSxWMaKJvFXZ2Pmz9C7SmFoEGreEXz"],"enrUri":"enr:-L24QHa2g8_HljY8XBnzl8r6aOBfOHK3mGSgV6JTiMgYtyPbCgheYDMevwwVB-FF8NhKGpgTK6EeyYrx6N5r1s485h8CgmlkgnY0gmlwhKwS65qKbXVsdGlhZGRyc5YACASsEuuaBuZOAAoErBLrmgbmT90DgnJzhQADAQAAiXNlY3AyNTZrMaEC2u9q4KiTzHiTSfgBEvaIdabDCZukB-A0cydk1tFvXFGDdGNwguZOg3VkcILmUIV3YWt1MgA"}'
|
|
2026-02-25 07:23:32.647 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 07:23:32.648 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58957/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.52.145/tcp/17906/p2p/16Uiu2HAkuxFR5NYGSMfviY2wQ8rwv3qM6piCJvkHhGqAXstxWp4A"]'
|
|
2026-02-25 07:23:32.680 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 07:23:32.692 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 07:23:32.693 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-02-25_07-23-28__5b039b53-50ed-44cf-a41e-708f35f5d165__wakuorg_nwaku:latest.log
|
|
2026-02-25 07:23:32.693 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 07:23:32.694 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 07:23:32.696 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 07:23:32.697 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.13.35
|
|
2026-02-25 07:23:32.697 DEBUG [src.node.docker_mananger] Generated ports ['52941', '52942', '52943', '52944', '52945']
|
|
2026-02-25 07:23:32.697 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 07:23:32.698 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 07:23:32.698 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 07:23:32.698 DEBUG [src.node.docker_mananger] docker run -i -t -p 52941:52941 -p 52942:52942 -p 52943:52943 -p 52944:52944 -p 52945:52945 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=52943 --rest-port=52941 --tcp-port=52942 --discv5-udp-port=52944 --rest-address=0.0.0.0 --nat=extip:172.18.13.35 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b34cdafee7dbb6f6bc9c73a56d4efc376c3f06cdcc3cbdff7debb8dfaacfde1c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52945 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QOHXuW6lNAoQb1FFhJqpM6s5oYOM8qE8l8S5SnqR8XpqcjIuss-HEXSvBlMUlY171L73MOH6QcrBq58Ibh4vEugCgmlkgnY0gmlwhKwSNJGKbXVsdGlhZGRyc5YACASsEjSRBkXyAAoErBI0kQZF890DgnJzhQADAQAAiXNlY3AyNTZrMaECB9U6-crPUiqPKHGJDRzj6KuekhXakkjhofLmk-XGFquDdGNwgkXyg3VkcIJF9IV3YWt1MgU --filternode=/ip4/172.18.52.145/tcp/17906/p2p/16Uiu2HAkuxFR5NYGSMfviY2wQ8rwv3qM6piCJvkHhGqAXstxWp4A
|
|
2026-02-25 07:23:32.889 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.13.35 waku 5802525c461f7fcb6ca08ee9e6b3a68a1d93cf04cadf303f250483135eda9bce
|
|
2026-02-25 07:23:32.918 DEBUG [src.node.docker_mananger] Container started with ID 5802525c461f. Setting up logs at ./log/docker/node4_2026-02-25_07-23-28__5b039b53-50ed-44cf-a41e-708f35f5d165__wakuorg_nwaku:latest.log
|
|
2026-02-25 07:23:32.919 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 52941
|
|
2026-02-25 07:23:32.919 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 07:23:33.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52941/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:23:33.923 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 07:23:33.923 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 07:23:33.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52941/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:23:33.925 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.13.35/tcp/52942/p2p/16Uiu2HAmNrptmHmrjDKCgPTZS4R6yaFgwzkGBNYSeQXbFLcz3FYC","/ip4/172.18.13.35/tcp/52943/ws/p2p/16Uiu2HAmNrptmHmrjDKCgPTZS4R6yaFgwzkGBNYSeQXbFLcz3FYC"],"enrUri":"enr:-L24QJDl5pfCsWD6qUneqon99vofPTCzyNRDg8Aq9TgSs0Q_OTUdBqkXFbcACH2j-QfPqKq9aZqda6_sIzM60CBotboCgmlkgnY0gmlwhKwSDSOKbXVsdGlhZGRyc5YACASsEg0jBs7OAAoErBINIwbOz90DgnJzhQADAQAAiXNlY3AyNTZrMaEDl50lQWbjkFbKMIfkUobhnCfX69tPsvsA14zb2ua4HImDdGNwgs7Og3VkcILO0IV3YWt1MgA"}'
|
|
2026-02-25 07:23:33.926 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 07:23:33.926 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52941/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.52.145/tcp/17906/p2p/16Uiu2HAkuxFR5NYGSMfviY2wQ8rwv3qM6piCJvkHhGqAXstxWp4A"]'
|
|
2026-02-25 07:23:33.959 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 07:23:33.970 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 07:23:33.971 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node5_2026-02-25_07-23-28__5b039b53-50ed-44cf-a41e-708f35f5d165__wakuorg_nwaku:latest.log
|
|
2026-02-25 07:23:33.971 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 07:23:33.971 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 07:23:33.975 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 07:23:33.975 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.165.188
|
|
2026-02-25 07:23:33.975 DEBUG [src.node.docker_mananger] Generated ports ['45176', '45177', '45178', '45179', '45180']
|
|
2026-02-25 07:23:33.975 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 07:23:33.976 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 07:23:33.976 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 07:23:33.976 DEBUG [src.node.docker_mananger] docker run -i -t -p 45176:45176 -p 45177:45177 -p 45178:45178 -p 45179:45179 -p 45180:45180 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=45178 --rest-port=45176 --tcp-port=45177 --discv5-udp-port=45179 --rest-address=0.0.0.0 --nat=extip:172.18.165.188 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cda1fe63ee5a3dfe9de9ab9b2be2ed366418874a3d405293e5fb5a843eee4c7b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45180 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QOHXuW6lNAoQb1FFhJqpM6s5oYOM8qE8l8S5SnqR8XpqcjIuss-HEXSvBlMUlY171L73MOH6QcrBq58Ibh4vEugCgmlkgnY0gmlwhKwSNJGKbXVsdGlhZGRyc5YACASsEjSRBkXyAAoErBI0kQZF890DgnJzhQADAQAAiXNlY3AyNTZrMaECB9U6-crPUiqPKHGJDRzj6KuekhXakkjhofLmk-XGFquDdGNwgkXyg3VkcIJF9IV3YWt1MgU --filternode=/ip4/172.18.52.145/tcp/17906/p2p/16Uiu2HAkuxFR5NYGSMfviY2wQ8rwv3qM6piCJvkHhGqAXstxWp4A
|
|
2026-02-25 07:23:34.172 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.165.188 waku 0494d084993caf80819f2ec703b0d5023bd6d69abf7597c9850b5eaaa49e5225
|
|
2026-02-25 07:23:34.203 DEBUG [src.node.docker_mananger] Container started with ID 0494d084993c. Setting up logs at ./log/docker/node5_2026-02-25_07-23-28__5b039b53-50ed-44cf-a41e-708f35f5d165__wakuorg_nwaku:latest.log
|
|
2026-02-25 07:23:34.203 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 45176
|
|
2026-02-25 07:23:34.204 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 07:23:35.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45176/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:23:35.208 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 07:23:35.208 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 07:23:35.208 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45176/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:23:35.210 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.165.188/tcp/45177/p2p/16Uiu2HAmS3YDiCYLZujBWFLQeDzvhBuPAcbiDhgUo6VTsHxDafik","/ip4/172.18.165.188/tcp/45178/ws/p2p/16Uiu2HAmS3YDiCYLZujBWFLQeDzvhBuPAcbiDhgUo6VTsHxDafik"],"enrUri":"enr:-L24QHtSCH7LYLZWDdEq-NAsKfY_RXbyOrNBGeEQDg468vcZZeoJz-CbOCbVXHyR6EwhjJOTPgBWMiCLIhfqHZ1QqiICgmlkgnY0gmlwhKwSpbyKbXVsdGlhZGRyc5YACASsEqW8BrB5AAoErBKlvAawet0DgnJzhQADAQAAiXNlY3AyNTZrMaEDxu6-G8Gejf0to_hjHOYR6oig884JbNyD2j-NwQcwtRWDdGNwgrB5g3VkcIKwe4V3YWt1MgA"}'
|
|
2026-02-25 07:23:35.210 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 07:23:35.211 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45176/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.52.145/tcp/17906/p2p/16Uiu2HAkuxFR5NYGSMfviY2wQ8rwv3qM6piCJvkHhGqAXstxWp4A"]'
|
|
2026-02-25 07:23:35.246 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 07:23:35.247 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17905/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-02-25 07:23:35.255 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 07:23:35.256 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43411/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "43e773c3-a786-4663-a41f-c7028035addd", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-25 07:23:35.271 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"43e773c3-a786-4663-a41f-c7028035addd","statusDesc":"OK"}'
|
|
2026-02-25 07:23:35.275 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58957/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "3ba6fa50-b78e-4863-9a2c-145a6bea0fed", "contentFilters": ["/test/2/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-25 07:23:35.287 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"3ba6fa50-b78e-4863-9a2c-145a6bea0fed","statusDesc":"OK"}'
|
|
2026-02-25 07:23:35.288 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52941/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1220236c-1631-42ea-90b2-f13eb7add62b", "contentFilters": ["/test/2/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-25 07:23:35.297 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1220236c-1631-42ea-90b2-f13eb7add62b","statusDesc":"OK"}'
|
|
2026-02-25 07:23:35.298 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45176/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "c7dee5b3-0de4-4f2d-a045-9df8b3daf1ce", "contentFilters": ["/test/2/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-25 07:23:35.306 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"c7dee5b3-0de4-4f2d-a045-9df8b3daf1ce","statusDesc":"OK"}'
|
|
2026-02-25 07:23:35.307 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17905/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-25 07:23:35.314 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 07:23:35.315 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-25 07:23:35.415 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 07:23:35.415 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43411/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:23:35.418 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772004215307073084,"ephemeral":false}]'
|
|
2026-02-25 07:23:35.420 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17905/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-25 07:23:35.425 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 07:23:35.425 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-25 07:23:35.526 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 07:23:35.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58957/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:23:35.529 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:58957/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto. Response content: b'Not subscribed to topic: /test/1/waku-filter/proto'
|
|
2026-02-25 07:23:35.532 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-25 07:23:35.533 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-25 07:23:35.533 DEBUG [src.node.waku_node] Stopping container with id cca628463f0c
|
|
2026-02-25 07:23:36.097 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 07:23:36.097 DEBUG [src.node.waku_node] Stopping container with id 5522e332b546
|
|
2026-02-25 07:23:36.605 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 07:23:36.607 DEBUG [src.node.waku_node] Stopping container with id e7a443e9946f
|
|
2026-02-25 07:23:36.911 ERROR [src.node.docker_mananger] Max retries reached for container cca628463f0c. Exiting log stream.
|
|
2026-02-25 07:23:37.176 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 07:23:37.176 DEBUG [src.node.waku_node] Stopping container with id 5802525c461f
|
|
2026-02-25 07:23:37.418 ERROR [src.node.docker_mananger] Max retries reached for container 5522e332b546. Exiting log stream.
|
|
2026-02-25 07:23:37.742 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 07:23:37.743 DEBUG [src.node.waku_node] Stopping container with id 0494d084993c
|
|
2026-02-25 07:23:37.989 ERROR [src.node.docker_mananger] Max retries reached for container e7a443e9946f. Exiting log stream.
|
|
2026-02-25 07:23:38.260 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 07:23:38.261 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-25 07:23:38.276 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-25 07:23:38.280 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-25 07:23:38.284 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-25 07:23:38.288 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-25 07:23:38.292 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|