133 lines
27 KiB
Plaintext

2026-03-13 04:34:40.372 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-13 04:34:40.373 DEBUG [tests.conftest] Running test: test_relay_4_nodes_sender_latency with id: 2026-03-13_04-34-40__b0391c88-6b6f-4dd2-b88e-c920154b9991
2026-03-13 04:34:40.373 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-13 04:34:40.373 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-13 04:34:40.380 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-13 04:34:40.380 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-13_04-34-40__b0391c88-6b6f-4dd2-b88e-c920154b9991__wakuorg_nwaku:latest.log
2026-03-13 04:34:40.387 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-13 04:34:40.387 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-13_04-34-40__b0391c88-6b6f-4dd2-b88e-c920154b9991__wakuorg_nwaku:latest.log
2026-03-13 04:34:40.393 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-13 04:34:40.393 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-13_04-34-40__b0391c88-6b6f-4dd2-b88e-c920154b9991__wakuorg_nwaku:latest.log
2026-03-13 04:34:40.400 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-13 04:34:40.400 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-03-13_04-34-40__b0391c88-6b6f-4dd2-b88e-c920154b9991__wakuorg_nwaku:latest.log
2026-03-13 04:34:40.400 INFO [tests.e2e.test_network_conditions] Starting 4 nodes with relay enabled (bootstrap chain)
2026-03-13 04:34:40.400 DEBUG [src.node.waku_node] Starting Node...
2026-03-13 04:34:40.400 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-13 04:34:40.402 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-13 04:34:40.402 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.32.132
2026-03-13 04:34:40.402 DEBUG [src.node.docker_mananger] Generated ports ['29267', '29268', '29269', '29270', '29271']
2026-03-13 04:34:40.402 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-13 04:34:40.402 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-13 04:34:40.402 DEBUG [src.node.waku_node] Using volumes []
2026-03-13 04:34:40.402 DEBUG [src.node.docker_mananger] docker run -i -t -p 29267:29267 -p 29268:29268 -p 29269:29269 -p 29270:29270 -p 29271:29271 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=29269 --rest-port=29267 --tcp-port=29268 --discv5-udp-port=29270 --rest-address=0.0.0.0 --nat=extip:172.18.32.132 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d61d65fcb6a890c2c1a2c74cddf197ac1fb79e6d59ff6472f2d9aa6b094ba3b5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29271 --metrics-logging=true --relay=true
2026-03-13 04:34:40.457 ERROR [src.node.docker_mananger] Max retries reached for container fa2c72f3aead. Exiting log stream.
2026-03-13 04:34:40.594 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.32.132 waku 0f33bfb8150ed06087c8fc942c0e2f882d05a2ada454b29d3c2fc408d697c760
2026-03-13 04:34:40.634 DEBUG [src.node.docker_mananger] Container started with ID 0f33bfb8150e. Setting up logs at ./log/docker/node1_2026-03-13_04-34-40__b0391c88-6b6f-4dd2-b88e-c920154b9991__wakuorg_nwaku:latest.log
2026-03-13 04:34:40.634 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 29267
2026-03-13 04:34:40.635 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-13 04:34:41.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29267/health" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:34:41.639 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-13 04:34:41.639 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-13 04:34:41.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29267/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:34:41.641 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.32.132/tcp/29268/p2p/16Uiu2HAmCqch9Ez7t8cvzQqrRQcHWzrJh5UojTyfohqZdD2458Jp","/ip4/172.18.32.132/tcp/29269/ws/p2p/16Uiu2HAmCqch9Ez7t8cvzQqrRQcHWzrJh5UojTyfohqZdD2458Jp"],"enrUri":"enr:-L24QGRL64DRxe8Oqa2c-lxFhslzimgb6U_-TKzaXb0-fw1Ueft4uOfTR86b4WbXUnrKaZUKGfctwjnbv9e98899420CgmlkgnY0gmlwhKwSIISKbXVsdGlhZGRyc5YACASsEiCEBnJUAAoErBIghAZyVd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDArjmhBiQ2rZ9TDE6EA2aXgOo3Cie8UeUd94totU_-nWDdGNwgnJUg3VkcIJyVoV3YWt1MgE"}'
2026-03-13 04:34:41.642 INFO [src.node.waku_node] REST service is ready !!
2026-03-13 04:34:41.642 DEBUG [src.node.waku_node] Starting Node...
2026-03-13 04:34:41.642 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-13 04:34:41.643 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-13 04:34:41.643 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.29.121
2026-03-13 04:34:41.643 DEBUG [src.node.docker_mananger] Generated ports ['7762', '7763', '7764', '7765', '7766']
2026-03-13 04:34:41.644 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-13 04:34:41.644 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-13 04:34:41.644 DEBUG [src.node.waku_node] Using volumes []
2026-03-13 04:34:41.644 DEBUG [src.node.docker_mananger] docker run -i -t -p 7762:7762 -p 7763:7763 -p 7764:7764 -p 7765:7765 -p 7766:7766 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=7764 --rest-port=7762 --tcp-port=7763 --discv5-udp-port=7765 --rest-address=0.0.0.0 --nat=extip:172.18.29.121 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=94efa0fd60bbc1559fbec30cad660ae1ad49cc0c97d3dd74eac4697d338dd1cc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7766 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGRL64DRxe8Oqa2c-lxFhslzimgb6U_-TKzaXb0-fw1Ueft4uOfTR86b4WbXUnrKaZUKGfctwjnbv9e98899420CgmlkgnY0gmlwhKwSIISKbXVsdGlhZGRyc5YACASsEiCEBnJUAAoErBIghAZyVd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDArjmhBiQ2rZ9TDE6EA2aXgOo3Cie8UeUd94totU_-nWDdGNwgnJUg3VkcIJyVoV3YWt1MgE
2026-03-13 04:34:41.832 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.29.121 waku 5e2a8fc14351e2388db783140a95a079e432e7873eb1d589bce835c94d9609a7
2026-03-13 04:34:41.871 DEBUG [src.node.docker_mananger] Container started with ID 5e2a8fc14351. Setting up logs at ./log/docker/node2_2026-03-13_04-34-40__b0391c88-6b6f-4dd2-b88e-c920154b9991__wakuorg_nwaku:latest.log
2026-03-13 04:34:41.871 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7762
2026-03-13 04:34:41.871 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-13 04:34:42.872 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7762/health" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:34:42.882 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-13 04:34:42.883 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-13 04:34:42.884 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7762/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:34:42.893 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.29.121/tcp/7763/p2p/16Uiu2HAmQgatq3sPpS9x5HATLnGn5xCDyrAJF1pehEQajHfzey8o","/ip4/172.18.29.121/tcp/7764/ws/p2p/16Uiu2HAmQgatq3sPpS9x5HATLnGn5xCDyrAJF1pehEQajHfzey8o"],"enrUri":"enr:-L24QI_agOUjliM9NQkvWQY2iR9m4M4LpaKTotMF-yW9MfgFHaeLxafPkWup89L9SuXcvqR-zuARDOfAmTf24I0qwqACgmlkgnY0gmlwhKwSHXmKbXVsdGlhZGRyc5YACASsEh15Bh5TAAoErBIdeQYeVN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDsrTh-O2Jzc8tDYAHJoQViuNGbCJ6gQSy4pRWpmOq37yDdGNwgh5Tg3VkcIIeVYV3YWt1MgE"}'
2026-03-13 04:34:42.894 INFO [src.node.waku_node] REST service is ready !!
2026-03-13 04:34:42.895 DEBUG [src.node.waku_node] Starting Node...
2026-03-13 04:34:42.896 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-13 04:34:42.898 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-13 04:34:42.898 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.118.250
2026-03-13 04:34:42.899 DEBUG [src.node.docker_mananger] Generated ports ['34003', '34004', '34005', '34006', '34007']
2026-03-13 04:34:42.899 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-13 04:34:42.899 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-13 04:34:42.899 DEBUG [src.node.waku_node] Using volumes []
2026-03-13 04:34:42.899 DEBUG [src.node.docker_mananger] docker run -i -t -p 34003:34003 -p 34004:34004 -p 34005:34005 -p 34006:34006 -p 34007:34007 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=34005 --rest-port=34003 --tcp-port=34004 --discv5-udp-port=34006 --rest-address=0.0.0.0 --nat=extip:172.18.118.250 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3e9bdc0b56db808be0af36a64c35cdcec4ba97af66345a4adce7f38ccaf2ff16 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34007 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QI_agOUjliM9NQkvWQY2iR9m4M4LpaKTotMF-yW9MfgFHaeLxafPkWup89L9SuXcvqR-zuARDOfAmTf24I0qwqACgmlkgnY0gmlwhKwSHXmKbXVsdGlhZGRyc5YACASsEh15Bh5TAAoErBIdeQYeVN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDsrTh-O2Jzc8tDYAHJoQViuNGbCJ6gQSy4pRWpmOq37yDdGNwgh5Tg3VkcIIeVYV3YWt1MgE
2026-03-13 04:34:43.096 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.118.250 waku b86c82c93dfd6cc13adf6e30996bf0bea9f7821228ddbcc69c6608f58bbdb5ea
2026-03-13 04:34:43.129 DEBUG [src.node.docker_mananger] Container started with ID b86c82c93dfd. Setting up logs at ./log/docker/node3_2026-03-13_04-34-40__b0391c88-6b6f-4dd2-b88e-c920154b9991__wakuorg_nwaku:latest.log
2026-03-13 04:34:43.130 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 34003
2026-03-13 04:34:43.131 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-13 04:34:44.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34003/health" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:34:44.147 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-13 04:34:44.148 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-13 04:34:44.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34003/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:34:44.157 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.118.250/tcp/34004/p2p/16Uiu2HAm2kAtP78kpKreYJKnAwsCySMxjJarGnpeoASYzLMXxbfE","/ip4/172.18.118.250/tcp/34005/ws/p2p/16Uiu2HAm2kAtP78kpKreYJKnAwsCySMxjJarGnpeoASYzLMXxbfE"],"enrUri":"enr:-L24QMMYcXb4LZ1cEsd33dj0zhkUTpR-rb8rWFVepQJU7EtqM3gtyxEeLNpIABMdbkodj3xfrAQ6CwQrZnuhHrj7izcCgmlkgnY0gmlwhKwSdvqKbXVsdGlhZGRyc5YACASsEnb6BoTUAAoErBJ2-gaE1d0DgnJzhQADAQAAiXNlY3AyNTZrMaECbL7yrSSiJZ7EK6Rcl9XBRRWLHG_7OS4yhPX_CYjPmKmDdGNwgoTUg3VkcIKE1oV3YWt1MgE"}'
2026-03-13 04:34:44.157 INFO [src.node.waku_node] REST service is ready !!
2026-03-13 04:34:44.157 DEBUG [src.node.waku_node] Starting Node...
2026-03-13 04:34:44.157 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-13 04:34:44.159 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-13 04:34:44.159 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.88.178
2026-03-13 04:34:44.159 DEBUG [src.node.docker_mananger] Generated ports ['4080', '4081', '4082', '4083', '4084']
2026-03-13 04:34:44.159 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-13 04:34:44.159 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-13 04:34:44.159 DEBUG [src.node.waku_node] Using volumes []
2026-03-13 04:34:44.159 DEBUG [src.node.docker_mananger] docker run -i -t -p 4080:4080 -p 4081:4081 -p 4082:4082 -p 4083:4083 -p 4084:4084 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=4082 --rest-port=4080 --tcp-port=4081 --discv5-udp-port=4083 --rest-address=0.0.0.0 --nat=extip:172.18.88.178 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ffdacdd2d10f5046bab4698ed7a7a567aafb762aeabeee4e36f0fefd5efd979c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4084 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QMMYcXb4LZ1cEsd33dj0zhkUTpR-rb8rWFVepQJU7EtqM3gtyxEeLNpIABMdbkodj3xfrAQ6CwQrZnuhHrj7izcCgmlkgnY0gmlwhKwSdvqKbXVsdGlhZGRyc5YACASsEnb6BoTUAAoErBJ2-gaE1d0DgnJzhQADAQAAiXNlY3AyNTZrMaECbL7yrSSiJZ7EK6Rcl9XBRRWLHG_7OS4yhPX_CYjPmKmDdGNwgoTUg3VkcIKE1oV3YWt1MgE
2026-03-13 04:34:44.354 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.88.178 waku 1dda6d30e99be5eca150db2a14c19264d85ab63e9261ae0e462fa6fcf1d05f02
2026-03-13 04:34:44.389 DEBUG [src.node.docker_mananger] Container started with ID 1dda6d30e99b. Setting up logs at ./log/docker/node4_2026-03-13_04-34-40__b0391c88-6b6f-4dd2-b88e-c920154b9991__wakuorg_nwaku:latest.log
2026-03-13 04:34:44.389 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4080
2026-03-13 04:34:44.389 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-13 04:34:45.390 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4080/health" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:34:45.406 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-13 04:34:45.407 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-13 04:34:45.407 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4080/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:34:45.413 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.88.178/tcp/4081/p2p/16Uiu2HAkvYM4Yh6U5Zqe1pZBHFAN6XH6GfCdFWF5RTx2KknsyJpw","/ip4/172.18.88.178/tcp/4082/ws/p2p/16Uiu2HAkvYM4Yh6U5Zqe1pZBHFAN6XH6GfCdFWF5RTx2KknsyJpw"],"enrUri":"enr:-L24QAQc90ou97R5T3EN_m_nJtIA09L50hPeSd5BYGkUCbF5dGlBhZ0-9XjHVsq09lB59AI1HcS5Xf845cG_Ui6rSKgCgmlkgnY0gmlwhKwSWLKKbXVsdGlhZGRyc5YACASsEliyBg_xAAoErBJYsgYP8t0DgnJzhQADAQAAiXNlY3AyNTZrMaECEJFcpRop0szQtqgHY8wJnzaz1Olzz1CUJlSE4q4mxgCDdGNwgg_xg3VkcIIP84V3YWt1MgE"}'
2026-03-13 04:34:45.413 INFO [src.node.waku_node] REST service is ready !!
2026-03-13 04:34:45.414 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29267/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-13 04:34:45.419 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:34:45.421 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7762/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-13 04:34:45.428 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:34:45.429 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34003/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-13 04:34:45.437 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:34:45.438 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4080/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-13 04:34:45.447 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:34:45.447 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29267/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:34:45.451 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.29.121/tcp/46870/p2p/16Uiu2HAmQgatq3sPpS9x5HATLnGn5xCDyrAJF1pehEQajHfzey8o","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-13 04:34:45.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7762/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:34:45.454 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.32.132/tcp/29268/p2p/16Uiu2HAmCqch9Ez7t8cvzQqrRQcHWzrJh5UojTyfohqZdD2458Jp","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.118.250/tcp/52082/p2p/16Uiu2HAm2kAtP78kpKreYJKnAwsCySMxjJarGnpeoASYzLMXxbfE","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-13 04:34:45.455 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34003/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:34:45.457 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.29.121/tcp/7763/p2p/16Uiu2HAmQgatq3sPpS9x5HATLnGn5xCDyrAJF1pehEQajHfzey8o","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.88.178/tcp/43830/p2p/16Uiu2HAkvYM4Yh6U5Zqe1pZBHFAN6XH6GfCdFWF5RTx2KknsyJpw","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-13 04:34:45.457 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4080/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:34:45.460 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.118.250/tcp/34004/p2p/16Uiu2HAm2kAtP78kpKreYJKnAwsCySMxjJarGnpeoASYzLMXxbfE","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-13 04:34:45.460 DEBUG [src.libs.common] Sleeping for 40 seconds
2026-03-13 04:35:25.461 INFO [tests.e2e.test_network_conditions] Applying 3000ms latency on sender node1
2026-03-13 04:35:25.462 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '9643', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
2026-03-13 04:35:25.537 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '9643', '-n', 'tc', 'qdisc', 'add', 'dev', 'eth0', 'root', 'netem', 'delay', '3000ms']
2026-03-13 04:35:25.552 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29267/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-13 04:35:31.558 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:35:31.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4080/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:35:31.561 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":1773376525552093206,"ephemeral":false,"proof":""}]'
2026-03-13 04:35:31.563 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '9643', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
2026-03-13 04:35:31.574 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-13 04:35:31.575 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-13 04:35:31.575 DEBUG [src.node.waku_node] Stopping container with id 0f33bfb8150e
2026-03-13 04:35:32.138 DEBUG [src.node.waku_node] Container stopped.
2026-03-13 04:35:32.139 DEBUG [src.node.waku_node] Stopping container with id 5e2a8fc14351
2026-03-13 04:35:32.689 DEBUG [src.node.waku_node] Container stopped.
2026-03-13 04:35:32.689 DEBUG [src.node.waku_node] Stopping container with id b86c82c93dfd
2026-03-13 04:35:33.100 ERROR [src.node.docker_mananger] Max retries reached for container 0f33bfb8150e. Exiting log stream.
2026-03-13 04:35:33.205 DEBUG [src.node.waku_node] Container stopped.
2026-03-13 04:35:33.207 DEBUG [src.node.waku_node] Stopping container with id 1dda6d30e99b
2026-03-13 04:35:33.510 ERROR [src.node.docker_mananger] Max retries reached for container 5e2a8fc14351. Exiting log stream.
2026-03-13 04:35:33.741 DEBUG [src.node.waku_node] Container stopped.
2026-03-13 04:35:33.745 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-13 04:35:33.823 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-13 04:35:33.864 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-13 04:35:33.903 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-13 04:35:33.938 DEBUG [src.node.docker_mananger] No errors found in the waku logs.