79 lines
13 KiB
Plaintext

2026-03-17 04:37:08.333 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-17 04:37:08.334 DEBUG [tests.conftest] Running test: test_2_nodes_different_content_topic_different_shard with id: 2026-03-17_04-37-08__a29b2072-e240-4cac-a6a2-20b830991684
2026-03-17 04:37:08.335 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-17 04:37:08.335 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-17 04:37:08.335 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2026-03-17 04:37:08.348 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-17 04:37:08.349 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-17_04-37-08__a29b2072-e240-4cac-a6a2-20b830991684__wakuorg_nwaku:latest.log
2026-03-17 04:37:08.349 DEBUG [src.node.waku_node] Starting Node...
2026-03-17 04:37:08.350 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-17 04:37:08.353 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-17 04:37:08.354 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.226.131
2026-03-17 04:37:08.355 DEBUG [src.node.docker_mananger] Generated ports ['39946', '39947', '39948', '39949', '39950']
2026-03-17 04:37:08.355 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-17 04:37:08.355 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-17 04:37:08.356 DEBUG [src.node.waku_node] Using volumes []
2026-03-17 04:37:08.356 DEBUG [src.node.docker_mananger] docker run -i -t -p 39946:39946 -p 39947:39947 -p 39948:39948 -p 39949:39949 -p 39950:39950 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=39948 --rest-port=39946 --tcp-port=39947 --discv5-udp-port=39949 --rest-address=0.0.0.0 --nat=extip:172.18.226.131 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b0b87abeac58caeadbefa265bf418ab22de2c59f6b6cd5dbec9258adde9dac20 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39950 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto
2026-03-17 04:37:08.541 ERROR [src.node.docker_mananger] Max retries reached for container 209faebe81d0. Exiting log stream.
2026-03-17 04:37:08.553 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.226.131 waku 3f74922e08c49068fc0611370ac6424a76ddd672be7d1ef85526915fd3fbc2aa
2026-03-17 04:37:08.588 DEBUG [src.node.docker_mananger] Container started with ID 3f74922e08c4. Setting up logs at ./log/docker/node1_2026-03-17_04-37-08__a29b2072-e240-4cac-a6a2-20b830991684__wakuorg_nwaku:latest.log
2026-03-17 04:37:08.589 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 39946
2026-03-17 04:37:08.590 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-17 04:37:09.220 ERROR [src.node.docker_mananger] Max retries reached for container 63019fd7581f. Exiting log stream.
2026-03-17 04:37:09.592 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39946/health" -H "Content-Type: application/json" -d 'None'
2026-03-17 04:37:09.595 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-17 04:37:09.695 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39946/health" -H "Content-Type: application/json" -d 'None'
2026-03-17 04:37:09.698 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-17 04:37:09.798 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39946/health" -H "Content-Type: application/json" -d 'None'
2026-03-17 04:37:09.800 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-17 04:37:09.801 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-17 04:37:09.801 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39946/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-17 04:37:09.803 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.226.131/tcp/39947/p2p/16Uiu2HAkwN3CnyNAAbPHkd4rkhWxaSnV3U3ry32Z9nzBfCpaT67P","/ip4/172.18.226.131/tcp/39948/ws/p2p/16Uiu2HAkwN3CnyNAAbPHkd4rkhWxaSnV3U3ry32Z9nzBfCpaT67P"],"enrUri":"enr:-L24QJviduojygANBz4AaN5dJeKLW7NVwRZJxImftxsMfCckIdsqKAmBkuNb76NqXacehE10LHp0evC8lI-8hidygaYCgmlkgnY0gmlwhKwS4oOKbXVsdGlhZGRyc5YACASsEuKDBpwLAAoErBLigwacDN0DgnJzhQACAQAAiXNlY3AyNTZrMaECHMkMf7uW86Rg6Cy4IBLHP-ywX2Z6wozruhV0ZwTLbmaDdGNwgpwLg3VkcIKcDYV3YWt1MgU"}'
2026-03-17 04:37:09.803 INFO [src.node.waku_node] REST service is ready !!
2026-03-17 04:37:09.810 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-17 04:37:09.810 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-17_04-37-08__a29b2072-e240-4cac-a6a2-20b830991684__wakuorg_nwaku:latest.log
2026-03-17 04:37:09.811 DEBUG [src.node.waku_node] Starting Node...
2026-03-17 04:37:09.811 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-17 04:37:09.812 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-17 04:37:09.812 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.1.142
2026-03-17 04:37:09.812 DEBUG [src.node.docker_mananger] Generated ports ['41522', '41523', '41524', '41525', '41526']
2026-03-17 04:37:09.812 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-17 04:37:09.813 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-17 04:37:09.813 DEBUG [src.node.waku_node] Using volumes []
2026-03-17 04:37:09.813 DEBUG [src.node.docker_mananger] docker run -i -t -p 41522:41522 -p 41523:41523 -p 41524:41524 -p 41525:41525 -p 41526:41526 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=41524 --rest-port=41522 --tcp-port=41523 --discv5-udp-port=41525 --rest-address=0.0.0.0 --nat=extip:172.18.1.142 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=bf4e58d5d3ca237379f8d2bb6b47dcdbb29c0ce20d0c87604a743e0a69cde552 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41526 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJviduojygANBz4AaN5dJeKLW7NVwRZJxImftxsMfCckIdsqKAmBkuNb76NqXacehE10LHp0evC8lI-8hidygaYCgmlkgnY0gmlwhKwS4oOKbXVsdGlhZGRyc5YACASsEuKDBpwLAAoErBLigwacDN0DgnJzhQACAQAAiXNlY3AyNTZrMaECHMkMf7uW86Rg6Cy4IBLHP-ywX2Z6wozruhV0ZwTLbmaDdGNwgpwLg3VkcIKcDYV3YWt1MgU --content-topic=/waku/2/content/test.js
2026-03-17 04:37:10.022 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.1.142 waku fcdfab2aee8a37fc2b436a1287aeb3df7290d099c4b829cab513675c3c691cf1
2026-03-17 04:37:10.058 DEBUG [src.node.docker_mananger] Container started with ID fcdfab2aee8a. Setting up logs at ./log/docker/node2_2026-03-17_04-37-08__a29b2072-e240-4cac-a6a2-20b830991684__wakuorg_nwaku:latest.log
2026-03-17 04:37:10.058 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 41522
2026-03-17 04:37:10.058 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-17 04:37:11.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41522/health" -H "Content-Type: application/json" -d 'None'
2026-03-17 04:37:11.061 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"},{"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-17 04:37:11.061 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-17 04:37:11.062 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41522/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-17 04:37:11.064 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.1.142/tcp/41523/p2p/16Uiu2HAm1wJQgZCmYZyhnVqsgE6VZFMLhYnrcYHL7hcPB7DXsH21","/ip4/172.18.1.142/tcp/41524/ws/p2p/16Uiu2HAm1wJQgZCmYZyhnVqsgE6VZFMLhYnrcYHL7hcPB7DXsH21"],"enrUri":"enr:-L24QMuON5g0oFsPyMDqHPLoMrKdKBJ7mOoIcGbbJsMCKuD4BBVtZ4airLDwUZoqYfnb6zOmWHX73CqzlYSYQW_T47ECgmlkgnY0gmlwhKwSAY6KbXVsdGlhZGRyc5YACASsEgGOBqIzAAoErBIBjgaiNN0DgnJzhQACAQAAiXNlY3AyNTZrMaECYL0n0xq2WtJLoiTXZteiwGh8au30jCYrYVTFMqSTjCqDdGNwgqIzg3VkcIKiNYV3YWt1MgE"}'
2026-03-17 04:37:11.064 INFO [src.node.waku_node] REST service is ready !!
2026-03-17 04:37:11.064 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41522/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.226.131/tcp/39947/p2p/16Uiu2HAkwN3CnyNAAbPHkd4rkhWxaSnV3U3ry32Z9nzBfCpaT67P"]'
2026-03-17 04:37:11.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-17 04:37:11.104 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39946/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
2026-03-17 04:37:11.108 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-17 04:37:11.109 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41522/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
2026-03-17 04:37:11.116 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-17 04:37:11.117 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39946/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-17 04:37:11.127 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-17 04:37:11.129 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-17 04:37:11.229 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-17 04:37:11.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39946/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-03-17 04:37:11.232 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773722230730372201,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773722231117174606,"ephemeral":false,"proof":""}]'
2026-03-17 04:37:11.286 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-17 04:37:11.287 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-17 04:37:11.287 DEBUG [src.node.waku_node] Stopping container with id 3f74922e08c4
2026-03-17 04:37:11.907 DEBUG [src.node.waku_node] Container stopped.
2026-03-17 04:37:11.908 DEBUG [src.node.waku_node] Stopping container with id fcdfab2aee8a
2026-03-17 04:37:12.487 DEBUG [src.node.waku_node] Container stopped.
2026-03-17 04:37:12.490 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-17 04:37:12.523 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-17 04:37:12.559 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-17 04:37:12.561 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
2026-03-17 04:37:12.564 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
2026-03-17 04:37:12.566 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-17_04-37-08__a29b2072-e240-4cac-a6a2-20b830991684__wakuorg_nwaku:latest.log
2026-03-17 04:37:12.571 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-17_04-37-08__a29b2072-e240-4cac-a6a2-20b830991684__wakuorg_nwaku:latest.log