mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-29 15:13:48 +00:00
653 lines
117 KiB
Plaintext
653 lines
117 KiB
Plaintext
2026-03-06 04:35:37.724 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-06 04:35:37.725 DEBUG [tests.conftest] Running test: test_resubscribe_to_unsubscribed_content_topics with id: 2026-03-06_04-35-37__784aaae9-77d3-45d9-87cd-7f14e2f1bfd8
|
|
2026-03-06 04:35:37.725 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-06 04:35:37.725 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-06 04:35:37.725 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-06 04:35:37.733 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-06 04:35:37.733 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-35-37__784aaae9-77d3-45d9-87cd-7f14e2f1bfd8__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:35:37.733 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-06 04:35:37.733 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-06 04:35:37.735 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-06 04:35:37.735 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.251.169
|
|
2026-03-06 04:35:37.735 DEBUG [src.node.docker_mananger] Generated ports ['49671', '49672', '49673', '49674', '49675']
|
|
2026-03-06 04:35:37.735 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-06 04:35:37.735 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-06 04:35:37.735 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-06 04:35:37.736 DEBUG [src.node.docker_mananger] docker run -i -t -p 49671:49671 -p 49672:49672 -p 49673:49673 -p 49674:49674 -p 49675:49675 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=49673 --rest-port=49671 --tcp-port=49672 --discv5-udp-port=49674 --rest-address=0.0.0.0 --nat=extip:172.18.251.169 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=79b4ba9aa637ece3a2654f07f7aaff59066fdfeffb03c8ac5211ab6f7064bd81 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49675 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-06 04:35:37.930 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.251.169 waku 81c5ab7a521730d4fc648ce6fef00a46ac23a7a93a6891a1debc6e6232be400f
|
|
2026-03-06 04:35:37.965 DEBUG [src.node.docker_mananger] Container started with ID 81c5ab7a5217. Setting up logs at ./log/docker/node1_2026-03-06_04-35-37__784aaae9-77d3-45d9-87cd-7f14e2f1bfd8__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:35:37.966 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 49671
|
|
2026-03-06 04:35:37.966 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-06 04:35:37.983 ERROR [src.node.docker_mananger] Max retries reached for container 2c86e3bb6400. Exiting log stream.
|
|
2026-03-06 04:35:38.517 ERROR [src.node.docker_mananger] Max retries reached for container eed0460e6a68. Exiting log stream.
|
|
2026-03-06 04:35:38.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:38.969 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:39.070 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:39.073 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:39.173 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:39.175 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:39.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:39.278 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:39.379 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:39.382 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:39.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:39.484 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:39.585 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:39.588 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:39.688 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:39.691 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:39.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:39.794 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:39.894 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:39.897 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:39.998 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:40.000 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:40.101 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:40.103 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:40.204 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:40.206 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:40.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:40.309 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:40.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:40.412 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:40.512 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:40.515 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:40.615 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:40.617 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:40.718 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:40.720 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:40.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:40.823 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:40.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:40.926 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:41.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:41.028 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:41.129 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:41.131 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:41.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:41.234 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:41.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:41.337 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:41.437 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:41.440 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:41.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:41.542 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:41.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:41.673 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:41.773 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:41.776 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:41.776 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-06 04:35:41.776 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49671/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:41.778 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.251.169/tcp/49672/p2p/16Uiu2HAkvHsoCqScS2ziPD3c7uLXytgipNZNXPtkjmvmkRTtojY2","/ip4/172.18.251.169/tcp/49673/ws/p2p/16Uiu2HAkvHsoCqScS2ziPD3c7uLXytgipNZNXPtkjmvmkRTtojY2"],"enrUri":"enr:-L24QNP7_9QC-hMgAMLwBrp1_2BZNM72Yyw1ENFjr4wTYflCQqeVJTRcZGzYfcELAfPPr8oM8VKb_CQ019irAaGWdwgCgmlkgnY0gmlwhKwS-6mKbXVsdGlhZGRyc5YACASsEvupBsIIAAoErBL7qQbCCd0DgnJzhQACAQAAiXNlY3AyNTZrMaECDNxnCHCfaUgbpHcGC7zsPqj7xM8oi4HIDW4fGsFTBg-DdGNwgsIIg3VkcILCCoV3YWt1MgU"}'
|
|
2026-03-06 04:35:41.778 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-06 04:35:41.785 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-06 04:35:41.785 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-35-37__784aaae9-77d3-45d9-87cd-7f14e2f1bfd8__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:35:41.786 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-06 04:35:41.786 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-06 04:35:41.787 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-06 04:35:41.787 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.18.1
|
|
2026-03-06 04:35:41.787 DEBUG [src.node.docker_mananger] Generated ports ['4879', '4880', '4881', '4882', '4883']
|
|
2026-03-06 04:35:41.788 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-06 04:35:41.788 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-06 04:35:41.788 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-06 04:35:41.788 DEBUG [src.node.docker_mananger] docker run -i -t -p 4879:4879 -p 4880:4880 -p 4881:4881 -p 4882:4882 -p 4883:4883 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=4881 --rest-port=4879 --tcp-port=4880 --discv5-udp-port=4882 --rest-address=0.0.0.0 --nat=extip:172.18.18.1 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=e09b0cdd625fde7f33d21e4a674dcd961e8dfcc608bf70de6d02c8ad2a33ebae --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4883 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QNP7_9QC-hMgAMLwBrp1_2BZNM72Yyw1ENFjr4wTYflCQqeVJTRcZGzYfcELAfPPr8oM8VKb_CQ019irAaGWdwgCgmlkgnY0gmlwhKwS-6mKbXVsdGlhZGRyc5YACASsEvupBsIIAAoErBL7qQbCCd0DgnJzhQACAQAAiXNlY3AyNTZrMaECDNxnCHCfaUgbpHcGC7zsPqj7xM8oi4HIDW4fGsFTBg-DdGNwgsIIg3VkcILCCoV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-06 04:35:41.994 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.18.1 waku 34e423697c1566ed0c0a59148a4bee11da1c1ca380f1526090cd1afe39183072
|
|
2026-03-06 04:35:42.029 DEBUG [src.node.docker_mananger] Container started with ID 34e423697c15. Setting up logs at ./log/docker/node2_2026-03-06_04-35-37__784aaae9-77d3-45d9-87cd-7f14e2f1bfd8__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:35:42.029 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4879
|
|
2026-03-06 04:35:42.030 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-06 04:35:43.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4879/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:43.033 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:43.133 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4879/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:43.136 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:43.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4879/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:43.240 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:43.240 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-06 04:35:43.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4879/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:43.243 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.18.1/tcp/4880/p2p/16Uiu2HAmDTYU7Zm2U2MosBb1Pe4fa7FzWGmfSjM3BrYV3VPqnvF2","/ip4/172.18.18.1/tcp/4881/ws/p2p/16Uiu2HAmDTYU7Zm2U2MosBb1Pe4fa7FzWGmfSjM3BrYV3VPqnvF2"],"enrUri":"enr:-L24QNCUktG-ALxMTEElUrYGTawywJCNi0_mbsf2jwgIQTAVJ1znr_illedy3cAeIiFuBX28BVMNato6rC18s5KuE1YCgmlkgnY0gmlwhKwSEgGKbXVsdGlhZGRyc5YACASsEhIBBhMQAAoErBISAQYTEd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDC-0IY4KQj_8QPQBQqslnhXyOWNaWAT35RpVyRsfdPWmDdGNwghMQg3VkcIITEoV3YWt1MgE"}'
|
|
2026-03-06 04:35:43.243 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-06 04:35:43.243 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4879/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.251.169/tcp/49672/p2p/16Uiu2HAkvHsoCqScS2ziPD3c7uLXytgipNZNXPtkjmvmkRTtojY2"]'
|
|
2026-03-06 04:35:43.267 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:43.269 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49671/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
|
2026-03-06 04:35:43.279 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:43.281 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4879/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
|
2026-03-06 04:35:43.289 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:43.290 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49671/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:43.299 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:43.300 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:43.401 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:43.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49671/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:43.404 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771741611593082,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771743289894870,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:43.446 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-06 04:35:43.447 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-06 04:35:43.448 DEBUG [src.node.waku_node] Stopping container with id 81c5ab7a5217
|
|
2026-03-06 04:35:44.033 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-06 04:35:44.035 DEBUG [src.node.waku_node] Stopping container with id 34e423697c15
|
|
2026-03-06 04:35:44.649 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-06 04:35:44.652 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-06 04:35:44.678 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-06 04:35:44.705 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-06 04:35:44.706 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-06 04:35:44.706 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-06 04:35:44.706 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-06_04-35-37__784aaae9-77d3-45d9-87cd-7f14e2f1bfd8__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:35:44.707 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-06_04-35-37__784aaae9-77d3-45d9-87cd-7f14e2f1bfd8__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:35:44.711 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-06 04:35:44.712 DEBUG [tests.conftest] Running test: test_resubscribe_to_unsubscribed_content_topics with id: 2026-03-06_04-35-44__d29b43e4-849b-4c9f-a149-8a58e1941b6a
|
|
2026-03-06 04:35:44.712 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-06 04:35:44.712 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-06 04:35:44.713 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-06 04:35:44.721 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-06 04:35:44.721 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-35-44__d29b43e4-849b-4c9f-a149-8a58e1941b6a__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:35:44.721 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-06 04:35:44.722 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-06 04:35:44.723 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-06 04:35:44.723 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.188.127
|
|
2026-03-06 04:35:44.723 DEBUG [src.node.docker_mananger] Generated ports ['42013', '42014', '42015', '42016', '42017']
|
|
2026-03-06 04:35:44.723 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-06 04:35:44.723 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-06 04:35:44.724 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-06 04:35:44.724 DEBUG [src.node.docker_mananger] docker run -i -t -p 42013:42013 -p 42014:42014 -p 42015:42015 -p 42016:42016 -p 42017:42017 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=42015 --rest-port=42013 --tcp-port=42014 --discv5-udp-port=42016 --rest-address=0.0.0.0 --nat=extip:172.18.188.127 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=9ebe7aa0ef9834ab5cf4c52aa80cfbc3b8e4dead25f36f8e41bd5d444aa6f2ba --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42017 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-06 04:35:44.850 ERROR [src.node.docker_mananger] Max retries reached for container 81c5ab7a5217. Exiting log stream.
|
|
2026-03-06 04:35:44.926 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.188.127 waku ce16b28556a40cbb32f06c0e70e714e4d244a836c2c647865f99270dd17bb550
|
|
2026-03-06 04:35:44.963 DEBUG [src.node.docker_mananger] Container started with ID ce16b28556a4. Setting up logs at ./log/docker/node1_2026-03-06_04-35-44__d29b43e4-849b-4c9f-a149-8a58e1941b6a__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:35:44.964 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 42013
|
|
2026-03-06 04:35:44.965 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-06 04:35:45.462 ERROR [src.node.docker_mananger] Max retries reached for container 34e423697c15. Exiting log stream.
|
|
2026-03-06 04:35:45.965 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42013/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:45.968 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:46.068 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42013/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:46.071 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:46.171 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42013/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:46.174 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:46.274 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42013/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:46.277 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:46.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42013/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:46.380 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:46.380 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-06 04:35:46.381 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42013/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:46.383 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.188.127/tcp/42014/p2p/16Uiu2HAmFq3Uj7hw5ekvwp8epKMXq3Nbnuerch1uVsa1hg9NN4fu","/ip4/172.18.188.127/tcp/42015/ws/p2p/16Uiu2HAmFq3Uj7hw5ekvwp8epKMXq3Nbnuerch1uVsa1hg9NN4fu"],"enrUri":"enr:-L24QDnA5Y-vAvEo-yanEmjcv0irtMmKiIALC2yHldtiHfG_NZjaLp60oPI1P_bqUTORx2odUpW9WWwe0BoIoA_QOe8CgmlkgnY0gmlwhKwSvH-KbXVsdGlhZGRyc5YACASsErx_BqQeAAoErBK8fwakH90DgnJzhQACAQAAiXNlY3AyNTZrMaEDLyZn7VsdpjKlX3dmo6hROhlkaTwt4FqO-0zRshyy7pSDdGNwgqQeg3VkcIKkIIV3YWt1MgU"}'
|
|
2026-03-06 04:35:46.383 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-06 04:35:46.391 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-06 04:35:46.391 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-35-44__d29b43e4-849b-4c9f-a149-8a58e1941b6a__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:35:46.391 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-06 04:35:46.391 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-06 04:35:46.392 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-06 04:35:46.393 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.219.177
|
|
2026-03-06 04:35:46.393 DEBUG [src.node.docker_mananger] Generated ports ['40103', '40104', '40105', '40106', '40107']
|
|
2026-03-06 04:35:46.393 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-06 04:35:46.393 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-06 04:35:46.393 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-06 04:35:46.393 DEBUG [src.node.docker_mananger] docker run -i -t -p 40103:40103 -p 40104:40104 -p 40105:40105 -p 40106:40106 -p 40107:40107 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=40105 --rest-port=40103 --tcp-port=40104 --discv5-udp-port=40106 --rest-address=0.0.0.0 --nat=extip:172.18.219.177 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=212be99dd070107aa4ef9f594a7dc34f78abdb09c277cfbc8f5cf5e22a9beded --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40107 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QDnA5Y-vAvEo-yanEmjcv0irtMmKiIALC2yHldtiHfG_NZjaLp60oPI1P_bqUTORx2odUpW9WWwe0BoIoA_QOe8CgmlkgnY0gmlwhKwSvH-KbXVsdGlhZGRyc5YACASsErx_BqQeAAoErBK8fwakH90DgnJzhQACAQAAiXNlY3AyNTZrMaEDLyZn7VsdpjKlX3dmo6hROhlkaTwt4FqO-0zRshyy7pSDdGNwgqQeg3VkcIKkIIV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-06 04:35:46.584 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.219.177 waku 0ca68136421c963659af9008e198c122458f02dd8212a7580049262c80e0fd09
|
|
2026-03-06 04:35:46.631 DEBUG [src.node.docker_mananger] Container started with ID 0ca68136421c. Setting up logs at ./log/docker/node2_2026-03-06_04-35-44__d29b43e4-849b-4c9f-a149-8a58e1941b6a__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:35:46.631 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 40103
|
|
2026-03-06 04:35:46.631 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-06 04:35:47.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40103/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:47.642 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-06 04:35:47.642 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-06 04:35:47.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40103/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:47.645 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.219.177/tcp/40104/p2p/16Uiu2HAm19PQqZaGWpAWDA5tPkUE7k3vd9LsDypTxPTAsRZum21o","/ip4/172.18.219.177/tcp/40105/ws/p2p/16Uiu2HAm19PQqZaGWpAWDA5tPkUE7k3vd9LsDypTxPTAsRZum21o"],"enrUri":"enr:-L24QC4KnOM-eiPlBJ5A1d6f-gScOAlX4d4NzJCp4Pa8W95dEAlWSdCJWrAWOZnRFGsoTzEUC_BWpGBBVW9h3moIp8ECgmlkgnY0gmlwhKwS27GKbXVsdGlhZGRyc5YACASsEtuxBpyoAAoErBLbsQacqd0DgnJzhQACAQAAiXNlY3AyNTZrMaECVPoYSuPspoovlT0oyRUwPudIzFbQ94sCQFXsejfPh3KDdGNwgpyog3VkcIKcqoV3YWt1MgE"}'
|
|
2026-03-06 04:35:47.645 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-06 04:35:47.646 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40103/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.188.127/tcp/42014/p2p/16Uiu2HAmFq3Uj7hw5ekvwp8epKMXq3Nbnuerch1uVsa1hg9NN4fu"]'
|
|
2026-03-06 04:35:47.684 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:47.686 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42013/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
|
2026-03-06 04:35:47.690 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:47.693 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40103/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
|
2026-03-06 04:35:47.700 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:47.700 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42013/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:47.710 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:47.710 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:47.812 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:47.812 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42013/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:47.815 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771747700722655,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:47.816 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:47.817 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40103/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:47.819 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771747700722655,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:47.821 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42013/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:35:47.829 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:47.830 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:47.930 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:47.930 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42013/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:47.933 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1772771747821188405,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:47.935 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:47.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40103/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:47.940 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1772771747821188405,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:47.943 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42013/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:35:47.952 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:47.953 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:48.054 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:48.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42013/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:48.056 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772771747943089994,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:48.058 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:48.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40103/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:48.061 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772771747943089994,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:48.062 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42013/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:35:48.070 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:48.070 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:48.173 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:48.173 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42013/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:48.176 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1772771748062829322,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:48.177 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:48.177 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40103/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:48.180 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1772771748062829322,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:48.181 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42013/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:35:48.189 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:48.189 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:48.290 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:48.290 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42013/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:48.293 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772771748181647750,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:48.294 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:48.294 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40103/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:48.296 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772771748181647750,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:48.298 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42013/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:35:48.305 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:48.305 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:48.406 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:48.406 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42013/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:48.410 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772771748298399764,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:48.413 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:48.414 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40103/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:48.417 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772771748298399764,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:48.419 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42013/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:35:48.430 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:48.430 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:48.531 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:48.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42013/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:48.534 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772771748419497752,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:48.535 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:48.535 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40103/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:48.537 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772771748419497752,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:48.541 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42013/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:35:48.548 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:48.549 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:48.649 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:48.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42013/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:48.652 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1772771748541294742,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:48.653 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:48.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40103/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:48.656 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1772771748541294742,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:48.657 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:42013/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
|
2026-03-06 04:35:48.708 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:48.709 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:40103/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
|
2026-03-06 04:35:48.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:48.758 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42013/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:48.769 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:48.770 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:48.870 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:48.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42013/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:48.873 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:42013/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto. Response content: b'/myapp/1/latest/proto'
|
|
2026-03-06 04:35:48.894 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42013/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:35:48.900 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:48.901 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:49.001 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:49.001 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42013/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:49.004 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:42013/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js. Response content: b'/waku/2/content/test.js'
|
|
2026-03-06 04:35:49.006 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42013/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:35:49.012 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:49.012 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:49.112 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:49.113 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42013/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:49.116 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:42013/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding. Response content: b'/app/22/sometopic/someencoding'
|
|
2026-03-06 04:35:49.117 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42013/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:35:49.124 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:49.124 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:49.224 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:49.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42013/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:49.228 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:42013/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto. Response content: b'/toychat/2/huilong/proto'
|
|
2026-03-06 04:35:49.229 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42013/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:35:49.235 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:49.236 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:49.336 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:49.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42013/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:49.339 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:42013/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor. Response content: b'/statusim/1/community/cbor'
|
|
2026-03-06 04:35:49.340 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42013/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:35:49.347 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:49.347 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:49.447 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:49.448 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42013/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:49.451 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:42013/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding. Response content: b'/app/27/sometopic/someencoding'
|
|
2026-03-06 04:35:49.452 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42013/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:35:49.458 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:49.459 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:49.559 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:49.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42013/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:49.562 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:42013/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding. Response content: b'/app/29/sometopic/someencoding'
|
|
2026-03-06 04:35:49.564 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42013/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:35:49.570 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:49.571 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:49.671 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:49.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42013/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:49.674 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:42013/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding. Response content: b'/app/20/sometopic/someencoding'
|
|
2026-03-06 04:35:49.675 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42013/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
|
2026-03-06 04:35:49.711 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:49.711 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40103/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
|
2026-03-06 04:35:49.744 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:49.745 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42013/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:49.753 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:49.754 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:49.855 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:49.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42013/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:49.858 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771749745399911,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:49.860 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:49.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40103/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:49.863 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771749745399911,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:49.864 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42013/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:35:49.872 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:49.873 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:49.973 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:49.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42013/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:49.976 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1772771749864734900,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:49.977 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:49.978 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40103/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:49.980 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1772771749864734900,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1772771748893878775,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:49.990 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-06 04:35:49.991 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-06 04:35:49.991 DEBUG [src.node.waku_node] Stopping container with id ce16b28556a4
|
|
2026-03-06 04:35:50.584 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-06 04:35:50.585 DEBUG [src.node.waku_node] Stopping container with id 0ca68136421c
|
|
2026-03-06 04:35:51.223 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-06 04:35:51.226 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-06 04:35:51.285 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-06 04:35:51.355 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-06 04:35:51.356 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-06 04:35:51.357 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-06 04:35:51.358 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-06_04-35-44__d29b43e4-849b-4c9f-a149-8a58e1941b6a__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:35:51.363 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-06_04-35-44__d29b43e4-849b-4c9f-a149-8a58e1941b6a__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:35:51.387 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-06 04:35:51.387 DEBUG [tests.conftest] Running test: test_resubscribe_to_unsubscribed_content_topics with id: 2026-03-06_04-35-51__79190de4-d712-4024-8465-89b4ce55e88d
|
|
2026-03-06 04:35:51.388 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-06 04:35:51.389 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-06 04:35:51.390 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-06 04:35:51.401 ERROR [src.node.docker_mananger] Max retries reached for container ce16b28556a4. Exiting log stream.
|
|
2026-03-06 04:35:51.402 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-06 04:35:51.404 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-35-51__79190de4-d712-4024-8465-89b4ce55e88d__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:35:51.404 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-06 04:35:51.404 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-06 04:35:51.408 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-06 04:35:51.408 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.223.252
|
|
2026-03-06 04:35:51.408 DEBUG [src.node.docker_mananger] Generated ports ['50942', '50943', '50944', '50945', '50946']
|
|
2026-03-06 04:35:51.408 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-06 04:35:51.409 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-06 04:35:51.409 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-06 04:35:51.409 DEBUG [src.node.docker_mananger] docker run -i -t -p 50942:50942 -p 50943:50943 -p 50944:50944 -p 50945:50945 -p 50946:50946 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=50944 --rest-port=50942 --tcp-port=50943 --discv5-udp-port=50945 --rest-address=0.0.0.0 --nat=extip:172.18.223.252 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=5a5ca3ef01636ece253a558ca3fcb9fc2fbaca57eab50f974ebef626fa08bb67 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50946 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-06 04:35:51.641 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.223.252 waku 235907733b209c315e32adff7c7b10afef6e93fd5d6f05c8ecff7515ff6ee907
|
|
2026-03-06 04:35:51.676 DEBUG [src.node.docker_mananger] Container started with ID 235907733b20. Setting up logs at ./log/docker/node1_2026-03-06_04-35-51__79190de4-d712-4024-8465-89b4ce55e88d__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:35:51.676 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 50942
|
|
2026-03-06 04:35:51.677 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-06 04:35:52.409 ERROR [src.node.docker_mananger] Max retries reached for container 0ca68136421c. Exiting log stream.
|
|
2026-03-06 04:35:52.678 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:52.681 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:52.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:52.784 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:52.884 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:52.887 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:52.987 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:52.990 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:53.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:53.093 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:53.193 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:53.196 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:53.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:53.299 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:53.400 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:53.402 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:53.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:53.505 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:53.606 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:53.608 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:53.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:53.711 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:53.811 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:53.814 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:53.914 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:53.917 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:54.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:54.019 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:54.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:54.122 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:54.223 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:54.226 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:54.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:54.328 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:54.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:54.431 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:54.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:54.533 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:54.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:54.636 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:54.737 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:54.739 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:54.839 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:54.842 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:54.942 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:54.945 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:54.945 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-06 04:35:54.945 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:54.947 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.223.252/tcp/50943/p2p/16Uiu2HAm51n9vWF7UwSnWXyK4rcWVYSfPuiB4sNqpiiGnCuR4dZw","/ip4/172.18.223.252/tcp/50944/ws/p2p/16Uiu2HAm51n9vWF7UwSnWXyK4rcWVYSfPuiB4sNqpiiGnCuR4dZw"],"enrUri":"enr:-L24QFVgM7O6SqTdD408RQM8P38y5JChimQCkTk7IWeACrVxYkRx-rsjn71h1EPNYUNAR0UaHDALFvOeAQfT9EksGfgCgmlkgnY0gmlwhKwS3_yKbXVsdGlhZGRyc5YACASsEt_8Bsb_AAoErBLf_AbHAN0DgnJzhQACAQAAiXNlY3AyNTZrMaECjnXpWxrjUF8EKpirfLJPMNu7zSzv51-usFF5pKqNPz6DdGNwgsb_g3VkcILHAYV3YWt1MgU"}'
|
|
2026-03-06 04:35:54.947 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-06 04:35:54.954 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-06 04:35:54.955 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-35-51__79190de4-d712-4024-8465-89b4ce55e88d__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:35:54.955 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-06 04:35:54.955 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-06 04:35:54.956 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-06 04:35:54.956 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.144.67
|
|
2026-03-06 04:35:54.956 DEBUG [src.node.docker_mananger] Generated ports ['30200', '30201', '30202', '30203', '30204']
|
|
2026-03-06 04:35:54.957 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-06 04:35:54.957 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-06 04:35:54.957 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-06 04:35:54.957 DEBUG [src.node.docker_mananger] docker run -i -t -p 30200:30200 -p 30201:30201 -p 30202:30202 -p 30203:30203 -p 30204:30204 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=30202 --rest-port=30200 --tcp-port=30201 --discv5-udp-port=30203 --rest-address=0.0.0.0 --nat=extip:172.18.144.67 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=939efd73ed80baa1e992ec8c4a08b3e377b6a2664e5d18d3b03d85daba0e4110 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30204 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFVgM7O6SqTdD408RQM8P38y5JChimQCkTk7IWeACrVxYkRx-rsjn71h1EPNYUNAR0UaHDALFvOeAQfT9EksGfgCgmlkgnY0gmlwhKwS3_yKbXVsdGlhZGRyc5YACASsEt_8Bsb_AAoErBLf_AbHAN0DgnJzhQACAQAAiXNlY3AyNTZrMaECjnXpWxrjUF8EKpirfLJPMNu7zSzv51-usFF5pKqNPz6DdGNwgsb_g3VkcILHAYV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-06 04:35:55.152 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.144.67 waku f75e48aae1983af4b82e71add65b00b27f32081ffdd9767f228406b7a7c0087b
|
|
2026-03-06 04:35:55.189 DEBUG [src.node.docker_mananger] Container started with ID f75e48aae198. Setting up logs at ./log/docker/node2_2026-03-06_04-35-51__79190de4-d712-4024-8465-89b4ce55e88d__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:35:55.190 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 30200
|
|
2026-03-06 04:35:55.191 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-06 04:35:56.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30200/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:56.194 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:56.294 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30200/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:56.327 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:35:56.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30200/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:56.430 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:56.430 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-06 04:35:56.430 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30200/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:56.432 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.144.67/tcp/30201/p2p/16Uiu2HAmRVqdECN2TDVLa8bfi1gdShTJzBnstWAphBe3kMf3CLX9","/ip4/172.18.144.67/tcp/30202/ws/p2p/16Uiu2HAmRVqdECN2TDVLa8bfi1gdShTJzBnstWAphBe3kMf3CLX9"],"enrUri":"enr:-L24QLUvntA38d-K0rAWahAWn5zostwnvuo2Anipj5BHW788B-LIhiD2e-J7whe5a4F-yeV34sbCIAJMl-yzt5d8uP0CgmlkgnY0gmlwhKwSkEOKbXVsdGlhZGRyc5YACASsEpBDBnX5AAoErBKQQwZ1-t0DgnJzhQACAQAAiXNlY3AyNTZrMaEDvs_WT0Jwl1hYzFwZ-n60eDuFrF1WsiT7p73Y4aNVjJiDdGNwgnX5g3VkcIJ1-4V3YWt1MgE"}'
|
|
2026-03-06 04:35:56.433 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-06 04:35:56.433 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30200/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.223.252/tcp/50943/p2p/16Uiu2HAm51n9vWF7UwSnWXyK4rcWVYSfPuiB4sNqpiiGnCuR4dZw"]'
|
|
2026-03-06 04:35:56.462 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:56.465 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50942/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
|
2026-03-06 04:35:56.468 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:56.472 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30200/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
|
2026-03-06 04:35:56.478 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:56.479 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50942/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:56.487 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:56.488 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:56.589 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:56.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:56.592 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771756479079054,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:56.593 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:56.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30200/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:56.596 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771756479079054,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:56.598 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50942/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:35:56.607 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:56.607 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:56.707 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:56.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:56.710 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1772771756598106434,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:56.712 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:56.712 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30200/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:56.715 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1772771756598106434,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:56.716 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50942/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:35:56.723 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:56.724 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:56.824 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:56.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:56.827 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772771756716595693,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:56.829 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:56.829 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30200/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:56.831 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772771756716595693,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:56.833 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50942/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:35:56.840 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:56.841 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:56.941 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:56.942 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:56.944 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1772771756833241204,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:56.946 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:56.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30200/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:56.948 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1772771756833241204,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:56.950 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50942/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:35:56.958 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:56.958 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:57.059 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:57.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:57.062 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772771756950073542,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:57.063 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:57.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30200/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:57.066 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772771756950073542,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:57.067 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50942/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:35:57.075 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:57.075 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:57.176 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:57.177 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:57.184 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772771757067724373,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:57.186 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:57.186 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30200/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:57.190 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772771757067724373,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:57.192 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50942/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:35:57.200 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:57.201 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:57.302 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:57.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:57.305 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772771757192237724,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:57.306 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:57.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30200/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:57.309 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772771757192237724,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:57.311 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50942/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:35:57.320 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:57.320 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:57.420 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:57.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:57.423 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1772771757311154394,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:57.425 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:57.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30200/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:57.427 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1772771757311154394,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:57.429 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:50942/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
|
2026-03-06 04:35:57.469 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:57.471 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:30200/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
|
2026-03-06 04:35:57.523 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:57.524 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50942/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:57.531 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:57.531 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:57.631 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:57.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:57.634 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:50942/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto. Response content: b'/myapp/1/latest/proto'
|
|
2026-03-06 04:35:57.636 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50942/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:35:57.642 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:57.642 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:57.742 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:57.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:57.745 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:50942/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js. Response content: b'/waku/2/content/test.js'
|
|
2026-03-06 04:35:57.746 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50942/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:35:57.752 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:57.752 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:57.852 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:57.853 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:57.856 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:50942/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding. Response content: b'/app/22/sometopic/someencoding'
|
|
2026-03-06 04:35:57.857 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50942/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:35:57.863 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:57.863 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:57.964 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:57.964 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:57.967 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:50942/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto. Response content: b'/toychat/2/huilong/proto'
|
|
2026-03-06 04:35:57.968 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50942/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:35:57.974 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:57.974 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:58.075 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:58.075 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:58.078 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:50942/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor. Response content: b'/statusim/1/community/cbor'
|
|
2026-03-06 04:35:58.079 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50942/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:35:58.086 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:58.086 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:58.187 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:58.187 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:58.190 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:50942/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding. Response content: b'/app/27/sometopic/someencoding'
|
|
2026-03-06 04:35:58.191 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50942/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:35:58.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:58.197 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:58.298 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:58.298 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:58.301 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:50942/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding. Response content: b'/app/29/sometopic/someencoding'
|
|
2026-03-06 04:35:58.302 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50942/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:35:58.308 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:58.308 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:58.408 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:58.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:58.411 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:50942/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding. Response content: b'/app/20/sometopic/someencoding'
|
|
2026-03-06 04:35:58.412 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50942/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
|
2026-03-06 04:35:58.446 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:58.447 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30200/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
|
2026-03-06 04:35:58.492 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:58.493 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50942/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:58.505 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:58.506 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:58.606 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:58.607 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:58.609 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771758493332813,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:58.610 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:58.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30200/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:58.613 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771758493332813,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:58.615 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50942/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:35:58.622 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:58.625 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:58.725 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:58.725 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:58.728 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1772771758614853746,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:58.729 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:58.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30200/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:58.732 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1772771758614853746,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:58.733 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50942/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:35:58.741 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:58.742 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:58.842 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:58.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:58.845 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772771758733475120,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:58.847 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:58.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30200/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:58.849 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772771758733475120,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:58.851 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50942/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:35:58.858 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:58.859 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:58.959 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:58.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:58.962 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1772771758851138763,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:58.963 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:58.964 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30200/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:58.966 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1772771758851138763,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:58.967 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50942/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:35:58.975 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:58.975 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:59.076 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:59.077 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:59.079 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772771758967802170,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:59.081 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:59.081 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30200/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:59.083 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772771758967802170,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:59.085 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50942/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:35:59.092 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:35:59.092 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:35:59.193 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:59.193 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50942/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:59.201 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772771759085136825,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:59.204 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:35:59.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30200/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:35:59.211 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772771759085136825,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772771758079495209,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:35:59.225 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-06 04:35:59.226 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-06 04:35:59.227 DEBUG [src.node.waku_node] Stopping container with id 235907733b20
|
|
2026-03-06 04:35:59.857 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-06 04:35:59.857 DEBUG [src.node.waku_node] Stopping container with id f75e48aae198
|
|
2026-03-06 04:36:00.408 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-06 04:36:00.408 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-06 04:36:00.474 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-06 04:36:00.540 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-06 04:36:00.541 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-06 04:36:00.542 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-06 04:36:00.542 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-06_04-35-51__79190de4-d712-4024-8465-89b4ce55e88d__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:36:00.544 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-06_04-35-51__79190de4-d712-4024-8465-89b4ce55e88d__wakuorg_nwaku:latest.log
|