230 lines
36 KiB
Plaintext

2025-12-08 08:57:47.878 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-08 08:57:47.878 DEBUG [tests.conftest] Running test: test_large_message_payload_sync with id: 2025-12-08_08-57-47__f0bf96b9-db60-4ad7-9dea-6ef59ea71886
2025-12-08 08:57:47.878 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-08 08:57:47.885 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-08 08:57:47.885 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-08_08-57-47__f0bf96b9-db60-4ad7-9dea-6ef59ea71886__wakuorg_nwaku:latest.log
2025-12-08 08:57:47.890 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-08 08:57:47.890 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-08_08-57-47__f0bf96b9-db60-4ad7-9dea-6ef59ea71886__wakuorg_nwaku:latest.log
2025-12-08 08:57:47.896 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-08 08:57:47.896 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-08_08-57-47__f0bf96b9-db60-4ad7-9dea-6ef59ea71886__wakuorg_nwaku:latest.log
2025-12-08 08:57:47.896 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-08 08:57:47.897 DEBUG [src.node.waku_node] Starting Node...
2025-12-08 08:57:47.897 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-08 08:57:47.900 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-08 08:57:47.900 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.56.198
2025-12-08 08:57:47.900 DEBUG [src.node.docker_mananger] Generated ports ['15059', '15060', '15061', '15062', '15063']
2025-12-08 08:57:47.900 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-08 08:57:47.900 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-08 08:57:47.900 DEBUG [src.node.waku_node] Using volumes []
2025-12-08 08:57:47.900 DEBUG [src.node.docker_mananger] docker run -i -t -p 15059:15059 -p 15060:15060 -p 15061:15061 -p 15062:15062 -p 15063:15063 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=15061 --rest-port=15059 --tcp-port=15060 --discv5-udp-port=15062 --rest-address=0.0.0.0 --nat=extip:172.18.56.198 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=45f728ba3688811d16b9faadabd29edb3a5dffd6540518f4d0a514aeaeb429ed --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15063 --metrics-logging=true --store=true --relay=true
2025-12-08 08:57:48.085 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.56.198 waku 7fb66ef666ae59b728d81ed60839e53ba40802ba18080a45bcba7d09e92e1ff3
2025-12-08 08:57:48.116 DEBUG [src.node.docker_mananger] Container started with ID 7fb66ef666ae. Setting up logs at ./log/docker/node1_2025-12-08_08-57-47__f0bf96b9-db60-4ad7-9dea-6ef59ea71886__wakuorg_nwaku:latest.log
2025-12-08 08:57:48.118 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15059
2025-12-08 08:57:48.120 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-08 08:57:48.121 ERROR [src.node.docker_mananger] Max retries reached for container 2fb7e8ab3a5c. Exiting log stream.
2025-12-08 08:57:48.684 ERROR [src.node.docker_mananger] Max retries reached for container 72ccad0e6a17. Exiting log stream.
2025-12-08 08:57:49.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15059/health" -H "Content-Type: application/json" -d 'None'
2025-12-08 08:57:49.124 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"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":"READY"},{"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"}]}'
2025-12-08 08:57:49.124 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-08 08:57:49.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15059/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-08 08:57:49.126 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.56.198/tcp/15060/p2p/16Uiu2HAmMAoGYTLN3RizijUYLkh1Wi1WRuQoYXvNgQ26BbpCKpWf","/ip4/172.18.56.198/tcp/15061/ws/p2p/16Uiu2HAmMAoGYTLN3RizijUYLkh1Wi1WRuQoYXvNgQ26BbpCKpWf"],"enrUri":"enr:-L24QHUOxUQA8V29vAfE1j6M-M1D3a1k3zPlACHaOZ8SIatoNl_Q1inpYPbQOuKOgwmIhg89aEaMJVyp2hfEW110U8kCgmlkgnY0gmlwhKwSOMaKbXVsdGlhZGRyc5YACASsEjjGBjrUAAoErBI4xgY61d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDfoBjsB3TQgjn2znF5nfmhAD0NL3K4s2PhLc47gId77SDdGNwgjrUg3VkcII61oV3YWt1MgM"}'
2025-12-08 08:57:49.127 INFO [src.node.waku_node] REST service is ready !!
2025-12-08 08:57:49.127 DEBUG [src.node.waku_node] Starting Node...
2025-12-08 08:57:49.127 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-08 08:57:49.128 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-08 08:57:49.129 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.65.192
2025-12-08 08:57:49.129 DEBUG [src.node.docker_mananger] Generated ports ['47152', '47153', '47154', '47155', '47156']
2025-12-08 08:57:49.129 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-08 08:57:49.129 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-08 08:57:49.129 DEBUG [src.node.waku_node] Using volumes []
2025-12-08 08:57:49.129 DEBUG [src.node.docker_mananger] docker run -i -t -p 47152:47152 -p 47153:47153 -p 47154:47154 -p 47155:47155 -p 47156:47156 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=47154 --rest-port=47152 --tcp-port=47153 --discv5-udp-port=47155 --rest-address=0.0.0.0 --nat=extip:172.18.65.192 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bba7ce2b3e3a014eaae61eeccdc9bd8b08ddebd035fcfd1623350ce28c0c697b --store-sync=true --store=false --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47156 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHUOxUQA8V29vAfE1j6M-M1D3a1k3zPlACHaOZ8SIatoNl_Q1inpYPbQOuKOgwmIhg89aEaMJVyp2hfEW110U8kCgmlkgnY0gmlwhKwSOMaKbXVsdGlhZGRyc5YACASsEjjGBjrUAAoErBI4xgY61d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDfoBjsB3TQgjn2znF5nfmhAD0NL3K4s2PhLc47gId77SDdGNwgjrUg3VkcII61oV3YWt1MgM
2025-12-08 08:57:49.311 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.65.192 waku cdf4103a66c1e31b1b7d4c2bbfe85a5cf99fc519f22e40a93f3bf4d43229ac29
2025-12-08 08:57:49.345 DEBUG [src.node.docker_mananger] Container started with ID cdf4103a66c1. Setting up logs at ./log/docker/node2_2025-12-08_08-57-47__f0bf96b9-db60-4ad7-9dea-6ef59ea71886__wakuorg_nwaku:latest.log
2025-12-08 08:57:49.345 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47152
2025-12-08 08:57:49.345 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-08 08:57:50.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47152/health" -H "Content-Type: application/json" -d 'None'
2025-12-08 08:57:50.354 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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":"READY"},{"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"}]}'
2025-12-08 08:57:50.355 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-08 08:57:50.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47152/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-08 08:57:50.360 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.65.192/tcp/47153/p2p/16Uiu2HAmVp3bXbfQzkMTkZbik8ZbNeDQiXdHP2M3TzVsespXfA1G","/ip4/172.18.65.192/tcp/47154/ws/p2p/16Uiu2HAmVp3bXbfQzkMTkZbik8ZbNeDQiXdHP2M3TzVsespXfA1G"],"enrUri":"enr:-L24QGMkpRoFccEJZkAVFXYiyZ5vnkXkA7lN-su-BfUICr5ZHPgztC6dU0t7uQOh5Sr1UEeRGAbmsts4qzGp-4nIjRUCgmlkgnY0gmlwhKwSQcCKbXVsdGlhZGRyc5YACASsEkHABrgxAAoErBJBwAa4Mt0DgnJzhQADAQAAiXNlY3AyNTZrMaED_uiTILsrcx8LSaI6npUI1bD2yCEkHlDdTq9uIFCHE4ODdGNwgrgxg3VkcIK4M4V3YWt1MgE"}'
2025-12-08 08:57:50.361 INFO [src.node.waku_node] REST service is ready !!
2025-12-08 08:57:50.361 DEBUG [src.node.waku_node] Starting Node...
2025-12-08 08:57:50.362 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-08 08:57:50.364 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-08 08:57:50.365 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.100.68
2025-12-08 08:57:50.365 DEBUG [src.node.docker_mananger] Generated ports ['51857', '51858', '51859', '51860', '51861']
2025-12-08 08:57:50.365 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-08 08:57:50.365 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-08 08:57:50.365 DEBUG [src.node.waku_node] Using volumes []
2025-12-08 08:57:50.365 DEBUG [src.node.docker_mananger] docker run -i -t -p 51857:51857 -p 51858:51858 -p 51859:51859 -p 51860:51860 -p 51861:51861 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=51859 --rest-port=51857 --tcp-port=51858 --discv5-udp-port=51860 --rest-address=0.0.0.0 --nat=extip:172.18.100.68 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=429a4d0d7eacc723d477c0ee13552ae329bcee4fb7d4abedff1cdbebad4d7d9e --store-sync=true --store=false --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51861 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGMkpRoFccEJZkAVFXYiyZ5vnkXkA7lN-su-BfUICr5ZHPgztC6dU0t7uQOh5Sr1UEeRGAbmsts4qzGp-4nIjRUCgmlkgnY0gmlwhKwSQcCKbXVsdGlhZGRyc5YACASsEkHABrgxAAoErBJBwAa4Mt0DgnJzhQADAQAAiXNlY3AyNTZrMaED_uiTILsrcx8LSaI6npUI1bD2yCEkHlDdTq9uIFCHE4ODdGNwgrgxg3VkcIK4M4V3YWt1MgE
2025-12-08 08:57:50.559 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.100.68 waku aa67c1afb0aa17bae45eaa2847f54f613bd695a2216ced1ff650eeb45646d992
2025-12-08 08:57:50.588 DEBUG [src.node.docker_mananger] Container started with ID aa67c1afb0aa. Setting up logs at ./log/docker/node3_2025-12-08_08-57-47__f0bf96b9-db60-4ad7-9dea-6ef59ea71886__wakuorg_nwaku:latest.log
2025-12-08 08:57:50.588 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51857
2025-12-08 08:57:50.588 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-08 08:57:51.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51857/health" -H "Content-Type: application/json" -d 'None'
2025-12-08 08:57:51.601 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
2025-12-08 08:57:51.602 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-08 08:57:51.602 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51857/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-08 08:57:51.606 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.100.68/tcp/51858/p2p/16Uiu2HAm4HrmFHtDAZPeeEJtxRkn2TKjuL2gmQPm3B3BrYEtFMS3","/ip4/172.18.100.68/tcp/51859/ws/p2p/16Uiu2HAm4HrmFHtDAZPeeEJtxRkn2TKjuL2gmQPm3B3BrYEtFMS3"],"enrUri":"enr:-L24QEs-PufOqVLBQ2XVfGAntu69Lha6OUlhliEBa4KnN-yHRTzYPgIhpsm6CTvuw1FiB1AqwB-4eYcSHclTD8NC94kCgmlkgnY0gmlwhKwSZESKbXVsdGlhZGRyc5YACASsEmREBsqSAAoErBJkRAbKk90DgnJzhQADAQAAiXNlY3AyNTZrMaECg7i6oMF1D5AGVM081kL8yqaG7WSnSRrBfPNWyVYRaDyDdGNwgsqSg3VkcILKlIV3YWt1MgE"}'
2025-12-08 08:57:51.606 INFO [src.node.waku_node] REST service is ready !!
2025-12-08 08:57:51.607 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47152/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.56.198/tcp/15060/p2p/16Uiu2HAmMAoGYTLN3RizijUYLkh1Wi1WRuQoYXvNgQ26BbpCKpWf"]'
2025-12-08 08:57:51.611 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 08:57:51.611 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51857/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.65.192/tcp/47153/p2p/16Uiu2HAmVp3bXbfQzkMTkZbik8ZbNeDQiXdHP2M3TzVsespXfA1G"]'
2025-12-08 08:57:51.613 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 08:57:51.613 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15059/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-08 08:57:51.616 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 08:57:51.616 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47152/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-08 08:57:51.618 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 08:57:51.618 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51857/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-08 08:57:51.621 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 08:57:51.622 DEBUG [src.steps.store] Relaying message
2025-12-08 08:57:51.623 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-08 08:57:51.643 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 08:57:51.644 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-08 08:57:51.655 DEBUG [src.steps.store] Relaying message
2025-12-08 08:57:51.657 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-08 08:57:51.675 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 08:57:51.676 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-08 08:57:51.687 DEBUG [src.steps.store] Relaying message
2025-12-08 08:57:51.688 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-08 08:57:51.705 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 08:57:51.705 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-08 08:57:51.716 DEBUG [src.steps.store] Relaying message
2025-12-08 08:57:51.717 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-08 08:57:51.733 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 08:57:51.733 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-08 08:57:51.744 DEBUG [src.steps.store] Relaying message
2025-12-08 08:57:51.745 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-08 08:57:51.761 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 08:57:51.762 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-08 08:57:51.773 DEBUG [src.steps.store] Relaying message
2025-12-08 08:57:51.774 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-08 08:57:51.790 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 08:57:51.791 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-08 08:57:51.802 DEBUG [src.steps.store] Relaying message
2025-12-08 08:57:51.804 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-08 08:57:51.821 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 08:57:51.822 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-08 08:57:51.833 DEBUG [src.steps.store] Relaying message
2025-12-08 08:57:51.834 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-08 08:57:51.850 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 08:57:51.851 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-08 08:57:51.862 DEBUG [src.steps.store] Relaying message
2025-12-08 08:57:51.863 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-08 08:57:51.880 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 08:57:51.881 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-08 08:57:51.892 DEBUG [src.steps.store] Relaying message
2025-12-08 08:57:51.893 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-08 08:57:51.910 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 08:57:51.910 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-08 08:57:51.921 DEBUG [src.steps.store] Relaying message
2025-12-08 08:57:51.922 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-08 08:57:51.940 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 08:57:51.941 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-08 08:57:51.952 DEBUG [src.steps.store] Relaying message
2025-12-08 08:57:51.954 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-08 08:57:51.972 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 08:57:51.973 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-08 08:57:51.985 DEBUG [src.steps.store] Relaying message
2025-12-08 08:57:51.986 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-08 08:57:52.004 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 08:57:52.005 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-08 08:57:52.017 DEBUG [src.steps.store] Relaying message
2025-12-08 08:57:52.018 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-08 08:57:52.038 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 08:57:52.038 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-08 08:57:52.049 DEBUG [src.steps.store] Relaying message
2025-12-08 08:57:52.050 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-08 08:57:52.070 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 08:57:52.070 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-08 08:57:52.081 DEBUG [src.steps.store] Relaying message
2025-12-08 08:57:52.082 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-08 08:57:52.101 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 08:57:52.101 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-08 08:57:52.112 DEBUG [src.steps.store] Relaying message
2025-12-08 08:57:52.114 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-08 08:57:52.132 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 08:57:52.133 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-08 08:57:52.144 DEBUG [src.steps.store] Relaying message
2025-12-08 08:57:52.145 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-08 08:57:52.163 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 08:57:52.165 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-08 08:57:52.176 DEBUG [src.steps.store] Relaying message
2025-12-08 08:57:52.177 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-08 08:57:52.195 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 08:57:52.195 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-08 08:57:52.206 DEBUG [src.steps.store] Relaying message
2025-12-08 08:57:52.207 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-08 08:57:52.225 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 08:57:52.227 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-08 08:57:52.237 DEBUG [src.steps.store] Relaying message
2025-12-08 08:57:52.239 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-08 08:57:52.255 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 08:57:52.255 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-08 08:57:52.266 DEBUG [src.steps.store] Relaying message
2025-12-08 08:57:52.268 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-08 08:57:52.284 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 08:57:52.285 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-08 08:57:52.296 DEBUG [src.steps.store] Relaying message
2025-12-08 08:57:52.297 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-08 08:57:52.313 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 08:57:52.313 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-08 08:57:52.324 DEBUG [src.steps.store] Relaying message
2025-12-08 08:57:52.325 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-08 08:57:52.342 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 08:57:52.343 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-08 08:57:52.354 DEBUG [src.steps.store] Relaying message
2025-12-08 08:57:52.356 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-08 08:57:52.372 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 08:57:52.373 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-08 08:57:52.384 DEBUG [src.steps.store] Relaying message
2025-12-08 08:57:52.386 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-08 08:57:52.403 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 08:57:52.403 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-08 08:57:52.415 DEBUG [src.steps.store] Relaying message
2025-12-08 08:57:52.417 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-08 08:57:52.434 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 08:57:52.434 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-08 08:57:52.445 DEBUG [src.steps.store] Relaying message
2025-12-08 08:57:52.446 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-08 08:57:52.464 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 08:57:52.464 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-08 08:57:52.476 DEBUG [src.steps.store] Relaying message
2025-12-08 08:57:52.478 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-08 08:57:52.493 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 08:57:52.494 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-08 08:57:52.505 DEBUG [src.steps.store] Relaying message
2025-12-08 08:57:52.506 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-08 08:57:52.523 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 08:57:52.524 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-08 08:57:52.534 DEBUG [src.libs.common] Sleeping for 10 seconds
2025-12-08 08:58:02.543 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2025-12-08 08:58:02.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15059/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-08 08:58:02.556 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x6e7ba148b26229b058e5d38c2851e139b56a66a40111050787099ea4c937e9dd"},{"messageHash":"0x772fc81d3674d133f7e6b94a4d9a704cf35f8bfb2e6500f8b52c2ab8c73c2d0a"},{"messageHash":"0x978715aa8247b6c72904953cbc2094c66d8d99b71cad906f075a51025e0e3024"},{"messageHash":"0xa6ff5ff2bddddb1fd8e75002a4d7ab16ec6e59b2c165fd811dfeb733bf09ff85"},{"messageHash":"0x723a6843572b9555bfebe0d965634a95697ddf6aed3ed7e9ebe417833a141ddc"},{"messageHash":"0xbe24fec71566bd7c472c02d5ce7af32e8c0944478367e5eb3439d2f08da041b7"},{"messageHash":"0x8fe1c00d9cb11efc5c6fa9e432d4a7ed19e37cf9df6cce7195f52e752dea0d01"},{"messageHash":"0x6c107363dc14c263cda1212c13e95fce57675b66aa7ff8b8f7527a9e919f5f3e"},{"messageHash":"0x15b96c51638ef89ef1f7d75138c6c81d8fbf8edaa682266d6e1c1fc128dd109c"},{"messageHash":"0xa5876b6629a63b50ae6daa4170703b06db439fa1cfcdba3c2b0012e2dc02cbc7"},{"messageHash":"0xa3a3c91179d2942006f09ef2d725c445e9bc6aea905528df36bf1cbb0833eca0"},{"messageHash":"0xebb5c1df43036687d6fbd48c34ee4f3c774ad2508dba68866036d629555c10b2"},{"messageHash":"0xd9f1db12131a8e7ea9003339a8bfb50d4a6a42d906e7f1f48b8fb3374bdff0ae"},{"messageHash":"0xb0aa66907459e1de89c6fbfa346d4cb2b50b58de7ecde51f1f70c36fbe578231"},{"messageHash":"0x0d1e3dd9847780fa6da96e3ce1be0c51f79cfd1d16b5d8e18d3883566299f075"},{"messageHash":"0x72ed9899cf4894838e5161c3c06ba67b96e9818d2facec03ce7074b75e357589"},{"messageHash":"0x84df2349abcc84468717072ba633303a3bdf38e3384de28e93dd5452652303c0"},{"messageHash":"0xf6f725e106d406e2cc51420616a994759c68a46f7aac980a6240da3a36d22913"},{"messageHash":"0xdaeb0d2de5846f4ace45333c0d81dd4a4bb1471a56012a4c49c268e847553c39"},{"messageHash":"0x4a6ce757334259b05c9478b8611b738647325910b34e57e8469f2461fd12dd9e"},{"messageHash":"0xb061c16cc9b6f5891f9e29aad6daf6e2c44c463f47c28de1d957e5b4ab219c52"},{"messageHash":"0x19f7d546149254cb265f2c6823fbe343baccc752e6692e0bdb0fdb4a38d7585f"},{"messageHash":"0x72269b5589ccc85507aa93fffc4100c7dec2e0a83471acdd3c044cbb96aaeeac"},{"messageHash":"0x41062df94aa4a7971c31cd0a9104f4307d0d03f5d24e6746da243254f1d6901d"},{"messageHash":"0xe580c60a4d11ec8a4dd469d5ba04a0c42b3a18050b8893caf7eba26a2b7be83a"},{"messageHash":"0xec0d00e0b1ca398009118cd53681964e70833d35d3ad5ae2bc691a04bc6c3fce"},{"messageHash":"0x504f081a2eb37e6318d3a05d98e9a3cdee66013798af658a8ac321390c54a984"},{"messageHash":"0xaeb3ab557f85c2d7c549db380c6a525c45a6229d7d1ca4c934e060344d915cbb"},{"messageHash":"0x3dc0b72c093026ac7ea0f78d0b3d54501d6a4bf3088acb6087e6669b363b8e92"},{"messageHash":"0x11990f55fe9d363db4bd07fb2780369c3ea70e16065d1a8268c543fdd930b87e"}]}'
2025-12-08 08:58:02.556 DEBUG [src.steps.store] messages length is 30
2025-12-08 08:58:02.589 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2025-12-08 08:58:02.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47152/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-08 08:58:02.607 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"7f11365f33a8e18edd4f","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x6e7ba148b26229b058e5d38c2851e139b56a66a40111050787099ea4c937e9dd"},{"messageHash":"0x772fc81d3674d133f7e6b94a4d9a704cf35f8bfb2e6500f8b52c2ab8c73c2d0a"},{"messageHash":"0x978715aa8247b6c72904953cbc2094c66d8d99b71cad906f075a51025e0e3024"},{"messageHash":"0xa6ff5ff2bddddb1fd8e75002a4d7ab16ec6e59b2c165fd811dfeb733bf09ff85"},{"messageHash":"0x723a6843572b9555bfebe0d965634a95697ddf6aed3ed7e9ebe417833a141ddc"},{"messageHash":"0xbe24fec71566bd7c472c02d5ce7af32e8c0944478367e5eb3439d2f08da041b7"},{"messageHash":"0x8fe1c00d9cb11efc5c6fa9e432d4a7ed19e37cf9df6cce7195f52e752dea0d01"},{"messageHash":"0x6c107363dc14c263cda1212c13e95fce57675b66aa7ff8b8f7527a9e919f5f3e"},{"messageHash":"0x15b96c51638ef89ef1f7d75138c6c81d8fbf8edaa682266d6e1c1fc128dd109c"},{"messageHash":"0xa5876b6629a63b50ae6daa4170703b06db439fa1cfcdba3c2b0012e2dc02cbc7"},{"messageHash":"0xa3a3c91179d2942006f09ef2d725c445e9bc6aea905528df36bf1cbb0833eca0"},{"messageHash":"0xebb5c1df43036687d6fbd48c34ee4f3c774ad2508dba68866036d629555c10b2"},{"messageHash":"0xd9f1db12131a8e7ea9003339a8bfb50d4a6a42d906e7f1f48b8fb3374bdff0ae"},{"messageHash":"0xb0aa66907459e1de89c6fbfa346d4cb2b50b58de7ecde51f1f70c36fbe578231"},{"messageHash":"0x0d1e3dd9847780fa6da96e3ce1be0c51f79cfd1d16b5d8e18d3883566299f075"},{"messageHash":"0x72ed9899cf4894838e5161c3c06ba67b96e9818d2facec03ce7074b75e357589"},{"messageHash":"0x84df2349abcc84468717072ba633303a3bdf38e3384de28e93dd5452652303c0"},{"messageHash":"0xf6f725e106d406e2cc51420616a994759c68a46f7aac980a6240da3a36d22913"},{"messageHash":"0xdaeb0d2de5846f4ace45333c0d81dd4a4bb1471a56012a4c49c268e847553c39"},{"messageHash":"0x4a6ce757334259b05c9478b8611b738647325910b34e57e8469f2461fd12dd9e"},{"messageHash":"0xb061c16cc9b6f5891f9e29aad6daf6e2c44c463f47c28de1d957e5b4ab219c52"},{"messageHash":"0x19f7d546149254cb265f2c6823fbe343baccc752e6692e0bdb0fdb4a38d7585f"},{"messageHash":"0x72269b5589ccc85507aa93fffc4100c7dec2e0a83471acdd3c044cbb96aaeeac"},{"messageHash":"0x41062df94aa4a7971c31cd0a9104f4307d0d03f5d24e6746da243254f1d6901d"},{"messageHash":"0xe580c60a4d11ec8a4dd469d5ba04a0c42b3a18050b8893caf7eba26a2b7be83a"},{"messageHash":"0xec0d00e0b1ca398009118cd53681964e70833d35d3ad5ae2bc691a04bc6c3fce"},{"messageHash":"0x504f081a2eb37e6318d3a05d98e9a3cdee66013798af658a8ac321390c54a984"},{"messageHash":"0xaeb3ab557f85c2d7c549db380c6a525c45a6229d7d1ca4c934e060344d915cbb"},{"messageHash":"0x3dc0b72c093026ac7ea0f78d0b3d54501d6a4bf3088acb6087e6669b363b8e92"},{"messageHash":"0x11990f55fe9d363db4bd07fb2780369c3ea70e16065d1a8268c543fdd930b87e"}]}'
2025-12-08 08:58:02.608 DEBUG [src.steps.store] messages length is 30
2025-12-08 08:58:02.640 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2025-12-08 08:58:02.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51857/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-08 08:58:02.644 ERROR [src.node.api_clients.base_client] HTTP error occurred: 412 Client Error: Precondition Failed for url: http://127.0.0.1:51857/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true. Response content: b'No suitable service peer & none discovered'
2025-12-08 08:58:02.728 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-08 08:58:02.729 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-08 08:58:02.730 DEBUG [src.node.waku_node] Stopping container with id 7fb66ef666ae
2025-12-08 08:58:03.322 DEBUG [src.node.waku_node] Container stopped.
2025-12-08 08:58:03.324 DEBUG [src.node.waku_node] Stopping container with id cdf4103a66c1
2025-12-08 08:58:03.837 DEBUG [src.node.waku_node] Container stopped.
2025-12-08 08:58:03.837 DEBUG [src.node.waku_node] Stopping container with id aa67c1afb0aa
2025-12-08 08:58:04.192 ERROR [src.node.docker_mananger] Max retries reached for container 7fb66ef666ae. Exiting log stream.
2025-12-08 08:58:04.385 DEBUG [src.node.waku_node] Container stopped.
2025-12-08 08:58:04.386 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-08 08:58:04.417 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-08 08:58:04.438 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-08 08:58:04.452 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-08 08:58:04.453 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
2025-12-08 08:58:04.453 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
2025-12-08 08:58:04.454 DEBUG [src.libs.common] Attaching file ./log/docker/node3_2025-12-08_08-57-47__f0bf96b9-db60-4ad7-9dea-6ef59ea71886__wakuorg_nwaku:latest.log
2025-12-08 08:58:04.456 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2025-12-08_08-57-47__f0bf96b9-db60-4ad7-9dea-6ef59ea71886__wakuorg_nwaku:latest.log
2025-12-08 08:58:04.456 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2025-12-08_08-57-47__f0bf96b9-db60-4ad7-9dea-6ef59ea71886__wakuorg_nwaku:latest.log