235 lines
40 KiB
Plaintext

2026-03-09 04:39:33.331 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-09 04:39:33.332 DEBUG [tests.conftest] Running test: test_single_content_topic[/myapp/1/latest/proto] with id: 2026-03-09_04-39-33__b98ca42b-5223-4a01-997b-56c5d470152d
2026-03-09 04:39:33.332 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-09 04:39:33.332 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-09 04:39:33.333 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2026-03-09 04:39:33.341 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-09 04:39:33.341 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-09_04-39-33__b98ca42b-5223-4a01-997b-56c5d470152d__wakuorg_nwaku:latest.log
2026-03-09 04:39:33.341 DEBUG [src.node.waku_node] Starting Node...
2026-03-09 04:39:33.341 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-09 04:39:33.343 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-09 04:39:33.343 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.196.156
2026-03-09 04:39:33.343 DEBUG [src.node.docker_mananger] Generated ports ['20732', '20733', '20734', '20735', '20736']
2026-03-09 04:39:33.343 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-09 04:39:33.343 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-09 04:39:33.344 DEBUG [src.node.waku_node] Using volumes []
2026-03-09 04:39:33.344 DEBUG [src.node.docker_mananger] docker run -i -t -p 20732:20732 -p 20733:20733 -p 20734:20734 -p 20735:20735 -p 20736:20736 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=20734 --rest-port=20732 --tcp-port=20733 --discv5-udp-port=20735 --rest-address=0.0.0.0 --nat=extip:172.18.196.156 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=79e5fb49ea2b64e84d1feae0a2ed3637f4eeaefd65fcb212bedabee120eba7cd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=20736 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto
2026-03-09 04:39:33.492 ERROR [src.node.docker_mananger] Max retries reached for container 5b39f17abe6f. Exiting log stream.
2026-03-09 04:39:33.544 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.196.156 waku cc6dcf48e277575042a6b210ea77080b6ca7c841079629e7317bee3cf049901f
2026-03-09 04:39:33.581 DEBUG [src.node.docker_mananger] Container started with ID cc6dcf48e277. Setting up logs at ./log/docker/node1_2026-03-09_04-39-33__b98ca42b-5223-4a01-997b-56c5d470152d__wakuorg_nwaku:latest.log
2026-03-09 04:39:33.582 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 20732
2026-03-09 04:39:33.583 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-09 04:39:34.054 ERROR [src.node.docker_mananger] Max retries reached for container 3fa4221d8c4b. Exiting log stream.
2026-03-09 04:39:34.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20732/health" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:34.586 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-09 04:39:34.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20732/health" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:34.710 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-09 04:39:34.811 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20732/health" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:34.814 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"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":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-09 04:39:34.814 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-09 04:39:34.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20732/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:34.817 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.196.156/tcp/20733/p2p/16Uiu2HAmH8ZvtgqZF5rz1ZHWWJYSSeNdnjUbqTyfGy3kNWqb3ryf","/ip4/172.18.196.156/tcp/20734/ws/p2p/16Uiu2HAmH8ZvtgqZF5rz1ZHWWJYSSeNdnjUbqTyfGy3kNWqb3ryf"],"enrUri":"enr:-L24QF348x5pZ7YwWVy5Dg_OzaXeAEBl-yb_IU50yUwxUeCRYXC2HlXX1hgBgHUvoCWBvMjMz0qt0plugmEx6tBicj0CgmlkgnY0gmlwhKwSxJyKbXVsdGlhZGRyc5YACASsEsScBlD9AAoErBLEnAZQ_t0DgnJzhQACAQAAiXNlY3AyNTZrMaEDQn9l2L5AEwVwbjqGAOrEXOiBcYw_TpG7LkIZm4Kc9-qDdGNwglD9g3VkcIJQ_4V3YWt1MgU"}'
2026-03-09 04:39:34.817 INFO [src.node.waku_node] REST service is ready !!
2026-03-09 04:39:34.824 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-09 04:39:34.824 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-09_04-39-33__b98ca42b-5223-4a01-997b-56c5d470152d__wakuorg_nwaku:latest.log
2026-03-09 04:39:34.824 DEBUG [src.node.waku_node] Starting Node...
2026-03-09 04:39:34.825 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-09 04:39:34.826 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-09 04:39:34.826 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.132.47
2026-03-09 04:39:34.826 DEBUG [src.node.docker_mananger] Generated ports ['7316', '7317', '7318', '7319', '7320']
2026-03-09 04:39:34.826 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-09 04:39:34.826 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-09 04:39:34.827 DEBUG [src.node.waku_node] Using volumes []
2026-03-09 04:39:34.827 DEBUG [src.node.docker_mananger] docker run -i -t -p 7316:7316 -p 7317:7317 -p 7318:7318 -p 7319:7319 -p 7320:7320 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=7318 --rest-port=7316 --tcp-port=7317 --discv5-udp-port=7319 --rest-address=0.0.0.0 --nat=extip:172.18.132.47 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=3cfe6d04cb2cfcfaa8382b6d40d34ae9c0ffe18f1c010e3aecd5ca12839a48bd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7320 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QF348x5pZ7YwWVy5Dg_OzaXeAEBl-yb_IU50yUwxUeCRYXC2HlXX1hgBgHUvoCWBvMjMz0qt0plugmEx6tBicj0CgmlkgnY0gmlwhKwSxJyKbXVsdGlhZGRyc5YACASsEsScBlD9AAoErBLEnAZQ_t0DgnJzhQACAQAAiXNlY3AyNTZrMaEDQn9l2L5AEwVwbjqGAOrEXOiBcYw_TpG7LkIZm4Kc9-qDdGNwglD9g3VkcIJQ_4V3YWt1MgU --content-topic=/myapp/1/latest/proto
2026-03-09 04:39:35.075 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.132.47 waku cf783aac12e93d4c2646c3d278d0e379f6575e96a86c3176ef1326383d22c46f
2026-03-09 04:39:35.114 DEBUG [src.node.docker_mananger] Container started with ID cf783aac12e9. Setting up logs at ./log/docker/node2_2026-03-09_04-39-33__b98ca42b-5223-4a01-997b-56c5d470152d__wakuorg_nwaku:latest.log
2026-03-09 04:39:35.115 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7316
2026-03-09 04:39:35.116 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-09 04:39:36.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7316/health" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:36.119 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"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":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-09 04:39:36.119 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-09 04:39:36.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7316/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:36.122 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.132.47/tcp/7317/p2p/16Uiu2HAmRDWLJjhjCQebaTX1pNG41eArS88UuwSEeMH6bnxx1gSw","/ip4/172.18.132.47/tcp/7318/ws/p2p/16Uiu2HAmRDWLJjhjCQebaTX1pNG41eArS88UuwSEeMH6bnxx1gSw"],"enrUri":"enr:-L24QKRAnKz1TalriTl1VrfouQ5tFk37nFd0KZE_ZB6AYNe3HghOAGCvSbGjGefYBj1XwTVIE8KovYunb-jERnTn9NYCgmlkgnY0gmlwhKwShC-KbXVsdGlhZGRyc5YACASsEoQvBhyVAAoErBKELwYclt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDuqC7H0n5OtGD_MHOpquSWT9HOfpzfy0SbcfrOJxCZWyDdGNwghyVg3VkcIIcl4V3YWt1MgE"}'
2026-03-09 04:39:36.122 INFO [src.node.waku_node] REST service is ready !!
2026-03-09 04:39:36.123 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7316/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.196.156/tcp/20733/p2p/16Uiu2HAmH8ZvtgqZF5rz1ZHWWJYSSeNdnjUbqTyfGy3kNWqb3ryf"]'
2026-03-09 04:39:36.153 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-09 04:39:36.153 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20732/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
2026-03-09 04:39:36.158 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-09 04:39:36.158 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7316/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
2026-03-09 04:39:36.163 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-09 04:39:36.164 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20732/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-09 04:39:36.176 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-09 04:39:36.176 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-09 04:39:36.277 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-09 04:39:36.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20732/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:36.280 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773031173704486563,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773031176164727811,"ephemeral":false,"proof":""}]'
2026-03-09 04:39:36.296 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-09 04:39:36.302 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-09 04:39:36.302 DEBUG [src.node.waku_node] Stopping container with id cc6dcf48e277
2026-03-09 04:39:36.920 DEBUG [src.node.waku_node] Container stopped.
2026-03-09 04:39:36.921 DEBUG [src.node.waku_node] Stopping container with id cf783aac12e9
2026-03-09 04:39:37.510 DEBUG [src.node.waku_node] Container stopped.
2026-03-09 04:39:37.514 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-09 04:39:37.544 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-09 04:39:37.574 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-09 04:39:37.575 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
2026-03-09 04:39:37.575 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
2026-03-09 04:39:37.577 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-09_04-39-33__b98ca42b-5223-4a01-997b-56c5d470152d__wakuorg_nwaku:latest.log
2026-03-09 04:39:37.578 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-09_04-39-33__b98ca42b-5223-4a01-997b-56c5d470152d__wakuorg_nwaku:latest.log
2026-03-09 04:39:37.582 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-09 04:39:37.582 DEBUG [tests.conftest] Running test: test_single_content_topic[/myapp/1/latest/proto] with id: 2026-03-09_04-39-37__5e9301a8-3519-47c2-9063-a0ff60535585
2026-03-09 04:39:37.583 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-09 04:39:37.583 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-09 04:39:37.583 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2026-03-09 04:39:37.591 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-09 04:39:37.591 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-09_04-39-37__5e9301a8-3519-47c2-9063-a0ff60535585__wakuorg_nwaku:latest.log
2026-03-09 04:39:37.591 DEBUG [src.node.waku_node] Starting Node...
2026-03-09 04:39:37.591 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-09 04:39:37.593 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-09 04:39:37.593 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.87.105
2026-03-09 04:39:37.593 DEBUG [src.node.docker_mananger] Generated ports ['24679', '24680', '24681', '24682', '24683']
2026-03-09 04:39:37.593 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-09 04:39:37.593 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-09 04:39:37.593 DEBUG [src.node.waku_node] Using volumes []
2026-03-09 04:39:37.593 DEBUG [src.node.docker_mananger] docker run -i -t -p 24679:24679 -p 24680:24680 -p 24681:24681 -p 24682:24682 -p 24683:24683 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=24681 --rest-port=24679 --tcp-port=24680 --discv5-udp-port=24682 --rest-address=0.0.0.0 --nat=extip:172.18.87.105 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=d36c1eaa8fa3e7352cf6dceada729af5438ba3846395abdb8ff1ef765789b919 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=24683 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto
2026-03-09 04:39:37.780 ERROR [src.node.docker_mananger] Max retries reached for container cc6dcf48e277. Exiting log stream.
2026-03-09 04:39:37.787 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.87.105 waku 459e1307c40f522266e50f2392d02b4facf1857271a6619b21ea9382d77d47a3
2026-03-09 04:39:37.821 DEBUG [src.node.docker_mananger] Container started with ID 459e1307c40f. Setting up logs at ./log/docker/node1_2026-03-09_04-39-37__5e9301a8-3519-47c2-9063-a0ff60535585__wakuorg_nwaku:latest.log
2026-03-09 04:39:37.822 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 24679
2026-03-09 04:39:37.822 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-09 04:39:38.323 ERROR [src.node.docker_mananger] Max retries reached for container cf783aac12e9. Exiting log stream.
2026-03-09 04:39:38.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24679/health" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:38.825 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-09 04:39:38.926 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24679/health" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:38.961 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-09 04:39:39.062 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24679/health" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:39.064 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"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":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-09 04:39:39.065 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-09 04:39:39.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24679/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:39.067 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.87.105/tcp/24680/p2p/16Uiu2HAmP9YKDEfWAp1pgLorwZkitzwWuwo8U7yKYjoaGCB27z5J","/ip4/172.18.87.105/tcp/24681/ws/p2p/16Uiu2HAmP9YKDEfWAp1pgLorwZkitzwWuwo8U7yKYjoaGCB27z5J"],"enrUri":"enr:-L24QLzUA6r3vTtH5ygDt3dDYHOb7f29OE7CbSR7cgvE8tbZcxs22M0zGTaL76oRXcNUGMSUC9l1BflcsNQ2T14iGxsCgmlkgnY0gmlwhKwSV2mKbXVsdGlhZGRyc5YACASsEldpBmBoAAoErBJXaQZgad0DgnJzhQACAQAAiXNlY3AyNTZrMaEDm-VGH6lsPVmUwgPUWzkdWM7gRO7ELEA65Qt1mTZYv32DdGNwgmBog3VkcIJgaoV3YWt1MgU"}'
2026-03-09 04:39:39.067 INFO [src.node.waku_node] REST service is ready !!
2026-03-09 04:39:39.074 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-09 04:39:39.074 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-09_04-39-37__5e9301a8-3519-47c2-9063-a0ff60535585__wakuorg_nwaku:latest.log
2026-03-09 04:39:39.074 DEBUG [src.node.waku_node] Starting Node...
2026-03-09 04:39:39.075 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-09 04:39:39.076 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-09 04:39:39.076 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.82.233
2026-03-09 04:39:39.076 DEBUG [src.node.docker_mananger] Generated ports ['53143', '53144', '53145', '53146', '53147']
2026-03-09 04:39:39.076 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-09 04:39:39.077 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-09 04:39:39.077 DEBUG [src.node.waku_node] Using volumes []
2026-03-09 04:39:39.077 DEBUG [src.node.docker_mananger] docker run -i -t -p 53143:53143 -p 53144:53144 -p 53145:53145 -p 53146:53146 -p 53147:53147 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=53145 --rest-port=53143 --tcp-port=53144 --discv5-udp-port=53146 --rest-address=0.0.0.0 --nat=extip:172.18.82.233 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=d5b4fd07faff4e3fbaee96a8935002ef1ace3ad4eeb845ec5fccd78cde1f6dc5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53147 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLzUA6r3vTtH5ygDt3dDYHOb7f29OE7CbSR7cgvE8tbZcxs22M0zGTaL76oRXcNUGMSUC9l1BflcsNQ2T14iGxsCgmlkgnY0gmlwhKwSV2mKbXVsdGlhZGRyc5YACASsEldpBmBoAAoErBJXaQZgad0DgnJzhQACAQAAiXNlY3AyNTZrMaEDm-VGH6lsPVmUwgPUWzkdWM7gRO7ELEA65Qt1mTZYv32DdGNwgmBog3VkcIJgaoV3YWt1MgU --content-topic=/myapp/1/latest/proto
2026-03-09 04:39:39.284 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.82.233 waku 74318a8a895f3661988045d39c992cf3dbff5b4718c82b50fad513dc827038fa
2026-03-09 04:39:39.322 DEBUG [src.node.docker_mananger] Container started with ID 74318a8a895f. Setting up logs at ./log/docker/node2_2026-03-09_04-39-37__5e9301a8-3519-47c2-9063-a0ff60535585__wakuorg_nwaku:latest.log
2026-03-09 04:39:39.323 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 53143
2026-03-09 04:39:39.324 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-09 04:39:40.324 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53143/health" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:40.327 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"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":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-09 04:39:40.328 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-09 04:39:40.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53143/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:40.330 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.82.233/tcp/53144/p2p/16Uiu2HAm6zF6Rp8uGoGkYFjvg99fZPtf9Mwh1eHer1sPpMDTb9as","/ip4/172.18.82.233/tcp/53145/ws/p2p/16Uiu2HAm6zF6Rp8uGoGkYFjvg99fZPtf9Mwh1eHer1sPpMDTb9as"],"enrUri":"enr:-L24QA1zk4fIEx4cYCYflACc7go6TvRLX_hTTi7QF9dsrzooAljsEwWtTulHJ-yaQvrS4LjNIrMSjHHg-O_yoJND1GUCgmlkgnY0gmlwhKwSUumKbXVsdGlhZGRyc5YACASsElLpBs-YAAoErBJS6QbPmd0DgnJzhQACAQAAiXNlY3AyNTZrMaECq8iVq50KX50EZiMJEfmWyIjHDiPJjmtB-C9tHcba7byDdGNwgs-Yg3VkcILPmoV3YWt1MgE"}'
2026-03-09 04:39:40.331 INFO [src.node.waku_node] REST service is ready !!
2026-03-09 04:39:40.331 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53143/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.87.105/tcp/24680/p2p/16Uiu2HAmP9YKDEfWAp1pgLorwZkitzwWuwo8U7yKYjoaGCB27z5J"]'
2026-03-09 04:39:40.355 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-09 04:39:40.356 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24679/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
2026-03-09 04:39:40.363 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-09 04:39:40.365 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53143/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
2026-03-09 04:39:40.369 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-09 04:39:40.370 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24679/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-09 04:39:40.379 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-09 04:39:40.379 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-09 04:39:40.480 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-09 04:39:40.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24679/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:40.483 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773031176164727811,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773031178170442284,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773031180369872983,"ephemeral":false,"proof":""}]'
2026-03-09 04:39:40.492 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-09 04:39:40.493 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-09 04:39:40.494 DEBUG [src.node.waku_node] Stopping container with id 459e1307c40f
2026-03-09 04:39:41.090 DEBUG [src.node.waku_node] Container stopped.
2026-03-09 04:39:41.090 DEBUG [src.node.waku_node] Stopping container with id 74318a8a895f
2026-03-09 04:39:41.710 DEBUG [src.node.waku_node] Container stopped.
2026-03-09 04:39:41.714 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-09 04:39:41.779 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-09 04:39:41.806 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-09 04:39:41.806 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
2026-03-09 04:39:41.806 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
2026-03-09 04:39:41.807 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-09_04-39-37__5e9301a8-3519-47c2-9063-a0ff60535585__wakuorg_nwaku:latest.log
2026-03-09 04:39:41.808 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-09_04-39-37__5e9301a8-3519-47c2-9063-a0ff60535585__wakuorg_nwaku:latest.log
2026-03-09 04:39:41.812 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-09 04:39:41.813 DEBUG [tests.conftest] Running test: test_single_content_topic[/myapp/1/latest/proto] with id: 2026-03-09_04-39-41__3e5e7240-357c-47cb-9bf3-b0e1aa88c582
2026-03-09 04:39:41.813 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-09 04:39:41.813 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-09 04:39:41.813 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2026-03-09 04:39:41.821 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-09 04:39:41.821 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-09_04-39-41__3e5e7240-357c-47cb-9bf3-b0e1aa88c582__wakuorg_nwaku:latest.log
2026-03-09 04:39:41.821 DEBUG [src.node.waku_node] Starting Node...
2026-03-09 04:39:41.821 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-09 04:39:41.823 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-09 04:39:41.823 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.39.251
2026-03-09 04:39:41.823 DEBUG [src.node.docker_mananger] Generated ports ['26891', '26892', '26893', '26894', '26895']
2026-03-09 04:39:41.823 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-09 04:39:41.823 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-09 04:39:41.823 DEBUG [src.node.waku_node] Using volumes []
2026-03-09 04:39:41.824 DEBUG [src.node.docker_mananger] docker run -i -t -p 26891:26891 -p 26892:26892 -p 26893:26893 -p 26894:26894 -p 26895:26895 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=26893 --rest-port=26891 --tcp-port=26892 --discv5-udp-port=26894 --rest-address=0.0.0.0 --nat=extip:172.18.39.251 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=fb38cee616bbaefdf3b0e722fff6cce358ce9d344ac5eac18eeb112ebc879cdd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26895 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto
2026-03-09 04:39:42.029 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.39.251 waku adb95ad481d1c2079c95e0c70ceea5459a648046e44cbcd9d1019f93dcfdd856
2026-03-09 04:39:42.039 ERROR [src.node.docker_mananger] Max retries reached for container 459e1307c40f. Exiting log stream.
2026-03-09 04:39:42.067 DEBUG [src.node.docker_mananger] Container started with ID adb95ad481d1. Setting up logs at ./log/docker/node1_2026-03-09_04-39-41__3e5e7240-357c-47cb-9bf3-b0e1aa88c582__wakuorg_nwaku:latest.log
2026-03-09 04:39:42.068 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 26891
2026-03-09 04:39:42.068 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-09 04:39:42.525 ERROR [src.node.docker_mananger] Max retries reached for container 74318a8a895f. Exiting log stream.
2026-03-09 04:39:43.069 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26891/health" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:43.072 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"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":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-09 04:39:43.072 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-09 04:39:43.072 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26891/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:43.075 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.39.251/tcp/26892/p2p/16Uiu2HAm4UnYH8LMHxUQTn2ccYCEbG2GF8PK6Pdnv3Fy8dxAs4rw","/ip4/172.18.39.251/tcp/26893/ws/p2p/16Uiu2HAm4UnYH8LMHxUQTn2ccYCEbG2GF8PK6Pdnv3Fy8dxAs4rw"],"enrUri":"enr:-L24QHFbBXpkX8sfQ7v8NodpgU_2xvnlvutXnpJ2VaPZR4avBbY2on0vZRIxcEPR2P3fQWuiA3y_1r6TvIVbTfelT1kCgmlkgnY0gmlwhKwSJ_uKbXVsdGlhZGRyc5YACASsEif7BmkMAAoErBIn-wZpDd0DgnJzhQACAQAAiXNlY3AyNTZrMaEChoVXn--JiTlijPnY-LiorBhPGFIpmws6sTj-gOBad_yDdGNwgmkMg3VkcIJpDoV3YWt1MgU"}'
2026-03-09 04:39:43.075 INFO [src.node.waku_node] REST service is ready !!
2026-03-09 04:39:43.082 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-09 04:39:43.082 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-09_04-39-41__3e5e7240-357c-47cb-9bf3-b0e1aa88c582__wakuorg_nwaku:latest.log
2026-03-09 04:39:43.083 DEBUG [src.node.waku_node] Starting Node...
2026-03-09 04:39:43.083 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-09 04:39:43.084 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-09 04:39:43.084 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.245.136
2026-03-09 04:39:43.084 DEBUG [src.node.docker_mananger] Generated ports ['36618', '36619', '36620', '36621', '36622']
2026-03-09 04:39:43.085 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-09 04:39:43.085 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-09 04:39:43.085 DEBUG [src.node.waku_node] Using volumes []
2026-03-09 04:39:43.085 DEBUG [src.node.docker_mananger] docker run -i -t -p 36618:36618 -p 36619:36619 -p 36620:36620 -p 36621:36621 -p 36622:36622 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=36620 --rest-port=36618 --tcp-port=36619 --discv5-udp-port=36621 --rest-address=0.0.0.0 --nat=extip:172.18.245.136 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=edeaf9ac14cde379d8fc09d378eb3bc36abee36fcbdf9fbeabce9baa82fd31fb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36622 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHFbBXpkX8sfQ7v8NodpgU_2xvnlvutXnpJ2VaPZR4avBbY2on0vZRIxcEPR2P3fQWuiA3y_1r6TvIVbTfelT1kCgmlkgnY0gmlwhKwSJ_uKbXVsdGlhZGRyc5YACASsEif7BmkMAAoErBIn-wZpDd0DgnJzhQACAQAAiXNlY3AyNTZrMaEChoVXn--JiTlijPnY-LiorBhPGFIpmws6sTj-gOBad_yDdGNwgmkMg3VkcIJpDoV3YWt1MgU --content-topic=/myapp/1/latest/proto
2026-03-09 04:39:43.286 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.245.136 waku 45e86473dbab54734d1ba2b23ada4a90f2d1393ae399b7c2eddb4d6e6ebaee8e
2026-03-09 04:39:43.323 DEBUG [src.node.docker_mananger] Container started with ID 45e86473dbab. Setting up logs at ./log/docker/node2_2026-03-09_04-39-41__3e5e7240-357c-47cb-9bf3-b0e1aa88c582__wakuorg_nwaku:latest.log
2026-03-09 04:39:43.325 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 36618
2026-03-09 04:39:43.327 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-09 04:39:44.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36618/health" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:44.331 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-09 04:39:44.431 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36618/health" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:44.438 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-09 04:39:44.538 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36618/health" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:44.541 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"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":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-09 04:39:44.542 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-09 04:39:44.542 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36618/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:44.544 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.245.136/tcp/36619/p2p/16Uiu2HAmV79GHofwbYBcZAyrB28pZSRfeTV5qo9pxCWYenncDRMR","/ip4/172.18.245.136/tcp/36620/ws/p2p/16Uiu2HAmV79GHofwbYBcZAyrB28pZSRfeTV5qo9pxCWYenncDRMR"],"enrUri":"enr:-L24QFtOTkbnAMk8Xi5qgx8d1sFKXCJaQelv8sFK6vyMO7bnOlWetZEP2s6UeNebGh7rhCo6WOOtstOUPzqQpYrthm4CgmlkgnY0gmlwhKwS9YiKbXVsdGlhZGRyc5YACASsEvWIBo8LAAoErBL1iAaPDN0DgnJzhQACAQAAiXNlY3AyNTZrMaED9G4rtOFhKbpiPFkvBwK-cLLcutdWdFYL4K2bSwK_0vCDdGNwgo8Lg3VkcIKPDYV3YWt1MgE"}'
2026-03-09 04:39:44.544 INFO [src.node.waku_node] REST service is ready !!
2026-03-09 04:39:44.544 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36618/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.39.251/tcp/26892/p2p/16Uiu2HAm4UnYH8LMHxUQTn2ccYCEbG2GF8PK6Pdnv3Fy8dxAs4rw"]'
2026-03-09 04:39:44.569 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-09 04:39:44.572 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26891/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
2026-03-09 04:39:44.579 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-09 04:39:44.581 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36618/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
2026-03-09 04:39:44.585 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-09 04:39:44.586 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26891/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-09 04:39:44.600 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-09 04:39:44.601 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-09 04:39:44.701 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-09 04:39:44.701 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26891/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:44.704 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773031180369872983,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773031184586187698,"ephemeral":false,"proof":""}]'
2026-03-09 04:39:44.713 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-09 04:39:44.714 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-09 04:39:44.714 DEBUG [src.node.waku_node] Stopping container with id adb95ad481d1
2026-03-09 04:39:45.270 DEBUG [src.node.waku_node] Container stopped.
2026-03-09 04:39:45.270 DEBUG [src.node.waku_node] Stopping container with id 45e86473dbab
2026-03-09 04:39:45.884 DEBUG [src.node.waku_node] Container stopped.
2026-03-09 04:39:45.886 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-09 04:39:45.918 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-09 04:39:45.946 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-09 04:39:45.946 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
2026-03-09 04:39:45.946 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
2026-03-09 04:39:45.947 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-09_04-39-41__3e5e7240-357c-47cb-9bf3-b0e1aa88c582__wakuorg_nwaku:latest.log
2026-03-09 04:39:45.948 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-09_04-39-41__3e5e7240-357c-47cb-9bf3-b0e1aa88c582__wakuorg_nwaku:latest.log