94 lines
16 KiB
Plaintext

2026-03-06 04:35:11.442 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-06 04:35:11.442 DEBUG [tests.conftest] Running test: test_subscribe_and_publish_on_another_content_topic_from_same_shard with id: 2026-03-06_04-35-11__bb883f30-2e12-495d-92c7-469051c3dcf4
2026-03-06 04:35:11.442 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-06 04:35:11.443 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-06 04:35:11.443 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2026-03-06 04:35:11.452 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-06 04:35:11.452 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-35-11__bb883f30-2e12-495d-92c7-469051c3dcf4__wakuorg_nwaku:latest.log
2026-03-06 04:35:11.452 DEBUG [src.node.waku_node] Starting Node...
2026-03-06 04:35:11.452 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-06 04:35:11.454 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-06 04:35:11.454 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.138.167
2026-03-06 04:35:11.454 DEBUG [src.node.docker_mananger] Generated ports ['50878', '50879', '50880', '50881', '50882']
2026-03-06 04:35:11.454 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-06 04:35:11.455 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-06 04:35:11.455 DEBUG [src.node.waku_node] Using volumes []
2026-03-06 04:35:11.455 DEBUG [src.node.docker_mananger] docker run -i -t -p 50878:50878 -p 50879:50879 -p 50880:50880 -p 50881:50881 -p 50882:50882 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=50880 --rest-port=50878 --tcp-port=50879 --discv5-udp-port=50881 --rest-address=0.0.0.0 --nat=extip:172.18.138.167 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=14ae3d0aceb6ff9e7ddffe686bab5db774526aceee8ecd45defedcff08ffbffa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50882 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
2026-03-06 04:35:11.655 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.138.167 waku 18453a0fa1e8a3271168e406fe80e48253900af900f0f62e8296a3e3440a9de4
2026-03-06 04:35:11.665 ERROR [src.node.docker_mananger] Max retries reached for container 0c682789c628. Exiting log stream.
2026-03-06 04:35:11.693 DEBUG [src.node.docker_mananger] Container started with ID 18453a0fa1e8. Setting up logs at ./log/docker/node1_2026-03-06_04-35-11__bb883f30-2e12-495d-92c7-469051c3dcf4__wakuorg_nwaku:latest.log
2026-03-06 04:35:11.694 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 50878
2026-03-06 04:35:11.695 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-06 04:35:12.240 ERROR [src.node.docker_mananger] Max retries reached for container efbac16b9962. Exiting log stream.
2026-03-06 04:35:12.696 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50878/health" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:35:12.699 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-06 04:35:12.799 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50878/health" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:35:12.802 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-06 04:35:12.903 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50878/health" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:35:12.906 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-06 04:35:12.907 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-06 04:35:12.907 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50878/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:35:12.909 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.138.167/tcp/50879/p2p/16Uiu2HAkwxaxZ6vC68RFAn4QxoiWpVFCk1vrT4E7bhkTbmKUyQwA","/ip4/172.18.138.167/tcp/50880/ws/p2p/16Uiu2HAkwxaxZ6vC68RFAn4QxoiWpVFCk1vrT4E7bhkTbmKUyQwA"],"enrUri":"enr:-L24QCtk-Qi87pv9na8v_3t43IGpvw3QP76CZ4izSvyTPChhYSu9Iaoh1kpLdSEFg9b1-InqpIx7m8tCLLAygHfMLNsCgmlkgnY0gmlwhKwSiqeKbXVsdGlhZGRyc5YACASsEoqnBsa_AAoErBKKpwbGwN0DgnJzhQACAQAAiXNlY3AyNTZrMaECJaKzhZ4xFKaEKdY3Qn9cAMwPrEqHlfqzM8xHJ9TpOTGDdGNwgsa_g3VkcILGwYV3YWt1MgU"}'
2026-03-06 04:35:12.910 INFO [src.node.waku_node] REST service is ready !!
2026-03-06 04:35:12.918 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-06 04:35:12.918 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-35-11__bb883f30-2e12-495d-92c7-469051c3dcf4__wakuorg_nwaku:latest.log
2026-03-06 04:35:12.918 DEBUG [src.node.waku_node] Starting Node...
2026-03-06 04:35:12.918 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-06 04:35:12.920 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-06 04:35:12.920 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.83.237
2026-03-06 04:35:12.920 DEBUG [src.node.docker_mananger] Generated ports ['34438', '34439', '34440', '34441', '34442']
2026-03-06 04:35:12.921 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-06 04:35:12.921 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-06 04:35:12.921 DEBUG [src.node.waku_node] Using volumes []
2026-03-06 04:35:12.921 DEBUG [src.node.docker_mananger] docker run -i -t -p 34438:34438 -p 34439:34439 -p 34440:34440 -p 34441:34441 -p 34442:34442 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=34440 --rest-port=34438 --tcp-port=34439 --discv5-udp-port=34441 --rest-address=0.0.0.0 --nat=extip:172.18.83.237 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=03b5caddf56705eaeecbde8aea1f0e7debecff06fdd50cd5fa6f14aa1dbce49b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34442 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCtk-Qi87pv9na8v_3t43IGpvw3QP76CZ4izSvyTPChhYSu9Iaoh1kpLdSEFg9b1-InqpIx7m8tCLLAygHfMLNsCgmlkgnY0gmlwhKwSiqeKbXVsdGlhZGRyc5YACASsEoqnBsa_AAoErBKKpwbGwN0DgnJzhQACAQAAiXNlY3AyNTZrMaECJaKzhZ4xFKaEKdY3Qn9cAMwPrEqHlfqzM8xHJ9TpOTGDdGNwgsa_g3VkcILGwYV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
2026-03-06 04:35:13.136 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.83.237 waku b31b85536c8284453f24ebc8043f0a0d2ac8de72fa8b99f9e1ccb8bc230d46cb
2026-03-06 04:35:13.176 DEBUG [src.node.docker_mananger] Container started with ID b31b85536c82. Setting up logs at ./log/docker/node2_2026-03-06_04-35-11__bb883f30-2e12-495d-92c7-469051c3dcf4__wakuorg_nwaku:latest.log
2026-03-06 04:35:13.176 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 34438
2026-03-06 04:35:13.177 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-06 04:35:14.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34438/health" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:35:14.181 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-06 04:35:14.282 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34438/health" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:35:14.285 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-06 04:35:14.385 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34438/health" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:35:14.400 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-06 04:35:14.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34438/health" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:35:14.505 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-06 04:35:14.505 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-06 04:35:14.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34438/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:35:14.508 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.83.237/tcp/34439/p2p/16Uiu2HAmDGwHLuxKNHfe7HqqrayShmgJmvxT5RyBdxSJF99Q8QfC","/ip4/172.18.83.237/tcp/34440/ws/p2p/16Uiu2HAmDGwHLuxKNHfe7HqqrayShmgJmvxT5RyBdxSJF99Q8QfC"],"enrUri":"enr:-L24QIp18v6bOfC-3LsxETl8mqpX06VEmPRjvgVZ7KeB7uJOMBXEZWnTliEE0DCJxhSt1ftdgLTc4NSlRLpBW1EFoTUCgmlkgnY0gmlwhKwSU-2KbXVsdGlhZGRyc5YACASsElPtBoaHAAoErBJT7QaGiN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDCTVwqgSzkdrJQuGNeWuCeBpr1fOjwuc_b2cQ-Ywx42uDdGNwgoaHg3VkcIKGiYV3YWt1MgE"}'
2026-03-06 04:35:14.508 INFO [src.node.waku_node] REST service is ready !!
2026-03-06 04:35:14.509 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34438/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.138.167/tcp/50879/p2p/16Uiu2HAkwxaxZ6vC68RFAn4QxoiWpVFCk1vrT4E7bhkTbmKUyQwA"]'
2026-03-06 04:35:14.534 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-06 04:35:14.535 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50878/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
2026-03-06 04:35:14.545 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-06 04:35:14.546 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34438/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
2026-03-06 04:35:14.551 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-06 04:35:14.552 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50878/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
2026-03-06 04:35:14.562 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-06 04:35:14.563 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-06 04:35:14.663 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-06 04:35:14.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50878/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:35:14.667 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1772771714552425591,"ephemeral":false,"proof":""}]'
2026-03-06 04:35:14.669 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-06 04:35:14.670 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34438/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:35:14.677 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1772771714552425591,"ephemeral":false,"proof":""}]'
2026-03-06 04:35:14.680 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50878/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-06 04:35:14.701 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-06 04:35:14.702 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-06 04:35:14.805 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-06 04:35:14.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50878/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:35:14.809 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771713077183613,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771714680389216,"ephemeral":false,"proof":""}]'
2026-03-06 04:35:14.854 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-06 04:35:14.855 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-06 04:35:14.855 DEBUG [src.node.waku_node] Stopping container with id 18453a0fa1e8
2026-03-06 04:35:15.478 DEBUG [src.node.waku_node] Container stopped.
2026-03-06 04:35:15.479 DEBUG [src.node.waku_node] Stopping container with id b31b85536c82
2026-03-06 04:35:16.071 DEBUG [src.node.waku_node] Container stopped.
2026-03-06 04:35:16.073 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-06 04:35:16.114 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-06 04:35:16.151 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-06 04:35:16.155 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
2026-03-06 04:35:16.155 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
2026-03-06 04:35:16.159 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-06_04-35-11__bb883f30-2e12-495d-92c7-469051c3dcf4__wakuorg_nwaku:latest.log
2026-03-06 04:35:16.164 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-06_04-35-11__bb883f30-2e12-495d-92c7-469051c3dcf4__wakuorg_nwaku:latest.log