99 lines
17 KiB
Plaintext

2026-03-16 04:58:34.487 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-16 04:58:34.488 DEBUG [tests.conftest] Running test: test_subscribe_via_api_to_new_pubsub_topics with id: 2026-03-16_04-58-34__a5dfeb93-1978-4016-abe9-7b7aa3c7b332
2026-03-16 04:58:34.488 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-16 04:58:34.488 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-16 04:58:34.488 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2026-03-16 04:58:34.496 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-16 04:58:34.496 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-16_04-58-34__a5dfeb93-1978-4016-abe9-7b7aa3c7b332__wakuorg_nwaku:latest.log
2026-03-16 04:58:34.496 DEBUG [src.node.waku_node] Starting Node...
2026-03-16 04:58:34.496 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-16 04:58:34.498 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-16 04:58:34.498 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.221.130
2026-03-16 04:58:34.499 DEBUG [src.node.docker_mananger] Generated ports ['16711', '16712', '16713', '16714', '16715']
2026-03-16 04:58:34.499 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
2026-03-16 04:58:34.499 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
2026-03-16 04:58:34.499 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-16 04:58:34.499 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-16 04:58:34.499 DEBUG [src.node.waku_node] Using volumes []
2026-03-16 04:58:34.499 DEBUG [src.node.docker_mananger] docker run -i -t -p 16711:16711 -p 16712:16712 -p 16713:16713 -p 16714:16714 -p 16715:16715 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=16713 --rest-port=16711 --tcp-port=16712 --discv5-udp-port=16714 --rest-address=0.0.0.0 --nat=extip:172.18.221.130 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=0c3efc0ed89abfaa2d6a1a5afb6d8bec346ca9a1ba9cb6c0f5eea6a40c9ac9dd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16715 --metrics-logging=true --relay=true --filter=true
2026-03-16 04:58:34.682 ERROR [src.node.docker_mananger] Max retries reached for container f2e9766893aa. Exiting log stream.
2026-03-16 04:58:34.699 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.221.130 waku cc8c0960484d6ba6367ba0e7e362108b92b78d43383a84767b3aa292eb883cba
2026-03-16 04:58:34.733 DEBUG [src.node.docker_mananger] Container started with ID cc8c0960484d. Setting up logs at ./log/docker/node1_2026-03-16_04-58-34__a5dfeb93-1978-4016-abe9-7b7aa3c7b332__wakuorg_nwaku:latest.log
2026-03-16 04:58:34.733 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16711
2026-03-16 04:58:34.735 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-16 04:58:35.260 ERROR [src.node.docker_mananger] Max retries reached for container 87117a0d5de8. Exiting log stream.
2026-03-16 04:58:35.735 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16711/health" -H "Content-Type: application/json" -d 'None'
2026-03-16 04:58:35.738 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-16 04:58:35.838 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16711/health" -H "Content-Type: application/json" -d 'None'
2026-03-16 04:58:35.840 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-16 04:58:35.941 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16711/health" -H "Content-Type: application/json" -d 'None'
2026-03-16 04:58:35.944 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-16 04:58:35.944 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-16 04:58:35.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16711/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-16 04:58:35.946 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.221.130/tcp/16712/p2p/16Uiu2HAmRFeNFV48bX2oVg1jEcuWgtNvcfV6foegXcqdLf81GsUP","/ip4/172.18.221.130/tcp/16713/ws/p2p/16Uiu2HAmRFeNFV48bX2oVg1jEcuWgtNvcfV6foegXcqdLf81GsUP"],"enrUri":"enr:-L24QJr3TH80W3Zn8UIOJyIiwk4L75orlNa9hnihYCXqwOmTd45nFCfio0Scg5nNcEBTwhHsAF3NCAsugfb6XbgvvooCgmlkgnY0gmlwhKwS3YKKbXVsdGlhZGRyc5YACASsEt2CBkFIAAoErBLdggZBSd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDuyz54QPNJv6FcU7fu9IpTBa1mMZzKtud3z_k6x1au_SDdGNwgkFIg3VkcIJBSoV3YWt1MgU"}'
2026-03-16 04:58:35.947 INFO [src.node.waku_node] REST service is ready !!
2026-03-16 04:58:35.953 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-16 04:58:35.954 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-16_04-58-34__a5dfeb93-1978-4016-abe9-7b7aa3c7b332__wakuorg_nwaku:latest.log
2026-03-16 04:58:35.954 DEBUG [src.node.waku_node] Starting Node...
2026-03-16 04:58:35.954 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-16 04:58:35.955 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-16 04:58:35.955 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.64.201
2026-03-16 04:58:35.955 DEBUG [src.node.docker_mananger] Generated ports ['44159', '44160', '44161', '44162', '44163']
2026-03-16 04:58:35.956 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
2026-03-16 04:58:35.956 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
2026-03-16 04:58:35.956 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-16 04:58:35.956 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-16 04:58:35.956 DEBUG [src.node.waku_node] Using volumes []
2026-03-16 04:58:35.956 DEBUG [src.node.docker_mananger] docker run -i -t -p 44159:44159 -p 44160:44160 -p 44161:44161 -p 44162:44162 -p 44163:44163 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=44161 --rest-port=44159 --tcp-port=44160 --discv5-udp-port=44162 --rest-address=0.0.0.0 --nat=extip:172.18.64.201 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=35313cb9cbf287e56fed37e7c871e3e19ead24e00215d51de4487c4ce3498de3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44163 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJr3TH80W3Zn8UIOJyIiwk4L75orlNa9hnihYCXqwOmTd45nFCfio0Scg5nNcEBTwhHsAF3NCAsugfb6XbgvvooCgmlkgnY0gmlwhKwS3YKKbXVsdGlhZGRyc5YACASsEt2CBkFIAAoErBLdggZBSd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDuyz54QPNJv6FcU7fu9IpTBa1mMZzKtud3z_k6x1au_SDdGNwgkFIg3VkcIJBSoV3YWt1MgU
2026-03-16 04:58:36.172 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.64.201 waku b2caa5d4c05bd872047640a0b48f004cfa394b1c5629cd4d0e89ea9a738e2b40
2026-03-16 04:58:36.206 DEBUG [src.node.docker_mananger] Container started with ID b2caa5d4c05b. Setting up logs at ./log/docker/node2_2026-03-16_04-58-34__a5dfeb93-1978-4016-abe9-7b7aa3c7b332__wakuorg_nwaku:latest.log
2026-03-16 04:58:36.207 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 44159
2026-03-16 04:58:36.207 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-16 04:58:37.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44159/health" -H "Content-Type: application/json" -d 'None'
2026-03-16 04:58:37.210 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-16 04:58:37.310 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44159/health" -H "Content-Type: application/json" -d 'None'
2026-03-16 04:58:37.337 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-16 04:58:37.437 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44159/health" -H "Content-Type: application/json" -d 'None'
2026-03-16 04:58:37.440 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-16 04:58:37.440 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-16 04:58:37.440 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44159/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-16 04:58:37.442 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.64.201/tcp/44160/p2p/16Uiu2HAmG1bTi1P9mYC8gNm8KSfe6EbQYPoAHJhaVW1wWCMpx3vq","/ip4/172.18.64.201/tcp/44161/ws/p2p/16Uiu2HAmG1bTi1P9mYC8gNm8KSfe6EbQYPoAHJhaVW1wWCMpx3vq"],"enrUri":"enr:-L24QNULt-hg04yn4A3zP444EFu6oz919U9jnPM8_gXz9ZeFSc6USQ8fODJ-0iS0z5R73y01NhBp5J3dsTi2xNd2c3QCgmlkgnY0gmlwhKwSQMmKbXVsdGlhZGRyc5YACASsEkDJBqyAAAoErBJAyQasgd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDMdpgb6u06BtFWHBBT_C6Xjh8gGCyUTFYKSzDJQwoCsKDdGNwgqyAg3VkcIKsgoV3YWt1MgE"}'
2026-03-16 04:58:37.443 INFO [src.node.waku_node] REST service is ready !!
2026-03-16 04:58:37.443 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44159/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.221.130/tcp/16712/p2p/16Uiu2HAmRFeNFV48bX2oVg1jEcuWgtNvcfV6foegXcqdLf81GsUP"]'
2026-03-16 04:58:37.484 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-16 04:58:37.485 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16711/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
2026-03-16 04:58:37.492 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-16 04:58:37.492 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44159/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
2026-03-16 04:58:37.498 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-16 04:58:37.499 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16711/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-16 04:58:37.510 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-16 04:58:37.511 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-16 04:58:37.611 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-16 04:58:37.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16711/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
2026-03-16 04:58:37.614 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773637117499289551,"ephemeral":false,"proof":""}]'
2026-03-16 04:58:37.615 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-16 04:58:37.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44159/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
2026-03-16 04:58:37.618 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773637117499289551,"ephemeral":false,"proof":""}]'
2026-03-16 04:58:37.620 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16711/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-16 04:58:37.631 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-16 04:58:37.632 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-16 04:58:37.733 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-16 04:58:37.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16711/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
2026-03-16 04:58:37.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773637117620129592,"ephemeral":false,"proof":""}]'
2026-03-16 04:58:37.745 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-16 04:58:37.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44159/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
2026-03-16 04:58:37.774 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773637117620129592,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1773637115875604532,"ephemeral":false,"proof":""}]'
2026-03-16 04:58:37.784 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-16 04:58:37.785 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-16 04:58:37.785 DEBUG [src.node.waku_node] Stopping container with id cc8c0960484d
2026-03-16 04:58:38.379 DEBUG [src.node.waku_node] Container stopped.
2026-03-16 04:58:38.380 DEBUG [src.node.waku_node] Stopping container with id b2caa5d4c05b
2026-03-16 04:58:38.947 DEBUG [src.node.waku_node] Container stopped.
2026-03-16 04:58:38.949 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-16 04:58:39.045 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-16 04:58:39.085 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-16 04:58:39.087 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
2026-03-16 04:58:39.087 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
2026-03-16 04:58:39.088 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-16_04-58-34__a5dfeb93-1978-4016-abe9-7b7aa3c7b332__wakuorg_nwaku:latest.log
2026-03-16 04:58:39.090 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-16_04-58-34__a5dfeb93-1978-4016-abe9-7b7aa3c7b332__wakuorg_nwaku:latest.log