148 lines
28 KiB
Plaintext

2026-03-09 04:36:38.857 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-09 04:36:38.858 DEBUG [tests.conftest] Running test: test_relay_4_nodes_sender_packet_loss with id: 2026-03-09_04-36-38__df99e463-5bd1-46ca-9643-e559ee0d15e0
2026-03-09 04:36:38.858 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-09 04:36:38.859 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-09 04:36:38.870 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-09 04:36:38.871 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-09_04-36-38__df99e463-5bd1-46ca-9643-e559ee0d15e0__wakuorg_nwaku:latest.log
2026-03-09 04:36:38.881 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-09 04:36:38.882 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-09_04-36-38__df99e463-5bd1-46ca-9643-e559ee0d15e0__wakuorg_nwaku:latest.log
2026-03-09 04:36:38.892 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-09 04:36:38.893 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-09_04-36-38__df99e463-5bd1-46ca-9643-e559ee0d15e0__wakuorg_nwaku:latest.log
2026-03-09 04:36:38.901 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-09 04:36:38.901 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-03-09_04-36-38__df99e463-5bd1-46ca-9643-e559ee0d15e0__wakuorg_nwaku:latest.log
2026-03-09 04:36:38.901 INFO [tests.e2e.test_network_conditions] Starting 4 nodes with relay enabled (bootstrap chain)
2026-03-09 04:36:38.901 DEBUG [src.node.waku_node] Starting Node...
2026-03-09 04:36:38.902 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-09 04:36:38.903 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-09 04:36:38.903 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.173.77
2026-03-09 04:36:38.903 DEBUG [src.node.docker_mananger] Generated ports ['45011', '45012', '45013', '45014', '45015']
2026-03-09 04:36:38.904 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-09 04:36:38.904 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-09 04:36:38.904 DEBUG [src.node.waku_node] Using volumes []
2026-03-09 04:36:38.904 DEBUG [src.node.docker_mananger] docker run -i -t -p 45011:45011 -p 45012:45012 -p 45013:45013 -p 45014:45014 -p 45015:45015 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=45013 --rest-port=45011 --tcp-port=45012 --discv5-udp-port=45014 --rest-address=0.0.0.0 --nat=extip:172.18.173.77 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dbd3d7a982326f364a598e0ee9a2dfca47eedee49292fbfbbd1cde1ef2df2ba0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45015 --metrics-logging=true --relay=true
2026-03-09 04:36:39.097 ERROR [src.node.docker_mananger] Max retries reached for container 73a91ac21a3a. Exiting log stream.
2026-03-09 04:36:39.098 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.173.77 waku df5f453ee9a76b113e591e819640daed7cb8f536234871a5377c44013a622f81
2026-03-09 04:36:39.134 DEBUG [src.node.docker_mananger] Container started with ID df5f453ee9a7. Setting up logs at ./log/docker/node1_2026-03-09_04-36-38__df99e463-5bd1-46ca-9643-e559ee0d15e0__wakuorg_nwaku:latest.log
2026-03-09 04:36:39.135 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 45011
2026-03-09 04:36:39.135 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-09 04:36:39.696 ERROR [src.node.docker_mananger] Max retries reached for container 4a3de9186b5d. Exiting log stream.
2026-03-09 04:36:40.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45011/health" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:36:40.138 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-03-09 04:36:40.138 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-09 04:36:40.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45011/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:36:40.141 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.173.77/tcp/45012/p2p/16Uiu2HAm1FZ8MTgdaNZ1zSSutwML5J3jqs2KUuySi3ieZVnMmDA5","/ip4/172.18.173.77/tcp/45013/ws/p2p/16Uiu2HAm1FZ8MTgdaNZ1zSSutwML5J3jqs2KUuySi3ieZVnMmDA5"],"enrUri":"enr:-L24QN8RPoeXv29tzI3RYCtWF_nbgT2wjxEPuj_wn_IQQADGONY6qtNgHtxQoAbhsy-uyYntlvOfVG7FohfjwXa7pjECgmlkgnY0gmlwhKwSrU2KbXVsdGlhZGRyc5YACASsEq1NBq_UAAoErBKtTQav1d0DgnJzhQADAQAAiXNlY3AyNTZrMaECVo6Qv1WxaJqVqSC49GrpYRRjAv4fMcDdJ0L1XwCYnv6DdGNwgq_Ug3VkcIKv1oV3YWt1MgE"}'
2026-03-09 04:36:40.141 INFO [src.node.waku_node] REST service is ready !!
2026-03-09 04:36:40.141 DEBUG [src.node.waku_node] Starting Node...
2026-03-09 04:36:40.142 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-09 04:36:40.143 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-09 04:36:40.143 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.40.53
2026-03-09 04:36:40.143 DEBUG [src.node.docker_mananger] Generated ports ['59172', '59173', '59174', '59175', '59176']
2026-03-09 04:36:40.144 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-09 04:36:40.144 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-09 04:36:40.144 DEBUG [src.node.waku_node] Using volumes []
2026-03-09 04:36:40.144 DEBUG [src.node.docker_mananger] docker run -i -t -p 59172:59172 -p 59173:59173 -p 59174:59174 -p 59175:59175 -p 59176:59176 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=59174 --rest-port=59172 --tcp-port=59173 --discv5-udp-port=59175 --rest-address=0.0.0.0 --nat=extip:172.18.40.53 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2b9470e0d9e1d82822a9a9085e78f3af5a10bed106faab5cd8e6db07c2fea749 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59176 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QN8RPoeXv29tzI3RYCtWF_nbgT2wjxEPuj_wn_IQQADGONY6qtNgHtxQoAbhsy-uyYntlvOfVG7FohfjwXa7pjECgmlkgnY0gmlwhKwSrU2KbXVsdGlhZGRyc5YACASsEq1NBq_UAAoErBKtTQav1d0DgnJzhQADAQAAiXNlY3AyNTZrMaECVo6Qv1WxaJqVqSC49GrpYRRjAv4fMcDdJ0L1XwCYnv6DdGNwgq_Ug3VkcIKv1oV3YWt1MgE
2026-03-09 04:36:40.333 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.40.53 waku 2b7cdbf6363ace32f9e8b285bbb913d402d951a37007e190bdf8be1e88e5fc30
2026-03-09 04:36:40.370 DEBUG [src.node.docker_mananger] Container started with ID 2b7cdbf6363a. Setting up logs at ./log/docker/node2_2026-03-09_04-36-38__df99e463-5bd1-46ca-9643-e559ee0d15e0__wakuorg_nwaku:latest.log
2026-03-09 04:36:40.371 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 59172
2026-03-09 04:36:40.371 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-09 04:36:41.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59172/health" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:36:41.393 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-03-09 04:36:41.395 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-09 04:36:41.397 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59172/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:36:41.404 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.40.53/tcp/59173/p2p/16Uiu2HAm1F1pZk4q5UfApfb2CteH2NtHbvgu3RR4wMvfLby8XVwZ","/ip4/172.18.40.53/tcp/59174/ws/p2p/16Uiu2HAm1F1pZk4q5UfApfb2CteH2NtHbvgu3RR4wMvfLby8XVwZ"],"enrUri":"enr:-L24QAanX2npQ5DMS-qPpxI0530axhopyFxnCoA9bXOjG_a1H0vs3gSemJPc7hD4PDj9cjZLLW0IfzNwIUE_pcQSRSkCgmlkgnY0gmlwhKwSKDWKbXVsdGlhZGRyc5YACASsEig1BuclAAoErBIoNQbnJt0DgnJzhQADAQAAiXNlY3AyNTZrMaECVmsqtT-9X33NKlIKy9du9pmJNbV9xaGx4QDFLQtel2yDdGNwguclg3VkcILnJ4V3YWt1MgE"}'
2026-03-09 04:36:41.404 INFO [src.node.waku_node] REST service is ready !!
2026-03-09 04:36:41.404 DEBUG [src.node.waku_node] Starting Node...
2026-03-09 04:36:41.405 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-09 04:36:41.406 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-09 04:36:41.406 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.147.37
2026-03-09 04:36:41.406 DEBUG [src.node.docker_mananger] Generated ports ['51225', '51226', '51227', '51228', '51229']
2026-03-09 04:36:41.406 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-09 04:36:41.407 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-09 04:36:41.407 DEBUG [src.node.waku_node] Using volumes []
2026-03-09 04:36:41.407 DEBUG [src.node.docker_mananger] docker run -i -t -p 51225:51225 -p 51226:51226 -p 51227:51227 -p 51228:51228 -p 51229:51229 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=51227 --rest-port=51225 --tcp-port=51226 --discv5-udp-port=51228 --rest-address=0.0.0.0 --nat=extip:172.18.147.37 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0ede218fabdaf4e5ecc4c9f687fc8eafa87bdfc6cba94d3ebc2b27f31ecca7cb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51229 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QAanX2npQ5DMS-qPpxI0530axhopyFxnCoA9bXOjG_a1H0vs3gSemJPc7hD4PDj9cjZLLW0IfzNwIUE_pcQSRSkCgmlkgnY0gmlwhKwSKDWKbXVsdGlhZGRyc5YACASsEig1BuclAAoErBIoNQbnJt0DgnJzhQADAQAAiXNlY3AyNTZrMaECVmsqtT-9X33NKlIKy9du9pmJNbV9xaGx4QDFLQtel2yDdGNwguclg3VkcILnJ4V3YWt1MgE
2026-03-09 04:36:41.597 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.147.37 waku 77481154a95a5bd9d43eb98f3351d2c7e735f8f1a63e424ad5829c3f1ce5e2aa
2026-03-09 04:36:41.631 DEBUG [src.node.docker_mananger] Container started with ID 77481154a95a. Setting up logs at ./log/docker/node3_2026-03-09_04-36-38__df99e463-5bd1-46ca-9643-e559ee0d15e0__wakuorg_nwaku:latest.log
2026-03-09 04:36:41.632 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51225
2026-03-09 04:36:41.632 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-09 04:36:42.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51225/health" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:36:42.651 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-03-09 04:36:42.653 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-09 04:36:42.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51225/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:36:42.660 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.147.37/tcp/51226/p2p/16Uiu2HAmAR1GNVnpCKoaQBz5Hu1PVQHhX46Hby9LB3xCcjTHAH1F","/ip4/172.18.147.37/tcp/51227/ws/p2p/16Uiu2HAmAR1GNVnpCKoaQBz5Hu1PVQHhX46Hby9LB3xCcjTHAH1F"],"enrUri":"enr:-L24QCmprCLRGjOUvhmJ28Y34xj8IngGvxMIttHfOnQf8lGTFzefmFcyXz3YoPc7uQu1CFhx7xDSEEcIVJcqRWuyQqwCgmlkgnY0gmlwhKwSkyWKbXVsdGlhZGRyc5YACASsEpMlBsgaAAoErBKTJQbIG90DgnJzhQADAQAAiXNlY3AyNTZrMaEC3rOHlnUnPN7thA94FJyA6eQKF3ZejmK0DBRiyb-9n_aDdGNwgsgag3VkcILIHIV3YWt1MgE"}'
2026-03-09 04:36:42.661 INFO [src.node.waku_node] REST service is ready !!
2026-03-09 04:36:42.661 DEBUG [src.node.waku_node] Starting Node...
2026-03-09 04:36:42.663 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-09 04:36:42.665 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-09 04:36:42.665 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.77.129
2026-03-09 04:36:42.665 DEBUG [src.node.docker_mananger] Generated ports ['59186', '59187', '59188', '59189', '59190']
2026-03-09 04:36:42.665 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-09 04:36:42.665 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-09 04:36:42.665 DEBUG [src.node.waku_node] Using volumes []
2026-03-09 04:36:42.665 DEBUG [src.node.docker_mananger] docker run -i -t -p 59186:59186 -p 59187:59187 -p 59188:59188 -p 59189:59189 -p 59190:59190 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=59188 --rest-port=59186 --tcp-port=59187 --discv5-udp-port=59189 --rest-address=0.0.0.0 --nat=extip:172.18.77.129 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dc72bce385dfc3f0cc46de91dfc06e950fdbc218c7a6b86ade1be2f54a04d3e0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59190 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCmprCLRGjOUvhmJ28Y34xj8IngGvxMIttHfOnQf8lGTFzefmFcyXz3YoPc7uQu1CFhx7xDSEEcIVJcqRWuyQqwCgmlkgnY0gmlwhKwSkyWKbXVsdGlhZGRyc5YACASsEpMlBsgaAAoErBKTJQbIG90DgnJzhQADAQAAiXNlY3AyNTZrMaEC3rOHlnUnPN7thA94FJyA6eQKF3ZejmK0DBRiyb-9n_aDdGNwgsgag3VkcILIHIV3YWt1MgE
2026-03-09 04:36:42.875 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.77.129 waku 802329f14a2e3ec13a86193bc7f3cf3d270bfc3adcc2c027097580c1f61c113f
2026-03-09 04:36:42.911 DEBUG [src.node.docker_mananger] Container started with ID 802329f14a2e. Setting up logs at ./log/docker/node4_2026-03-09_04-36-38__df99e463-5bd1-46ca-9643-e559ee0d15e0__wakuorg_nwaku:latest.log
2026-03-09 04:36:42.911 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 59186
2026-03-09 04:36:42.912 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-09 04:36:43.914 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59186/health" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:36:43.926 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-03-09 04:36:43.927 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-09 04:36:43.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59186/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:36:43.936 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.77.129/tcp/59187/p2p/16Uiu2HAkxre55wr7cXeDGrRJQotQxjTWBfch6d4DzMz7QZLzxtyZ","/ip4/172.18.77.129/tcp/59188/ws/p2p/16Uiu2HAkxre55wr7cXeDGrRJQotQxjTWBfch6d4DzMz7QZLzxtyZ"],"enrUri":"enr:-L24QKSYZAty9Zc8ZriADp53rCTXOdqLIwwpEZf1bXXP5FUeDHI8qI8uQ364N7TuUH1_w1KhKzCDvMNg-g_VPo0t-k8CgmlkgnY0gmlwhKwSTYGKbXVsdGlhZGRyc5YACASsEk2BBuczAAoErBJNgQbnNN0DgnJzhQADAQAAiXNlY3AyNTZrMaECMvhsOxk2oU3wETvbqNuvLZ19iQd9jCtZENA-w5uWzoSDdGNwguczg3VkcILnNYV3YWt1MgE"}'
2026-03-09 04:36:43.937 INFO [src.node.waku_node] REST service is ready !!
2026-03-09 04:36:43.937 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45011/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-09 04:36:43.941 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-09 04:36:43.941 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59172/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-09 04:36:43.948 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-09 04:36:43.949 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51225/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-09 04:36:43.959 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-09 04:36:43.960 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59186/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-09 04:36:43.967 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-09 04:36:43.968 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45011/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:36:43.971 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.40.53/tcp/43654/p2p/16Uiu2HAm1F1pZk4q5UfApfb2CteH2NtHbvgu3RR4wMvfLby8XVwZ","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":"logos-delivery-v0.36.0-164-g0ad551","origin":"UnknownOrigin"}]'
2026-03-09 04:36:43.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59172/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:36:43.974 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.173.77/tcp/45012/p2p/16Uiu2HAm1FZ8MTgdaNZ1zSSutwML5J3jqs2KUuySi3ieZVnMmDA5","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":"logos-delivery-v0.36.0-164-g0ad551","origin":"Discv5"},{"multiaddr":"/ip4/172.18.147.37/tcp/58456/p2p/16Uiu2HAmAR1GNVnpCKoaQBz5Hu1PVQHhX46Hby9LB3xCcjTHAH1F","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":"logos-delivery-v0.36.0-164-g0ad551","origin":"UnknownOrigin"}]'
2026-03-09 04:36:43.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51225/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:36:43.977 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.40.53/tcp/59173/p2p/16Uiu2HAm1F1pZk4q5UfApfb2CteH2NtHbvgu3RR4wMvfLby8XVwZ","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":"logos-delivery-v0.36.0-164-g0ad551","origin":"Discv5"},{"multiaddr":"/ip4/172.18.77.129/tcp/52964/p2p/16Uiu2HAkxre55wr7cXeDGrRJQotQxjTWBfch6d4DzMz7QZLzxtyZ","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":"logos-delivery-v0.36.0-164-g0ad551","origin":"UnknownOrigin"}]'
2026-03-09 04:36:43.977 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59186/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:36:43.979 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.147.37/tcp/51226/p2p/16Uiu2HAmAR1GNVnpCKoaQBz5Hu1PVQHhX46Hby9LB3xCcjTHAH1F","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":"logos-delivery-v0.36.0-164-g0ad551","origin":"Discv5"}]'
2026-03-09 04:36:43.979 DEBUG [src.libs.common] Sleeping for 20 seconds
2026-03-09 04:37:03.980 INFO [tests.e2e.test_network_conditions] Applying 30.0% packet loss on sender node1
2026-03-09 04:37:03.982 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '4759', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
2026-03-09 04:37:03.993 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '4759', '-n', 'tc', 'qdisc', 'add', 'dev', 'eth0', 'root', 'netem', 'loss', '30.0%']
2026-03-09 04:37:04.003 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '4759', '-n', 'tc', '-s', 'qdisc', 'show', 'dev', 'eth0']
2026-03-09 04:37:04.012 DEBUG [src.steps.network_conditions] tc -s qdisc show dev eth0:
qdisc netem 8002: root refcnt 5 limit 1000 loss 30%
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
2026-03-09 04:37:04.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59186/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:37:04.015 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[]'
2026-03-09 04:37:04.015 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45011/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-03-09 04:37:04.232 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-09 04:37:04.233 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '4759', '-n', 'tc', '-s', 'qdisc', 'show', 'dev', 'eth0']
2026-03-09 04:37:04.243 DEBUG [src.steps.network_conditions] tc -s qdisc show dev eth0:
qdisc netem 8002: root refcnt 5 limit 1000 loss 30%
Sent 500 bytes 5 pkt (dropped 3, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
2026-03-09 04:37:04.244 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59186/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:37:04.246 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1773031024015752398,"ephemeral":false,"proof":""}]'
2026-03-09 04:37:04.246 INFO [tests.e2e.test_network_conditions] Node4 received messages from node1 after 0 trails
2026-03-09 04:37:04.248 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '4759', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
2026-03-09 04:37:04.259 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-09 04:37:04.259 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-09 04:37:04.260 DEBUG [src.node.waku_node] Stopping container with id df5f453ee9a7
2026-03-09 04:37:04.822 DEBUG [src.node.waku_node] Container stopped.
2026-03-09 04:37:04.822 DEBUG [src.node.waku_node] Stopping container with id 2b7cdbf6363a
2026-03-09 04:37:05.446 DEBUG [src.node.waku_node] Container stopped.
2026-03-09 04:37:05.447 DEBUG [src.node.waku_node] Stopping container with id 77481154a95a
2026-03-09 04:37:05.638 ERROR [src.node.docker_mananger] Max retries reached for container df5f453ee9a7. Exiting log stream.
2026-03-09 04:37:06.003 DEBUG [src.node.waku_node] Container stopped.
2026-03-09 04:37:06.003 DEBUG [src.node.waku_node] Stopping container with id 802329f14a2e
2026-03-09 04:37:06.346 ERROR [src.node.docker_mananger] Max retries reached for container 2b7cdbf6363a. Exiting log stream.
2026-03-09 04:37:06.536 DEBUG [src.node.waku_node] Container stopped.
2026-03-09 04:37:06.538 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-09 04:37:06.567 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-09 04:37:06.609 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-09 04:37:06.629 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-09 04:37:06.649 DEBUG [src.node.docker_mananger] No errors found in the waku logs.