211 lines
38 KiB
Plaintext

2026-02-27 04:34:34.633 DEBUG [tests.conftest] Running fixture setup: test_id
2026-02-27 04:34:34.634 DEBUG [tests.conftest] Running test: test_publish_on_not_subscribed_content_topic_works with id: 2026-02-27_04-34-34__09db3e75-f1f3-4129-a29e-3a462230289f
2026-02-27 04:34:34.634 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-02-27 04:34:34.634 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-02-27 04:34:34.635 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2026-02-27 04:34:34.642 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-27 04:34:34.643 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-27_04-34-34__09db3e75-f1f3-4129-a29e-3a462230289f__wakuorg_nwaku:latest.log
2026-02-27 04:34:34.643 DEBUG [src.node.waku_node] Starting Node...
2026-02-27 04:34:34.643 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-27 04:34:34.645 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-27 04:34:34.645 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.114.202
2026-02-27 04:34:34.645 DEBUG [src.node.docker_mananger] Generated ports ['48028', '48029', '48030', '48031', '48032']
2026-02-27 04:34:34.645 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-27 04:34:34.645 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-27 04:34:34.645 DEBUG [src.node.waku_node] Using volumes []
2026-02-27 04:34:34.645 DEBUG [src.node.docker_mananger] docker run -i -t -p 48028:48028 -p 48029:48029 -p 48030:48030 -p 48031:48031 -p 48032:48032 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=48030 --rest-port=48028 --tcp-port=48029 --discv5-udp-port=48031 --rest-address=0.0.0.0 --nat=extip:172.18.114.202 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=a0edfdde6d7dcb4dfb53db3b200302543409163ecb821abacfcd5fb8deff2781 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48032 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
2026-02-27 04:34:34.843 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.114.202 waku 40f12e694af5488c0eed3b7409b18c732de5a4e2c274535eda5edb67ba26292e
2026-02-27 04:34:34.877 ERROR [src.node.docker_mananger] Max retries reached for container d306954458c9. Exiting log stream.
2026-02-27 04:34:34.880 DEBUG [src.node.docker_mananger] Container started with ID 40f12e694af5. Setting up logs at ./log/docker/node1_2026-02-27_04-34-34__09db3e75-f1f3-4129-a29e-3a462230289f__wakuorg_nwaku:latest.log
2026-02-27 04:34:34.881 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48028
2026-02-27 04:34:34.881 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-27 04:34:35.429 ERROR [src.node.docker_mananger] Max retries reached for container 0ef01bf550ba. Exiting log stream.
2026-02-27 04:34:35.883 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48028/health" -H "Content-Type: application/json" -d 'None'
2026-02-27 04:34:35.886 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"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-02-27 04:34:35.886 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-27 04:34:35.886 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48028/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-27 04:34:35.888 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.114.202/tcp/48029/p2p/16Uiu2HAmSFUZ5cLYyzg4Tc7F7UUX7YjCLJdoRawcDP8P7LJKiPqj","/ip4/172.18.114.202/tcp/48030/ws/p2p/16Uiu2HAmSFUZ5cLYyzg4Tc7F7UUX7YjCLJdoRawcDP8P7LJKiPqj"],"enrUri":"enr:-L24QPctDZJOfDqSPmslBFTOnKPed4qbucw95g0nFGAJ0RRvTZpy4qVwAxurvzxCyMD_MeZIP7ZBVOYvLNjgtG8trtICgmlkgnY0gmlwhKwScsqKbXVsdGlhZGRyc5YACASsEnLKBrudAAoErBJyyga7nt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDyf2RLcf59SCWws4C4mh62hG0quNBWAJsZ89n8SGVIQqDdGNwgrudg3VkcIK7n4V3YWt1MgU"}'
2026-02-27 04:34:35.889 INFO [src.node.waku_node] REST service is ready !!
2026-02-27 04:34:35.896 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-27 04:34:35.896 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-27_04-34-34__09db3e75-f1f3-4129-a29e-3a462230289f__wakuorg_nwaku:latest.log
2026-02-27 04:34:35.896 DEBUG [src.node.waku_node] Starting Node...
2026-02-27 04:34:35.896 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-27 04:34:35.898 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-27 04:34:35.898 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.97.68
2026-02-27 04:34:35.898 DEBUG [src.node.docker_mananger] Generated ports ['24232', '24233', '24234', '24235', '24236']
2026-02-27 04:34:35.898 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-27 04:34:35.898 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-27 04:34:35.898 DEBUG [src.node.waku_node] Using volumes []
2026-02-27 04:34:35.899 DEBUG [src.node.docker_mananger] docker run -i -t -p 24232:24232 -p 24233:24233 -p 24234:24234 -p 24235:24235 -p 24236:24236 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=24234 --rest-port=24232 --tcp-port=24233 --discv5-udp-port=24235 --rest-address=0.0.0.0 --nat=extip:172.18.97.68 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=bb2e2b961bad3d8c9ab86aed3da036a5cacdad01ff831fb82624d3624d3d9ba7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=24236 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QPctDZJOfDqSPmslBFTOnKPed4qbucw95g0nFGAJ0RRvTZpy4qVwAxurvzxCyMD_MeZIP7ZBVOYvLNjgtG8trtICgmlkgnY0gmlwhKwScsqKbXVsdGlhZGRyc5YACASsEnLKBrudAAoErBJyyga7nt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDyf2RLcf59SCWws4C4mh62hG0quNBWAJsZ89n8SGVIQqDdGNwgrudg3VkcIK7n4V3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
2026-02-27 04:34:36.095 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.97.68 waku 79cab29249eac7967d8f8e1f11e4a06cf04f844541e76bcbee2ad5b554e1fff4
2026-02-27 04:34:36.130 DEBUG [src.node.docker_mananger] Container started with ID 79cab29249ea. Setting up logs at ./log/docker/node2_2026-02-27_04-34-34__09db3e75-f1f3-4129-a29e-3a462230289f__wakuorg_nwaku:latest.log
2026-02-27 04:34:36.130 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 24232
2026-02-27 04:34:36.130 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-27 04:34:37.132 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24232/health" -H "Content-Type: application/json" -d 'None'
2026-02-27 04:34:37.148 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-02-27 04:34:37.150 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-27 04:34:37.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24232/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-27 04:34:37.157 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.97.68/tcp/24233/p2p/16Uiu2HAmKx7zFLtNqJSoVxaSt8jSy8uKc9JVt3k91b7Cz6jGfW6U","/ip4/172.18.97.68/tcp/24234/ws/p2p/16Uiu2HAmKx7zFLtNqJSoVxaSt8jSy8uKc9JVt3k91b7Cz6jGfW6U"],"enrUri":"enr:-L24QLl_2exV5AbQll6NSDMDdtD5sbDh3gKIEKc-DkmVACNkNRBitBNT8NwH-G-v6zV47vpR8Mud7-pLYqWqJmftjV8CgmlkgnY0gmlwhKwSYUSKbXVsdGlhZGRyc5YACASsEmFEBl6pAAoErBJhRAZeqt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDbGVRUjS9S6TJGxbLe-EXoYiadY607bItsbfggvLENTGDdGNwgl6pg3VkcIJeq4V3YWt1MgE"}'
2026-02-27 04:34:37.157 INFO [src.node.waku_node] REST service is ready !!
2026-02-27 04:34:37.157 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24232/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.114.202/tcp/48029/p2p/16Uiu2HAmSFUZ5cLYyzg4Tc7F7UUX7YjCLJdoRawcDP8P7LJKiPqj"]'
2026-02-27 04:34:37.163 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-27 04:34:37.163 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48028/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
2026-02-27 04:34:37.167 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-27 04:34:37.167 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24232/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
2026-02-27 04:34:37.170 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-27 04:34:37.170 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48028/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
2026-02-27 04:34:37.173 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:48028/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
2026-02-27 04:34:37.208 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-02-27 04:34:37.209 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-02-27 04:34:37.209 DEBUG [src.node.waku_node] Stopping container with id 40f12e694af5
2026-02-27 04:34:37.778 DEBUG [src.node.waku_node] Container stopped.
2026-02-27 04:34:37.779 DEBUG [src.node.waku_node] Stopping container with id 79cab29249ea
2026-02-27 04:34:38.354 DEBUG [src.node.waku_node] Container stopped.
2026-02-27 04:34:38.356 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-02-27 04:34:38.362 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-27 04:34:38.367 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-27 04:34:38.367 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
2026-02-27 04:34:38.367 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
2026-02-27 04:34:38.368 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-02-27_04-34-34__09db3e75-f1f3-4129-a29e-3a462230289f__wakuorg_nwaku:latest.log
2026-02-27 04:34:38.369 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-02-27_04-34-34__09db3e75-f1f3-4129-a29e-3a462230289f__wakuorg_nwaku:latest.log
2026-02-27 04:34:38.372 DEBUG [tests.conftest] Running fixture setup: test_id
2026-02-27 04:34:38.372 DEBUG [tests.conftest] Running test: test_publish_on_not_subscribed_content_topic_works with id: 2026-02-27_04-34-38__bf7ad471-6a90-4349-9fda-48a71a330d8a
2026-02-27 04:34:38.373 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-02-27 04:34:38.373 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-02-27 04:34:38.373 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2026-02-27 04:34:38.381 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-27 04:34:38.381 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-27_04-34-38__bf7ad471-6a90-4349-9fda-48a71a330d8a__wakuorg_nwaku:latest.log
2026-02-27 04:34:38.381 DEBUG [src.node.waku_node] Starting Node...
2026-02-27 04:34:38.381 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-27 04:34:38.383 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-27 04:34:38.383 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.79.142
2026-02-27 04:34:38.383 DEBUG [src.node.docker_mananger] Generated ports ['29997', '29998', '29999', '30000', '30001']
2026-02-27 04:34:38.384 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-27 04:34:38.384 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-27 04:34:38.384 DEBUG [src.node.waku_node] Using volumes []
2026-02-27 04:34:38.384 DEBUG [src.node.docker_mananger] docker run -i -t -p 29997:29997 -p 29998:29998 -p 29999:29999 -p 30000:30000 -p 30001:30001 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=29999 --rest-port=29997 --tcp-port=29998 --discv5-udp-port=30000 --rest-address=0.0.0.0 --nat=extip:172.18.79.142 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=f86e1f6b6bb6c0f6a2aef28f48ebc752fccd14e2fc8bca8bac159dee4c53f89e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30001 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
2026-02-27 04:34:38.580 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.79.142 waku 11b19cf72872cdcdad36444125d7d589d5919ffa95b6dca373beff8f89ef566a
2026-02-27 04:34:38.601 ERROR [src.node.docker_mananger] Max retries reached for container 40f12e694af5. Exiting log stream.
2026-02-27 04:34:38.623 DEBUG [src.node.docker_mananger] Container started with ID 11b19cf72872. Setting up logs at ./log/docker/node1_2026-02-27_04-34-38__bf7ad471-6a90-4349-9fda-48a71a330d8a__wakuorg_nwaku:latest.log
2026-02-27 04:34:38.623 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 29997
2026-02-27 04:34:38.625 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-27 04:34:39.173 ERROR [src.node.docker_mananger] Max retries reached for container 79cab29249ea. Exiting log stream.
2026-02-27 04:34:39.625 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29997/health" -H "Content-Type: application/json" -d 'None'
2026-02-27 04:34:39.628 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"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-02-27 04:34:39.628 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-27 04:34:39.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29997/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-27 04:34:39.631 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.79.142/tcp/29998/p2p/16Uiu2HAm8Q2oEbcA1nuptG6EuV7mMnLATbdHg2LEv5g44mRKH5KX","/ip4/172.18.79.142/tcp/29999/ws/p2p/16Uiu2HAm8Q2oEbcA1nuptG6EuV7mMnLATbdHg2LEv5g44mRKH5KX"],"enrUri":"enr:-L24QBG1-Y_YoYH0QkdEm3g6uZG7Eb8MyxsWsIFVdu5M1EYIZO6gX8NP_pMJPbESafDE13fYoNwaKkOO2nIN2tgsmpQCgmlkgnY0gmlwhKwST46KbXVsdGlhZGRyc5YACASsEk-OBnUuAAoErBJPjgZ1L90DgnJzhQACAQAAiXNlY3AyNTZrMaECwLxOr6aGKXToMfDitvJgue0Iv4Ed4HiKODvvBo00YOKDdGNwgnUug3VkcIJ1MIV3YWt1MgU"}'
2026-02-27 04:34:39.631 INFO [src.node.waku_node] REST service is ready !!
2026-02-27 04:34:39.638 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-27 04:34:39.638 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-27_04-34-38__bf7ad471-6a90-4349-9fda-48a71a330d8a__wakuorg_nwaku:latest.log
2026-02-27 04:34:39.639 DEBUG [src.node.waku_node] Starting Node...
2026-02-27 04:34:39.639 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-27 04:34:39.641 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-27 04:34:39.641 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.190.214
2026-02-27 04:34:39.641 DEBUG [src.node.docker_mananger] Generated ports ['6216', '6217', '6218', '6219', '6220']
2026-02-27 04:34:39.641 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-27 04:34:39.641 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-27 04:34:39.641 DEBUG [src.node.waku_node] Using volumes []
2026-02-27 04:34:39.642 DEBUG [src.node.docker_mananger] docker run -i -t -p 6216:6216 -p 6217:6217 -p 6218:6218 -p 6219:6219 -p 6220:6220 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=6218 --rest-port=6216 --tcp-port=6217 --discv5-udp-port=6219 --rest-address=0.0.0.0 --nat=extip:172.18.190.214 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=d579ccba4a138f8edefa47efff6fd54f3afbfb11f49dc359e54a9d5ba5056a81 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6220 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBG1-Y_YoYH0QkdEm3g6uZG7Eb8MyxsWsIFVdu5M1EYIZO6gX8NP_pMJPbESafDE13fYoNwaKkOO2nIN2tgsmpQCgmlkgnY0gmlwhKwST46KbXVsdGlhZGRyc5YACASsEk-OBnUuAAoErBJPjgZ1L90DgnJzhQACAQAAiXNlY3AyNTZrMaECwLxOr6aGKXToMfDitvJgue0Iv4Ed4HiKODvvBo00YOKDdGNwgnUug3VkcIJ1MIV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
2026-02-27 04:34:39.840 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.190.214 waku f9890227fb0c5400eb84d0ba5ba6af0dc973318ad30f33d013cd6ace37f610f1
2026-02-27 04:34:39.876 DEBUG [src.node.docker_mananger] Container started with ID f9890227fb0c. Setting up logs at ./log/docker/node2_2026-02-27_04-34-38__bf7ad471-6a90-4349-9fda-48a71a330d8a__wakuorg_nwaku:latest.log
2026-02-27 04:34:39.876 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 6216
2026-02-27 04:34:39.877 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-27 04:34:40.877 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6216/health" -H "Content-Type: application/json" -d 'None'
2026-02-27 04:34:40.898 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-02-27 04:34:40.901 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-27 04:34:40.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6216/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-27 04:34:40.909 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.190.214/tcp/6217/p2p/16Uiu2HAmSeKv97ocVeJ5URVwQqXcrFcZPhz2riaiMXPiZvswvcKn","/ip4/172.18.190.214/tcp/6218/ws/p2p/16Uiu2HAmSeKv97ocVeJ5URVwQqXcrFcZPhz2riaiMXPiZvswvcKn"],"enrUri":"enr:-L24QLU0Ln158zsV4pb-DpVmwZViKti6h_0tSVynSz1CY_4eK14kocnsPQr4LI-dsaE6tGWO9oi53a3S24bFu2IPBsYCgmlkgnY0gmlwhKwSvtaKbXVsdGlhZGRyc5YACASsEr7WBhhJAAoErBK-1gYYSt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDz9go8qxkXfG4yf8bFYAw_7Vx0HYkC-2D_qMAYqc_XVWDdGNwghhJg3VkcIIYS4V3YWt1MgE"}'
2026-02-27 04:34:40.909 INFO [src.node.waku_node] REST service is ready !!
2026-02-27 04:34:40.910 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6216/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.79.142/tcp/29998/p2p/16Uiu2HAm8Q2oEbcA1nuptG6EuV7mMnLATbdHg2LEv5g44mRKH5KX"]'
2026-02-27 04:34:40.913 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-27 04:34:40.913 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29997/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
2026-02-27 04:34:40.916 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-27 04:34:40.916 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6216/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
2026-02-27 04:34:40.918 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-27 04:34:40.919 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29997/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
2026-02-27 04:34:40.922 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:29997/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
2026-02-27 04:34:40.956 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-02-27 04:34:40.957 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-02-27 04:34:40.958 DEBUG [src.node.waku_node] Stopping container with id 11b19cf72872
2026-02-27 04:34:41.562 DEBUG [src.node.waku_node] Container stopped.
2026-02-27 04:34:41.564 DEBUG [src.node.waku_node] Stopping container with id f9890227fb0c
2026-02-27 04:34:42.109 DEBUG [src.node.waku_node] Container stopped.
2026-02-27 04:34:42.112 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-02-27 04:34:42.118 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-27 04:34:42.122 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-27 04:34:42.123 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
2026-02-27 04:34:42.123 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
2026-02-27 04:34:42.124 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-02-27_04-34-38__bf7ad471-6a90-4349-9fda-48a71a330d8a__wakuorg_nwaku:latest.log
2026-02-27 04:34:42.124 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-02-27_04-34-38__bf7ad471-6a90-4349-9fda-48a71a330d8a__wakuorg_nwaku:latest.log
2026-02-27 04:34:42.127 DEBUG [tests.conftest] Running fixture setup: test_id
2026-02-27 04:34:42.128 DEBUG [tests.conftest] Running test: test_publish_on_not_subscribed_content_topic_works with id: 2026-02-27_04-34-42__f8b1f92a-3fb7-458c-b23a-1f3efdfdab80
2026-02-27 04:34:42.128 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-02-27 04:34:42.128 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-02-27 04:34:42.128 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2026-02-27 04:34:42.135 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-27 04:34:42.136 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-27_04-34-42__f8b1f92a-3fb7-458c-b23a-1f3efdfdab80__wakuorg_nwaku:latest.log
2026-02-27 04:34:42.136 DEBUG [src.node.waku_node] Starting Node...
2026-02-27 04:34:42.136 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-27 04:34:42.137 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-27 04:34:42.137 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.63.75
2026-02-27 04:34:42.138 DEBUG [src.node.docker_mananger] Generated ports ['48235', '48236', '48237', '48238', '48239']
2026-02-27 04:34:42.138 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-27 04:34:42.138 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-27 04:34:42.138 DEBUG [src.node.waku_node] Using volumes []
2026-02-27 04:34:42.138 DEBUG [src.node.docker_mananger] docker run -i -t -p 48235:48235 -p 48236:48236 -p 48237:48237 -p 48238:48238 -p 48239:48239 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=48237 --rest-port=48235 --tcp-port=48236 --discv5-udp-port=48238 --rest-address=0.0.0.0 --nat=extip:172.18.63.75 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=7f92cf51bac09e68f81137993b74c782ada18fffc4875a6fb56061afab9d525e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48239 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
2026-02-27 04:34:42.338 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.63.75 waku 2891553730d0b55b70f7a8a29060baf7ed58d734d720ef53ccaf45ef09bfccb9
2026-02-27 04:34:42.373 DEBUG [src.node.docker_mananger] Container started with ID 2891553730d0. Setting up logs at ./log/docker/node1_2026-02-27_04-34-42__f8b1f92a-3fb7-458c-b23a-1f3efdfdab80__wakuorg_nwaku:latest.log
2026-02-27 04:34:42.373 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48235
2026-02-27 04:34:42.373 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-27 04:34:42.379 ERROR [src.node.docker_mananger] Max retries reached for container 11b19cf72872. Exiting log stream.
2026-02-27 04:34:42.922 ERROR [src.node.docker_mananger] Max retries reached for container f9890227fb0c. Exiting log stream.
2026-02-27 04:34:43.373 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48235/health" -H "Content-Type: application/json" -d 'None'
2026-02-27 04:34:43.376 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"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-02-27 04:34:43.377 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-27 04:34:43.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48235/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-27 04:34:43.379 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.63.75/tcp/48236/p2p/16Uiu2HAmQBaUE4RAqkZzjMtEECA39NYdEVio1FLUK48rBXWpT9Z7","/ip4/172.18.63.75/tcp/48237/ws/p2p/16Uiu2HAmQBaUE4RAqkZzjMtEECA39NYdEVio1FLUK48rBXWpT9Z7"],"enrUri":"enr:-L24QGdZ0qlr7ejQpxY_uBNs-kfQX0NRA5ckPQ7HpDmBAA4QQvnUeZUjfd-PsKVfbp1ReTdXOnI3ZEO-OHuX-msYyzoCgmlkgnY0gmlwhKwSP0uKbXVsdGlhZGRyc5YACASsEj9LBrxsAAoErBI_Swa8bd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDq0aPQiWsTl3rnicfzNyaTtBn4fdS3Niol1rEdfFyyQaDdGNwgrxsg3VkcIK8boV3YWt1MgU"}'
2026-02-27 04:34:43.379 INFO [src.node.waku_node] REST service is ready !!
2026-02-27 04:34:43.386 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-27 04:34:43.387 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-27_04-34-42__f8b1f92a-3fb7-458c-b23a-1f3efdfdab80__wakuorg_nwaku:latest.log
2026-02-27 04:34:43.387 DEBUG [src.node.waku_node] Starting Node...
2026-02-27 04:34:43.387 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-27 04:34:43.389 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-27 04:34:43.389 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.108.30
2026-02-27 04:34:43.389 DEBUG [src.node.docker_mananger] Generated ports ['2650', '2651', '2652', '2653', '2654']
2026-02-27 04:34:43.389 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-27 04:34:43.389 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-27 04:34:43.390 DEBUG [src.node.waku_node] Using volumes []
2026-02-27 04:34:43.390 DEBUG [src.node.docker_mananger] docker run -i -t -p 2650:2650 -p 2651:2651 -p 2652:2652 -p 2653:2653 -p 2654:2654 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=2652 --rest-port=2650 --tcp-port=2651 --discv5-udp-port=2653 --rest-address=0.0.0.0 --nat=extip:172.18.108.30 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=f40fcfeecd08935b7ffada5c09a014110a245f4aabe8f5bebdb6f3b7eb1f2671 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2654 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGdZ0qlr7ejQpxY_uBNs-kfQX0NRA5ckPQ7HpDmBAA4QQvnUeZUjfd-PsKVfbp1ReTdXOnI3ZEO-OHuX-msYyzoCgmlkgnY0gmlwhKwSP0uKbXVsdGlhZGRyc5YACASsEj9LBrxsAAoErBI_Swa8bd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDq0aPQiWsTl3rnicfzNyaTtBn4fdS3Niol1rEdfFyyQaDdGNwgrxsg3VkcIK8boV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
2026-02-27 04:34:43.587 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.108.30 waku 879f61de5bcfe8c1942b7f6d1fe4e33e546f2a11929f82a0e9ea1fbcc7167869
2026-02-27 04:34:43.621 DEBUG [src.node.docker_mananger] Container started with ID 879f61de5bcf. Setting up logs at ./log/docker/node2_2026-02-27_04-34-42__f8b1f92a-3fb7-458c-b23a-1f3efdfdab80__wakuorg_nwaku:latest.log
2026-02-27 04:34:43.621 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 2650
2026-02-27 04:34:43.621 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-27 04:34:44.622 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
2026-02-27 04:34:44.647 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-02-27 04:34:44.647 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-27 04:34:44.648 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-27 04:34:44.654 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.108.30/tcp/2651/p2p/16Uiu2HAkwZiQLcwwK8qCATHTQZ1MbC9BGFGDNw3eWj2gNCv6NfmJ","/ip4/172.18.108.30/tcp/2652/ws/p2p/16Uiu2HAkwZiQLcwwK8qCATHTQZ1MbC9BGFGDNw3eWj2gNCv6NfmJ"],"enrUri":"enr:-L24QFqF5wEEighHpxXQYPsAyDpb5XO_r9ys-Rc0jAg2T5c6E6pc2o38bnHQNhRj1FUQlkZxK_T570XIBPpqS2sRPg4CgmlkgnY0gmlwhKwSbB6KbXVsdGlhZGRyc5YACASsEmweBgpbAAoErBJsHgYKXN0DgnJzhQACAQAAiXNlY3AyNTZrMaECH8bCn3a1LS2oPFnHtCNwzdh2CZfsGuUp1dXx0XOvoFmDdGNwggpbg3VkcIIKXYV3YWt1MgE"}'
2026-02-27 04:34:44.655 INFO [src.node.waku_node] REST service is ready !!
2026-02-27 04:34:44.655 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2650/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.63.75/tcp/48236/p2p/16Uiu2HAmQBaUE4RAqkZzjMtEECA39NYdEVio1FLUK48rBXWpT9Z7"]'
2026-02-27 04:34:44.660 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-27 04:34:44.660 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48235/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
2026-02-27 04:34:44.663 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-27 04:34:44.663 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2650/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
2026-02-27 04:34:44.666 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-27 04:34:44.666 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48235/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
2026-02-27 04:34:44.669 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:48235/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
2026-02-27 04:34:44.703 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-02-27 04:34:44.704 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-02-27 04:34:44.704 DEBUG [src.node.waku_node] Stopping container with id 2891553730d0
2026-02-27 04:34:45.275 DEBUG [src.node.waku_node] Container stopped.
2026-02-27 04:34:45.277 DEBUG [src.node.waku_node] Stopping container with id 879f61de5bcf
2026-02-27 04:34:45.866 DEBUG [src.node.waku_node] Container stopped.
2026-02-27 04:34:45.867 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-02-27 04:34:45.873 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-27 04:34:45.878 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-27 04:34:45.878 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
2026-02-27 04:34:45.879 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
2026-02-27 04:34:45.879 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-02-27_04-34-42__f8b1f92a-3fb7-458c-b23a-1f3efdfdab80__wakuorg_nwaku:latest.log
2026-02-27 04:34:45.880 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-02-27_04-34-42__f8b1f92a-3fb7-458c-b23a-1f3efdfdab80__wakuorg_nwaku:latest.log