2026-02-25 20:22:16 +00:00

149 lines
29 KiB
Plaintext

2026-02-25 20:03:29.037 DEBUG [tests.conftest] Running fixture setup: test_id
2026-02-25 20:03:29.037 DEBUG [tests.conftest] Running test: test_relay_4_nodes_sender_packet_loss_50_15sec_timeout with id: 2026-02-25_20-03-29__437f3292-854b-4bea-a3e3-996cc61b365b
2026-02-25 20:03:29.038 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-02-25 20:03:29.038 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-02-25 20:03:29.047 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-25 20:03:29.047 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-25_20-03-29__437f3292-854b-4bea-a3e3-996cc61b365b__wakuorg_nwaku:latest.log
2026-02-25 20:03:29.054 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-25 20:03:29.054 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-25_20-03-29__437f3292-854b-4bea-a3e3-996cc61b365b__wakuorg_nwaku:latest.log
2026-02-25 20:03:29.062 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-25 20:03:29.063 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-02-25_20-03-29__437f3292-854b-4bea-a3e3-996cc61b365b__wakuorg_nwaku:latest.log
2026-02-25 20:03:29.069 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-25 20:03:29.069 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-02-25_20-03-29__437f3292-854b-4bea-a3e3-996cc61b365b__wakuorg_nwaku:latest.log
2026-02-25 20:03:29.070 DEBUG [src.node.waku_node] Starting Node...
2026-02-25 20:03:29.070 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-25 20:03:29.317 DEBUG [src.node.docker_mananger] Network waku created
2026-02-25 20:03:29.318 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.13.147
2026-02-25 20:03:29.318 DEBUG [src.node.docker_mananger] Generated ports ['5045', '5046', '5047', '5048', '5049']
2026-02-25 20:03:29.318 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-25 20:03:29.318 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-25 20:03:29.318 DEBUG [src.node.waku_node] Using volumes []
2026-02-25 20:03:29.318 DEBUG [src.node.docker_mananger] docker run -i -t -p 5045:5045 -p 5046:5046 -p 5047:5047 -p 5048:5048 -p 5049:5049 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=5047 --rest-port=5045 --tcp-port=5046 --discv5-udp-port=5048 --rest-address=0.0.0.0 --nat=extip:172.18.13.147 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8cefcfc27fdab8ae0befe4f90adec4883daaf04d8500fc17e39327fddfe6d937 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5049 --metrics-logging=true --relay=true
2026-02-25 20:03:32.868 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.13.147 waku e4101b0445adba27ddf4cc1d924abe8abab9e348fadc3baf5902de1ac529d4e7
2026-02-25 20:03:32.906 DEBUG [src.node.docker_mananger] Container started with ID e4101b0445ad. Setting up logs at ./log/docker/node1_2026-02-25_20-03-29__437f3292-854b-4bea-a3e3-996cc61b365b__wakuorg_nwaku:latest.log
2026-02-25 20:03:32.907 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 5045
2026-02-25 20:03:32.907 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-25 20:03:33.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5045/health" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:03:33.911 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_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 20:03:33.912 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-25 20:03:33.912 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5045/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:03:33.915 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.13.147/tcp/5046/p2p/16Uiu2HAmBwTi7hjXc6Kqnhqbe3izMRcXwRcrfzGZ4bdCYkKbyzK3","/ip4/172.18.13.147/tcp/5047/ws/p2p/16Uiu2HAmBwTi7hjXc6Kqnhqbe3izMRcXwRcrfzGZ4bdCYkKbyzK3"],"enrUri":"enr:-L24QBRXJdH4xdhKfVeM0KiLnHYGD2D010V1wfq__NsJf9f5BxrbqC0aWABtQ8lALap0sOW6sGqZVWN0u__InBW0p90CgmlkgnY0gmlwhKwSDZOKbXVsdGlhZGRyc5YACASsEg2TBhO2AAoErBINkwYTt90DgnJzhQADAQAAiXNlY3AyNTZrMaEC9VyKgLV-x0OtcWq_d2FWlo5_EwKcKGnxEqnJ2wTTcHqDdGNwghO2g3VkcIITuIV3YWt1MgE"}'
2026-02-25 20:03:33.915 INFO [src.node.waku_node] REST service is ready !!
2026-02-25 20:03:33.915 DEBUG [src.node.waku_node] Starting Node...
2026-02-25 20:03:33.915 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-25 20:03:33.917 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-25 20:03:33.917 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.180.249
2026-02-25 20:03:33.917 DEBUG [src.node.docker_mananger] Generated ports ['18450', '18451', '18452', '18453', '18454']
2026-02-25 20:03:33.917 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-25 20:03:33.918 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-25 20:03:33.918 DEBUG [src.node.waku_node] Using volumes []
2026-02-25 20:03:33.918 DEBUG [src.node.docker_mananger] docker run -i -t -p 18450:18450 -p 18451:18451 -p 18452:18452 -p 18453:18453 -p 18454:18454 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=18452 --rest-port=18450 --tcp-port=18451 --discv5-udp-port=18453 --rest-address=0.0.0.0 --nat=extip:172.18.180.249 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b8ac6f6f9cbf1f6de9fe51dd7cbf362f5921dcfb65ecccfbc83d025f0fd68fca --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18454 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBRXJdH4xdhKfVeM0KiLnHYGD2D010V1wfq__NsJf9f5BxrbqC0aWABtQ8lALap0sOW6sGqZVWN0u__InBW0p90CgmlkgnY0gmlwhKwSDZOKbXVsdGlhZGRyc5YACASsEg2TBhO2AAoErBINkwYTt90DgnJzhQADAQAAiXNlY3AyNTZrMaEC9VyKgLV-x0OtcWq_d2FWlo5_EwKcKGnxEqnJ2wTTcHqDdGNwghO2g3VkcIITuIV3YWt1MgE
2026-02-25 20:03:34.119 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.180.249 waku f31cf715ab3826b442d5b43ac30f01946ac6b7fec057d02df3b30cbdbc79f004
2026-02-25 20:03:34.155 DEBUG [src.node.docker_mananger] Container started with ID f31cf715ab38. Setting up logs at ./log/docker/node2_2026-02-25_20-03-29__437f3292-854b-4bea-a3e3-996cc61b365b__wakuorg_nwaku:latest.log
2026-02-25 20:03:34.156 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 18450
2026-02-25 20:03:34.156 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-25 20:03:35.156 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18450/health" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:03:35.168 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_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 20:03:35.171 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-25 20:03:35.171 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18450/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:03:35.178 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.180.249/tcp/18451/p2p/16Uiu2HAm7foA85BfgnThVTsx7vs37c8vBbPHh7c1gZ1PAJrbzsfW","/ip4/172.18.180.249/tcp/18452/ws/p2p/16Uiu2HAm7foA85BfgnThVTsx7vs37c8vBbPHh7c1gZ1PAJrbzsfW"],"enrUri":"enr:-L24QMV3jVjiRCohGncHXJhLVTHLsHpOO9UV0LPzoghsvP8YeCUPGmCsPQ8le-ycfxCaBUGgKIeBzSuc5s-nIVWnj6wCgmlkgnY0gmlwhKwStPmKbXVsdGlhZGRyc5YACASsErT5BkgTAAoErBK0-QZIFN0DgnJzhQADAQAAiXNlY3AyNTZrMaECtep9oNvx5koxiukNvQgRqk04JAIARAl90_nce9WK4ymDdGNwgkgTg3VkcIJIFYV3YWt1MgE"}'
2026-02-25 20:03:35.178 INFO [src.node.waku_node] REST service is ready !!
2026-02-25 20:03:35.179 DEBUG [src.node.waku_node] Starting Node...
2026-02-25 20:03:35.179 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-25 20:03:35.184 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-25 20:03:35.184 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.239.253
2026-02-25 20:03:35.185 DEBUG [src.node.docker_mananger] Generated ports ['64174', '64175', '64176', '64177', '64178']
2026-02-25 20:03:35.185 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-25 20:03:35.185 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-25 20:03:35.185 DEBUG [src.node.waku_node] Using volumes []
2026-02-25 20:03:35.185 DEBUG [src.node.docker_mananger] docker run -i -t -p 64174:64174 -p 64175:64175 -p 64176:64176 -p 64177:64177 -p 64178:64178 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=64176 --rest-port=64174 --tcp-port=64175 --discv5-udp-port=64177 --rest-address=0.0.0.0 --nat=extip:172.18.239.253 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=57411db2c12b5f31a3b05b43bd215fceeccca416ff99507f9d892fce49cfbba8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64178 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QMV3jVjiRCohGncHXJhLVTHLsHpOO9UV0LPzoghsvP8YeCUPGmCsPQ8le-ycfxCaBUGgKIeBzSuc5s-nIVWnj6wCgmlkgnY0gmlwhKwStPmKbXVsdGlhZGRyc5YACASsErT5BkgTAAoErBK0-QZIFN0DgnJzhQADAQAAiXNlY3AyNTZrMaECtep9oNvx5koxiukNvQgRqk04JAIARAl90_nce9WK4ymDdGNwgkgTg3VkcIJIFYV3YWt1MgE
2026-02-25 20:03:35.393 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.239.253 waku 0c0952e850f95961441dccd964e44754fa47818668a328244f6d0e384ed234c8
2026-02-25 20:03:35.430 DEBUG [src.node.docker_mananger] Container started with ID 0c0952e850f9. Setting up logs at ./log/docker/node3_2026-02-25_20-03-29__437f3292-854b-4bea-a3e3-996cc61b365b__wakuorg_nwaku:latest.log
2026-02-25 20:03:35.431 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 64174
2026-02-25 20:03:35.431 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-25 20:03:36.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64174/health" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:03:36.445 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_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 20:03:36.446 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-25 20:03:36.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64174/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:03:36.453 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.239.253/tcp/64175/p2p/16Uiu2HAm8PbXfosPzeSvbjxMUEYepAA4oyKyedzgMC1E61Xbac7Y","/ip4/172.18.239.253/tcp/64176/ws/p2p/16Uiu2HAm8PbXfosPzeSvbjxMUEYepAA4oyKyedzgMC1E61Xbac7Y"],"enrUri":"enr:-L24QK1UG-xXtJbq_fDL8-TTejBciy4R7D9TBYXNyabifWODDUAo8RRbDZnmiGij7-5GAwWIHrUOjLPphjFecbcY8hMCgmlkgnY0gmlwhKwS7_2KbXVsdGlhZGRyc5YACASsEu_9BvqvAAoErBLv_Qb6sN0DgnJzhQADAQAAiXNlY3AyNTZrMaECwJ-8gFhk83kkooqqvlblis7eW4O65QsYWJBXeU1hju-DdGNwgvqvg3VkcIL6sYV3YWt1MgE"}'
2026-02-25 20:03:36.454 INFO [src.node.waku_node] REST service is ready !!
2026-02-25 20:03:36.454 DEBUG [src.node.waku_node] Starting Node...
2026-02-25 20:03:36.455 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-25 20:03:36.457 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-25 20:03:36.457 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.46.237
2026-02-25 20:03:36.457 DEBUG [src.node.docker_mananger] Generated ports ['12786', '12787', '12788', '12789', '12790']
2026-02-25 20:03:36.457 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-25 20:03:36.457 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-25 20:03:36.457 DEBUG [src.node.waku_node] Using volumes []
2026-02-25 20:03:36.458 DEBUG [src.node.docker_mananger] docker run -i -t -p 12786:12786 -p 12787:12787 -p 12788:12788 -p 12789:12789 -p 12790:12790 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=12788 --rest-port=12786 --tcp-port=12787 --discv5-udp-port=12789 --rest-address=0.0.0.0 --nat=extip:172.18.46.237 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a0cec2b6f5cbb4f2b2dfeb6c1a7113a52e57bcbfc6cf139a56e508de03c2ffec --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=12790 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QK1UG-xXtJbq_fDL8-TTejBciy4R7D9TBYXNyabifWODDUAo8RRbDZnmiGij7-5GAwWIHrUOjLPphjFecbcY8hMCgmlkgnY0gmlwhKwS7_2KbXVsdGlhZGRyc5YACASsEu_9BvqvAAoErBLv_Qb6sN0DgnJzhQADAQAAiXNlY3AyNTZrMaECwJ-8gFhk83kkooqqvlblis7eW4O65QsYWJBXeU1hju-DdGNwgvqvg3VkcIL6sYV3YWt1MgE
2026-02-25 20:03:36.669 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.46.237 waku 7ada9848242a8efb91c8641922d7da1286b537ea4963839d20e37b5972cd4266
2026-02-25 20:03:36.706 DEBUG [src.node.docker_mananger] Container started with ID 7ada9848242a. Setting up logs at ./log/docker/node4_2026-02-25_20-03-29__437f3292-854b-4bea-a3e3-996cc61b365b__wakuorg_nwaku:latest.log
2026-02-25 20:03:36.707 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 12786
2026-02-25 20:03:36.707 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-25 20:03:37.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12786/health" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:03:37.721 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_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 20:03:37.721 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-25 20:03:37.724 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12786/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:03:37.728 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.46.237/tcp/12787/p2p/16Uiu2HAkzT72ZUNfpp4C7LeWQCLxsLnetDtqFa3dUBRk52NSpGPW","/ip4/172.18.46.237/tcp/12788/ws/p2p/16Uiu2HAkzT72ZUNfpp4C7LeWQCLxsLnetDtqFa3dUBRk52NSpGPW"],"enrUri":"enr:-L24QFWw4yflen9rWHjtvdxLYIChRgAK346iNM05iXZSjHvhNpcnVwZYgZjIkNkBTi1Qqc2GxqsWiRCQxiB6eMz5U24CgmlkgnY0gmlwhKwSLu2KbXVsdGlhZGRyc5YACASsEi7tBjHzAAoErBIu7QYx9N0DgnJzhQADAQAAiXNlY3AyNTZrMaECSqhWRBarI80UQVABS1tfVm6KusHorYB5WOccI1DIr32DdGNwgjHzg3VkcIIx9YV3YWt1MgE"}'
2026-02-25 20:03:37.729 INFO [src.node.waku_node] REST service is ready !!
2026-02-25 20:03:37.729 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5045/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-02-25 20:03:37.734 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:03:37.735 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18450/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-02-25 20:03:37.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:03:37.746 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64174/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-02-25 20:03:37.754 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:03:37.755 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12786/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-02-25 20:03:37.762 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:03:37.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5045/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:03:37.769 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.180.249/tcp/35602/p2p/16Uiu2HAm7foA85BfgnThVTsx7vs37c8vBbPHh7c1gZ1PAJrbzsfW","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-156-gc7e0cc","origin":"UnknownOrigin"}]'
2026-02-25 20:03:37.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18450/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:03:37.772 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.13.147/tcp/5046/p2p/16Uiu2HAmBwTi7hjXc6Kqnhqbe3izMRcXwRcrfzGZ4bdCYkKbyzK3","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-156-gc7e0cc","origin":"Discv5"},{"multiaddr":"/ip4/172.18.239.253/tcp/55052/p2p/16Uiu2HAm8PbXfosPzeSvbjxMUEYepAA4oyKyedzgMC1E61Xbac7Y","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-156-gc7e0cc","origin":"UnknownOrigin"}]'
2026-02-25 20:03:37.772 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64174/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:03:37.775 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.180.249/tcp/18451/p2p/16Uiu2HAm7foA85BfgnThVTsx7vs37c8vBbPHh7c1gZ1PAJrbzsfW","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-156-gc7e0cc","origin":"Discv5"},{"multiaddr":"/ip4/172.18.46.237/tcp/58118/p2p/16Uiu2HAkzT72ZUNfpp4C7LeWQCLxsLnetDtqFa3dUBRk52NSpGPW","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-156-gc7e0cc","origin":"UnknownOrigin"}]'
2026-02-25 20:03:37.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12786/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:03:37.778 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.239.253/tcp/64175/p2p/16Uiu2HAm8PbXfosPzeSvbjxMUEYepAA4oyKyedzgMC1E61Xbac7Y","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-156-gc7e0cc","origin":"Discv5"}]'
2026-02-25 20:03:37.778 DEBUG [src.libs.common] Sleeping for 20 seconds
2026-02-25 20:03:57.780 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '3036', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
2026-02-25 20:03:57.870 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '3036', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
2026-02-25 20:03:57.882 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '3036', '-n', 'tc', 'qdisc', 'add', 'dev', 'eth0', 'root', 'netem', 'loss', '50.0%']
2026-02-25 20:03:57.897 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '3036', '-n', 'tc', '-s', 'qdisc', 'show', 'dev', 'eth0']
2026-02-25 20:03:57.907 DEBUG [src.steps.network_conditions] tc -s qdisc show dev eth0:
qdisc netem 8001: root refcnt 5 limit 1000 loss 50%
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
2026-02-25 20:03:57.907 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12786/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:03:57.910 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[]'
2026-02-25 20:03:57.911 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5045/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-02-25 20:03:59.589 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:03:59.590 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5045/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-02-25 20:03:59.599 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:03:59.601 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5045/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-02-25 20:03:59.821 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:03:59.822 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5045/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-02-25 20:04:02.118 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:04:02.118 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5045/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-02-25 20:04:03.950 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:04:03.951 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5045/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-02-25 20:04:03.965 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:04:03.965 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5045/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-02-25 20:04:05.806 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:04:05.806 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5045/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-02-25 20:04:26.042 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-02-25 20:04:26.043 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-02-25 20:04:26.044 DEBUG [src.node.waku_node] Stopping container with id e4101b0445ad
2026-02-25 20:04:26.647 DEBUG [src.node.waku_node] Container stopped.
2026-02-25 20:04:26.648 DEBUG [src.node.waku_node] Stopping container with id f31cf715ab38
2026-02-25 20:04:27.269 DEBUG [src.node.waku_node] Container stopped.
2026-02-25 20:04:27.271 DEBUG [src.node.waku_node] Stopping container with id 0c0952e850f9
2026-02-25 20:04:27.464 ERROR [src.node.docker_mananger] Max retries reached for container e4101b0445ad. Exiting log stream.
2026-02-25 20:04:27.880 DEBUG [src.node.waku_node] Container stopped.
2026-02-25 20:04:27.881 DEBUG [src.node.waku_node] Stopping container with id 7ada9848242a
2026-02-25 20:04:28.245 ERROR [src.node.docker_mananger] Max retries reached for container f31cf715ab38. Exiting log stream.
2026-02-25 20:04:28.432 DEBUG [src.node.waku_node] Container stopped.
2026-02-25 20:04:28.435 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-02-25 20:04:28.479 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-25 20:04:28.570 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-25 20:04:28.658 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-25 20:04:28.702 DEBUG [src.node.docker_mananger] No errors found in the waku logs.