202 lines
38 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

2026-04-22 23:58:49.570 INFO [tests.conftest] Fleet bootstrap inactive pass --fleet (or set FLEET_BOOTSTRAP=true) to connect local nodes to the waku.test fleet
2026-04-22 23:58:49.570 DEBUG [tests.conftest] Running fixture setup: test_id
2026-04-22 23:58:49.571 DEBUG [tests.conftest] Running test: test_multiple_content_topics_same_shard[content_topic_list0] with id: 2026-04-22_23-58-49__c78dce3c-c5ae-4a46-93de-2a54b3007e71
2026-04-22 23:58:49.571 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-04-22 23:58:49.571 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-04-22 23:58:49.571 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2026-04-22 23:58:49.579 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-04-22 23:58:49.579 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-04-22_23-58-49__c78dce3c-c5ae-4a46-93de-2a54b3007e71__wakuorg_nwaku:latest.log
2026-04-22 23:58:49.579 DEBUG [src.node.waku_node] Starting Node...
2026-04-22 23:58:49.579 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-04-22 23:58:49.581 DEBUG [src.node.docker_mananger] Network waku already exists
2026-04-22 23:58:49.581 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.143.222
2026-04-22 23:58:49.581 DEBUG [src.node.docker_mananger] Generated ports ['35956', '35957', '35958', '35959', '35960']
2026-04-22 23:58:49.581 DEBUG [src.node.waku_node] RLN credentials were not set
2026-04-22 23:58:49.581 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-04-22 23:58:49.581 DEBUG [src.node.waku_node] Using volumes []
2026-04-22 23:58:49.581 DEBUG [src.node.docker_mananger] docker run -i -t -p 35956:35956 -p 35957:35957 -p 35958:35958 -p 35959:35959 -p 35960:35960 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=35958 --rest-port=35956 --tcp-port=35957 --discv5-udp-port=35959 --rest-address=0.0.0.0 --nat=extip:172.18.143.222 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=744317d4bf51d82fcd98cc76eff618fa3e6edff767f93a6d52efcc8c5ab65647 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35960 --metrics-logging=true --relay=true --filter=true --content-topic=/newsService/1.0/weekly/protobuf --content-topic=/newsService/1.0/alerts/xml --content-topic=/newsService/1.0/updates/json --content-topic=/newsService/2.0/alerts/json --content-topic=/newsService/2.0/summaries/xml --content-topic=/newsService/2.0/highlights/yaml --content-topic=/newsService/3.0/weekly/json --content-topic=/newsService/3.0/summaries/xml
2026-04-22 23:58:49.812 ERROR [src.node.docker_mananger] Max retries reached for container 4ad6f480f343. Exiting log stream.
2026-04-22 23:58:50.106 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.143.222 waku 4a6988a4246752750dfadb0f44656318e95f2086e813ce33ce03ce67cf92340c
2026-04-22 23:58:50.133 DEBUG [src.node.docker_mananger] Container started with ID 4a6988a42467. Setting up logs at ./log/docker/node1_2026-04-22_23-58-49__c78dce3c-c5ae-4a46-93de-2a54b3007e71__wakuorg_nwaku:latest.log
2026-04-22 23:58:50.134 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 35956
2026-04-22 23:58:50.135 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-04-22 23:58:50.385 ERROR [src.node.docker_mananger] Max retries reached for container c08f881263b4. Exiting log stream.
2026-04-22 23:58:51.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35956/health" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:58:51.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_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-04-22 23:58:51.138 INFO [src.node.waku_node] Node protocols are initialized !!
2026-04-22 23:58:51.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35956/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:58:51.140 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.143.222/tcp/35957/p2p/16Uiu2HAmALz1RVxnBHhix6ZegQmqjDmrqG3fZFL63a9fe6GjgCPN","/ip4/172.18.143.222/tcp/35958/ws/p2p/16Uiu2HAmALz1RVxnBHhix6ZegQmqjDmrqG3fZFL63a9fe6GjgCPN"],"enrUri":"enr:-L24QBIMKXj1WoqVDI72H7FaSnkmruO7bDgOQAGyx5n07-LgEQUeU20K29O_IQzv_9jne7ZjPhkKzwCmIOlC_BaLRQkCgmlkgnY0gmlwhKwSj96KbXVsdGlhZGRyc5YACASsEo_eBox1AAoErBKP3gaMdt0DgnJzhQDHAQAAiXNlY3AyNTZrMaEC3avIxvHLfSutDv8zDrmtAedyJYOSuXPCZGB_GI_aeHWDdGNwgox1g3VkcIKMd4V3YWt1MgU"}'
2026-04-22 23:58:51.140 INFO [src.node.waku_node] REST service is ready !!
2026-04-22 23:58:51.146 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-04-22 23:58:51.146 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-04-22_23-58-49__c78dce3c-c5ae-4a46-93de-2a54b3007e71__wakuorg_nwaku:latest.log
2026-04-22 23:58:51.146 DEBUG [src.node.waku_node] Starting Node...
2026-04-22 23:58:51.146 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-04-22 23:58:51.147 DEBUG [src.node.docker_mananger] Network waku already exists
2026-04-22 23:58:51.147 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.133.51
2026-04-22 23:58:51.147 DEBUG [src.node.docker_mananger] Generated ports ['5815', '5816', '5817', '5818', '5819']
2026-04-22 23:58:51.148 DEBUG [src.node.waku_node] RLN credentials were not set
2026-04-22 23:58:51.148 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-04-22 23:58:51.148 DEBUG [src.node.waku_node] Using volumes []
2026-04-22 23:58:51.148 DEBUG [src.node.docker_mananger] docker run -i -t -p 5815:5815 -p 5816:5816 -p 5817:5817 -p 5818:5818 -p 5819:5819 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=5817 --rest-port=5815 --tcp-port=5816 --discv5-udp-port=5818 --rest-address=0.0.0.0 --nat=extip:172.18.133.51 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=7825cfbe8ab1bbf2fd7f7187df048b1a32c7b412cfb4de71d0470e733cb26e2e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5819 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBIMKXj1WoqVDI72H7FaSnkmruO7bDgOQAGyx5n07-LgEQUeU20K29O_IQzv_9jne7ZjPhkKzwCmIOlC_BaLRQkCgmlkgnY0gmlwhKwSj96KbXVsdGlhZGRyc5YACASsEo_eBox1AAoErBKP3gaMdt0DgnJzhQDHAQAAiXNlY3AyNTZrMaEC3avIxvHLfSutDv8zDrmtAedyJYOSuXPCZGB_GI_aeHWDdGNwgox1g3VkcIKMd4V3YWt1MgU --content-topic=/newsService/1.0/weekly/protobuf --content-topic=/newsService/1.0/alerts/xml --content-topic=/newsService/1.0/updates/json --content-topic=/newsService/2.0/alerts/json --content-topic=/newsService/2.0/summaries/xml --content-topic=/newsService/2.0/highlights/yaml --content-topic=/newsService/3.0/weekly/json --content-topic=/newsService/3.0/summaries/xml
2026-04-22 23:58:51.306 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.133.51 waku 07da5f9d6e60d525ab948e48965df1be89c6157bd4c9782738a994b0083b0ca9
2026-04-22 23:58:51.340 DEBUG [src.node.docker_mananger] Container started with ID 07da5f9d6e60. Setting up logs at ./log/docker/node2_2026-04-22_23-58-49__c78dce3c-c5ae-4a46-93de-2a54b3007e71__wakuorg_nwaku:latest.log
2026-04-22 23:58:51.340 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 5815
2026-04-22 23:58:51.340 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-04-22 23:58:52.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5815/health" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:58:52.344 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"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"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-04-22 23:58:52.344 INFO [src.node.waku_node] Node protocols are initialized !!
2026-04-22 23:58:52.344 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5815/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:58:52.346 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.133.51/tcp/5816/p2p/16Uiu2HAmLGbC3V3tWgEtx9GggyWxHLoFC2uKQBY2WsmFb56b7JV2","/ip4/172.18.133.51/tcp/5817/ws/p2p/16Uiu2HAmLGbC3V3tWgEtx9GggyWxHLoFC2uKQBY2WsmFb56b7JV2"],"enrUri":"enr:-L24QOFeqgTw4oVu4QoM1C7cssLJr913bHealyLFfONixVz3Aoo0j-uqbpkWn1SOHoWUTQpsbeO9L40P-7i7oNIT7_YCgmlkgnY0gmlwhKwShTOKbXVsdGlhZGRyc5YACASsEoUzBha4AAoErBKFMwYWud0DgnJzhQDHAQAAiXNlY3AyNTZrMaEDcSCH-wKD1rpihPklX6cU4JSdLL4pDqjnqlKDXbtPzu2DdGNwgha4g3VkcIIWuoV3YWt1MgE"}'
2026-04-22 23:58:52.346 INFO [src.node.waku_node] REST service is ready !!
2026-04-22 23:58:52.346 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5815/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.143.222/tcp/35957/p2p/16Uiu2HAmALz1RVxnBHhix6ZegQmqjDmrqG3fZFL63a9fe6GjgCPN"]'
2026-04-22 23:58:52.348 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-22 23:58:52.349 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35956/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf", "/newsService/1.0/alerts/xml", "/newsService/1.0/updates/json", "/newsService/2.0/alerts/json", "/newsService/2.0/summaries/xml", "/newsService/2.0/highlights/yaml", "/newsService/3.0/weekly/json", "/newsService/3.0/summaries/xml"]'
2026-04-22 23:58:52.351 ERROR [src.node.api_clients.base_client] HTTP error occurred: 500 Server Error: Internal Server Error for url: http://127.0.0.1:35956/relay/v1/auto/subscriptions. Response content: b'Subscribe failed:Failed to decode subscription event: Static sharding is used, relay subscriptions must specify a pubsub topic'
2026-04-22 23:58:52.382 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-04-22 23:58:52.383 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-04-22 23:58:52.384 DEBUG [src.node.waku_node] Stopping container with id 4a6988a42467
2026-04-22 23:58:52.972 DEBUG [src.node.waku_node] Container stopped.
2026-04-22 23:58:52.972 DEBUG [src.node.waku_node] Stopping container with id 07da5f9d6e60
2026-04-22 23:58:53.395 DEBUG [src.node.waku_node] Container stopped.
2026-04-22 23:58:53.395 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-04-22 23:58:53.401 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-04-22 23:58:53.406 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-04-22 23:58:53.407 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
2026-04-22 23:58:53.407 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
2026-04-22 23:58:53.407 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-04-22_23-58-49__c78dce3c-c5ae-4a46-93de-2a54b3007e71__wakuorg_nwaku:latest.log
2026-04-22 23:58:53.407 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-04-22_23-58-49__c78dce3c-c5ae-4a46-93de-2a54b3007e71__wakuorg_nwaku:latest.log
2026-04-22 23:58:53.410 INFO [tests.conftest] Fleet bootstrap inactive pass --fleet (or set FLEET_BOOTSTRAP=true) to connect local nodes to the waku.test fleet
2026-04-22 23:58:53.410 DEBUG [tests.conftest] Running fixture setup: test_id
2026-04-22 23:58:53.410 DEBUG [tests.conftest] Running test: test_multiple_content_topics_same_shard[content_topic_list0] with id: 2026-04-22_23-58-53__9514f1c4-bae2-48d0-92af-08b21acedc7b
2026-04-22 23:58:53.411 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-04-22 23:58:53.411 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-04-22 23:58:53.411 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2026-04-22 23:58:53.417 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-04-22 23:58:53.417 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-04-22_23-58-53__9514f1c4-bae2-48d0-92af-08b21acedc7b__wakuorg_nwaku:latest.log
2026-04-22 23:58:53.417 DEBUG [src.node.waku_node] Starting Node...
2026-04-22 23:58:53.417 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-04-22 23:58:53.418 DEBUG [src.node.docker_mananger] Network waku already exists
2026-04-22 23:58:53.419 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.205.84
2026-04-22 23:58:53.419 DEBUG [src.node.docker_mananger] Generated ports ['25366', '25367', '25368', '25369', '25370']
2026-04-22 23:58:53.419 DEBUG [src.node.waku_node] RLN credentials were not set
2026-04-22 23:58:53.419 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-04-22 23:58:53.419 DEBUG [src.node.waku_node] Using volumes []
2026-04-22 23:58:53.419 DEBUG [src.node.docker_mananger] docker run -i -t -p 25366:25366 -p 25367:25367 -p 25368:25368 -p 25369:25369 -p 25370:25370 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=25368 --rest-port=25366 --tcp-port=25367 --discv5-udp-port=25369 --rest-address=0.0.0.0 --nat=extip:172.18.205.84 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=2fd7a5d7cf1f16fc5db7bfdabbffa6febcba027befdc833b7b95ebee50223dac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25370 --metrics-logging=true --relay=true --filter=true --content-topic=/newsService/1.0/weekly/protobuf --content-topic=/newsService/1.0/alerts/xml --content-topic=/newsService/1.0/updates/json --content-topic=/newsService/2.0/alerts/json --content-topic=/newsService/2.0/summaries/xml --content-topic=/newsService/2.0/highlights/yaml --content-topic=/newsService/3.0/weekly/json --content-topic=/newsService/3.0/summaries/xml
2026-04-22 23:58:53.591 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.205.84 waku ee531884e93425ab37e254afd1b1eed154e61b09f0f7193261290e215fad63bd
2026-04-22 23:58:53.617 DEBUG [src.node.docker_mananger] Container started with ID ee531884e934. Setting up logs at ./log/docker/node1_2026-04-22_23-58-53__9514f1c4-bae2-48d0-92af-08b21acedc7b__wakuorg_nwaku:latest.log
2026-04-22 23:58:53.618 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25366
2026-04-22 23:58:53.618 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-04-22 23:58:53.783 ERROR [src.node.docker_mananger] Max retries reached for container 4a6988a42467. Exiting log stream.
2026-04-22 23:58:54.215 ERROR [src.node.docker_mananger] Max retries reached for container 07da5f9d6e60. Exiting log stream.
2026-04-22 23:58:54.618 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:58:54.621 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-04-22 23:58:54.621 INFO [src.node.waku_node] Node protocols are initialized !!
2026-04-22 23:58:54.621 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:58:54.623 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.205.84/tcp/25367/p2p/16Uiu2HAm91NDuuNvJPAAgGLpDLx5ASjjimsrGGLxm7u7kEYV7wXq","/ip4/172.18.205.84/tcp/25368/ws/p2p/16Uiu2HAm91NDuuNvJPAAgGLpDLx5ASjjimsrGGLxm7u7kEYV7wXq"],"enrUri":"enr:-L24QEBxHgJ0pM7g-4UDeifWmSsUtSNPEAX8iGM70OdIlYWyXj3lUrPntJh1c-IeG8mytoGqmzVwkqWcNqFccQqlGpwCgmlkgnY0gmlwhKwSzVSKbXVsdGlhZGRyc5YACASsEs1UBmMXAAoErBLNVAZjGN0DgnJzhQDHAQAAiXNlY3AyNTZrMaECycmZovWAYYUiSx-8sBusNBkzmgW_E-BkUmSGwqnYgGSDdGNwgmMXg3VkcIJjGYV3YWt1MgU"}'
2026-04-22 23:58:54.623 INFO [src.node.waku_node] REST service is ready !!
2026-04-22 23:58:54.629 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-04-22 23:58:54.629 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-04-22_23-58-53__9514f1c4-bae2-48d0-92af-08b21acedc7b__wakuorg_nwaku:latest.log
2026-04-22 23:58:54.630 DEBUG [src.node.waku_node] Starting Node...
2026-04-22 23:58:54.630 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-04-22 23:58:54.631 DEBUG [src.node.docker_mananger] Network waku already exists
2026-04-22 23:58:54.631 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.129.209
2026-04-22 23:58:54.631 DEBUG [src.node.docker_mananger] Generated ports ['31892', '31893', '31894', '31895', '31896']
2026-04-22 23:58:54.631 DEBUG [src.node.waku_node] RLN credentials were not set
2026-04-22 23:58:54.631 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-04-22 23:58:54.631 DEBUG [src.node.waku_node] Using volumes []
2026-04-22 23:58:54.631 DEBUG [src.node.docker_mananger] docker run -i -t -p 31892:31892 -p 31893:31893 -p 31894:31894 -p 31895:31895 -p 31896:31896 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=31894 --rest-port=31892 --tcp-port=31893 --discv5-udp-port=31895 --rest-address=0.0.0.0 --nat=extip:172.18.129.209 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=1c8e6fe76fb374f21e6dc16fb8c9ead637240c66c03bb8d24d45a6043c5a29cd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31896 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QEBxHgJ0pM7g-4UDeifWmSsUtSNPEAX8iGM70OdIlYWyXj3lUrPntJh1c-IeG8mytoGqmzVwkqWcNqFccQqlGpwCgmlkgnY0gmlwhKwSzVSKbXVsdGlhZGRyc5YACASsEs1UBmMXAAoErBLNVAZjGN0DgnJzhQDHAQAAiXNlY3AyNTZrMaECycmZovWAYYUiSx-8sBusNBkzmgW_E-BkUmSGwqnYgGSDdGNwgmMXg3VkcIJjGYV3YWt1MgU --content-topic=/newsService/1.0/weekly/protobuf --content-topic=/newsService/1.0/alerts/xml --content-topic=/newsService/1.0/updates/json --content-topic=/newsService/2.0/alerts/json --content-topic=/newsService/2.0/summaries/xml --content-topic=/newsService/2.0/highlights/yaml --content-topic=/newsService/3.0/weekly/json --content-topic=/newsService/3.0/summaries/xml
2026-04-22 23:58:54.909 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.129.209 waku e8f085c6bdd58e07eea301fefda3dd4eae4436250a983f8127da713bd3acbcbc
2026-04-22 23:58:54.948 DEBUG [src.node.docker_mananger] Container started with ID e8f085c6bdd5. Setting up logs at ./log/docker/node2_2026-04-22_23-58-53__9514f1c4-bae2-48d0-92af-08b21acedc7b__wakuorg_nwaku:latest.log
2026-04-22 23:58:54.948 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 31892
2026-04-22 23:58:54.949 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-04-22 23:58:55.949 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31892/health" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:58:55.951 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"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"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-04-22 23:58:55.951 INFO [src.node.waku_node] Node protocols are initialized !!
2026-04-22 23:58:55.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31892/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:58:55.953 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.129.209/tcp/31893/p2p/16Uiu2HAkxjZMbqmgUjNXYLYtBZNubStiEDqn78F2TtMYm8g95ngh","/ip4/172.18.129.209/tcp/31894/ws/p2p/16Uiu2HAkxjZMbqmgUjNXYLYtBZNubStiEDqn78F2TtMYm8g95ngh"],"enrUri":"enr:-L24QJo5sEhqbHebeUFl1mquCeRHUUeiCFR4N0eIeBcztxXAaQAarv4lBEDev_q064HjF9xsMgcOeWOZWgD6PTLYCuICgmlkgnY0gmlwhKwSgdGKbXVsdGlhZGRyc5YACASsEoHRBnyVAAoErBKB0QZ8lt0DgnJzhQDHAQAAiXNlY3AyNTZrMaECMSgGizf5Pw_ZTvwtze1Ht4KFPH-UDb6NjC9pUgiJgZKDdGNwgnyVg3VkcIJ8l4V3YWt1MgE"}'
2026-04-22 23:58:55.953 INFO [src.node.waku_node] REST service is ready !!
2026-04-22 23:58:55.954 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31892/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.205.84/tcp/25367/p2p/16Uiu2HAm91NDuuNvJPAAgGLpDLx5ASjjimsrGGLxm7u7kEYV7wXq"]'
2026-04-22 23:58:55.956 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-22 23:58:55.956 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25366/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf", "/newsService/1.0/alerts/xml", "/newsService/1.0/updates/json", "/newsService/2.0/alerts/json", "/newsService/2.0/summaries/xml", "/newsService/2.0/highlights/yaml", "/newsService/3.0/weekly/json", "/newsService/3.0/summaries/xml"]'
2026-04-22 23:58:55.958 ERROR [src.node.api_clients.base_client] HTTP error occurred: 500 Server Error: Internal Server Error for url: http://127.0.0.1:25366/relay/v1/auto/subscriptions. Response content: b'Subscribe failed:Failed to decode subscription event: Static sharding is used, relay subscriptions must specify a pubsub topic'
2026-04-22 23:58:55.989 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-04-22 23:58:55.990 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-04-22 23:58:55.990 DEBUG [src.node.waku_node] Stopping container with id ee531884e934
2026-04-22 23:58:56.409 DEBUG [src.node.waku_node] Container stopped.
2026-04-22 23:58:56.409 DEBUG [src.node.waku_node] Stopping container with id e8f085c6bdd5
2026-04-22 23:58:56.822 DEBUG [src.node.waku_node] Container stopped.
2026-04-22 23:58:56.823 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-04-22 23:58:56.832 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-04-22 23:58:56.838 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-04-22 23:58:56.840 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
2026-04-22 23:58:56.840 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
2026-04-22 23:58:56.840 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-04-22_23-58-53__9514f1c4-bae2-48d0-92af-08b21acedc7b__wakuorg_nwaku:latest.log
2026-04-22 23:58:56.841 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-04-22_23-58-53__9514f1c4-bae2-48d0-92af-08b21acedc7b__wakuorg_nwaku:latest.log
2026-04-22 23:58:56.843 INFO [tests.conftest] Fleet bootstrap inactive pass --fleet (or set FLEET_BOOTSTRAP=true) to connect local nodes to the waku.test fleet
2026-04-22 23:58:56.844 DEBUG [tests.conftest] Running fixture setup: test_id
2026-04-22 23:58:56.844 DEBUG [tests.conftest] Running test: test_multiple_content_topics_same_shard[content_topic_list0] with id: 2026-04-22_23-58-56__fab46cf8-7064-402b-97ea-cfb33aea603d
2026-04-22 23:58:56.844 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-04-22 23:58:56.844 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-04-22 23:58:56.844 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2026-04-22 23:58:56.850 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-04-22 23:58:56.851 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-04-22_23-58-56__fab46cf8-7064-402b-97ea-cfb33aea603d__wakuorg_nwaku:latest.log
2026-04-22 23:58:56.851 DEBUG [src.node.waku_node] Starting Node...
2026-04-22 23:58:56.851 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-04-22 23:58:56.852 DEBUG [src.node.docker_mananger] Network waku already exists
2026-04-22 23:58:56.852 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.60.73
2026-04-22 23:58:56.853 DEBUG [src.node.docker_mananger] Generated ports ['16491', '16492', '16493', '16494', '16495']
2026-04-22 23:58:56.853 DEBUG [src.node.waku_node] RLN credentials were not set
2026-04-22 23:58:56.853 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-04-22 23:58:56.853 DEBUG [src.node.waku_node] Using volumes []
2026-04-22 23:58:56.853 DEBUG [src.node.docker_mananger] docker run -i -t -p 16491:16491 -p 16492:16492 -p 16493:16493 -p 16494:16494 -p 16495:16495 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=16493 --rest-port=16491 --tcp-port=16492 --discv5-udp-port=16494 --rest-address=0.0.0.0 --nat=extip:172.18.60.73 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=a7c32e0e2d6c1eda46fc3edf1d4accd9f7c0cb1ef33aa7c1610c8cdba9a9a1c2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16495 --metrics-logging=true --relay=true --filter=true --content-topic=/newsService/1.0/weekly/protobuf --content-topic=/newsService/1.0/alerts/xml --content-topic=/newsService/1.0/updates/json --content-topic=/newsService/2.0/alerts/json --content-topic=/newsService/2.0/summaries/xml --content-topic=/newsService/2.0/highlights/yaml --content-topic=/newsService/3.0/weekly/json --content-topic=/newsService/3.0/summaries/xml
2026-04-22 23:58:57.021 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.60.73 waku 7a3aaf06f99711109bda9c75aea93649e0d3a9c87980ea2813608c7d574db857
2026-04-22 23:58:57.052 DEBUG [src.node.docker_mananger] Container started with ID 7a3aaf06f997. Setting up logs at ./log/docker/node1_2026-04-22_23-58-56__fab46cf8-7064-402b-97ea-cfb33aea603d__wakuorg_nwaku:latest.log
2026-04-22 23:58:57.053 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16491
2026-04-22 23:58:57.053 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-04-22 23:58:57.246 ERROR [src.node.docker_mananger] Max retries reached for container ee531884e934. Exiting log stream.
2026-04-22 23:58:57.649 ERROR [src.node.docker_mananger] Max retries reached for container e8f085c6bdd5. Exiting log stream.
2026-04-22 23:58:58.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16491/health" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:58:58.056 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-04-22 23:58:58.056 INFO [src.node.waku_node] Node protocols are initialized !!
2026-04-22 23:58:58.056 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16491/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:58:58.058 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.60.73/tcp/16492/p2p/16Uiu2HAm7QXCNMXRzFochivhddPmVrC8fBdGEbTLjAdXMD9jWFkV","/ip4/172.18.60.73/tcp/16493/ws/p2p/16Uiu2HAm7QXCNMXRzFochivhddPmVrC8fBdGEbTLjAdXMD9jWFkV"],"enrUri":"enr:-L24QFD1RdzIL5Zy7tEQjWR9TGeAEh_zfCxlCTSiIcnikjuOb-ht1TWmuw19C-c6fVr1IWHo_CKFQQkSHeKtaV_k5NMCgmlkgnY0gmlwhKwSPEmKbXVsdGlhZGRyc5YACASsEjxJBkBsAAoErBI8SQZAbd0DgnJzhQDHAQAAiXNlY3AyNTZrMaECsgC7K3k8daSl4tppSCPoSzFXhrbxt5TIioBz3SRuEPqDdGNwgkBsg3VkcIJAboV3YWt1MgU"}'
2026-04-22 23:58:58.058 INFO [src.node.waku_node] REST service is ready !!
2026-04-22 23:58:58.064 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-04-22 23:58:58.064 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-04-22_23-58-56__fab46cf8-7064-402b-97ea-cfb33aea603d__wakuorg_nwaku:latest.log
2026-04-22 23:58:58.065 DEBUG [src.node.waku_node] Starting Node...
2026-04-22 23:58:58.065 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-04-22 23:58:58.066 DEBUG [src.node.docker_mananger] Network waku already exists
2026-04-22 23:58:58.066 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.127.126
2026-04-22 23:58:58.066 DEBUG [src.node.docker_mananger] Generated ports ['35382', '35383', '35384', '35385', '35386']
2026-04-22 23:58:58.066 DEBUG [src.node.waku_node] RLN credentials were not set
2026-04-22 23:58:58.066 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-04-22 23:58:58.067 DEBUG [src.node.waku_node] Using volumes []
2026-04-22 23:58:58.067 DEBUG [src.node.docker_mananger] docker run -i -t -p 35382:35382 -p 35383:35383 -p 35384:35384 -p 35385:35385 -p 35386:35386 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=35384 --rest-port=35382 --tcp-port=35383 --discv5-udp-port=35385 --rest-address=0.0.0.0 --nat=extip:172.18.127.126 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=b3c862bc5fab8677f3aa5cf23ac8d27efc78210bd2fccbe3c8c4fed1ee3d97f0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35386 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFD1RdzIL5Zy7tEQjWR9TGeAEh_zfCxlCTSiIcnikjuOb-ht1TWmuw19C-c6fVr1IWHo_CKFQQkSHeKtaV_k5NMCgmlkgnY0gmlwhKwSPEmKbXVsdGlhZGRyc5YACASsEjxJBkBsAAoErBI8SQZAbd0DgnJzhQDHAQAAiXNlY3AyNTZrMaECsgC7K3k8daSl4tppSCPoSzFXhrbxt5TIioBz3SRuEPqDdGNwgkBsg3VkcIJAboV3YWt1MgU --content-topic=/newsService/1.0/weekly/protobuf --content-topic=/newsService/1.0/alerts/xml --content-topic=/newsService/1.0/updates/json --content-topic=/newsService/2.0/alerts/json --content-topic=/newsService/2.0/summaries/xml --content-topic=/newsService/2.0/highlights/yaml --content-topic=/newsService/3.0/weekly/json --content-topic=/newsService/3.0/summaries/xml
2026-04-22 23:58:58.278 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.127.126 waku d345c9b2d358a868e52bd31c63a1cfdedeb77ceafbe2ca8c30382bd494da137b
2026-04-22 23:58:58.305 DEBUG [src.node.docker_mananger] Container started with ID d345c9b2d358. Setting up logs at ./log/docker/node2_2026-04-22_23-58-56__fab46cf8-7064-402b-97ea-cfb33aea603d__wakuorg_nwaku:latest.log
2026-04-22 23:58:58.305 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 35382
2026-04-22 23:58:58.306 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-04-22 23:58:59.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35382/health" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:58:59.312 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"},{"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"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-04-22 23:58:59.313 INFO [src.node.waku_node] Node protocols are initialized !!
2026-04-22 23:58:59.313 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35382/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:58:59.315 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.127.126/tcp/35383/p2p/16Uiu2HAm5m7nJAKKegyHBsvKTE5Q1LpHwUHntuJ5fHMSrgjTeiPW","/ip4/172.18.127.126/tcp/35384/ws/p2p/16Uiu2HAm5m7nJAKKegyHBsvKTE5Q1LpHwUHntuJ5fHMSrgjTeiPW"],"enrUri":"enr:-L24QPEvegS42AvD-JqNyVGE_1hICeWMEUfXF6nn45IGyb1RNry1rzZPoUH9d_Jc5QJX2iOqQiwMvOP1NyNQQol1kIcCgmlkgnY0gmlwhKwSf36KbXVsdGlhZGRyc5YACASsEn9-Boo3AAoErBJ_fgaKON0DgnJzhQDHAQAAiXNlY3AyNTZrMaECmZAULEFU5akP7jYS2MYfSu37h619YcfB6Me8xOiX7sWDdGNwgoo3g3VkcIKKOYV3YWt1MgE"}'
2026-04-22 23:58:59.315 INFO [src.node.waku_node] REST service is ready !!
2026-04-22 23:58:59.315 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35382/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.60.73/tcp/16492/p2p/16Uiu2HAm7QXCNMXRzFochivhddPmVrC8fBdGEbTLjAdXMD9jWFkV"]'
2026-04-22 23:58:59.317 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-22 23:58:59.317 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16491/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf", "/newsService/1.0/alerts/xml", "/newsService/1.0/updates/json", "/newsService/2.0/alerts/json", "/newsService/2.0/summaries/xml", "/newsService/2.0/highlights/yaml", "/newsService/3.0/weekly/json", "/newsService/3.0/summaries/xml"]'
2026-04-22 23:58:59.319 ERROR [src.node.api_clients.base_client] HTTP error occurred: 500 Server Error: Internal Server Error for url: http://127.0.0.1:16491/relay/v1/auto/subscriptions. Response content: b'Subscribe failed:Failed to decode subscription event: Static sharding is used, relay subscriptions must specify a pubsub topic'
2026-04-22 23:58:59.349 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-04-22 23:58:59.351 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-04-22 23:58:59.351 DEBUG [src.node.waku_node] Stopping container with id 7a3aaf06f997
2026-04-22 23:58:59.744 DEBUG [src.node.waku_node] Container stopped.
2026-04-22 23:58:59.745 DEBUG [src.node.waku_node] Stopping container with id d345c9b2d358
2026-04-22 23:59:00.325 DEBUG [src.node.waku_node] Container stopped.
2026-04-22 23:59:00.325 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-04-22 23:59:00.331 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-04-22 23:59:00.336 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-04-22 23:59:00.337 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
2026-04-22 23:59:00.337 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
2026-04-22 23:59:00.338 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-04-22_23-58-56__fab46cf8-7064-402b-97ea-cfb33aea603d__wakuorg_nwaku:latest.log
2026-04-22 23:59:00.338 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-04-22_23-58-56__fab46cf8-7064-402b-97ea-cfb33aea603d__wakuorg_nwaku:latest.log