mirror of
https://github.com/logos-messaging/logos-delivery-interop-tests.git
synced 2026-03-11 04:13:18 +00:00
deploy: 33596417e34411faac4e115052bf62025070f319
This commit is contained in:
parent
7e37706e3b
commit
da35b04c55
2
nim/1106/app.js
Normal file
2
nim/1106/app.js
Normal file
File diff suppressed because one or more lines are too long
95
nim/1106/data/attachments/1032b9eb9e69dd5b.txt
Normal file
95
nim/1106/data/attachments/1032b9eb9e69dd5b.txt
Normal file
@ -0,0 +1,95 @@
|
||||
2026-03-06 04:33:40.317 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:33:40.318 DEBUG [tests.conftest] Running test: test_publish_with_ephemeral with id: 2026-03-06_04-33-40__b85ab0bb-736f-405b-9b89-463e0b15ee8a
|
||||
2026-03-06 04:33:40.319 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:33:40.320 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-06 04:33:40.320 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
||||
2026-03-06 04:33:40.329 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:33:40.330 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-33-40__b85ab0bb-736f-405b-9b89-463e0b15ee8a__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:40.330 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:33:40.330 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:33:40.333 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:33:40.333 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.37.105
|
||||
2026-03-06 04:33:40.334 DEBUG [src.node.docker_mananger] Generated ports ['15165', '15166', '15167', '15168', '15169']
|
||||
2026-03-06 04:33:40.335 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:33:40.336 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:33:40.337 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:33:40.337 DEBUG [src.node.docker_mananger] docker run -i -t -p 15165:15165 -p 15166:15166 -p 15167:15167 -p 15168:15168 -p 15169:15169 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=15167 --rest-port=15165 --tcp-port=15166 --discv5-udp-port=15168 --rest-address=0.0.0.0 --nat=extip:172.18.37.105 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0af4e6d6a9c3d82dcfc6b0ef95b4d3f70ccd1ccff4c31abc1f1f9dcba7a2a9bd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15169 --metrics-logging=true --relay=true
|
||||
2026-03-06 04:33:40.538 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.37.105 waku 2ef062d780d6b9a57a7857e08a1cc04babf0f741dd8c2d7a74d79a427fae7abf
|
||||
2026-03-06 04:33:40.575 DEBUG [src.node.docker_mananger] Container started with ID 2ef062d780d6. Setting up logs at ./log/docker/node1_2026-03-06_04-33-40__b85ab0bb-736f-405b-9b89-463e0b15ee8a__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:40.576 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15165
|
||||
2026-03-06 04:33:40.576 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:33:40.611 ERROR [src.node.docker_mananger] Max retries reached for container d78e7b3d4148. Exiting log stream.
|
||||
2026-03-06 04:33:41.154 ERROR [src.node.docker_mananger] Max retries reached for container 77769f854b0f. Exiting log stream.
|
||||
2026-03-06 04:33:41.576 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:41.579 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:33:41.579 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:33:41.579 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15165/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:41.582 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.37.105/tcp/15166/p2p/16Uiu2HAmChW8wsFjGKjiX1hh9TpsAW3Q7xK8WqNDdWDeD64vGdLq","/ip4/172.18.37.105/tcp/15167/ws/p2p/16Uiu2HAmChW8wsFjGKjiX1hh9TpsAW3Q7xK8WqNDdWDeD64vGdLq"],"enrUri":"enr:-L24QFROok8TMJ85pEyhwJmbQFi3HnP3z54Ll75R5hpp9t3YMMVGnrYCbgAmR-VUbRuWxRUvRU_ml3UJSzdt4yMfK_YCgmlkgnY0gmlwhKwSJWmKbXVsdGlhZGRyc5YACASsEiVpBjs-AAoErBIlaQY7P90DgnJzhQADAQAAiXNlY3AyNTZrMaEDAKTXk8_mFScwE-L_ujJQLZKKnxCCrdjJWf8J7r9XSVaDdGNwgjs-g3VkcII7QIV3YWt1MgE"}'
|
||||
2026-03-06 04:33:41.582 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:33:41.589 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:33:41.589 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-33-40__b85ab0bb-736f-405b-9b89-463e0b15ee8a__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:41.590 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:33:41.590 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:33:41.591 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:33:41.591 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.200.120
|
||||
2026-03-06 04:33:41.591 DEBUG [src.node.docker_mananger] Generated ports ['7854', '7855', '7856', '7857', '7858']
|
||||
2026-03-06 04:33:41.591 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:33:41.592 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:33:41.592 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:33:41.592 DEBUG [src.node.docker_mananger] docker run -i -t -p 7854:7854 -p 7855:7855 -p 7856:7856 -p 7857:7857 -p 7858:7858 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=7856 --rest-port=7854 --tcp-port=7855 --discv5-udp-port=7857 --rest-address=0.0.0.0 --nat=extip:172.18.200.120 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=79b0f8deeb2edc1564b1e2d3e8760592a86f4efdcc04838cccf70b0f8ee80be1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7858 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFROok8TMJ85pEyhwJmbQFi3HnP3z54Ll75R5hpp9t3YMMVGnrYCbgAmR-VUbRuWxRUvRU_ml3UJSzdt4yMfK_YCgmlkgnY0gmlwhKwSJWmKbXVsdGlhZGRyc5YACASsEiVpBjs-AAoErBIlaQY7P90DgnJzhQADAQAAiXNlY3AyNTZrMaEDAKTXk8_mFScwE-L_ujJQLZKKnxCCrdjJWf8J7r9XSVaDdGNwgjs-g3VkcII7QIV3YWt1MgE
|
||||
2026-03-06 04:33:41.784 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.200.120 waku bfdfd7b78be90e8ef5abb6e9096a8e96ddab6770e0310d1def00f1b238f08af2
|
||||
2026-03-06 04:33:41.819 DEBUG [src.node.docker_mananger] Container started with ID bfdfd7b78be9. Setting up logs at ./log/docker/node2_2026-03-06_04-33-40__b85ab0bb-736f-405b-9b89-463e0b15ee8a__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:41.819 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7854
|
||||
2026-03-06 04:33:41.819 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:33:42.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7854/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:42.833 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:33:42.836 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:33:42.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7854/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:42.844 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.200.120/tcp/7855/p2p/16Uiu2HAm7kiKQuM3x1bLUxTyVDgnBKdgKijJCySDhfctXWuWQX92","/ip4/172.18.200.120/tcp/7856/ws/p2p/16Uiu2HAm7kiKQuM3x1bLUxTyVDgnBKdgKijJCySDhfctXWuWQX92"],"enrUri":"enr:-L24QLJ0Ar_-ZCYFZPaXNHnvch8DtKhIhmHcTcqpUkskhNAwcNqdtDG98CMZIGvtJKz_bY-homRMPuabI6j_5vDmdKICgmlkgnY0gmlwhKwSyHiKbXVsdGlhZGRyc5YACASsEsh4Bh6vAAoErBLIeAYesN0DgnJzhQADAQAAiXNlY3AyNTZrMaECtyzsILYFoDvVuOoR_QnaavC11bUg5xDKhgJqSb-6DjGDdGNwgh6vg3VkcIIesYV3YWt1MgE"}'
|
||||
2026-03-06 04:33:42.845 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:33:42.845 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7854/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.37.105/tcp/15166/p2p/16Uiu2HAmChW8wsFjGKjiX1hh9TpsAW3Q7xK8WqNDdWDeD64vGdLq"]'
|
||||
2026-03-06 04:33:42.848 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:42.848 DEBUG [src.steps.relay] Running fixture setup: subscribe_main_relay_nodes
|
||||
2026-03-06 04:33:42.849 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15165/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:33:42.852 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:42.852 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7854/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:33:42.857 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:42.858 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:42.865 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:42.865 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:33:42.965 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:42.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:42.968 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771622858423296,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:42.970 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:42.970 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7854/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:42.972 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771622858423296,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:42.973 INFO [src.steps.relay] WARM UP successful!!
|
||||
2026-03-06 04:33:42.974 DEBUG [tests.relay.test_publish] Running test with Ephemeral True
|
||||
2026-03-06 04:33:42.975 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)', "ephemeral": true}'
|
||||
2026-03-06 04:33:42.979 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:42.979 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:33:43.079 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:43.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:43.082 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771622975070199,"ephemeral":true,"proof":""}]'
|
||||
2026-03-06 04:33:43.083 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:43.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7854/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:43.085 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771622975070199,"ephemeral":true,"proof":""}]'
|
||||
2026-03-06 04:33:43.087 DEBUG [tests.relay.test_publish] Running test with Ephemeral False
|
||||
2026-03-06 04:33:43.087 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)', "ephemeral": false}'
|
||||
2026-03-06 04:33:43.091 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:43.092 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:33:43.192 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:43.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:43.195 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771623087326034,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:43.196 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:43.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7854/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:43.199 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771623087326034,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:43.202 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:33:43.203 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:33:43.203 DEBUG [src.node.waku_node] Stopping container with id 2ef062d780d6
|
||||
2026-03-06 04:33:43.802 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:33:43.803 DEBUG [src.node.waku_node] Stopping container with id bfdfd7b78be9
|
||||
2026-03-06 04:33:44.364 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:33:44.365 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:33:44.377 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:33:44.382 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
81
nim/1106/data/attachments/10916f300c94288e.txt
Normal file
81
nim/1106/data/attachments/10916f300c94288e.txt
Normal file
@ -0,0 +1,81 @@
|
||||
2026-03-06 04:37:08.004 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:37:08.005 DEBUG [tests.conftest] Running test: test_filter_update_subscription_with_invalid_content_topic_format with id: 2026-03-06_04-37-08__cac85fef-e213-4dec-8b77-2811023420bd
|
||||
2026-03-06 04:37:08.005 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:37:08.005 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-03-06 04:37:08.005 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2026-03-06 04:37:08.012 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:37:08.012 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-37-08__cac85fef-e213-4dec-8b77-2811023420bd__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:37:08.012 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:37:08.012 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:37:08.014 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:37:08.014 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.231.55
|
||||
2026-03-06 04:37:08.014 DEBUG [src.node.docker_mananger] Generated ports ['35830', '35831', '35832', '35833', '35834']
|
||||
2026-03-06 04:37:08.014 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:37:08.015 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:37:08.015 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:37:08.015 DEBUG [src.node.docker_mananger] docker run -i -t -p 35830:35830 -p 35831:35831 -p 35832:35832 -p 35833:35833 -p 35834:35834 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=35832 --rest-port=35830 --tcp-port=35831 --discv5-udp-port=35833 --rest-address=0.0.0.0 --nat=extip:172.18.231.55 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=52cfaf7a216af4dbd57ac9789886fb5ceaeac1eac0e2f74eb0baffd6f7c50f4d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35834 --metrics-logging=true --relay=true --filter=true
|
||||
2026-03-06 04:37:08.206 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.231.55 waku 32dcd6801db69823b6c22a1608398b87b8c12f7462a402081792eac0c4d39164
|
||||
2026-03-06 04:37:08.242 DEBUG [src.node.docker_mananger] Container started with ID 32dcd6801db6. Setting up logs at ./log/docker/node1_2026-03-06_04-37-08__cac85fef-e213-4dec-8b77-2811023420bd__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:37:08.242 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 35830
|
||||
2026-03-06 04:37:08.243 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:37:08.279 ERROR [src.node.docker_mananger] Max retries reached for container 1711bff292c5. Exiting log stream.
|
||||
2026-03-06 04:37:08.813 ERROR [src.node.docker_mananger] Max retries reached for container 952ef131306f. Exiting log stream.
|
||||
2026-03-06 04:37:09.244 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:37:09.247 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:37:09.247 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:37:09.247 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35830/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:37:09.250 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.231.55/tcp/35831/p2p/16Uiu2HAmAsfaBAoSy8GvpGZ17ectFWfMTh4gUteavCBnh6jYbd8g","/ip4/172.18.231.55/tcp/35832/ws/p2p/16Uiu2HAmAsfaBAoSy8GvpGZ17ectFWfMTh4gUteavCBnh6jYbd8g"],"enrUri":"enr:-L24QMqxNtrjLRfvceajAzbagp05XYvS2LsmklvgbmlB3alENGfN8X0XwlqMh1AiBO6P_en2aNb6AzqqRrKT6FZXeJMCgmlkgnY0gmlwhKwS5zeKbXVsdGlhZGRyc5YACASsEuc3Bov3AAoErBLnNwaL-N0DgnJzhQADAQAAiXNlY3AyNTZrMaEC5Yfxy50TIGh03AG9hIQg9tC0eAxJR99YjMDe-n2XDY2DdGNwgov3g3VkcIKL-YV3YWt1MgU"}'
|
||||
2026-03-06 04:37:09.250 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:37:09.250 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2026-03-06 04:37:09.257 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:37:09.257 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-37-08__cac85fef-e213-4dec-8b77-2811023420bd__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:37:09.257 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:37:09.257 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:37:09.259 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:37:09.259 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.114.235
|
||||
2026-03-06 04:37:09.259 DEBUG [src.node.docker_mananger] Generated ports ['12200', '12201', '12202', '12203', '12204']
|
||||
2026-03-06 04:37:09.259 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:37:09.259 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:37:09.260 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:37:09.260 DEBUG [src.node.docker_mananger] docker run -i -t -p 12200:12200 -p 12201:12201 -p 12202:12202 -p 12203:12203 -p 12204:12204 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=12202 --rest-port=12200 --tcp-port=12201 --discv5-udp-port=12203 --rest-address=0.0.0.0 --nat=extip:172.18.114.235 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=84d16a34be6bd7fad281a9eef8b9569d0ee6bdec64e0a52ee2ceefc6fa057e48 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=12204 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QMqxNtrjLRfvceajAzbagp05XYvS2LsmklvgbmlB3alENGfN8X0XwlqMh1AiBO6P_en2aNb6AzqqRrKT6FZXeJMCgmlkgnY0gmlwhKwS5zeKbXVsdGlhZGRyc5YACASsEuc3Bov3AAoErBLnNwaL-N0DgnJzhQADAQAAiXNlY3AyNTZrMaEC5Yfxy50TIGh03AG9hIQg9tC0eAxJR99YjMDe-n2XDY2DdGNwgov3g3VkcIKL-YV3YWt1MgU --filternode=/ip4/172.18.231.55/tcp/35831/p2p/16Uiu2HAmAsfaBAoSy8GvpGZ17ectFWfMTh4gUteavCBnh6jYbd8g
|
||||
2026-03-06 04:37:09.465 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.114.235 waku 48b7f5984d5c0a7229fca7329d3ecab777e71358cc89e2e31393fca1b76e3488
|
||||
2026-03-06 04:37:09.503 DEBUG [src.node.docker_mananger] Container started with ID 48b7f5984d5c. Setting up logs at ./log/docker/node2_2026-03-06_04-37-08__cac85fef-e213-4dec-8b77-2811023420bd__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:37:09.504 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 12200
|
||||
2026-03-06 04:37:09.504 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:37:10.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12200/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:37:10.507 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:37:10.508 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:37:10.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12200/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:37:10.511 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.114.235/tcp/12201/p2p/16Uiu2HAmACAcJ3tiiQdK8NHgNd3Ho8FeZWxXkaRQEowyiQJZm8f7","/ip4/172.18.114.235/tcp/12202/ws/p2p/16Uiu2HAmACAcJ3tiiQdK8NHgNd3Ho8FeZWxXkaRQEowyiQJZm8f7"],"enrUri":"enr:-L24QENQVzJQPuL4EeH3E876Sq6cV4s7F-5vy2_qY-oYjdWEHY73L3zRx6lJAdYnH2STJvBsptoi74JyDDShmMObPogCgmlkgnY0gmlwhKwScuuKbXVsdGlhZGRyc5YACASsEnLrBi-pAAoErBJy6wYvqt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC22mLOjqf_RAE0YhZslUGNPn_H0MCdSwoAzFTeMgs916DdGNwgi-pg3VkcIIvq4V3YWt1MgA"}'
|
||||
2026-03-06 04:37:10.511 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:37:10.512 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12200/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.231.55/tcp/35831/p2p/16Uiu2HAmAsfaBAoSy8GvpGZ17ectFWfMTh4gUteavCBnh6jYbd8g"]'
|
||||
2026-03-06 04:37:10.549 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:37:10.550 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2026-03-06 04:37:10.551 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35830/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:37:10.568 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:37:10.570 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12200/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "c218281b-1719-423f-8ac4-c1f4649c8782", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:37:10.584 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"c218281b-1719-423f-8ac4-c1f4649c8782","statusDesc":"OK"}'
|
||||
2026-03-06 04:37:10.586 DEBUG [tests.filter.test_subscribe_update] Running test with contetn topic Empty string
|
||||
2026-03-06 04:37:10.586 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:12200/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": [{"description": "Empty string", "value": ""}], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:37:10.589 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:12200/filter/v2/subscriptions. Response content: b'{"requestId":"unknown","statusDesc":"BAD_REQUEST: Failed to decode request: (status: 400 Bad Request, headers: , kind: Error, errobj: (status: 400 Bad Request, message: \\"Invalid content body, could not decode. Unable to deserialize data: \\", contentType: \\"text/plain\\"))"}'
|
||||
2026-03-06 04:37:10.589 DEBUG [tests.filter.test_subscribe_update] Running test with contetn topic A dictionary
|
||||
2026-03-06 04:37:10.589 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:12200/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": [{"description": "A dictionary", "value": {"key": "YWFh"}}], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:37:10.592 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:12200/filter/v2/subscriptions. Response content: b'{"requestId":"unknown","statusDesc":"BAD_REQUEST: Failed to decode request: (status: 400 Bad Request, headers: , kind: Error, errobj: (status: 400 Bad Request, message: \\"Invalid content body, could not decode. Unable to deserialize data: \\", contentType: \\"text/plain\\"))"}'
|
||||
2026-03-06 04:37:10.593 DEBUG [tests.filter.test_subscribe_update] Running test with contetn topic An integer
|
||||
2026-03-06 04:37:10.593 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:12200/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": [{"description": "An integer", "value": 1234567890}], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:37:10.595 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:12200/filter/v2/subscriptions. Response content: b'{"requestId":"unknown","statusDesc":"BAD_REQUEST: Failed to decode request: (status: 400 Bad Request, headers: , kind: Error, errobj: (status: 400 Bad Request, message: \\"Invalid content body, could not decode. Unable to deserialize data: \\", contentType: \\"text/plain\\"))"}'
|
||||
2026-03-06 04:37:10.596 DEBUG [tests.filter.test_subscribe_update] Running test with contetn topic A list
|
||||
2026-03-06 04:37:10.596 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:12200/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": [{"description": "A list", "value": ["YWFh"]}], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:37:10.599 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:12200/filter/v2/subscriptions. Response content: b'{"requestId":"unknown","statusDesc":"BAD_REQUEST: Failed to decode request: (status: 400 Bad Request, headers: , kind: Error, errobj: (status: 400 Bad Request, message: \\"Invalid content body, could not decode. Unable to deserialize data: \\", contentType: \\"text/plain\\"))"}'
|
||||
2026-03-06 04:37:10.600 DEBUG [tests.filter.test_subscribe_update] Running test with contetn topic A bool
|
||||
2026-03-06 04:37:10.600 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:12200/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": [{"description": "A bool", "value": true}], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:37:10.602 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:12200/filter/v2/subscriptions. Response content: b'{"requestId":"unknown","statusDesc":"BAD_REQUEST: Failed to decode request: (status: 400 Bad Request, headers: , kind: Error, errobj: (status: 400 Bad Request, message: \\"Invalid content body, could not decode. Unable to deserialize data: \\", contentType: \\"text/plain\\"))"}'
|
||||
2026-03-06 04:37:10.605 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:37:10.606 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:37:10.606 DEBUG [src.node.waku_node] Stopping container with id 32dcd6801db6
|
||||
2026-03-06 04:37:11.148 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:37:11.149 DEBUG [src.node.waku_node] Stopping container with id 48b7f5984d5c
|
||||
2026-03-06 04:37:11.707 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:37:11.710 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:37:11.718 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:37:11.722 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
72
nim/1106/data/attachments/10af924b0dbe6e8b.txt
Normal file
72
nim/1106/data/attachments/10af924b0dbe6e8b.txt
Normal file
@ -0,0 +1,72 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_filter_get_message_with_150_kb_payload with id: 2026-03-06_04-32-48__1fab10d3-2667-4ba0-815e-5f0d83e2bfe0
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-32-48__1fab10d3-2667-4ba0-815e-5f0d83e2bfe0__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.56.15
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['42115', '42116', '42117', '42118', '42119']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 42115:42115 -p 42116:42116 -p 42117:42117 -p 42118:42118 -p 42119:42119 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=42117 --rest-port=42115 --tcp-port=42116 --discv5-udp-port=42118 --rest-address=0.0.0.0 --nat=extip:172.18.56.15 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=231cbec5bcbe28c5ca1eb91bbb7026cedf6ca5ecdbffad3f7b03dbfdfb6b6d3e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42119 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.56.15 waku b9f3d1294306490bee9f7e99d30549f376caa7aba696a3781cc78012d6388297
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 55923faf0357. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID b9f3d1294306. Setting up logs at ./log/docker/node1_2026-03-06_04-32-48__1fab10d3-2667-4ba0-815e-5f0d83e2bfe0__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 42115
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container ee22de3f3cfc. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42115/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42115/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.56.15/tcp/42116/p2p/16Uiu2HAmBLB5AQ6M4FcZgHVLXZ4MS7qZNbBURuDDZYqB1qedTmp6","/ip4/172.18.56.15/tcp/42117/ws/p2p/16Uiu2HAmBLB5AQ6M4FcZgHVLXZ4MS7qZNbBURuDDZYqB1qedTmp6"],"enrUri":"enr:-L24QETuB8i_WrrjWDWrbTT1Ufy0FXyTJEnsz572C1xvjk-QYHolScC5n5ANHXg-1YOjZOBEUOaEeM8S96MDgLR6f3gCgmlkgnY0gmlwhKwSOA-KbXVsdGlhZGRyc5YACASsEjgPBqSEAAoErBI4Dwakhd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC7FJmqvkkEY0v5YMY_DQnZOEnPt8leg3MpjmvYF1BPUuDdGNwgqSEg3VkcIKkhoV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-32-48__1fab10d3-2667-4ba0-815e-5f0d83e2bfe0__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.67.234
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['39634', '39635', '39636', '39637', '39638']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 39634:39634 -p 39635:39635 -p 39636:39636 -p 39637:39637 -p 39638:39638 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=39636 --rest-port=39634 --tcp-port=39635 --discv5-udp-port=39637 --rest-address=0.0.0.0 --nat=extip:172.18.67.234 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c202ebd1548aa18ea2baa773f38d541fb052f43a1f598ea6bff8c22adb6e2b34 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39638 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QETuB8i_WrrjWDWrbTT1Ufy0FXyTJEnsz572C1xvjk-QYHolScC5n5ANHXg-1YOjZOBEUOaEeM8S96MDgLR6f3gCgmlkgnY0gmlwhKwSOA-KbXVsdGlhZGRyc5YACASsEjgPBqSEAAoErBI4Dwakhd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC7FJmqvkkEY0v5YMY_DQnZOEnPt8leg3MpjmvYF1BPUuDdGNwgqSEg3VkcIKkhoV3YWt1MgU --filternode=/ip4/172.18.56.15/tcp/42116/p2p/16Uiu2HAmBLB5AQ6M4FcZgHVLXZ4MS7qZNbBURuDDZYqB1qedTmp6
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.67.234 waku ab08f59fc596f9276d3ffb3db5faeaf9bafbefa0f9ea0f7ce06c2b69fe9f09cf
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID ab08f59fc596. Setting up logs at ./log/docker/node2_2026-03-06_04-32-48__1fab10d3-2667-4ba0-815e-5f0d83e2bfe0__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 39634
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39634/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39634/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.67.234/tcp/39635/p2p/16Uiu2HAmSwSA4dL68feeRrURBkLB34eUeUw8oBEehjE3ZbqUi1Jj","/ip4/172.18.67.234/tcp/39636/ws/p2p/16Uiu2HAmSwSA4dL68feeRrURBkLB34eUeUw8oBEehjE3ZbqUi1Jj"],"enrUri":"enr:-L24QFuKXkoISMj6Wny4nw5XXzMc5HwXvXpCBDl2nNXJ2sb4YdakqjFP7q8dg3o7QN8XmpBqHNsekLptibC_fxbkvrwCgmlkgnY0gmlwhKwSQ-qKbXVsdGlhZGRyc5YACASsEkPqBprTAAoErBJD6gaa1N0DgnJzhQADAQAAiXNlY3AyNTZrMaED1DoW337keg5XqZtRBkNyEL17UVKm9DOVkV06BbAeU5yDdGNwgprTg3VkcIKa1YV3YWt1MgA"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:39634/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.56.15/tcp/42116/p2p/16Uiu2HAmBLB5AQ6M4FcZgHVLXZ4MS7qZNbBURuDDZYqB1qedTmp6"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:47 Running fixture setup: subscribe_main_nodes
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42115/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:39634/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "3f77115b-6d36-4bd5-bfb3-ae27dd854032", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"3f77115b-6d36-4bd5-bfb3-ae27dd854032","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:custom_logger.py:10 Log line was discarded because it's longer than max_log_line_length=5000
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 2 seconds
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:96 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39634/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:custom_logger.py:10 Log line was discarded because it's longer than max_log_line_length=5000
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b9f3d1294306
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id ab08f59fc596
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
79
nim/1106/data/attachments/111c51fb8ef63b09.txt
Normal file
79
nim/1106/data/attachments/111c51fb8ef63b09.txt
Normal file
@ -0,0 +1,79 @@
|
||||
2026-03-06 04:33:12.241 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:33:12.241 DEBUG [tests.conftest] Running test: test_filter_update_subscription_add_a_new_content_topic with id: 2026-03-06_04-33-12__3b54f5d0-564f-41f3-826b-0dc77bd994ab
|
||||
2026-03-06 04:33:12.242 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:33:12.242 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-03-06 04:33:12.242 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2026-03-06 04:33:12.250 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:33:12.250 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-33-12__3b54f5d0-564f-41f3-826b-0dc77bd994ab__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:12.250 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:33:12.250 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:33:12.252 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:33:12.252 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.184.214
|
||||
2026-03-06 04:33:12.252 DEBUG [src.node.docker_mananger] Generated ports ['39149', '39150', '39151', '39152', '39153']
|
||||
2026-03-06 04:33:12.253 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:33:12.253 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:33:12.253 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:33:12.253 DEBUG [src.node.docker_mananger] docker run -i -t -p 39149:39149 -p 39150:39150 -p 39151:39151 -p 39152:39152 -p 39153:39153 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=39151 --rest-port=39149 --tcp-port=39150 --discv5-udp-port=39152 --rest-address=0.0.0.0 --nat=extip:172.18.184.214 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c97a6b4ade974bebad89ba3c492dc612b6ff8df6ab8db2bbefbb9eae2bed1330 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39153 --metrics-logging=true --relay=true --filter=true
|
||||
2026-03-06 04:33:12.441 ERROR [src.node.docker_mananger] Max retries reached for container ca1c0438b543. Exiting log stream.
|
||||
2026-03-06 04:33:12.449 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.184.214 waku a1a1109c8e2e6be75c1503f85a0959d3804ac2796244dcac26d3b0be26941ef3
|
||||
2026-03-06 04:33:12.487 DEBUG [src.node.docker_mananger] Container started with ID a1a1109c8e2e. Setting up logs at ./log/docker/node1_2026-03-06_04-33-12__3b54f5d0-564f-41f3-826b-0dc77bd994ab__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:12.487 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 39149
|
||||
2026-03-06 04:33:12.488 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:33:13.042 ERROR [src.node.docker_mananger] Max retries reached for container d7092ef11733. Exiting log stream.
|
||||
2026-03-06 04:33:13.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39149/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:13.492 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:33:13.492 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:33:13.493 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39149/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:13.495 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.184.214/tcp/39150/p2p/16Uiu2HAmB7HtGSVFars36UFxmYc6wMVZoGRufXrFw7tGSyM26Gz7","/ip4/172.18.184.214/tcp/39151/ws/p2p/16Uiu2HAmB7HtGSVFars36UFxmYc6wMVZoGRufXrFw7tGSyM26Gz7"],"enrUri":"enr:-L24QOVBlrlMWZ8_uMJKPHhR_0YlofVMilTJLjo00dBQx8jxMfmn_xaHHlTLc6C3phmYPp-D_8HCJ_41QZZ2KTfyX4MCgmlkgnY0gmlwhKwSuNaKbXVsdGlhZGRyc5YACASsErjWBpjuAAoErBK41gaY790DgnJzhQADAQAAiXNlY3AyNTZrMaEC6QWNlA5ak-hpqD0qLJ7Vb-BKjqr_uOdVMOT__bkqm-SDdGNwgpjug3VkcIKY8IV3YWt1MgU"}'
|
||||
2026-03-06 04:33:13.495 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:33:13.496 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2026-03-06 04:33:13.502 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:33:13.502 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-33-12__3b54f5d0-564f-41f3-826b-0dc77bd994ab__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:13.503 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:33:13.503 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:33:13.504 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:33:13.504 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.5.3
|
||||
2026-03-06 04:33:13.505 DEBUG [src.node.docker_mananger] Generated ports ['28669', '28670', '28671', '28672', '28673']
|
||||
2026-03-06 04:33:13.505 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:33:13.505 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:33:13.505 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:33:13.505 DEBUG [src.node.docker_mananger] docker run -i -t -p 28669:28669 -p 28670:28670 -p 28671:28671 -p 28672:28672 -p 28673:28673 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=28671 --rest-port=28669 --tcp-port=28670 --discv5-udp-port=28672 --rest-address=0.0.0.0 --nat=extip:172.18.5.3 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=319cf8f454164ae47a37eaefad9bbe14eff33faa0ddcbf5b3dc5262b07bbcdfc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28673 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QOVBlrlMWZ8_uMJKPHhR_0YlofVMilTJLjo00dBQx8jxMfmn_xaHHlTLc6C3phmYPp-D_8HCJ_41QZZ2KTfyX4MCgmlkgnY0gmlwhKwSuNaKbXVsdGlhZGRyc5YACASsErjWBpjuAAoErBK41gaY790DgnJzhQADAQAAiXNlY3AyNTZrMaEC6QWNlA5ak-hpqD0qLJ7Vb-BKjqr_uOdVMOT__bkqm-SDdGNwgpjug3VkcIKY8IV3YWt1MgU --filternode=/ip4/172.18.184.214/tcp/39150/p2p/16Uiu2HAmB7HtGSVFars36UFxmYc6wMVZoGRufXrFw7tGSyM26Gz7
|
||||
2026-03-06 04:33:13.710 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.5.3 waku 851bac488a4fbe5a7e487cc6fe5cf7ae54986e58c6c6b06762cc0265d4b40106
|
||||
2026-03-06 04:33:13.745 DEBUG [src.node.docker_mananger] Container started with ID 851bac488a4f. Setting up logs at ./log/docker/node2_2026-03-06_04-33-12__3b54f5d0-564f-41f3-826b-0dc77bd994ab__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:13.745 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 28669
|
||||
2026-03-06 04:33:13.745 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:33:14.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28669/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:14.749 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:33:14.750 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:33:14.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28669/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:14.752 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.5.3/tcp/28670/p2p/16Uiu2HAmFTpM436GhM3vnEhd3DTUdPqhNyDEfhsxks7ph9sLSwd9","/ip4/172.18.5.3/tcp/28671/ws/p2p/16Uiu2HAmFTpM436GhM3vnEhd3DTUdPqhNyDEfhsxks7ph9sLSwd9"],"enrUri":"enr:-L24QG0EX6k0xcN2jLYEX_mTfma7MsDisOpbUkRpYnkZff-8Fuy_fz45qSgKjg-nxP8whJ4RpjhFYdNN0SMqZhlR0DQCgmlkgnY0gmlwhKwSBQOKbXVsdGlhZGRyc5YACASsEgUDBm_-AAoErBIFAwZv_90DgnJzhQADAQAAiXNlY3AyNTZrMaEDKbZcN-7hE2B0O-kOgjXj_tb-f206sxZlvsYLWB1-PiCDdGNwgm_-g3VkcIJwAIV3YWt1MgA"}'
|
||||
2026-03-06 04:33:14.752 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:33:14.753 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28669/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.184.214/tcp/39150/p2p/16Uiu2HAmB7HtGSVFars36UFxmYc6wMVZoGRufXrFw7tGSyM26Gz7"]'
|
||||
2026-03-06 04:33:14.790 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:14.795 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39149/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:33:14.808 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:14.811 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28669/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "9bb8a849-65b7-48c0-a09a-23b4dacc960d", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:33:14.824 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"9bb8a849-65b7-48c0-a09a-23b4dacc960d","statusDesc":"OK"}'
|
||||
2026-03-06 04:33:14.825 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:28669/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/2/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:33:14.836 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:33:14.837 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39149/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:14.846 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:14.847 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:33:14.947 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:14.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28669/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:14.951 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772771594837434628,"ephemeral":false}]'
|
||||
2026-03-06 04:33:14.952 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39149/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/2/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:14.958 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:14.958 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:33:15.059 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:15.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28669/filter/v2/messages/%2Ftest%2F2%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:15.062 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/2/waku-filter/proto","version":0,"timestamp":1772771594952774519,"ephemeral":false}]'
|
||||
2026-03-06 04:33:15.065 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:33:15.066 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:33:15.067 DEBUG [src.node.waku_node] Stopping container with id a1a1109c8e2e
|
||||
2026-03-06 04:33:15.653 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:33:15.654 DEBUG [src.node.waku_node] Stopping container with id 851bac488a4f
|
||||
2026-03-06 04:33:16.245 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:33:16.247 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:33:16.253 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:33:16.258 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
38
nim/1106/data/attachments/1164efad6cf09165.txt
Normal file
38
nim/1106/data/attachments/1164efad6cf09165.txt
Normal file
@ -0,0 +1,38 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_metrics_initial_value with id: 2026-03-06_04-34-29__a613cab8-2112-4301-b2a4-844f915caaee
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-34-29__a613cab8-2112-4301-b2a4-844f915caaee__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.52.170
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['31539', '31540', '31541', '31542', '31543']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 31539:31539 -p 31540:31540 -p 31541:31541 -p 31542:31542 -p 31543:31543 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=31541 --rest-port=31539 --tcp-port=31540 --discv5-udp-port=31542 --rest-address=0.0.0.0 --nat=extip:172.18.52.170 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=00f60f6bc8e40cccdd3a6aa83fb44c484d28aebfbcf23cd10a0f27fa9c3dac36 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31543 --metrics-logging=true --relay=true --filter=true --store=true --lightpush=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.52.170 waku 88fa33ee1555040b88436bf83028b7a868d8ba5f4ce0595c3fd030a06b9f0d8c
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 88fa33ee1555. Setting up logs at ./log/docker/node1_2026-03-06_04-34-29__a613cab8-2112-4301-b2a4-844f915caaee__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 31539
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container aed020df4d0f. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 151108f36e96. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:31539/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:31539/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.52.170/tcp/31540/p2p/16Uiu2HAmQ2tHC4kgRvEafbKgUoMCgycFFYvv6LgwU1oDz4cotHZd","/ip4/172.18.52.170/tcp/31541/ws/p2p/16Uiu2HAmQ2tHC4kgRvEafbKgUoMCgycFFYvv6LgwU1oDz4cotHZd"],"enrUri":"enr:-L24QLuUs_PCk3D-6hkeX5Kwv5fxuemIsH1_ZYRstU6mzuAHJyO3c5lpobpH5Ug46sDRnYw5NU67chkb-M25EssEwhECgmlkgnY0gmlwhKwSNKqKbXVsdGlhZGRyc5YACASsEjSqBns0AAoErBI0qgZ7Nd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDqQx4SYuQW9JpOPIhAGGbjEdSkurIIQ9MPAdHv-gSNpyDdGNwgns0g3VkcIJ7NoV3YWt1Mg8"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 5 seconds
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:68 All metrics are present and have valid values.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 88fa33ee1555
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
132
nim/1106/data/attachments/11680e179ce523e1.txt
Normal file
132
nim/1106/data/attachments/11680e179ce523e1.txt
Normal file
@ -0,0 +1,132 @@
|
||||
2026-03-06 04:33:04.262 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:33:04.263 DEBUG [tests.conftest] Running test: test_relay_4_nodes_sender_latency with id: 2026-03-06_04-33-04__73fe12f0-a487-440e-9f25-62f69dcfa421
|
||||
2026-03-06 04:33:04.264 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:33:04.265 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-06 04:33:04.273 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:33:04.274 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-33-04__73fe12f0-a487-440e-9f25-62f69dcfa421__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:04.283 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:33:04.285 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-33-04__73fe12f0-a487-440e-9f25-62f69dcfa421__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:04.294 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:33:04.295 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-06_04-33-04__73fe12f0-a487-440e-9f25-62f69dcfa421__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:04.303 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:33:04.304 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-03-06_04-33-04__73fe12f0-a487-440e-9f25-62f69dcfa421__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:04.304 INFO [tests.e2e.test_network_conditions] Starting 4 nodes with relay enabled (bootstrap chain)
|
||||
2026-03-06 04:33:04.305 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:33:04.305 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:33:04.307 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:33:04.307 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.40.28
|
||||
2026-03-06 04:33:04.307 DEBUG [src.node.docker_mananger] Generated ports ['11696', '11697', '11698', '11699', '11700']
|
||||
2026-03-06 04:33:04.308 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:33:04.308 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:33:04.308 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:33:04.308 DEBUG [src.node.docker_mananger] docker run -i -t -p 11696:11696 -p 11697:11697 -p 11698:11698 -p 11699:11699 -p 11700:11700 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=11698 --rest-port=11696 --tcp-port=11697 --discv5-udp-port=11699 --rest-address=0.0.0.0 --nat=extip:172.18.40.28 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fdefacfcd0b47d9d8e5efeaffcc1eae8b728efc1ebace2ed9fe4730bbf61bdcc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11700 --metrics-logging=true --relay=true
|
||||
2026-03-06 04:33:04.536 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.40.28 waku 0185f53ed2232a349d3d8d06b6ad97019f0ed733e5007fafcdad69e21b933d3b
|
||||
2026-03-06 04:33:04.571 DEBUG [src.node.docker_mananger] Container started with ID 0185f53ed223. Setting up logs at ./log/docker/node1_2026-03-06_04-33-04__73fe12f0-a487-440e-9f25-62f69dcfa421__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:04.572 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 11696
|
||||
2026-03-06 04:33:04.574 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:33:05.300 ERROR [src.node.docker_mananger] Max retries reached for container 6ca2c5c4ccf8. Exiting log stream.
|
||||
2026-03-06 04:33:05.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:05.577 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:33:05.577 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:33:05.577 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11696/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:05.580 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.40.28/tcp/11697/p2p/16Uiu2HAm5FKC4tzjDMo7G5nsyi6WqYMeVzU3vuDYSUAHHWJzoGpT","/ip4/172.18.40.28/tcp/11698/ws/p2p/16Uiu2HAm5FKC4tzjDMo7G5nsyi6WqYMeVzU3vuDYSUAHHWJzoGpT"],"enrUri":"enr:-L24QJU6TCVW8Q1u_RwTJxB4KTjhUTeC28fXh5DlXBYGBZ8Ib3c9wol9PGSSwP8JHkZ4P6uLPFgTb9xWoNr3gwnlHMsCgmlkgnY0gmlwhKwSKByKbXVsdGlhZGRyc5YACASsEigcBi2xAAoErBIoHAYtst0DgnJzhQADAQAAiXNlY3AyNTZrMaECke2OQXvlXfs6JHZEvWt3LudVfTARvpSUsKi2hivTVnyDdGNwgi2xg3VkcIIts4V3YWt1MgE"}'
|
||||
2026-03-06 04:33:05.580 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:33:05.580 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:33:05.580 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:33:05.581 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:33:05.582 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.112.228
|
||||
2026-03-06 04:33:05.582 DEBUG [src.node.docker_mananger] Generated ports ['57299', '57300', '57301', '57302', '57303']
|
||||
2026-03-06 04:33:05.582 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:33:05.582 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:33:05.582 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:33:05.582 DEBUG [src.node.docker_mananger] docker run -i -t -p 57299:57299 -p 57300:57300 -p 57301:57301 -p 57302:57302 -p 57303:57303 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=57301 --rest-port=57299 --tcp-port=57300 --discv5-udp-port=57302 --rest-address=0.0.0.0 --nat=extip:172.18.112.228 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bd52dbbd8d0c7e8d06f1bf9fedbcf43e9fa5f6acc7c65fb01fa5f3d28afc36cd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57303 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJU6TCVW8Q1u_RwTJxB4KTjhUTeC28fXh5DlXBYGBZ8Ib3c9wol9PGSSwP8JHkZ4P6uLPFgTb9xWoNr3gwnlHMsCgmlkgnY0gmlwhKwSKByKbXVsdGlhZGRyc5YACASsEigcBi2xAAoErBIoHAYtst0DgnJzhQADAQAAiXNlY3AyNTZrMaECke2OQXvlXfs6JHZEvWt3LudVfTARvpSUsKi2hivTVnyDdGNwgi2xg3VkcIIts4V3YWt1MgE
|
||||
2026-03-06 04:33:05.775 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.112.228 waku c8c110e813db7cd45e8b9e641e411f280f529f2660f36eb70da184b6863419d8
|
||||
2026-03-06 04:33:05.808 DEBUG [src.node.docker_mananger] Container started with ID c8c110e813db. Setting up logs at ./log/docker/node2_2026-03-06_04-33-04__73fe12f0-a487-440e-9f25-62f69dcfa421__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:05.809 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 57299
|
||||
2026-03-06 04:33:05.809 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:33:06.810 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57299/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:06.824 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:33:06.825 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:33:06.825 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57299/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:06.832 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.112.228/tcp/57300/p2p/16Uiu2HAmU9SdV2mHfMz9JZ1QtACt38Ke8QN4W18vH9Kky75ganpc","/ip4/172.18.112.228/tcp/57301/ws/p2p/16Uiu2HAmU9SdV2mHfMz9JZ1QtACt38Ke8QN4W18vH9Kky75ganpc"],"enrUri":"enr:-L24QHB9-Vtq2fWGCyxTBsLSXQZ9L-6BO0KA79sjakGrneG6ZDNb-NJXNBSZaasqggeXAf2YjoO-4XlllamWjFqxCP8CgmlkgnY0gmlwhKwScOSKbXVsdGlhZGRyc5YACASsEnDkBt_UAAoErBJw5Abf1d0DgnJzhQADAQAAiXNlY3AyNTZrMaED5ilH0fl3ezcFd9dVJfPHlq3UMRuHFjWcSQ81tTIibbWDdGNwgt_Ug3VkcILf1oV3YWt1MgE"}'
|
||||
2026-03-06 04:33:06.832 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:33:06.834 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:33:06.834 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:33:06.835 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:33:06.836 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.49.252
|
||||
2026-03-06 04:33:06.836 DEBUG [src.node.docker_mananger] Generated ports ['43132', '43133', '43134', '43135', '43136']
|
||||
2026-03-06 04:33:06.836 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:33:06.836 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:33:06.836 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:33:06.836 DEBUG [src.node.docker_mananger] docker run -i -t -p 43132:43132 -p 43133:43133 -p 43134:43134 -p 43135:43135 -p 43136:43136 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=43134 --rest-port=43132 --tcp-port=43133 --discv5-udp-port=43135 --rest-address=0.0.0.0 --nat=extip:172.18.49.252 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c32274c0c4fba02b635dac48b41c5aa8220fd865f7ddcb0a9c05263ba06e3bab --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43136 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHB9-Vtq2fWGCyxTBsLSXQZ9L-6BO0KA79sjakGrneG6ZDNb-NJXNBSZaasqggeXAf2YjoO-4XlllamWjFqxCP8CgmlkgnY0gmlwhKwScOSKbXVsdGlhZGRyc5YACASsEnDkBt_UAAoErBJw5Abf1d0DgnJzhQADAQAAiXNlY3AyNTZrMaED5ilH0fl3ezcFd9dVJfPHlq3UMRuHFjWcSQ81tTIibbWDdGNwgt_Ug3VkcILf1oV3YWt1MgE
|
||||
2026-03-06 04:33:07.034 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.49.252 waku 03544d5d204dd64162fd61e59c49a2a88f5060057acfa6511cc5948fbd9f93c3
|
||||
2026-03-06 04:33:07.067 DEBUG [src.node.docker_mananger] Container started with ID 03544d5d204d. Setting up logs at ./log/docker/node3_2026-03-06_04-33-04__73fe12f0-a487-440e-9f25-62f69dcfa421__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:07.068 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 43132
|
||||
2026-03-06 04:33:07.068 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:33:08.070 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43132/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:08.088 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:33:08.090 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:33:08.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43132/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:08.094 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.49.252/tcp/43133/p2p/16Uiu2HAmKmJBiGs2obcbQuMVL3Kdbe6esZGex7Wwpipwa2hx1NUq","/ip4/172.18.49.252/tcp/43134/ws/p2p/16Uiu2HAmKmJBiGs2obcbQuMVL3Kdbe6esZGex7Wwpipwa2hx1NUq"],"enrUri":"enr:-L24QFOsYR6nPkZoOczdiaPiXzs_VtZ2SbU9gJj1vx8jUlqqPh8R_xl9aPQRjizzzgGrGjZQJeANaEo-GCsMQVKZub0CgmlkgnY0gmlwhKwSMfyKbXVsdGlhZGRyc5YACASsEjH8Bqh9AAoErBIx_Aaoft0DgnJzhQADAQAAiXNlY3AyNTZrMaEDaZ91lDG9n9oYpFN-0PCktmNjW1UI8_tJO7zoVaNTQnKDdGNwgqh9g3VkcIKof4V3YWt1MgE"}'
|
||||
2026-03-06 04:33:08.094 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:33:08.096 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:33:08.096 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:33:08.098 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:33:08.098 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.89.73
|
||||
2026-03-06 04:33:08.098 DEBUG [src.node.docker_mananger] Generated ports ['38401', '38402', '38403', '38404', '38405']
|
||||
2026-03-06 04:33:08.099 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:33:08.099 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:33:08.099 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:33:08.099 DEBUG [src.node.docker_mananger] docker run -i -t -p 38401:38401 -p 38402:38402 -p 38403:38403 -p 38404:38404 -p 38405:38405 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=38403 --rest-port=38401 --tcp-port=38402 --discv5-udp-port=38404 --rest-address=0.0.0.0 --nat=extip:172.18.89.73 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=af0cc5d6a28f76f0ec037dd179896ef6a7dbb69fdaad396f94a9e5fd9cfda7ae --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38405 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFOsYR6nPkZoOczdiaPiXzs_VtZ2SbU9gJj1vx8jUlqqPh8R_xl9aPQRjizzzgGrGjZQJeANaEo-GCsMQVKZub0CgmlkgnY0gmlwhKwSMfyKbXVsdGlhZGRyc5YACASsEjH8Bqh9AAoErBIx_Aaoft0DgnJzhQADAQAAiXNlY3AyNTZrMaEDaZ91lDG9n9oYpFN-0PCktmNjW1UI8_tJO7zoVaNTQnKDdGNwgqh9g3VkcIKof4V3YWt1MgE
|
||||
2026-03-06 04:33:08.293 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.89.73 waku 461e28fad52fcdd0ba0dc320cc569578c9739afd932e12b41a6423766370b476
|
||||
2026-03-06 04:33:08.328 DEBUG [src.node.docker_mananger] Container started with ID 461e28fad52f. Setting up logs at ./log/docker/node4_2026-03-06_04-33-04__73fe12f0-a487-440e-9f25-62f69dcfa421__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:08.329 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 38401
|
||||
2026-03-06 04:33:08.329 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:33:09.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38401/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:09.343 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:33:09.343 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:33:09.344 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38401/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:09.354 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.89.73/tcp/38402/p2p/16Uiu2HAkvTkoy8KKK2gPHjvorU5BNSrznpHkNT6eYJL8CsBTKNNN","/ip4/172.18.89.73/tcp/38403/ws/p2p/16Uiu2HAkvTkoy8KKK2gPHjvorU5BNSrznpHkNT6eYJL8CsBTKNNN"],"enrUri":"enr:-L24QCTPuWoQziXl9hJqqgNvGBYMm5V_1frzQ0C4VRM-T3oTZXZ6Q5u_OK06SphXh2wNPoNqfsf-Z1nwJFxVeIzq81ACgmlkgnY0gmlwhKwSWUmKbXVsdGlhZGRyc5YACASsEllJBpYCAAoErBJZSQaWA90DgnJzhQADAQAAiXNlY3AyNTZrMaECD2RPfpIZ45eXe_h68Rl2p6DESdTe4zpdFYSwq5yZyHuDdGNwgpYCg3VkcIKWBIV3YWt1MgE"}'
|
||||
2026-03-06 04:33:09.354 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:33:09.355 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11696/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:33:09.361 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:09.361 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57299/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:33:09.367 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:09.368 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43132/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:33:09.380 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:09.380 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38401/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:33:09.384 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:09.385 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11696/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:09.388 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.112.228/tcp/54898/p2p/16Uiu2HAmU9SdV2mHfMz9JZ1QtACt38Ke8QN4W18vH9Kky75ganpc","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"UnknownOrigin"}]'
|
||||
2026-03-06 04:33:09.389 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57299/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:09.392 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.40.28/tcp/11697/p2p/16Uiu2HAm5FKC4tzjDMo7G5nsyi6WqYMeVzU3vuDYSUAHHWJzoGpT","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"Discv5"},{"multiaddr":"/ip4/172.18.49.252/tcp/53108/p2p/16Uiu2HAmKmJBiGs2obcbQuMVL3Kdbe6esZGex7Wwpipwa2hx1NUq","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"UnknownOrigin"}]'
|
||||
2026-03-06 04:33:09.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43132/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:09.395 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.112.228/tcp/57300/p2p/16Uiu2HAmU9SdV2mHfMz9JZ1QtACt38Ke8QN4W18vH9Kky75ganpc","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"Discv5"},{"multiaddr":"/ip4/172.18.89.73/tcp/33434/p2p/16Uiu2HAkvTkoy8KKK2gPHjvorU5BNSrznpHkNT6eYJL8CsBTKNNN","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"UnknownOrigin"}]'
|
||||
2026-03-06 04:33:09.395 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38401/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:09.398 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.49.252/tcp/43133/p2p/16Uiu2HAmKmJBiGs2obcbQuMVL3Kdbe6esZGex7Wwpipwa2hx1NUq","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"Discv5"}]'
|
||||
2026-03-06 04:33:09.398 DEBUG [src.libs.common] Sleeping for 40 seconds
|
||||
2026-03-06 04:33:49.398 INFO [tests.e2e.test_network_conditions] Applying 3000ms latency on sender node1
|
||||
2026-03-06 04:33:49.400 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '8850', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
||||
2026-03-06 04:33:50.442 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '8850', '-n', 'tc', 'qdisc', 'add', 'dev', 'eth0', 'root', 'netem', 'delay', '3000ms']
|
||||
2026-03-06 04:33:50.458 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11696/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:56.465 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:56.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38401/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:56.468 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771630457908850,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:56.469 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '8850', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
||||
2026-03-06 04:33:56.481 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:33:56.482 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:33:56.482 DEBUG [src.node.waku_node] Stopping container with id 0185f53ed223
|
||||
2026-03-06 04:33:57.067 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:33:57.068 DEBUG [src.node.waku_node] Stopping container with id c8c110e813db
|
||||
2026-03-06 04:33:57.638 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:33:57.640 DEBUG [src.node.waku_node] Stopping container with id 03544d5d204d
|
||||
2026-03-06 04:33:58.026 ERROR [src.node.docker_mananger] Max retries reached for container 0185f53ed223. Exiting log stream.
|
||||
2026-03-06 04:33:58.583 ERROR [src.node.docker_mananger] Max retries reached for container c8c110e813db. Exiting log stream.
|
||||
2026-03-06 04:34:08.189 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:34:08.189 DEBUG [src.node.waku_node] Stopping container with id 461e28fad52f
|
||||
2026-03-06 04:34:08.739 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:34:08.741 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:34:08.811 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:34:08.892 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:34:08.928 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:34:08.966 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
6200
nim/1106/data/attachments/116d3a6907f79670.txt
Normal file
6200
nim/1106/data/attachments/116d3a6907f79670.txt
Normal file
File diff suppressed because one or more lines are too long
100
nim/1106/data/attachments/119fce5cef4a7650.txt
Normal file
100
nim/1106/data/attachments/119fce5cef4a7650.txt
Normal file
@ -0,0 +1,100 @@
|
||||
2026-03-06 04:39:24.944 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:39:24.944 DEBUG [tests.conftest] Running test: test_message_relayed_while_store_node_is_paused with id: 2026-03-06_04-39-24__f994c6f2-9556-45cc-81ce-d6bb15b4b3b5
|
||||
2026-03-06 04:39:24.945 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:39:24.945 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-06 04:39:24.945 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2026-03-06 04:39:24.955 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:39:24.955 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-06_04-39-24__f994c6f2-9556-45cc-81ce-d6bb15b4b3b5__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:39:24.955 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:39:24.956 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:39:24.958 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:39:24.958 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.9.43
|
||||
2026-03-06 04:39:24.958 DEBUG [src.node.docker_mananger] Generated ports ['51000', '51001', '51002', '51003', '51004']
|
||||
2026-03-06 04:39:24.959 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:39:24.959 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:39:24.959 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:39:24.960 DEBUG [src.node.docker_mananger] docker run -i -t -p 51000:51000 -p 51001:51001 -p 51002:51002 -p 51003:51003 -p 51004:51004 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=51002 --rest-port=51000 --tcp-port=51001 --discv5-udp-port=51003 --rest-address=0.0.0.0 --nat=extip:172.18.9.43 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a4ae86acfdc14cf53a6127f689bf56cc5258db6dacda4acd71fe0cc43dabfb0f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51004 --metrics-logging=true --store=true --relay=true
|
||||
2026-03-06 04:39:25.125 ERROR [src.node.docker_mananger] Max retries reached for container af4d813c1ceb. Exiting log stream.
|
||||
2026-03-06 04:39:25.164 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.9.43 waku f480cf3f6effa69bc50b54f8df13ab9ee044d68d3a8f2b45214fe983e670fef1
|
||||
2026-03-06 04:39:25.199 DEBUG [src.node.docker_mananger] Container started with ID f480cf3f6eff. Setting up logs at ./log/docker/publishing_node1_2026-03-06_04-39-24__f994c6f2-9556-45cc-81ce-d6bb15b4b3b5__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:39:25.199 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51000
|
||||
2026-03-06 04:39:25.201 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:39:25.876 ERROR [src.node.docker_mananger] Max retries reached for container 83111556441d. Exiting log stream.
|
||||
2026-03-06 04:39:26.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51000/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:39:26.204 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:39:26.204 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:39:26.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51000/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:39:26.207 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.9.43/tcp/51001/p2p/16Uiu2HAmFmZ45p1JsPponTgSeTjS21Hctop2WMJ1DpKHLM7wLKR1","/ip4/172.18.9.43/tcp/51002/ws/p2p/16Uiu2HAmFmZ45p1JsPponTgSeTjS21Hctop2WMJ1DpKHLM7wLKR1"],"enrUri":"enr:-L24QOK64iMC3dXELKnRw_mZYJI9oT1b32iblgCjq9d2dJUbWgvH_yJIsU9eJl4I8zVscX0XrfhKnfjVLWEAcK-oKUgCgmlkgnY0gmlwhKwSCSuKbXVsdGlhZGRyc5YACASsEgkrBsc5AAoErBIJKwbHOt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDLkGF_uuwRoM473CmgqpkqSWp3gtwVLtO9EER2XXwqpCDdGNwgsc5g3VkcILHO4V3YWt1MgM"}'
|
||||
2026-03-06 04:39:26.207 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:39:26.214 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:39:26.215 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-06_04-39-24__f994c6f2-9556-45cc-81ce-d6bb15b4b3b5__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:39:26.215 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:39:26.215 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:39:26.216 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:39:26.216 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.154.247
|
||||
2026-03-06 04:39:26.217 DEBUG [src.node.docker_mananger] Generated ports ['9309', '9310', '9311', '9312', '9313']
|
||||
2026-03-06 04:39:26.217 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:39:26.217 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:39:26.217 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:39:26.217 DEBUG [src.node.docker_mananger] docker run -i -t -p 9309:9309 -p 9310:9310 -p 9311:9311 -p 9312:9312 -p 9313:9313 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=9311 --rest-port=9309 --tcp-port=9310 --discv5-udp-port=9312 --rest-address=0.0.0.0 --nat=extip:172.18.154.247 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=13e11112cd427be7b22f9881ccdcfaf1d8e5df0cbad455d7ced975f5ff4bc90b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9313 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QOK64iMC3dXELKnRw_mZYJI9oT1b32iblgCjq9d2dJUbWgvH_yJIsU9eJl4I8zVscX0XrfhKnfjVLWEAcK-oKUgCgmlkgnY0gmlwhKwSCSuKbXVsdGlhZGRyc5YACASsEgkrBsc5AAoErBIJKwbHOt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDLkGF_uuwRoM473CmgqpkqSWp3gtwVLtO9EER2XXwqpCDdGNwgsc5g3VkcILHO4V3YWt1MgM --storenode=/ip4/172.18.9.43/tcp/51001/p2p/16Uiu2HAmFmZ45p1JsPponTgSeTjS21Hctop2WMJ1DpKHLM7wLKR1 --store=true --relay=true
|
||||
2026-03-06 04:39:26.430 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.154.247 waku 4193f1201b13f545c9ad4e07e9c24d6e292027aaaf9dc1e0ec33a9bc6c7e736e
|
||||
2026-03-06 04:39:26.464 DEBUG [src.node.docker_mananger] Container started with ID 4193f1201b13. Setting up logs at ./log/docker/store_node1_2026-03-06_04-39-24__f994c6f2-9556-45cc-81ce-d6bb15b4b3b5__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:39:26.464 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9309
|
||||
2026-03-06 04:39:26.465 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:39:27.466 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9309/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:39:27.469 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":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:39:27.469 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:39:27.469 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9309/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:39:27.472 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.154.247/tcp/9310/p2p/16Uiu2HAkv15Af31xyk2o4J4PDvBDe2DGqQwvDZP8BgkHfMMEfw1m","/ip4/172.18.154.247/tcp/9311/ws/p2p/16Uiu2HAkv15Af31xyk2o4J4PDvBDe2DGqQwvDZP8BgkHfMMEfw1m"],"enrUri":"enr:-L24QADwJ_xnTievlEk770-2YgDLI30Gc4meW3tqeoItQ8Tof6gljQYsckRu8KWdV059QM-0EhGCbTJLPRucS4nBt_cCgmlkgnY0gmlwhKwSmveKbXVsdGlhZGRyc5YACASsEpr3BiReAAoErBKa9wYkX90DgnJzhQADAQAAiXNlY3AyNTZrMaECCI5ieN2UiMMBGDU0QuDckM8mpPMxK4ckJfb_bIjxeASDdGNwgiReg3VkcIIkYIV3YWt1MgM"}'
|
||||
2026-03-06 04:39:27.472 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:39:27.472 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9309/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.9.43/tcp/51001/p2p/16Uiu2HAmFmZ45p1JsPponTgSeTjS21Hctop2WMJ1DpKHLM7wLKR1"]'
|
||||
2026-03-06 04:39:27.475 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:27.476 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51000/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:39:27.478 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:27.479 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9309/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:39:27.481 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:27.482 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:39:27.482 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51000/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:39:27.487 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:27.488 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:39:27.689 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-03-06 04:39:27.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51000/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:39:27.692 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe4bcd68eac89a2b7bfa88e730b79f9b9b17330b8173d6fdddf5b43a995a2c375"}]}'
|
||||
2026-03-06 04:39:27.692 DEBUG [src.steps.store] messages length is 1
|
||||
2026-03-06 04:39:27.693 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-03-06 04:39:27.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9309/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:39:27.695 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe4bcd68eac89a2b7bfa88e730b79f9b9b17330b8173d6fdddf5b43a995a2c375"}]}'
|
||||
2026-03-06 04:39:27.696 DEBUG [src.steps.store] messages length is 1
|
||||
2026-03-06 04:39:27.696 DEBUG [src.node.waku_node] Pausing container with id 4193f1201b13
|
||||
2026-03-06 04:39:27.706 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:39:27.706 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51000/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:39:27.711 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:27.711 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:39:27.912 DEBUG [src.node.waku_node] Unpause container with id 4193f1201b13
|
||||
2026-03-06 04:39:27.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9309/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:39:27.925 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":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:39:27.925 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:39:27.925 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9309/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:39:27.927 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.154.247/tcp/9310/p2p/16Uiu2HAkv15Af31xyk2o4J4PDvBDe2DGqQwvDZP8BgkHfMMEfw1m","/ip4/172.18.154.247/tcp/9311/ws/p2p/16Uiu2HAkv15Af31xyk2o4J4PDvBDe2DGqQwvDZP8BgkHfMMEfw1m"],"enrUri":"enr:-L24QADwJ_xnTievlEk770-2YgDLI30Gc4meW3tqeoItQ8Tof6gljQYsckRu8KWdV059QM-0EhGCbTJLPRucS4nBt_cCgmlkgnY0gmlwhKwSmveKbXVsdGlhZGRyc5YACASsEpr3BiReAAoErBKa9wYkX90DgnJzhQADAQAAiXNlY3AyNTZrMaECCI5ieN2UiMMBGDU0QuDckM8mpPMxK4ckJfb_bIjxeASDdGNwgiReg3VkcIIkYIV3YWt1MgM"}'
|
||||
2026-03-06 04:39:27.928 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:39:27.928 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-03-06 04:39:27.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51000/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:39:27.931 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe4bcd68eac89a2b7bfa88e730b79f9b9b17330b8173d6fdddf5b43a995a2c375"},{"messageHash":"0x650ee4cc215f2e53e30a4d846dc19265281d550f3b6670fb5ce38161c74c756b"}]}'
|
||||
2026-03-06 04:39:27.931 DEBUG [src.steps.store] messages length is 2
|
||||
2026-03-06 04:39:27.931 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-03-06 04:39:27.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9309/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:39:27.934 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe4bcd68eac89a2b7bfa88e730b79f9b9b17330b8173d6fdddf5b43a995a2c375"},{"messageHash":"0x650ee4cc215f2e53e30a4d846dc19265281d550f3b6670fb5ce38161c74c756b"}]}'
|
||||
2026-03-06 04:39:27.935 DEBUG [src.steps.store] messages length is 2
|
||||
2026-03-06 04:39:27.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51000/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:39:27.938 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe4bcd68eac89a2b7bfa88e730b79f9b9b17330b8173d6fdddf5b43a995a2c375"},{"messageHash":"0x650ee4cc215f2e53e30a4d846dc19265281d550f3b6670fb5ce38161c74c756b"}]}'
|
||||
2026-03-06 04:39:27.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9309/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:39:27.941 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe4bcd68eac89a2b7bfa88e730b79f9b9b17330b8173d6fdddf5b43a995a2c375"},{"messageHash":"0x650ee4cc215f2e53e30a4d846dc19265281d550f3b6670fb5ce38161c74c756b"}]}'
|
||||
2026-03-06 04:39:27.943 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:39:27.944 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:39:27.944 DEBUG [src.node.waku_node] Stopping container with id f480cf3f6eff
|
||||
2026-03-06 04:39:28.505 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:39:28.506 DEBUG [src.node.waku_node] Stopping container with id 4193f1201b13
|
||||
2026-03-06 04:39:29.074 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:39:29.075 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:39:29.083 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:39:29.088 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
187
nim/1106/data/attachments/11cb16bc99280688.txt
Normal file
187
nim/1106/data/attachments/11cb16bc99280688.txt
Normal file
@ -0,0 +1,187 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_get_peers with id: 2026-03-06_04-33-42__72ea61a6-61af-48b2-b62d-1abf84c77f29
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-33-42__72ea61a6-61af-48b2-b62d-1abf84c77f29__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.180.152
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['8314', '8315', '8316', '8317', '8318']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 8314:8314 -p 8315:8315 -p 8316:8316 -p 8317:8317 -p 8318:8318 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=8316 --rest-port=8314 --tcp-port=8315 --discv5-udp-port=8317 --rest-address=0.0.0.0 --nat=extip:172.18.180.152 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=db37116ebaf51b5f8cfdfa0108bae6dcdbd62ca102d75d93cb0b6ddcdb9fafa8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8318 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.180.152 waku 11cadcfd6f2c61b21eb9813b0202f6e32d9110ba98549bf47603586aa398d328
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 11cadcfd6f2c. Setting up logs at ./log/docker/node1_2026-03-06_04-33-42__72ea61a6-61af-48b2-b62d-1abf84c77f29__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 8314
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container d464e0777c84. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container b6ede3693f2b. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:8314/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:8314/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.180.152/tcp/8315/p2p/16Uiu2HAmLfmh3CCJ5PxGHSEsH2v4ieV4LqrX1nFXtr4k6Bx1Fdxy","/ip4/172.18.180.152/tcp/8316/ws/p2p/16Uiu2HAmLfmh3CCJ5PxGHSEsH2v4ieV4LqrX1nFXtr4k6Bx1Fdxy"],"enrUri":"enr:-L24QCfRcycn1MIAue8apeLpipj2vm9trWAXZlapsJZcpBWeYbf-yZb0EYN4VppxkxJ4dBgBViQk06cN0IlZGflltdoCgmlkgnY0gmlwhKwStJiKbXVsdGlhZGRyc5YACASsErSYBiB7AAoErBK0mAYgfN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDdxDDFzMzyeA14ALLn2UzYIcU7MjvMmy4QwaJcVHCoU6DdGNwgiB7g3VkcIIgfYV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-33-42__72ea61a6-61af-48b2-b62d-1abf84c77f29__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.34.79
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['41341', '41342', '41343', '41344', '41345']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 41341:41341 -p 41342:41342 -p 41343:41343 -p 41344:41344 -p 41345:41345 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=41343 --rest-port=41341 --tcp-port=41342 --discv5-udp-port=41344 --rest-address=0.0.0.0 --nat=extip:172.18.34.79 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dd8fa81edeabad0c97b4d520debd12f391adcb35a6bcea5d461e34b21fb5b3b3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41345 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCfRcycn1MIAue8apeLpipj2vm9trWAXZlapsJZcpBWeYbf-yZb0EYN4VppxkxJ4dBgBViQk06cN0IlZGflltdoCgmlkgnY0gmlwhKwStJiKbXVsdGlhZGRyc5YACASsErSYBiB7AAoErBK0mAYgfN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDdxDDFzMzyeA14ALLn2UzYIcU7MjvMmy4QwaJcVHCoU6DdGNwgiB7g3VkcIIgfYV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.34.79 waku acb9d38554baa82bffff2b719d1fee264712608ff73431dc7ba0f8c6abdde4e2
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID acb9d38554ba. Setting up logs at ./log/docker/node2_2026-03-06_04-33-42__72ea61a6-61af-48b2-b62d-1abf84c77f29__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 41341
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41341/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41341/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.34.79/tcp/41342/p2p/16Uiu2HAmKBh5rAvQt5ysjSgJgt3nHKUFZqNd6SC7HHhUFKGxwQv4","/ip4/172.18.34.79/tcp/41343/ws/p2p/16Uiu2HAmKBh5rAvQt5ysjSgJgt3nHKUFZqNd6SC7HHhUFKGxwQv4"],"enrUri":"enr:-L24QGiJqf17htZZXnitVqq3Xhae3cyFnfta7La3dQu_autXC1nNWVkLOtcmd28SJqk8OSMgZ_x9Yy3yzMTtTq7H2zsCgmlkgnY0gmlwhKwSIk-KbXVsdGlhZGRyc5YACASsEiJPBqF-AAoErBIiTwahf90DgnJzhQADAQAAiXNlY3AyNTZrMaEDYQOaiPDdek_MGo6WNLRD0sqQSFzg6582U2O6oG81IAGDdGNwgqF-g3VkcIKhgIV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:41341/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.180.152/tcp/8315/p2p/16Uiu2HAmLfmh3CCJ5PxGHSEsH2v4ieV4LqrX1nFXtr4k6Bx1Fdxy"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-03-06_04-33-42__72ea61a6-61af-48b2-b62d-1abf84c77f29__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.185.255
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['8895', '8896', '8897', '8898', '8899']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 8895:8895 -p 8896:8896 -p 8897:8897 -p 8898:8898 -p 8899:8899 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=8897 --rest-port=8895 --tcp-port=8896 --discv5-udp-port=8898 --rest-address=0.0.0.0 --nat=extip:172.18.185.255 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b168b90ba45b2ca0dd0f24bcd6649af0ace9dcdddfc863f82ca9e50f6606893f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8899 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCfRcycn1MIAue8apeLpipj2vm9trWAXZlapsJZcpBWeYbf-yZb0EYN4VppxkxJ4dBgBViQk06cN0IlZGflltdoCgmlkgnY0gmlwhKwStJiKbXVsdGlhZGRyc5YACASsErSYBiB7AAoErBK0mAYgfN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDdxDDFzMzyeA14ALLn2UzYIcU7MjvMmy4QwaJcVHCoU6DdGNwgiB7g3VkcIIgfYV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.185.255 waku 16fb8f14cea20c810e2c65c4720a041124e9edff6d8e74e6331ffb69bf1570c4
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 16fb8f14cea2. Setting up logs at ./log/docker/node3_2026-03-06_04-33-42__72ea61a6-61af-48b2-b62d-1abf84c77f29__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 8895
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:8895/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.185.255/tcp/8896/p2p/16Uiu2HAm7pjpxaCtZQj5kxteZtqoWhJLP45Kn3HcQPcVaJwvZcfi","/ip4/172.18.185.255/tcp/8897/ws/p2p/16Uiu2HAm7pjpxaCtZQj5kxteZtqoWhJLP45Kn3HcQPcVaJwvZcfi"],"enrUri":"enr:-L24QJa2klAvGonVe2YpvStxN5agnBEv68oTrF6tbLj2bTpeUqIbG5qNQbg97yZ8LiEs76d0LK5JoVcfCaNNLH862hMCgmlkgnY0gmlwhKwSuf-KbXVsdGlhZGRyc5YACASsErn_BiLAAAoErBK5_wYiwd0DgnJzhQADAQAAiXNlY3AyNTZrMaECuDTzyqKTsXI3YCun0Hc_zIzOO1CNOaeMO6uGJukr7IGDdGNwgiLAg3VkcIIiwoV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:8895/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.180.152/tcp/8315/p2p/16Uiu2HAmLfmh3CCJ5PxGHSEsH2v4ieV4LqrX1nFXtr4k6Bx1Fdxy"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node4_2026-03-06_04-33-42__72ea61a6-61af-48b2-b62d-1abf84c77f29__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.103.50
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['35756', '35757', '35758', '35759', '35760']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 35756:35756 -p 35757:35757 -p 35758:35758 -p 35759:35759 -p 35760:35760 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=35758 --rest-port=35756 --tcp-port=35757 --discv5-udp-port=35759 --rest-address=0.0.0.0 --nat=extip:172.18.103.50 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=85577e16e1483ddce7f9edaa5fbbfbad944ba3c796ba8c83af8a1ce3e0cd8e6a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35760 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCfRcycn1MIAue8apeLpipj2vm9trWAXZlapsJZcpBWeYbf-yZb0EYN4VppxkxJ4dBgBViQk06cN0IlZGflltdoCgmlkgnY0gmlwhKwStJiKbXVsdGlhZGRyc5YACASsErSYBiB7AAoErBK0mAYgfN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDdxDDFzMzyeA14ALLn2UzYIcU7MjvMmy4QwaJcVHCoU6DdGNwgiB7g3VkcIIgfYV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.103.50 waku 704f6516e8179f2521045862281b480a232cc09042b5b1c898b56226a149f0b9
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 704f6516e817. Setting up logs at ./log/docker/node4_2026-03-06_04-33-42__72ea61a6-61af-48b2-b62d-1abf84c77f29__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 35756
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35756/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35756/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.103.50/tcp/35757/p2p/16Uiu2HAmF5XWffSwHnyoAkXr8gPdjVzB8uv3b1jBAWRpA8AVizad","/ip4/172.18.103.50/tcp/35758/ws/p2p/16Uiu2HAmF5XWffSwHnyoAkXr8gPdjVzB8uv3b1jBAWRpA8AVizad"],"enrUri":"enr:-L24QE67RZJkqJrur5qXVCZQfEuj0IKStaJO-zDz-YcDX9jgOO4_1mt1H-KdsrU9JZHHYUnebZ5y7IBYvzl6F8lWdYwCgmlkgnY0gmlwhKwSZzKKbXVsdGlhZGRyc5YACASsEmcyBoutAAoErBJnMgaLrt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDJACMQvAtGK6wmY0C0VMybrEVoY1pzOVZRxFdzpPuuqqDdGNwgoutg3VkcIKLr4V3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35756/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.180.152/tcp/8315/p2p/16Uiu2HAmLfmh3CCJ5PxGHSEsH2v4ieV4LqrX1nFXtr4k6Bx1Fdxy"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node5_2026-03-06_04-33-42__72ea61a6-61af-48b2-b62d-1abf84c77f29__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.103.134
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['43666', '43667', '43668', '43669', '43670']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 43666:43666 -p 43667:43667 -p 43668:43668 -p 43669:43669 -p 43670:43670 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=43668 --rest-port=43666 --tcp-port=43667 --discv5-udp-port=43669 --rest-address=0.0.0.0 --nat=extip:172.18.103.134 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a06bc55fbe5cee12a7475ad05fccbc8a4ce95ea0cb7bace889ea9728dc7d2a0e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43670 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCfRcycn1MIAue8apeLpipj2vm9trWAXZlapsJZcpBWeYbf-yZb0EYN4VppxkxJ4dBgBViQk06cN0IlZGflltdoCgmlkgnY0gmlwhKwStJiKbXVsdGlhZGRyc5YACASsErSYBiB7AAoErBK0mAYgfN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDdxDDFzMzyeA14ALLn2UzYIcU7MjvMmy4QwaJcVHCoU6DdGNwgiB7g3VkcIIgfYV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.103.134 waku 66067d087f24a6c65ff48688e4da3be1480d1e24bd862e84957e1dbcc2660475
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 66067d087f24. Setting up logs at ./log/docker/node5_2026-03-06_04-33-42__72ea61a6-61af-48b2-b62d-1abf84c77f29__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 43666
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43666/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43666/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.103.134/tcp/43667/p2p/16Uiu2HAmFq2aCYk7pvWDHoVXd56hsNAZpz8XyVtk5HrjsQDPDqLU","/ip4/172.18.103.134/tcp/43668/ws/p2p/16Uiu2HAmFq2aCYk7pvWDHoVXd56hsNAZpz8XyVtk5HrjsQDPDqLU"],"enrUri":"enr:-L24QGz8dQh4UyAy-5sCFvgi-_kc8_30b1T4x2b1k6jZ0d1sNxhzHOOQhLqmZtJMza6O8CNSq1wTncGWD1TIdlRQoCsCgmlkgnY0gmlwhKwSZ4aKbXVsdGlhZGRyc5YACASsEmeGBqqTAAoErBJnhgaqlN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDLyVhx-ltEkWD0KhQNwVoOIvb0URR-qFes-GOC1BIiKmDdGNwgqqTg3VkcIKqlYV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:43666/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.180.152/tcp/8315/p2p/16Uiu2HAmLfmh3CCJ5PxGHSEsH2v4ieV4LqrX1nFXtr4k6Bx1Fdxy"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:8314/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9", "/waku/2/rs/3/25", "/waku/2/rs/3/1000"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:41341/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9", "/waku/2/rs/3/25", "/waku/2/rs/3/1000"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:8895/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9", "/waku/2/rs/3/25", "/waku/2/rs/3/1000"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35756/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9", "/waku/2/rs/3/25", "/waku/2/rs/3/1000"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:43666/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9", "/waku/2/rs/3/25", "/waku/2/rs/3/1000"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 10 seconds
|
||||
[35mDEBUG [0m test_peer_store:test_peer_store.py:25 Node 0 peer ID 16Uiu2HAmLfmh3CCJ5PxGHSEsH2v4ieV4LqrX1nFXtr4k6Bx1Fdxy
|
||||
[35mDEBUG [0m test_peer_store:test_peer_store.py:25 Node 1 peer ID 16Uiu2HAmKBh5rAvQt5ysjSgJgt3nHKUFZqNd6SC7HHhUFKGxwQv4
|
||||
[35mDEBUG [0m test_peer_store:test_peer_store.py:25 Node 2 peer ID 16Uiu2HAm7pjpxaCtZQj5kxteZtqoWhJLP45Kn3HcQPcVaJwvZcfi
|
||||
[35mDEBUG [0m test_peer_store:test_peer_store.py:25 Node 3 peer ID 16Uiu2HAmF5XWffSwHnyoAkXr8gPdjVzB8uv3b1jBAWRpA8AVizad
|
||||
[35mDEBUG [0m test_peer_store:test_peer_store.py:25 Node 4 peer ID 16Uiu2HAmFq2aCYk7pvWDHoVXd56hsNAZpz8XyVtk5HrjsQDPDqLU
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:8314/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.34.79/tcp/56296/p2p/16Uiu2HAmKBh5rAvQt5ysjSgJgt3nHKUFZqNd6SC7HHhUFKGxwQv4","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"Discv5"},{"multiaddr":"/ip4/172.18.103.50/tcp/34694/p2p/16Uiu2HAmF5XWffSwHnyoAkXr8gPdjVzB8uv3b1jBAWRpA8AVizad","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"Discv5"},{"multiaddr":"/ip4/172.18.185.255/tcp/46480/p2p/16Uiu2HAm7pjpxaCtZQj5kxteZtqoWhJLP45Kn3HcQPcVaJwvZcfi","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"Discv5"},{"multiaddr":"/ip4/172.18.103.134/tcp/35100/p2p/16Uiu2HAmFq2aCYk7pvWDHoVXd56hsNAZpz8XyVtk5HrjsQDPDqLU","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"Discv5"}]'
|
||||
[35mDEBUG [0m test_peer_store:test_peer_store.py:31 Node 0 peer info {'multiaddr': '/ip4/172.18.34.79/tcp/56296/p2p/16Uiu2HAmKBh5rAvQt5ysjSgJgt3nHKUFZqNd6SC7HHhUFKGxwQv4', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0], 'connected': 'Connected', 'agent': 'logos-delivery-v0.36.0-164-g0ad551', 'origin': 'Discv5'}
|
||||
[35mDEBUG [0m test_peer_store:test_peer_store.py:31 Node 0 peer info {'multiaddr': '/ip4/172.18.103.50/tcp/34694/p2p/16Uiu2HAmF5XWffSwHnyoAkXr8gPdjVzB8uv3b1jBAWRpA8AVizad', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0], 'connected': 'Connected', 'agent': 'logos-delivery-v0.36.0-164-g0ad551', 'origin': 'Discv5'}
|
||||
[35mDEBUG [0m test_peer_store:test_peer_store.py:31 Node 0 peer info {'multiaddr': '/ip4/172.18.185.255/tcp/46480/p2p/16Uiu2HAm7pjpxaCtZQj5kxteZtqoWhJLP45Kn3HcQPcVaJwvZcfi', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0], 'connected': 'Connected', 'agent': 'logos-delivery-v0.36.0-164-g0ad551', 'origin': 'Discv5'}
|
||||
[35mDEBUG [0m test_peer_store:test_peer_store.py:31 Node 0 peer info {'multiaddr': '/ip4/172.18.103.134/tcp/35100/p2p/16Uiu2HAmFq2aCYk7pvWDHoVXd56hsNAZpz8XyVtk5HrjsQDPDqLU', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0], 'connected': 'Connected', 'agent': 'logos-delivery-v0.36.0-164-g0ad551', 'origin': 'Discv5'}
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41341/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.103.50/tcp/35757/p2p/16Uiu2HAmF5XWffSwHnyoAkXr8gPdjVzB8uv3b1jBAWRpA8AVizad","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0,1000,9,1,25],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"Discv5"},{"multiaddr":"/ip4/172.18.185.255/tcp/8896/p2p/16Uiu2HAm7pjpxaCtZQj5kxteZtqoWhJLP45Kn3HcQPcVaJwvZcfi","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0,1000,9,1,25],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"Discv5"},{"multiaddr":"/ip4/172.18.103.134/tcp/43667/p2p/16Uiu2HAmFq2aCYk7pvWDHoVXd56hsNAZpz8XyVtk5HrjsQDPDqLU","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0,1000,9,1,25],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"Discv5"},{"multiaddr":"/ip4/172.18.180.152/tcp/8315/p2p/16Uiu2HAmLfmh3CCJ5PxGHSEsH2v4ieV4LqrX1nFXtr4k6Bx1Fdxy","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"Discv5"}]'
|
||||
[35mDEBUG [0m test_peer_store:test_peer_store.py:31 Node 1 peer info {'multiaddr': '/ip4/172.18.103.50/tcp/35757/p2p/16Uiu2HAmF5XWffSwHnyoAkXr8gPdjVzB8uv3b1jBAWRpA8AVizad', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0, 1000, 9, 1, 25], 'connected': 'Connected', 'agent': 'logos-delivery-v0.36.0-164-g0ad551', 'origin': 'Discv5'}
|
||||
[35mDEBUG [0m test_peer_store:test_peer_store.py:31 Node 1 peer info {'multiaddr': '/ip4/172.18.185.255/tcp/8896/p2p/16Uiu2HAm7pjpxaCtZQj5kxteZtqoWhJLP45Kn3HcQPcVaJwvZcfi', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0, 1000, 9, 1, 25], 'connected': 'Connected', 'agent': 'logos-delivery-v0.36.0-164-g0ad551', 'origin': 'Discv5'}
|
||||
[35mDEBUG [0m test_peer_store:test_peer_store.py:31 Node 1 peer info {'multiaddr': '/ip4/172.18.103.134/tcp/43667/p2p/16Uiu2HAmFq2aCYk7pvWDHoVXd56hsNAZpz8XyVtk5HrjsQDPDqLU', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0, 1000, 9, 1, 25], 'connected': 'Connected', 'agent': 'logos-delivery-v0.36.0-164-g0ad551', 'origin': 'Discv5'}
|
||||
[35mDEBUG [0m test_peer_store:test_peer_store.py:31 Node 1 peer info {'multiaddr': '/ip4/172.18.180.152/tcp/8315/p2p/16Uiu2HAmLfmh3CCJ5PxGHSEsH2v4ieV4LqrX1nFXtr4k6Bx1Fdxy', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0], 'connected': 'Connected', 'agent': 'logos-delivery-v0.36.0-164-g0ad551', 'origin': 'Discv5'}
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:8895/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.34.79/tcp/42848/p2p/16Uiu2HAmKBh5rAvQt5ysjSgJgt3nHKUFZqNd6SC7HHhUFKGxwQv4","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0,1000,9,1,25],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"Discv5"},{"multiaddr":"/ip4/172.18.103.50/tcp/35757/p2p/16Uiu2HAmF5XWffSwHnyoAkXr8gPdjVzB8uv3b1jBAWRpA8AVizad","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0,1000,9,1,25],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"Discv5"},{"multiaddr":"/ip4/172.18.103.134/tcp/43667/p2p/16Uiu2HAmFq2aCYk7pvWDHoVXd56hsNAZpz8XyVtk5HrjsQDPDqLU","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0,1000,9,1,25],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"Discv5"},{"multiaddr":"/ip4/172.18.180.152/tcp/8315/p2p/16Uiu2HAmLfmh3CCJ5PxGHSEsH2v4ieV4LqrX1nFXtr4k6Bx1Fdxy","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"Discv5"}]'
|
||||
[35mDEBUG [0m test_peer_store:test_peer_store.py:31 Node 2 peer info {'multiaddr': '/ip4/172.18.34.79/tcp/42848/p2p/16Uiu2HAmKBh5rAvQt5ysjSgJgt3nHKUFZqNd6SC7HHhUFKGxwQv4', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0, 1000, 9, 1, 25], 'connected': 'Connected', 'agent': 'logos-delivery-v0.36.0-164-g0ad551', 'origin': 'Discv5'}
|
||||
[35mDEBUG [0m test_peer_store:test_peer_store.py:31 Node 2 peer info {'multiaddr': '/ip4/172.18.103.50/tcp/35757/p2p/16Uiu2HAmF5XWffSwHnyoAkXr8gPdjVzB8uv3b1jBAWRpA8AVizad', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0, 1000, 9, 1, 25], 'connected': 'Connected', 'agent': 'logos-delivery-v0.36.0-164-g0ad551', 'origin': 'Discv5'}
|
||||
[35mDEBUG [0m test_peer_store:test_peer_store.py:31 Node 2 peer info {'multiaddr': '/ip4/172.18.103.134/tcp/43667/p2p/16Uiu2HAmFq2aCYk7pvWDHoVXd56hsNAZpz8XyVtk5HrjsQDPDqLU', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0, 1000, 9, 1, 25], 'connected': 'Connected', 'agent': 'logos-delivery-v0.36.0-164-g0ad551', 'origin': 'Discv5'}
|
||||
[35mDEBUG [0m test_peer_store:test_peer_store.py:31 Node 2 peer info {'multiaddr': '/ip4/172.18.180.152/tcp/8315/p2p/16Uiu2HAmLfmh3CCJ5PxGHSEsH2v4ieV4LqrX1nFXtr4k6Bx1Fdxy', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0], 'connected': 'Connected', 'agent': 'logos-delivery-v0.36.0-164-g0ad551', 'origin': 'Discv5'}
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35756/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.34.79/tcp/44346/p2p/16Uiu2HAmKBh5rAvQt5ysjSgJgt3nHKUFZqNd6SC7HHhUFKGxwQv4","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0,1000,9,1,25],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"Discv5"},{"multiaddr":"/ip4/172.18.185.255/tcp/57668/p2p/16Uiu2HAm7pjpxaCtZQj5kxteZtqoWhJLP45Kn3HcQPcVaJwvZcfi","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0,1000,9,1,25],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"Discv5"},{"multiaddr":"/ip4/172.18.103.134/tcp/43667/p2p/16Uiu2HAmFq2aCYk7pvWDHoVXd56hsNAZpz8XyVtk5HrjsQDPDqLU","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0,1000,9,1,25],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"Discv5"},{"multiaddr":"/ip4/172.18.180.152/tcp/8315/p2p/16Uiu2HAmLfmh3CCJ5PxGHSEsH2v4ieV4LqrX1nFXtr4k6Bx1Fdxy","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"Discv5"}]'
|
||||
[35mDEBUG [0m test_peer_store:test_peer_store.py:31 Node 3 peer info {'multiaddr': '/ip4/172.18.34.79/tcp/44346/p2p/16Uiu2HAmKBh5rAvQt5ysjSgJgt3nHKUFZqNd6SC7HHhUFKGxwQv4', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0, 1000, 9, 1, 25], 'connected': 'Connected', 'agent': 'logos-delivery-v0.36.0-164-g0ad551', 'origin': 'Discv5'}
|
||||
[35mDEBUG [0m test_peer_store:test_peer_store.py:31 Node 3 peer info {'multiaddr': '/ip4/172.18.185.255/tcp/57668/p2p/16Uiu2HAm7pjpxaCtZQj5kxteZtqoWhJLP45Kn3HcQPcVaJwvZcfi', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0, 1000, 9, 1, 25], 'connected': 'Connected', 'agent': 'logos-delivery-v0.36.0-164-g0ad551', 'origin': 'Discv5'}
|
||||
[35mDEBUG [0m test_peer_store:test_peer_store.py:31 Node 3 peer info {'multiaddr': '/ip4/172.18.103.134/tcp/43667/p2p/16Uiu2HAmFq2aCYk7pvWDHoVXd56hsNAZpz8XyVtk5HrjsQDPDqLU', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0, 1000, 9, 1, 25], 'connected': 'Connected', 'agent': 'logos-delivery-v0.36.0-164-g0ad551', 'origin': 'Discv5'}
|
||||
[35mDEBUG [0m test_peer_store:test_peer_store.py:31 Node 3 peer info {'multiaddr': '/ip4/172.18.180.152/tcp/8315/p2p/16Uiu2HAmLfmh3CCJ5PxGHSEsH2v4ieV4LqrX1nFXtr4k6Bx1Fdxy', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0], 'connected': 'Connected', 'agent': 'logos-delivery-v0.36.0-164-g0ad551', 'origin': 'Discv5'}
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43666/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.34.79/tcp/50098/p2p/16Uiu2HAmKBh5rAvQt5ysjSgJgt3nHKUFZqNd6SC7HHhUFKGxwQv4","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0,1000,9,1,25],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"Discv5"},{"multiaddr":"/ip4/172.18.103.50/tcp/36968/p2p/16Uiu2HAmF5XWffSwHnyoAkXr8gPdjVzB8uv3b1jBAWRpA8AVizad","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0,1000,9,1,25],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"Discv5"},{"multiaddr":"/ip4/172.18.185.255/tcp/59584/p2p/16Uiu2HAm7pjpxaCtZQj5kxteZtqoWhJLP45Kn3HcQPcVaJwvZcfi","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0,1000,9,1,25],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"Discv5"},{"multiaddr":"/ip4/172.18.180.152/tcp/8315/p2p/16Uiu2HAmLfmh3CCJ5PxGHSEsH2v4ieV4LqrX1nFXtr4k6Bx1Fdxy","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"Discv5"}]'
|
||||
[35mDEBUG [0m test_peer_store:test_peer_store.py:31 Node 4 peer info {'multiaddr': '/ip4/172.18.34.79/tcp/50098/p2p/16Uiu2HAmKBh5rAvQt5ysjSgJgt3nHKUFZqNd6SC7HHhUFKGxwQv4', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0, 1000, 9, 1, 25], 'connected': 'Connected', 'agent': 'logos-delivery-v0.36.0-164-g0ad551', 'origin': 'Discv5'}
|
||||
[35mDEBUG [0m test_peer_store:test_peer_store.py:31 Node 4 peer info {'multiaddr': '/ip4/172.18.103.50/tcp/36968/p2p/16Uiu2HAmF5XWffSwHnyoAkXr8gPdjVzB8uv3b1jBAWRpA8AVizad', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0, 1000, 9, 1, 25], 'connected': 'Connected', 'agent': 'logos-delivery-v0.36.0-164-g0ad551', 'origin': 'Discv5'}
|
||||
[35mDEBUG [0m test_peer_store:test_peer_store.py:31 Node 4 peer info {'multiaddr': '/ip4/172.18.185.255/tcp/59584/p2p/16Uiu2HAm7pjpxaCtZQj5kxteZtqoWhJLP45Kn3HcQPcVaJwvZcfi', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0, 1000, 9, 1, 25], 'connected': 'Connected', 'agent': 'logos-delivery-v0.36.0-164-g0ad551', 'origin': 'Discv5'}
|
||||
[35mDEBUG [0m test_peer_store:test_peer_store.py:31 Node 4 peer info {'multiaddr': '/ip4/172.18.180.152/tcp/8315/p2p/16Uiu2HAmLfmh3CCJ5PxGHSEsH2v4ieV4LqrX1nFXtr4k6Bx1Fdxy', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0], 'connected': 'Connected', 'agent': 'logos-delivery-v0.36.0-164-g0ad551', 'origin': 'Discv5'}
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 11cadcfd6f2c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id acb9d38554ba
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 16fb8f14cea2
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 11cadcfd6f2c. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 704f6516e817
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container acb9d38554ba. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 66067d087f24
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 16fb8f14cea2. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
170
nim/1106/data/attachments/11dd6271ca6848a6.txt
Normal file
170
nim/1106/data/attachments/11dd6271ca6848a6.txt
Normal file
@ -0,0 +1,170 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_single_content_topic[/app/22/sometopic/someencoding] with id: 2026-03-06_04-33-55__debac955-725c-4b5d-a877-75d9ca0b2ff6
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-33-55__debac955-725c-4b5d-a877-75d9ca0b2ff6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.226.176
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['39467', '39468', '39469', '39470', '39471']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 39467:39467 -p 39468:39468 -p 39469:39469 -p 39470:39470 -p 39471:39471 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=39469 --rest-port=39467 --tcp-port=39468 --discv5-udp-port=39470 --rest-address=0.0.0.0 --nat=extip:172.18.226.176 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=c5cec9ddda97dfd1bca6064b73eafaa2460cd2cdb3ebcca4de07bf908d0cd2ac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39471 --metrics-logging=true --relay=true --filter=true --content-topic=/app/22/sometopic/someencoding
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.226.176 waku f2964e4a17966daefe22bb84f259b370a637f2b82d3e6b0607f1621aba076e30
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 7205e968eff9. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID f2964e4a1796. Setting up logs at ./log/docker/node1_2026-03-06_04-33-55__debac955-725c-4b5d-a877-75d9ca0b2ff6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 39467
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 89f43c8752c6. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39467/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39467/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39467/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.226.176/tcp/39468/p2p/16Uiu2HAmKr38J3ZhyEwCpVVSEfzfNhdwLKDpLKsu5MnMJ2inowUK","/ip4/172.18.226.176/tcp/39469/ws/p2p/16Uiu2HAmKr38J3ZhyEwCpVVSEfzfNhdwLKDpLKsu5MnMJ2inowUK"],"enrUri":"enr:-L24QHP6Cn4H8MqB7yndVca-XUYdeKNN6-DqI09jE8Xk6pYnGCYQFfKjLl19wr9UNh1VjKjz29CjIr-qR_N5P1hNS2QCgmlkgnY0gmlwhKwS4rCKbXVsdGlhZGRyc5YACASsEuKwBposAAoErBLisAaaLd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDatZWDkTtrwlNfQXS6YDeym4fTfpNaE3duGk6tg1OMCiDdGNwgposg3VkcIKaLoV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-33-55__debac955-725c-4b5d-a877-75d9ca0b2ff6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.13.122
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['42393', '42394', '42395', '42396', '42397']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 42393:42393 -p 42394:42394 -p 42395:42395 -p 42396:42396 -p 42397:42397 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=42395 --rest-port=42393 --tcp-port=42394 --discv5-udp-port=42396 --rest-address=0.0.0.0 --nat=extip:172.18.13.122 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=fae699d1ccbcaf2756fe4ede1f31ed4c992cb8846ff68858fd07526b536b0d92 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42397 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHP6Cn4H8MqB7yndVca-XUYdeKNN6-DqI09jE8Xk6pYnGCYQFfKjLl19wr9UNh1VjKjz29CjIr-qR_N5P1hNS2QCgmlkgnY0gmlwhKwS4rCKbXVsdGlhZGRyc5YACASsEuKwBposAAoErBLisAaaLd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDatZWDkTtrwlNfQXS6YDeym4fTfpNaE3duGk6tg1OMCiDdGNwgposg3VkcIKaLoV3YWt1MgU --content-topic=/app/22/sometopic/someencoding
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.13.122 waku 55b3d37c3823834a8ea66e3145dcb4b94ded985d600401ab242ea492a784a546
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 55b3d37c3823. Setting up logs at ./log/docker/node2_2026-03-06_04-33-55__debac955-725c-4b5d-a877-75d9ca0b2ff6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 42393
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42393/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.13.122/tcp/42394/p2p/16Uiu2HAmUAnkDyDmNusjyVTTpggQ73UrMjK5fibN7hx47ar86DcG","/ip4/172.18.13.122/tcp/42395/ws/p2p/16Uiu2HAmUAnkDyDmNusjyVTTpggQ73UrMjK5fibN7hx47ar86DcG"],"enrUri":"enr:-L24QNW4aNdyM3N71bFh8I25PmBT7PaiZU0uGi0QPM4K1x-tVjVEYF1jNpYmrQ6AnJ_0iP8vEdtqLNa_oDLc0DR2PgsCgmlkgnY0gmlwhKwSDXqKbXVsdGlhZGRyc5YACASsEg16BqWaAAoErBINegalm90DgnJzhQACAQAAiXNlY3AyNTZrMaED5oGbWUMyYz4aCPenGdNSlTQWy9AoTXfZpqxihrPB7cWDdGNwgqWag3VkcIKlnIV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42393/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.226.176/tcp/39468/p2p/16Uiu2HAmKr38J3ZhyEwCpVVSEfzfNhdwLKDpLKsu5MnMJ2inowUK"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:39467/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/22/sometopic/someencoding"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42393/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/22/sometopic/someencoding"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:39467/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39467/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772771638061930704,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772771638653867836,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id f2964e4a1796
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 55b3d37c3823
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:73 Running fixture teardown: attach_logs_on_fail
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:74 Test failed, attempting to attach logs to the allure reports
|
||||
[35mDEBUG [0m src.libs.common:common.py:42 Attaching file ./log/docker/node2_2026-03-06_04-33-55__debac955-725c-4b5d-a877-75d9ca0b2ff6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.libs.common:common.py:42 Attaching file ./log/docker/node1_2026-03-06_04-33-55__debac955-725c-4b5d-a877-75d9ca0b2ff6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_single_content_topic[/app/22/sometopic/someencoding] with id: 2026-03-06_04-34-00__53028b82-8ab5-40b0-89a1-ba1cd95a3801
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-34-00__53028b82-8ab5-40b0-89a1-ba1cd95a3801__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.22.94
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['33031', '33032', '33033', '33034', '33035']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 33031:33031 -p 33032:33032 -p 33033:33033 -p 33034:33034 -p 33035:33035 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=33033 --rest-port=33031 --tcp-port=33032 --discv5-udp-port=33034 --rest-address=0.0.0.0 --nat=extip:172.18.22.94 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=3062f33abbd844a937bf1f419b9efbffc21c2fefa956f167f97b1b2c30dad4bb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33035 --metrics-logging=true --relay=true --filter=true --content-topic=/app/22/sometopic/someencoding
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container f2964e4a1796. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.22.94 waku 416a1f71f9c4af29666c12fd55e481f3110b76b40e7b48ed4784092b4b4acd11
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 416a1f71f9c4. Setting up logs at ./log/docker/node1_2026-03-06_04-34-00__53028b82-8ab5-40b0-89a1-ba1cd95a3801__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 33031
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 55b3d37c3823. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33031/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","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"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33031/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.22.94/tcp/33032/p2p/16Uiu2HAmKBaThfvbGgsy9TWnNX4e6wyQ9NSoiwstGQUCQa3EMpZ7","/ip4/172.18.22.94/tcp/33033/ws/p2p/16Uiu2HAmKBaThfvbGgsy9TWnNX4e6wyQ9NSoiwstGQUCQa3EMpZ7"],"enrUri":"enr:-L24QLibCzKDPNCw1nlQy63WuckIEF71bvqQgjFX5ixPtWdJeJRobzxj9kMHC6w6iB_ioPFp5OSmMNtYfTDBeEEtnlsCgmlkgnY0gmlwhKwSFl6KbXVsdGlhZGRyc5YACASsEhZeBoEIAAoErBIWXgaBCd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDYPwdYL21KOst99ZOjtInxdXQpBY9GjojC3aXEDAZvdKDdGNwgoEIg3VkcIKBCoV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-34-00__53028b82-8ab5-40b0-89a1-ba1cd95a3801__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.205.216
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['43577', '43578', '43579', '43580', '43581']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 43577:43577 -p 43578:43578 -p 43579:43579 -p 43580:43580 -p 43581:43581 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=43579 --rest-port=43577 --tcp-port=43578 --discv5-udp-port=43580 --rest-address=0.0.0.0 --nat=extip:172.18.205.216 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=83f729d9f6ea7def76a8dcbe02984e2af0aa34ea294eaa8abfb39e4eebf0ab28 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43581 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLibCzKDPNCw1nlQy63WuckIEF71bvqQgjFX5ixPtWdJeJRobzxj9kMHC6w6iB_ioPFp5OSmMNtYfTDBeEEtnlsCgmlkgnY0gmlwhKwSFl6KbXVsdGlhZGRyc5YACASsEhZeBoEIAAoErBIWXgaBCd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDYPwdYL21KOst99ZOjtInxdXQpBY9GjojC3aXEDAZvdKDdGNwgoEIg3VkcIKBCoV3YWt1MgU --content-topic=/app/22/sometopic/someencoding
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.205.216 waku b21ae0c4975630c0c16a7af87c4ae3e0816e6bbc130d4be51f6711f19cad72d0
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID b21ae0c49756. Setting up logs at ./log/docker/node2_2026-03-06_04-34-00__53028b82-8ab5-40b0-89a1-ba1cd95a3801__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 43577
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43577/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43577/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43577/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43577/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43577/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43577/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43577/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43577/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43577/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.205.216/tcp/43578/p2p/16Uiu2HAmDE7uXSEGQNffb8bDBs62ZhU5HEdzg6YGAmdkfNn25otR","/ip4/172.18.205.216/tcp/43579/ws/p2p/16Uiu2HAmDE7uXSEGQNffb8bDBs62ZhU5HEdzg6YGAmdkfNn25otR"],"enrUri":"enr:-L24QImXs4SMULrykMYgiFfXib74-wGyZDO_U9_Kab826voEcSfl0pHM5jWnggyx72lN9ynuTFKKGsNS8P2IP8FkyfECgmlkgnY0gmlwhKwSzdiKbXVsdGlhZGRyc5YACASsEs3YBqo6AAoErBLN2AaqO90DgnJzhQACAQAAiXNlY3AyNTZrMaEDCHy1xjbpNherGmMH7j1PnSxE-TXNg9SxsohnWgCiuC6DdGNwgqo6g3VkcIKqPIV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:43577/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.22.94/tcp/33032/p2p/16Uiu2HAmKBaThfvbGgsy9TWnNX4e6wyQ9NSoiwstGQUCQa3EMpZ7"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:33031/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/22/sometopic/someencoding"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:43577/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/22/sometopic/someencoding"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:33031/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33031/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772771638653867836,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772771639048329864,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772771643353575017,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 416a1f71f9c4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b21ae0c49756
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:73 Running fixture teardown: attach_logs_on_fail
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:74 Test failed, attempting to attach logs to the allure reports
|
||||
[35mDEBUG [0m src.libs.common:common.py:42 Attaching file ./log/docker/node2_2026-03-06_04-34-00__53028b82-8ab5-40b0-89a1-ba1cd95a3801__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.libs.common:common.py:42 Attaching file ./log/docker/node1_2026-03-06_04-34-00__53028b82-8ab5-40b0-89a1-ba1cd95a3801__wakuorg_nwaku:latest.log
|
||||
96
nim/1106/data/attachments/1217bd21e91ebfed.txt
Normal file
96
nim/1106/data/attachments/1217bd21e91ebfed.txt
Normal file
@ -0,0 +1,96 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_metrics_after_filter_get with id: 2026-03-06_04-34-36__502fea63-d340-4ae4-aadd-b0c849e0ce52
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-34-36__502fea63-d340-4ae4-aadd-b0c849e0ce52__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.224.125
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['18563', '18564', '18565', '18566', '18567']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 18563:18563 -p 18564:18564 -p 18565:18565 -p 18566:18566 -p 18567:18567 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=18565 --rest-port=18563 --tcp-port=18564 --discv5-udp-port=18566 --rest-address=0.0.0.0 --nat=extip:172.18.224.125 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=111effe05bca8217e87efba4a4a852b7a3f6caf0330cded925f6e1ef785f10f9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18567 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.224.125 waku aa86b0d112570129b1749d3dd5d09813dff14c2d07a79e5726367309c1b6bb9e
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID aa86b0d11257. Setting up logs at ./log/docker/node1_2026-03-06_04-34-36__502fea63-d340-4ae4-aadd-b0c849e0ce52__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 18563
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 88fa33ee1555. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18563/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.224.125/tcp/18564/p2p/16Uiu2HAmCPDrXxxf7SZ3X3PCbeHLEsNnn27GvtD91NqXvZDM8csC","/ip4/172.18.224.125/tcp/18565/ws/p2p/16Uiu2HAmCPDrXxxf7SZ3X3PCbeHLEsNnn27GvtD91NqXvZDM8csC"],"enrUri":"enr:-L24QMr6BPiz_fSgvhqr8oumg5qXUWsqSeUPtCknKhhQupaCSYNP1c5-wRHJTzJHczMmTQz2O-IH3h2KI7HI3MEDCz8CgmlkgnY0gmlwhKwS4H2KbXVsdGlhZGRyc5YACASsEuB9BkiEAAoErBLgfQZIhd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC-_X58IJ2g1_wamsq1rVbFGVKjmAlvSFAiHLDxdf3PaODdGNwgkiEg3VkcIJIhoV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-34-36__502fea63-d340-4ae4-aadd-b0c849e0ce52__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.111.1
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['29899', '29900', '29901', '29902', '29903']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 29899:29899 -p 29900:29900 -p 29901:29901 -p 29902:29902 -p 29903:29903 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=29901 --rest-port=29899 --tcp-port=29900 --discv5-udp-port=29902 --rest-address=0.0.0.0 --nat=extip:172.18.111.1 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5cefa3c71cabf6ce01743fdaada2eb4c24fce4bf3336f2d0e421e798e0298e44 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29903 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QMr6BPiz_fSgvhqr8oumg5qXUWsqSeUPtCknKhhQupaCSYNP1c5-wRHJTzJHczMmTQz2O-IH3h2KI7HI3MEDCz8CgmlkgnY0gmlwhKwS4H2KbXVsdGlhZGRyc5YACASsEuB9BkiEAAoErBLgfQZIhd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC-_X58IJ2g1_wamsq1rVbFGVKjmAlvSFAiHLDxdf3PaODdGNwgkiEg3VkcIJIhoV3YWt1MgU --filternode=/ip4/172.18.224.125/tcp/18564/p2p/16Uiu2HAmCPDrXxxf7SZ3X3PCbeHLEsNnn27GvtD91NqXvZDM8csC
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.111.1 waku 544394d51c0e349d4f7d96fa12079e777f76be8c55f29f8fb427f536e5eb80ef
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 544394d51c0e. Setting up logs at ./log/docker/node2_2026-03-06_04-34-36__502fea63-d340-4ae4-aadd-b0c849e0ce52__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 29899
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:29899/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:29899/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.111.1/tcp/29900/p2p/16Uiu2HAmNZV8ogxd73reiaUJgx9BipBBEjcHidX9HvTTqaTUQ6QC","/ip4/172.18.111.1/tcp/29901/ws/p2p/16Uiu2HAmNZV8ogxd73reiaUJgx9BipBBEjcHidX9HvTTqaTUQ6QC"],"enrUri":"enr:-L24QFO83eCCDbP5vbWtBXfyHro7vH3RS3anjoWTOQO7TT8EU3o0y-1ldsfpH8GV1u8zZNGFXUp-CJVnVgjBT1J6V-MCgmlkgnY0gmlwhKwSbwGKbXVsdGlhZGRyc5YACASsEm8BBnTMAAoErBJvAQZ0zd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDkyvucrax0Iui8sIPaeTNaIxMDn2hQn-gQR8nl4pYS72DdGNwgnTMg3VkcIJ0zoV3YWt1MgA"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:29899/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.224.125/tcp/18564/p2p/16Uiu2HAmCPDrXxxf7SZ3X3PCbeHLEsNnn27GvtD91NqXvZDM8csC"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:47 Running fixture setup: subscribe_main_nodes
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:18563/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:29899/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "bef21a50-f8a9-464a-938b-1c497f360fb8", "contentFilters": ["/test/1/waku-relay/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"bef21a50-f8a9-464a-938b-1c497f360fb8","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:18563/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.5 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:29899/filter/v2/messages/%2Ftest%2F1%2Fwaku-relay%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771679289432437,"ephemeral":false}]'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 5 seconds
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:15 Checking metric: libp2p_peers has 1
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:27 Found metric: libp2p_peers with value 1.0
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:15 Checking metric: libp2p_pubsub_peers has 1
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:27 Found metric: libp2p_pubsub_peers with value 1.0
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:15 Checking metric: libp2p_pubsub_topics has 1
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:27 Found metric: libp2p_pubsub_topics with value 2.0
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:15 Checking metric: libp2p_pubsub_subscriptions_total has 1
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:27 Found metric: libp2p_pubsub_subscriptions_total with value 2.0
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:15 Checking metric: waku_peer_store_size has 1
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:27 Found metric: waku_peer_store_size with value 1.0
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:15 Checking metric: waku_histogram_message_size_count has 1
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:27 Found metric: waku_histogram_message_size_count with value 1.0
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:15 Checking metric: waku_node_messages_total{type="relay"} has 1
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:27 Found metric: waku_node_messages_total{type="relay"} with value 1.0
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:15 Checking metric: waku_service_peers{protocol="/vac/waku/filter-subscribe/2.0.0-beta1",peerId="/ip4/172.18.224.125/tcp/18564"} has 1
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:27 Found metric: waku_service_peers{protocol="/vac/waku/filter-subscribe/2.0.0-beta1",peerId="/ip4/172.18.224.125/tcp/18564"} with value 1.0
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:15 Checking metric: libp2p_peers has 1
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:27 Found metric: libp2p_peers with value 1.0
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:15 Checking metric: libp2p_total_dial_attempts_total has 1
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:27 Found metric: libp2p_total_dial_attempts_total with value 1.0
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:15 Checking metric: waku_peer_store_size has 1
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:27 Found metric: waku_peer_store_size with value 1.0
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aa86b0d11257
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 544394d51c0e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
110
nim/1106/data/attachments/121feb79359b341c.txt
Normal file
110
nim/1106/data/attachments/121feb79359b341c.txt
Normal file
@ -0,0 +1,110 @@
|
||||
2026-03-06 04:40:55.964 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:40:55.965 DEBUG [tests.conftest] Running test: test_light_push_and_retrieve_duplicate_message with id: 2026-03-06_04-40-55__f8cdb041-e105-4330-a423-a0730a8fa2a3
|
||||
2026-03-06 04:40:55.965 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:40:55.965 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-03-06 04:40:55.972 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:40:55.972 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-03-06_04-40-55__f8cdb041-e105-4330-a423-a0730a8fa2a3__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:40:55.973 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:40:55.973 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:40:55.974 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:40:55.974 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.142.183
|
||||
2026-03-06 04:40:55.974 DEBUG [src.node.docker_mananger] Generated ports ['58336', '58337', '58338', '58339', '58340']
|
||||
2026-03-06 04:40:55.974 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:40:55.974 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:40:55.975 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:40:55.975 DEBUG [src.node.docker_mananger] docker run -i -t -p 58336:58336 -p 58337:58337 -p 58338:58338 -p 58339:58339 -p 58340:58340 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=58338 --rest-port=58336 --tcp-port=58337 --discv5-udp-port=58339 --rest-address=0.0.0.0 --nat=extip:172.18.142.183 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6a8612eb988f6e3e329adcb5e60470ff5cb528edafc4e12ab3c04bdf8efdef3b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58340 --metrics-logging=true --lightpush=true --relay=true
|
||||
2026-03-06 04:40:56.174 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.142.183 waku 7b863e0ac387e7b264ac09f8f519f0b4c3290b597198cf69be74acc32191fdd3
|
||||
2026-03-06 04:40:56.203 ERROR [src.node.docker_mananger] Max retries reached for container 163bd17a11a0. Exiting log stream.
|
||||
2026-03-06 04:40:56.219 DEBUG [src.node.docker_mananger] Container started with ID 7b863e0ac387. Setting up logs at ./log/docker/receiving_node1_2026-03-06_04-40-55__f8cdb041-e105-4330-a423-a0730a8fa2a3__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:40:56.219 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 58336
|
||||
2026-03-06 04:40:56.219 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:40:56.723 ERROR [src.node.docker_mananger] Max retries reached for container d2cfbe15557b. Exiting log stream.
|
||||
2026-03-06 04:40:57.219 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58336/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:40:57.222 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:40:57.223 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:40:57.223 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58336/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:40:57.225 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.142.183/tcp/58337/p2p/16Uiu2HAm58sKsTeoCZ8k489yWbqNDeLz8getuRsuD6SfL4MC4U5v","/ip4/172.18.142.183/tcp/58338/ws/p2p/16Uiu2HAm58sKsTeoCZ8k489yWbqNDeLz8getuRsuD6SfL4MC4U5v"],"enrUri":"enr:-L24QMjnDAfeSvlpthiCv7wAwvbkS-aUfCMbX7fWDAGyjM8vN7OqYRUJM3EhONjPed7Oqt2kz5GuUAg62KzoJthVlokCgmlkgnY0gmlwhKwSjreKbXVsdGlhZGRyc5YACASsEo63BuPhAAoErBKOtwbj4t0DgnJzhQADAQAAiXNlY3AyNTZrMaECkEbTHH1zMpMBWvkye3UI5T7EYVSZnCACm-Eb4BKWcNGDdGNwguPhg3VkcILj44V3YWt1Mgk"}'
|
||||
2026-03-06 04:40:57.225 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:40:57.232 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:40:57.232 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-03-06_04-40-55__f8cdb041-e105-4330-a423-a0730a8fa2a3__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:40:57.232 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:40:57.233 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:40:57.234 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:40:57.234 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.99.36
|
||||
2026-03-06 04:40:57.234 DEBUG [src.node.docker_mananger] Generated ports ['20616', '20617', '20618', '20619', '20620']
|
||||
2026-03-06 04:40:57.234 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:40:57.234 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:40:57.235 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:40:57.235 DEBUG [src.node.docker_mananger] docker run -i -t -p 20616:20616 -p 20617:20617 -p 20618:20618 -p 20619:20619 -p 20620:20620 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=20618 --rest-port=20616 --tcp-port=20617 --discv5-udp-port=20619 --rest-address=0.0.0.0 --nat=extip:172.18.99.36 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8fd5123e65cfeaede6a0daf58bdabd3b5d728458e3e1a1e9acc8bcf7dc7b9cfd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=20620 --metrics-logging=true --lightpush=false --relay=true
|
||||
2026-03-06 04:40:57.437 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.99.36 waku bd3ac940a459fa918f4340f04138de7bacd494dffa2d5b5adc6479b210ad5fe2
|
||||
2026-03-06 04:40:57.476 DEBUG [src.node.docker_mananger] Container started with ID bd3ac940a459. Setting up logs at ./log/docker/receiving_node2_2026-03-06_04-40-55__f8cdb041-e105-4330-a423-a0730a8fa2a3__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:40:57.476 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 20616
|
||||
2026-03-06 04:40:57.477 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:40:58.478 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20616/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:40:58.481 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:40:58.481 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:40:58.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20616/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:40:58.484 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.99.36/tcp/20617/p2p/16Uiu2HAmCgu4qEFZRdaQLvB1nvGHcTKa7NqsgXimZKoVtGuZuhXD","/ip4/172.18.99.36/tcp/20618/ws/p2p/16Uiu2HAmCgu4qEFZRdaQLvB1nvGHcTKa7NqsgXimZKoVtGuZuhXD"],"enrUri":"enr:-L24QFOoINxN2eubmHnuYm21UzVOwVIJB0kRaretjFdMrgOicFr14tB67bGZkofV-jbjCGnh95w-11N2EbZSePWEBKICgmlkgnY0gmlwhKwSYySKbXVsdGlhZGRyc5YACASsEmMkBlCJAAoErBJjJAZQit0DgnJzhQADAQAAiXNlY3AyNTZrMaEDAH0v8Gwy2DFMTXnk2s0XQZN7383Uwdsp7-jdcItCEFiDdGNwglCJg3VkcIJQi4V3YWt1MgE"}'
|
||||
2026-03-06 04:40:58.484 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:40:58.485 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20616/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.142.183/tcp/58337/p2p/16Uiu2HAm58sKsTeoCZ8k489yWbqNDeLz8getuRsuD6SfL4MC4U5v"]'
|
||||
2026-03-06 04:40:58.522 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:40:58.532 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:40:58.533 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-03-06_04-40-55__f8cdb041-e105-4330-a423-a0730a8fa2a3__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:40:58.533 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:40:58.533 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:40:58.534 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:40:58.534 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.135.104
|
||||
2026-03-06 04:40:58.534 DEBUG [src.node.docker_mananger] Generated ports ['62271', '62272', '62273', '62274', '62275']
|
||||
2026-03-06 04:40:58.535 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:40:58.535 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:40:58.536 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:40:58.536 DEBUG [src.node.docker_mananger] docker run -i -t -p 62271:62271 -p 62272:62272 -p 62273:62273 -p 62274:62274 -p 62275:62275 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=62273 --rest-port=62271 --tcp-port=62272 --discv5-udp-port=62274 --rest-address=0.0.0.0 --nat=extip:172.18.135.104 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=06d89ed68cbbc28137adcda8ba4e1905540a6aeeaaaa4fec207a1d7c39edecb6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62275 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QMjnDAfeSvlpthiCv7wAwvbkS-aUfCMbX7fWDAGyjM8vN7OqYRUJM3EhONjPed7Oqt2kz5GuUAg62KzoJthVlokCgmlkgnY0gmlwhKwSjreKbXVsdGlhZGRyc5YACASsEo63BuPhAAoErBKOtwbj4t0DgnJzhQADAQAAiXNlY3AyNTZrMaECkEbTHH1zMpMBWvkye3UI5T7EYVSZnCACm-Eb4BKWcNGDdGNwguPhg3VkcILj44V3YWt1Mgk --lightpushnode=/ip4/172.18.142.183/tcp/58337/p2p/16Uiu2HAm58sKsTeoCZ8k489yWbqNDeLz8getuRsuD6SfL4MC4U5v --lightpush=true --relay=true
|
||||
2026-03-06 04:40:58.739 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.135.104 waku 002b3821bea282a0a0494b7686fece8cbe623edd77e59fc9094d3755c23082e2
|
||||
2026-03-06 04:40:58.775 DEBUG [src.node.docker_mananger] Container started with ID 002b3821bea2. Setting up logs at ./log/docker/lightpush_node1_2026-03-06_04-40-55__f8cdb041-e105-4330-a423-a0730a8fa2a3__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:40:58.776 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 62271
|
||||
2026-03-06 04:40:58.776 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:40:59.776 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62271/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:40:59.779 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:40:59.780 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:40:59.780 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62271/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:40:59.782 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.135.104/tcp/62272/p2p/16Uiu2HAm6B2ddoXn9LwtqiYjKDfvahkfJA1Vi8TjW9KLPAao4cBS","/ip4/172.18.135.104/tcp/62273/ws/p2p/16Uiu2HAm6B2ddoXn9LwtqiYjKDfvahkfJA1Vi8TjW9KLPAao4cBS"],"enrUri":"enr:-L24QPuVj2hHKJ_BT5neQMuWD7BXG6rpBo1FRdI8k0ME-cuyCOWVcvloK-NBombT8L2HLBZqNX8VUzRgqBoZ9JCrmWoCgmlkgnY0gmlwhKwSh2iKbXVsdGlhZGRyc5YACASsEodoBvNAAAoErBKHaAbzQd0DgnJzhQADAQAAiXNlY3AyNTZrMaECn7AyIxe9ioa9SpAsI37aujQGx-YK1Z-cjSv9n6ymDYGDdGNwgvNAg3VkcILzQoV3YWt1Mgk"}'
|
||||
2026-03-06 04:40:59.782 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:40:59.782 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62271/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.142.183/tcp/58337/p2p/16Uiu2HAm58sKsTeoCZ8k489yWbqNDeLz8getuRsuD6SfL4MC4U5v"]'
|
||||
2026-03-06 04:40:59.817 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:40:59.817 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62271/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.99.36/tcp/20617/p2p/16Uiu2HAmCgu4qEFZRdaQLvB1nvGHcTKa7NqsgXimZKoVtGuZuhXD"]'
|
||||
2026-03-06 04:40:59.850 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:40:59.851 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58336/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:40:59.857 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:40:59.857 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20616/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:40:59.863 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:40:59.863 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62271/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:40:59.868 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:40:59.871 DEBUG [src.steps.light_push] Lightpushing message
|
||||
2026-03-06 04:40:59.872 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62271/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1772772059871217001}}'
|
||||
2026-03-06 04:40:59.891 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:40:59.891 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:40:59.991 DEBUG [src.steps.light_push] Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-06 04:40:59.991 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58336/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:40:59.994 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772772059871217001,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:40:59.995 DEBUG [src.steps.light_push] Checking that peer NODE_2:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-06 04:40:59.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20616/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:40:59.997 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772772059871217001,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:40:59.999 DEBUG [src.steps.light_push] Checking that peer NODE_3:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-06 04:40:59.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62271/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:41:00.001 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772772059871217001,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:41:00.002 DEBUG [src.steps.light_push] Lightpushing message
|
||||
2026-03-06 04:41:00.003 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62271/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1772772059871217001}}'
|
||||
2026-03-06 04:41:00.012 ERROR [src.node.api_clients.base_client] HTTP error occurred: 503 Server Error: Service Unavailable for url: http://127.0.0.1:62271/lightpush/v1/message. Response content: b'Failed to request a message push: not_published_to_any_peer'
|
||||
2026-03-06 04:41:00.014 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:41:00.015 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:41:00.015 DEBUG [src.node.waku_node] Stopping container with id 7b863e0ac387
|
||||
2026-03-06 04:41:00.607 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:41:00.609 DEBUG [src.node.waku_node] Stopping container with id bd3ac940a459
|
||||
2026-03-06 04:41:01.174 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:41:01.175 DEBUG [src.node.waku_node] Stopping container with id 002b3821bea2
|
||||
2026-03-06 04:41:01.421 ERROR [src.node.docker_mananger] Max retries reached for container 7b863e0ac387. Exiting log stream.
|
||||
2026-03-06 04:41:01.727 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:41:01.728 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:41:01.739 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:41:01.755 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:41:01.763 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
73
nim/1106/data/attachments/124396d25c5c65fa.txt
Normal file
73
nim/1106/data/attachments/124396d25c5c65fa.txt
Normal file
@ -0,0 +1,73 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_filter_update_subscription_refresh_existing with id: 2026-03-06_04-34-27__fbfa0b47-f149-4f1b-954b-18250f12d8fb
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-34-27__fbfa0b47-f149-4f1b-954b-18250f12d8fb__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.116.4
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['34189', '34190', '34191', '34192', '34193']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 34189:34189 -p 34190:34190 -p 34191:34191 -p 34192:34192 -p 34193:34193 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=34191 --rest-port=34189 --tcp-port=34190 --discv5-udp-port=34192 --rest-address=0.0.0.0 --nat=extip:172.18.116.4 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=eb9769fe6568570c5bafa09c8e027f49caa4ebbbd6c17cf0df8bcb444de1fbc6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34193 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.116.4 waku a8b72addbd007a5b357a15fd78335a6fc09f9e28cbb4d12b03827b6dae00f057
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 7b5a10103b92. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID a8b72addbd00. Setting up logs at ./log/docker/node1_2026-03-06_04-34-27__fbfa0b47-f149-4f1b-954b-18250f12d8fb__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 34189
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container f5eadfe29384. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34189/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34189/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.116.4/tcp/34190/p2p/16Uiu2HAmURb9QD8Dy1ASGyiGTPqYiXRf9eNgbVH735wQ7hLfhBbr","/ip4/172.18.116.4/tcp/34191/ws/p2p/16Uiu2HAmURb9QD8Dy1ASGyiGTPqYiXRf9eNgbVH735wQ7hLfhBbr"],"enrUri":"enr:-L24QGjG-thEmNXtRMAHDFlc_KquoxFyZ8yflNh5_cM2mgefNJFuv7edbiF4-lGvDqZ6DGkMc-W8vDuyM8tsWc2ehZcCgmlkgnY0gmlwhKwSdASKbXVsdGlhZGRyc5YACASsEnQEBoWOAAoErBJ0BAaFj90DgnJzhQADAQAAiXNlY3AyNTZrMaED6kwzzRIyrGTlfMS8GYodQtLcQdpC0BwCUGdjnVWwuM2DdGNwgoWOg3VkcIKFkIV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-34-27__fbfa0b47-f149-4f1b-954b-18250f12d8fb__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.57.117
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['32585', '32586', '32587', '32588', '32589']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 32585:32585 -p 32586:32586 -p 32587:32587 -p 32588:32588 -p 32589:32589 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=32587 --rest-port=32585 --tcp-port=32586 --discv5-udp-port=32588 --rest-address=0.0.0.0 --nat=extip:172.18.57.117 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b17a032b07e0bb59dedf6bbf77956cdaefbacdc9543bccc52c6c56c6ab13a621 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32589 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QGjG-thEmNXtRMAHDFlc_KquoxFyZ8yflNh5_cM2mgefNJFuv7edbiF4-lGvDqZ6DGkMc-W8vDuyM8tsWc2ehZcCgmlkgnY0gmlwhKwSdASKbXVsdGlhZGRyc5YACASsEnQEBoWOAAoErBJ0BAaFj90DgnJzhQADAQAAiXNlY3AyNTZrMaED6kwzzRIyrGTlfMS8GYodQtLcQdpC0BwCUGdjnVWwuM2DdGNwgoWOg3VkcIKFkIV3YWt1MgU --filternode=/ip4/172.18.116.4/tcp/34190/p2p/16Uiu2HAmURb9QD8Dy1ASGyiGTPqYiXRf9eNgbVH735wQ7hLfhBbr
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.57.117 waku 9f3241818300d42563bb6117fea17254376f4905dc248e13f7ce9bac1e5ca068
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 9f3241818300. Setting up logs at ./log/docker/node2_2026-03-06_04-34-27__fbfa0b47-f149-4f1b-954b-18250f12d8fb__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 32585
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32585/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32585/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.57.117/tcp/32586/p2p/16Uiu2HAm6MRw8AN7CiMseFm8YcCgHrSxy9AaYHtpnGyjaY9nW5Ur","/ip4/172.18.57.117/tcp/32587/ws/p2p/16Uiu2HAm6MRw8AN7CiMseFm8YcCgHrSxy9AaYHtpnGyjaY9nW5Ur"],"enrUri":"enr:-L24QN3noPaA2N0FM7b3gmeGGVP5wdabZLwJoX4QjGl2O_m9VC1EjpOORmXI5qTPIji5UOQPZt836ulwsK72rwv_ABECgmlkgnY0gmlwhKwSOXWKbXVsdGlhZGRyc5YACASsEjl1Bn9KAAoErBI5dQZ_S90DgnJzhQADAQAAiXNlY3AyNTZrMaEColpZ34PLqyVr9L1vmHt3l-PMRZUmDCWTgELYDxYoVHeDdGNwgn9Kg3VkcIJ_TIV3YWt1MgA"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:32585/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.116.4/tcp/34190/p2p/16Uiu2HAmURb9QD8Dy1ASGyiGTPqYiXRf9eNgbVH735wQ7hLfhBbr"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:34189/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:32585/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "3236797c-0cde-4a5a-9923-456fa5cee61d", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"3236797c-0cde-4a5a-9923-456fa5cee61d","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X PUT "http://127.0.0.1:32585/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:34189/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:96 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32585/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772771669949770417,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id a8b72addbd00
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 9f3241818300
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
167
nim/1106/data/attachments/12449561574f57e4.txt
Normal file
167
nim/1106/data/attachments/12449561574f57e4.txt
Normal file
@ -0,0 +1,167 @@
|
||||
2026-03-06 04:31:47.529 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:31:47.530 DEBUG [tests.conftest] Running test: test_all_nodes_subscribed_to_the_topic with id: 2026-03-06_04-31-47__9ffef750-fe66-4681-b779-df0063a02e7c
|
||||
2026-03-06 04:31:47.530 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:31:47.530 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-03-06 04:31:47.531 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2026-03-06 04:31:47.537 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:31:47.537 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-31-47__9ffef750-fe66-4681-b779-df0063a02e7c__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:47.537 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:31:47.537 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:31:47.539 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:31:47.539 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.192.177
|
||||
2026-03-06 04:31:47.539 DEBUG [src.node.docker_mananger] Generated ports ['27435', '27436', '27437', '27438', '27439']
|
||||
2026-03-06 04:31:47.539 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:31:47.539 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:31:47.540 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:31:47.540 DEBUG [src.node.docker_mananger] docker run -i -t -p 27435:27435 -p 27436:27436 -p 27437:27437 -p 27438:27438 -p 27439:27439 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=27437 --rest-port=27435 --tcp-port=27436 --discv5-udp-port=27438 --rest-address=0.0.0.0 --nat=extip:172.18.192.177 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4b69ebdfdbbeff476fc8a7a021f6fca8df4fa91442bed85a1e6aecbe97a5eef7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27439 --metrics-logging=true --relay=true --filter=true
|
||||
2026-03-06 04:31:47.728 ERROR [src.node.docker_mananger] Max retries reached for container a3894bbb7f7a. Exiting log stream.
|
||||
2026-03-06 04:31:47.749 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.192.177 waku f5a0e7362a7a37c9082c8c0cd985b575afb1d9b32c564ad265ef2eeac5bb01e3
|
||||
2026-03-06 04:31:47.783 DEBUG [src.node.docker_mananger] Container started with ID f5a0e7362a7a. Setting up logs at ./log/docker/node1_2026-03-06_04-31-47__9ffef750-fe66-4681-b779-df0063a02e7c__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:47.783 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27435
|
||||
2026-03-06 04:31:47.784 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:31:48.334 ERROR [src.node.docker_mananger] Max retries reached for container 40890ebf5455. Exiting log stream.
|
||||
2026-03-06 04:31:48.785 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27435/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:48.788 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:31:48.788 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:31:48.788 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27435/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:48.791 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.192.177/tcp/27436/p2p/16Uiu2HAm5gbw4h45kwGVd2zyBZ2Fnej5fajKydxnXwQgTyUG2xiq","/ip4/172.18.192.177/tcp/27437/ws/p2p/16Uiu2HAm5gbw4h45kwGVd2zyBZ2Fnej5fajKydxnXwQgTyUG2xiq"],"enrUri":"enr:-L24QGpxAFYAW5mSLU8dGOfne0lYEb3YopytAgymiuUpxo21OXVIz2ygZr5lMkgxDw3IF9r_BuPSbIv-gHjhyH57Rl4CgmlkgnY0gmlwhKwSwLGKbXVsdGlhZGRyc5YACASsEsCxBmssAAoErBLAsQZrLd0DgnJzhQADAQAAiXNlY3AyNTZrMaECmGgBYLwtTudCqh1Jacg5fiqjY77vpudXpq-7k9HvRi6DdGNwgmssg3VkcIJrLoV3YWt1MgU"}'
|
||||
2026-03-06 04:31:48.791 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:31:48.792 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2026-03-06 04:31:48.800 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:31:48.801 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-31-47__9ffef750-fe66-4681-b779-df0063a02e7c__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:48.801 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:31:48.801 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:31:48.802 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:31:48.802 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.96.11
|
||||
2026-03-06 04:31:48.803 DEBUG [src.node.docker_mananger] Generated ports ['57374', '57375', '57376', '57377', '57378']
|
||||
2026-03-06 04:31:48.803 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:31:48.803 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:31:48.803 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:31:48.803 DEBUG [src.node.docker_mananger] docker run -i -t -p 57374:57374 -p 57375:57375 -p 57376:57376 -p 57377:57377 -p 57378:57378 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=57376 --rest-port=57374 --tcp-port=57375 --discv5-udp-port=57377 --rest-address=0.0.0.0 --nat=extip:172.18.96.11 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b8dfceccf206c9f65f165c53e1394f34dec7afc1cd53305474fb9c6b931c3ab1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57378 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QGpxAFYAW5mSLU8dGOfne0lYEb3YopytAgymiuUpxo21OXVIz2ygZr5lMkgxDw3IF9r_BuPSbIv-gHjhyH57Rl4CgmlkgnY0gmlwhKwSwLGKbXVsdGlhZGRyc5YACASsEsCxBmssAAoErBLAsQZrLd0DgnJzhQADAQAAiXNlY3AyNTZrMaECmGgBYLwtTudCqh1Jacg5fiqjY77vpudXpq-7k9HvRi6DdGNwgmssg3VkcIJrLoV3YWt1MgU --filternode=/ip4/172.18.192.177/tcp/27436/p2p/16Uiu2HAm5gbw4h45kwGVd2zyBZ2Fnej5fajKydxnXwQgTyUG2xiq
|
||||
2026-03-06 04:31:49.009 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.96.11 waku 2a60a2c74832b96245b5b80e012eb169ec247170bc2a2b28460caa1ddca06a6c
|
||||
2026-03-06 04:31:49.045 DEBUG [src.node.docker_mananger] Container started with ID 2a60a2c74832. Setting up logs at ./log/docker/node2_2026-03-06_04-31-47__9ffef750-fe66-4681-b779-df0063a02e7c__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:49.045 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 57374
|
||||
2026-03-06 04:31:49.045 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:31:50.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57374/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:50.049 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:31:50.049 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:31:50.049 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57374/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:50.051 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.96.11/tcp/57375/p2p/16Uiu2HAkyDGwe34xPBowxg9MJQzJWmjUDwbP3zNjy1h38AQempBw","/ip4/172.18.96.11/tcp/57376/ws/p2p/16Uiu2HAkyDGwe34xPBowxg9MJQzJWmjUDwbP3zNjy1h38AQempBw"],"enrUri":"enr:-L24QD-KNeZIPPa-WAnxWy8PgDdFWG5Twy88vAPQVJwf-xQDV6u4yEz8jTlqZA0omywp-9lKFBuyP_vbS45F7YqMzRkCgmlkgnY0gmlwhKwSYAuKbXVsdGlhZGRyc5YACASsEmALBuAfAAoErBJgCwbgIN0DgnJzhQADAQAAiXNlY3AyNTZrMaECOEG61WQfGa1N0x5CXdAMOh2_FJlFa8NnvDDtKuJLU2aDdGNwguAfg3VkcILgIYV3YWt1MgA"}'
|
||||
2026-03-06 04:31:50.052 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:31:50.052 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57374/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.192.177/tcp/27436/p2p/16Uiu2HAm5gbw4h45kwGVd2zyBZ2Fnej5fajKydxnXwQgTyUG2xiq"]'
|
||||
2026-03-06 04:31:50.088 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:50.101 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:31:50.101 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-06_04-31-47__9ffef750-fe66-4681-b779-df0063a02e7c__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:50.102 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:31:50.102 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:31:50.103 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:31:50.104 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.187.40
|
||||
2026-03-06 04:31:50.104 DEBUG [src.node.docker_mananger] Generated ports ['51193', '51194', '51195', '51196', '51197']
|
||||
2026-03-06 04:31:50.104 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:31:50.104 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:31:50.104 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:31:50.105 DEBUG [src.node.docker_mananger] docker run -i -t -p 51193:51193 -p 51194:51194 -p 51195:51195 -p 51196:51196 -p 51197:51197 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=51195 --rest-port=51193 --tcp-port=51194 --discv5-udp-port=51196 --rest-address=0.0.0.0 --nat=extip:172.18.187.40 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=04545ed2132c9a2d24c633f9ab1b38e27ee0f97b1890c9afbaee8acf37b8e97d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51197 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QGpxAFYAW5mSLU8dGOfne0lYEb3YopytAgymiuUpxo21OXVIz2ygZr5lMkgxDw3IF9r_BuPSbIv-gHjhyH57Rl4CgmlkgnY0gmlwhKwSwLGKbXVsdGlhZGRyc5YACASsEsCxBmssAAoErBLAsQZrLd0DgnJzhQADAQAAiXNlY3AyNTZrMaECmGgBYLwtTudCqh1Jacg5fiqjY77vpudXpq-7k9HvRi6DdGNwgmssg3VkcIJrLoV3YWt1MgU --filternode=/ip4/172.18.192.177/tcp/27436/p2p/16Uiu2HAm5gbw4h45kwGVd2zyBZ2Fnej5fajKydxnXwQgTyUG2xiq
|
||||
2026-03-06 04:31:50.310 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.187.40 waku ccef5e7d0faa9d10661848b370728310e1453069fd30a580fd41949cf5ec471b
|
||||
2026-03-06 04:31:50.342 DEBUG [src.node.docker_mananger] Container started with ID ccef5e7d0faa. Setting up logs at ./log/docker/node3_2026-03-06_04-31-47__9ffef750-fe66-4681-b779-df0063a02e7c__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:50.343 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51193
|
||||
2026-03-06 04:31:50.343 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:31:51.344 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51193/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:51.346 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:31:51.347 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:31:51.347 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51193/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:51.349 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.187.40/tcp/51194/p2p/16Uiu2HAm9d2i86HwdNxqRBKU7G3uZyJ9zbFbD8QTgLtTPAAsmRFi","/ip4/172.18.187.40/tcp/51195/ws/p2p/16Uiu2HAm9d2i86HwdNxqRBKU7G3uZyJ9zbFbD8QTgLtTPAAsmRFi"],"enrUri":"enr:-L24QMvxngd-ppflDztrIX3Aq82wKQ-G0buVznF34fYYwDfSDKdMdIVLNDlx0rdza95W2qt4SN6VHKuYvaV6-ts8E9sCgmlkgnY0gmlwhKwSuyiKbXVsdGlhZGRyc5YACASsErsoBsf6AAoErBK7KAbH-90DgnJzhQADAQAAiXNlY3AyNTZrMaEC0uxx9Wp-5kKC1wOecU4Xd3nPs1kKI-MHvLNMNz5imJWDdGNwgsf6g3VkcILH_IV3YWt1MgA"}'
|
||||
2026-03-06 04:31:51.349 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:31:51.350 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51193/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.192.177/tcp/27436/p2p/16Uiu2HAm5gbw4h45kwGVd2zyBZ2Fnej5fajKydxnXwQgTyUG2xiq"]'
|
||||
2026-03-06 04:31:51.389 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:51.403 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:31:51.405 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-03-06_04-31-47__9ffef750-fe66-4681-b779-df0063a02e7c__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:51.405 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:31:51.405 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:31:51.407 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:31:51.408 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.94.80
|
||||
2026-03-06 04:31:51.408 DEBUG [src.node.docker_mananger] Generated ports ['60554', '60555', '60556', '60557', '60558']
|
||||
2026-03-06 04:31:51.409 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:31:51.409 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:31:51.409 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:31:51.409 DEBUG [src.node.docker_mananger] docker run -i -t -p 60554:60554 -p 60555:60555 -p 60556:60556 -p 60557:60557 -p 60558:60558 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=60556 --rest-port=60554 --tcp-port=60555 --discv5-udp-port=60557 --rest-address=0.0.0.0 --nat=extip:172.18.94.80 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=81f4fcb3bec229af475da9aecefff7dd2f2c91e4cad6fd0b55a3de0128298fa8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60558 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QGpxAFYAW5mSLU8dGOfne0lYEb3YopytAgymiuUpxo21OXVIz2ygZr5lMkgxDw3IF9r_BuPSbIv-gHjhyH57Rl4CgmlkgnY0gmlwhKwSwLGKbXVsdGlhZGRyc5YACASsEsCxBmssAAoErBLAsQZrLd0DgnJzhQADAQAAiXNlY3AyNTZrMaECmGgBYLwtTudCqh1Jacg5fiqjY77vpudXpq-7k9HvRi6DdGNwgmssg3VkcIJrLoV3YWt1MgU --filternode=/ip4/172.18.192.177/tcp/27436/p2p/16Uiu2HAm5gbw4h45kwGVd2zyBZ2Fnej5fajKydxnXwQgTyUG2xiq
|
||||
2026-03-06 04:31:51.609 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.94.80 waku 19e1ddb5b0bad0bf47165c0554498b1c3e87bb9e102f7b0e7dacbfcf1bcf9730
|
||||
2026-03-06 04:31:51.645 DEBUG [src.node.docker_mananger] Container started with ID 19e1ddb5b0ba. Setting up logs at ./log/docker/node4_2026-03-06_04-31-47__9ffef750-fe66-4681-b779-df0063a02e7c__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:51.645 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 60554
|
||||
2026-03-06 04:31:51.646 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:31:52.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60554/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:52.650 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:31:52.650 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:31:52.650 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60554/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:52.653 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.94.80/tcp/60555/p2p/16Uiu2HAmJzKubzeqkfL18MVTjYfirssjmFh83eWBbhoPzDqKQMPJ","/ip4/172.18.94.80/tcp/60556/ws/p2p/16Uiu2HAmJzKubzeqkfL18MVTjYfirssjmFh83eWBbhoPzDqKQMPJ"],"enrUri":"enr:-L24QJDe14nnPMQqZzGr5YBA2ID5NnLFGVhE7eDNq4DuGHbOTc1TLcGVrod8xzqyVQwqaBfUvX3QBJkToUHXz-Y9KCoCgmlkgnY0gmlwhKwSXlCKbXVsdGlhZGRyc5YACASsEl5QBuyLAAoErBJeUAbsjN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDXhpFL-unry0fptOW11Qr_eGkPirmFkArLsNmethVMhWDdGNwguyLg3VkcILsjYV3YWt1MgA"}'
|
||||
2026-03-06 04:31:52.653 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:31:52.654 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60554/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.192.177/tcp/27436/p2p/16Uiu2HAm5gbw4h45kwGVd2zyBZ2Fnej5fajKydxnXwQgTyUG2xiq"]'
|
||||
2026-03-06 04:31:52.692 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:52.703 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:31:52.704 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node5_2026-03-06_04-31-47__9ffef750-fe66-4681-b779-df0063a02e7c__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:52.705 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:31:52.705 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:31:52.710 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:31:52.711 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.226.169
|
||||
2026-03-06 04:31:52.711 DEBUG [src.node.docker_mananger] Generated ports ['4968', '4969', '4970', '4971', '4972']
|
||||
2026-03-06 04:31:52.712 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:31:52.712 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:31:52.712 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:31:52.713 DEBUG [src.node.docker_mananger] docker run -i -t -p 4968:4968 -p 4969:4969 -p 4970:4970 -p 4971:4971 -p 4972:4972 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=4970 --rest-port=4968 --tcp-port=4969 --discv5-udp-port=4971 --rest-address=0.0.0.0 --nat=extip:172.18.226.169 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=113eedc01cb14a98f8b439bccdd005eab166a4bcc73ce00fabf6ebdbb6ba2b63 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4972 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QGpxAFYAW5mSLU8dGOfne0lYEb3YopytAgymiuUpxo21OXVIz2ygZr5lMkgxDw3IF9r_BuPSbIv-gHjhyH57Rl4CgmlkgnY0gmlwhKwSwLGKbXVsdGlhZGRyc5YACASsEsCxBmssAAoErBLAsQZrLd0DgnJzhQADAQAAiXNlY3AyNTZrMaECmGgBYLwtTudCqh1Jacg5fiqjY77vpudXpq-7k9HvRi6DdGNwgmssg3VkcIJrLoV3YWt1MgU --filternode=/ip4/172.18.192.177/tcp/27436/p2p/16Uiu2HAm5gbw4h45kwGVd2zyBZ2Fnej5fajKydxnXwQgTyUG2xiq
|
||||
2026-03-06 04:31:52.907 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.226.169 waku 4ef7d15d21797303d7db16a001d98bf85384a77e33140b96181d7c4f6c5d8c0a
|
||||
2026-03-06 04:31:52.942 DEBUG [src.node.docker_mananger] Container started with ID 4ef7d15d2179. Setting up logs at ./log/docker/node5_2026-03-06_04-31-47__9ffef750-fe66-4681-b779-df0063a02e7c__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:52.943 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4968
|
||||
2026-03-06 04:31:52.943 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:31:53.943 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:53.946 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:31:53.947 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:31:53.947 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4968/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:53.949 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.226.169/tcp/4969/p2p/16Uiu2HAmDvwf23BhF6rC3hHNy33D1ANpW1K4ZKVGusW4N1UWfmVK","/ip4/172.18.226.169/tcp/4970/ws/p2p/16Uiu2HAmDvwf23BhF6rC3hHNy33D1ANpW1K4ZKVGusW4N1UWfmVK"],"enrUri":"enr:-L24QAK1upJDTtUKbNbLwIaLTAsu7S9er-GtfTBWdmI3FktkUxBhIQIJaszYn5sBJ4NMM4RjSIJC7MXZszu-sASaxnYCgmlkgnY0gmlwhKwS4qmKbXVsdGlhZGRyc5YACASsEuKpBhNpAAoErBLiqQYTat0DgnJzhQADAQAAiXNlY3AyNTZrMaEDEvHu8iU58CnCAtYZNHzTUjnq6SLLBbIxxzCJd8bydrqDdGNwghNpg3VkcIITa4V3YWt1MgA"}'
|
||||
2026-03-06 04:31:53.949 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:31:53.950 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4968/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.192.177/tcp/27436/p2p/16Uiu2HAm5gbw4h45kwGVd2zyBZ2Fnej5fajKydxnXwQgTyUG2xiq"]'
|
||||
2026-03-06 04:31:53.985 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:53.988 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27435/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:31:53.995 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:53.997 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57374/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "7a37870d-829b-4272-9fe1-b2a9c38aece4", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:54.007 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"7a37870d-829b-4272-9fe1-b2a9c38aece4","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:54.008 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51193/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "f01cd017-db3b-4235-929f-f4c2fe5f6223", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:54.022 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"f01cd017-db3b-4235-929f-f4c2fe5f6223","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:54.023 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60554/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "05e0c6d0-fa68-48d5-9911-38c6cbda5212", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:54.033 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"05e0c6d0-fa68-48d5-9911-38c6cbda5212","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:54.034 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4968/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "4b14d084-19f9-4709-852b-c767d69e418b", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:54.044 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"4b14d084-19f9-4709-852b-c767d69e418b","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:54.044 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27435/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:54.062 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:54.064 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:54.164 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:54.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57374/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:54.167 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772771514044741514,"ephemeral":false}]'
|
||||
2026-03-06 04:31:54.169 DEBUG [src.steps.filter] Checking that peer NODE_3:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:54.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51193/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:54.172 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772771514044741514,"ephemeral":false}]'
|
||||
2026-03-06 04:31:54.173 DEBUG [src.steps.filter] Checking that peer NODE_4:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:54.173 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60554/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:54.176 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772771514044741514,"ephemeral":false}]'
|
||||
2026-03-06 04:31:54.177 DEBUG [src.steps.filter] Checking that peer NODE_5:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:54.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4968/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:54.180 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772771514044741514,"ephemeral":false}]'
|
||||
2026-03-06 04:31:54.183 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:31:54.184 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:31:54.184 DEBUG [src.node.waku_node] Stopping container with id f5a0e7362a7a
|
||||
2026-03-06 04:31:54.745 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:31:54.745 DEBUG [src.node.waku_node] Stopping container with id 2a60a2c74832
|
||||
2026-03-06 04:31:55.343 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:31:55.343 DEBUG [src.node.waku_node] Stopping container with id ccef5e7d0faa
|
||||
2026-03-06 04:31:55.560 ERROR [src.node.docker_mananger] Max retries reached for container f5a0e7362a7a. Exiting log stream.
|
||||
2026-03-06 04:31:55.901 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:31:55.902 DEBUG [src.node.waku_node] Stopping container with id 19e1ddb5b0ba
|
||||
2026-03-06 04:31:56.152 ERROR [src.node.docker_mananger] Max retries reached for container 2a60a2c74832. Exiting log stream.
|
||||
2026-03-06 04:31:56.482 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:31:56.482 DEBUG [src.node.waku_node] Stopping container with id 4ef7d15d2179
|
||||
2026-03-06 04:31:56.732 ERROR [src.node.docker_mananger] Max retries reached for container ccef5e7d0faa. Exiting log stream.
|
||||
2026-03-06 04:31:57.035 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:31:57.037 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:31:57.051 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:31:57.056 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:31:57.064 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:31:57.068 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:31:57.073 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
87
nim/1106/data/attachments/12731791ec5af3fb.txt
Normal file
87
nim/1106/data/attachments/12731791ec5af3fb.txt
Normal file
@ -0,0 +1,87 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_filter_update_subscription_add_a_new_pubsub_topic with id: 2026-03-06_04-33-09__44a5a527-6980-4c26-a99f-4ccc6eeff837
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-33-09__44a5a527-6980-4c26-a99f-4ccc6eeff837__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.93.49
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['15947', '15948', '15949', '15950', '15951']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 15947:15947 -p 15948:15948 -p 15949:15949 -p 15950:15950 -p 15951:15951 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=15949 --rest-port=15947 --tcp-port=15948 --discv5-udp-port=15950 --rest-address=0.0.0.0 --nat=extip:172.18.93.49 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=84f7bcccccbfee55ea0fc4bab3dbbdcb8bea53f3a99ac3b9582b3dfff2eae237 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15951 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.93.49 waku af1a921827e08c79692fb3dbd15565fa616816b5c6965d21d1b2f54a008d2fdb
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID af1a921827e0. Setting up logs at ./log/docker/node1_2026-03-06_04-33-09__44a5a527-6980-4c26-a99f-4ccc6eeff837__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 15947
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 59bbc12216c6. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 910f583c60ee. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15947/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15947/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.93.49/tcp/15948/p2p/16Uiu2HAmLoQ6XZ8F9pWpKqeJBEpj6foYqbN4A58J7PG7vhm5N7T8","/ip4/172.18.93.49/tcp/15949/ws/p2p/16Uiu2HAmLoQ6XZ8F9pWpKqeJBEpj6foYqbN4A58J7PG7vhm5N7T8"],"enrUri":"enr:-L24QN3iHvAOSo2n9TQWRGHn--oF0sAK4OThIAVgSA-jSsnnT7km394YG01GcPNJZZnj14_-AFxTv3yaX1kRbtrbK0MCgmlkgnY0gmlwhKwSXTGKbXVsdGlhZGRyc5YACASsEl0xBj5MAAoErBJdMQY-Td0DgnJzhQADAQAAiXNlY3AyNTZrMaEDeQT9sPCHkX3gkh6pvKIJKHYkO3T4eJ4-UfRwWZXV8EuDdGNwgj5Mg3VkcII-ToV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-33-09__44a5a527-6980-4c26-a99f-4ccc6eeff837__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.174.182
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['41818', '41819', '41820', '41821', '41822']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 41818:41818 -p 41819:41819 -p 41820:41820 -p 41821:41821 -p 41822:41822 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=41820 --rest-port=41818 --tcp-port=41819 --discv5-udp-port=41821 --rest-address=0.0.0.0 --nat=extip:172.18.174.182 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=caad6bff7aad6a73e9da8fc5e66ccf1be01f5cad6ced54e93d9be8de59becbee --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41822 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QN3iHvAOSo2n9TQWRGHn--oF0sAK4OThIAVgSA-jSsnnT7km394YG01GcPNJZZnj14_-AFxTv3yaX1kRbtrbK0MCgmlkgnY0gmlwhKwSXTGKbXVsdGlhZGRyc5YACASsEl0xBj5MAAoErBJdMQY-Td0DgnJzhQADAQAAiXNlY3AyNTZrMaEDeQT9sPCHkX3gkh6pvKIJKHYkO3T4eJ4-UfRwWZXV8EuDdGNwgj5Mg3VkcII-ToV3YWt1MgU --filternode=/ip4/172.18.93.49/tcp/15948/p2p/16Uiu2HAmLoQ6XZ8F9pWpKqeJBEpj6foYqbN4A58J7PG7vhm5N7T8
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.174.182 waku 89b664a3068eecb9c7c49bcd653c655bd5322bbcc2dc52c7f3e522183c3e9e30
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 89b664a3068e. Setting up logs at ./log/docker/node2_2026-03-06_04-33-09__44a5a527-6980-4c26-a99f-4ccc6eeff837__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 41818
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41818/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41818/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.174.182/tcp/41819/p2p/16Uiu2HAm21CyLha1dSYpFfSAAJboPKozGHqmP5hNs3G4GMtB7dZc","/ip4/172.18.174.182/tcp/41820/ws/p2p/16Uiu2HAm21CyLha1dSYpFfSAAJboPKozGHqmP5hNs3G4GMtB7dZc"],"enrUri":"enr:-L24QOSh63FRS8btApEmWliUHlZQOTeVE69Eau_dlOKzOddAPu1o-QsiMugbeP97EEGrc7NzRIMkLOuQdVghBvhnCvsCgmlkgnY0gmlwhKwSrraKbXVsdGlhZGRyc5YACASsEq62BqNbAAoErBKutgajXN0DgnJzhQADAQAAiXNlY3AyNTZrMaECYb1Uy_QqrGKRvMYtjUpQfDGGGiE6oCuoy4QqSSpEmmODdGNwgqNbg3VkcIKjXYV3YWt1MgA"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:41818/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.93.49/tcp/15948/p2p/16Uiu2HAmLoQ6XZ8F9pWpKqeJBEpj6foYqbN4A58J7PG7vhm5N7T8"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:15947/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:41818/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "82bf3e67-c8d1-4c77-9ae2-91e9999ffebc", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"82bf3e67-c8d1-4c77-9ae2-91e9999ffebc","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X PUT "http://127.0.0.1:41818/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto", "/test/2/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1000"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:15947/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1000"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:15947/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:96 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41818/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772771592358530124,"ephemeral":false}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:15947/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:96 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41818/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772771592470219426,"ephemeral":false}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:15947/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/2/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:96 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41818/filter/v2/messages/%2Ftest%2F2%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/2/waku-filter/proto","version":0,"timestamp":1772771592581062994,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id af1a921827e0
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89b664a3068e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
72
nim/1106/data/attachments/12e0d69701c9a99.txt
Normal file
72
nim/1106/data/attachments/12e0d69701c9a99.txt
Normal file
@ -0,0 +1,72 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_filter_get_message_with_meta with id: 2026-03-06_04-36-49__78b4d22d-17c5-43e6-bbc9-8b90219d4fcd
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-36-49__78b4d22d-17c5-43e6-bbc9-8b90219d4fcd__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.228.187
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['35178', '35179', '35180', '35181', '35182']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 35178:35178 -p 35179:35179 -p 35180:35180 -p 35181:35181 -p 35182:35182 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=35180 --rest-port=35178 --tcp-port=35179 --discv5-udp-port=35181 --rest-address=0.0.0.0 --nat=extip:172.18.228.187 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7176fb8ecf9028b88fe25b8facde14df0d5f1ffbca5c4e31b7e2dc6e48a781cc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35182 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.228.187 waku bb46d7ff698f999f1b2339f5a7b172810960991111263efa93a156d31bd5220d
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 7690d6900b7b. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID bb46d7ff698f. Setting up logs at ./log/docker/node1_2026-03-06_04-36-49__78b4d22d-17c5-43e6-bbc9-8b90219d4fcd__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 35178
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 9d8dec9b15e8. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35178/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35178/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.228.187/tcp/35179/p2p/16Uiu2HAmBeESM9zGdHhgAkwUw929heK981vX28LHftu31uwt84A1","/ip4/172.18.228.187/tcp/35180/ws/p2p/16Uiu2HAmBeESM9zGdHhgAkwUw929heK981vX28LHftu31uwt84A1"],"enrUri":"enr:-L24QFEjQmBlb2up7A3Dl7riVd0DErxIUP8sWd8TMvKK-6BwXIFSuidI-an6TUQcNEJ3TIOqIFj3dgYzTGiktRj3g3sCgmlkgnY0gmlwhKwS5LuKbXVsdGlhZGRyc5YACASsEuS7BolrAAoErBLkuwaJbN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC8PKpJYUj1Zs0PTRxDQ2oDBXwAFBWaj29ceM8Sb3-VX6DdGNwgolrg3VkcIKJbYV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-36-49__78b4d22d-17c5-43e6-bbc9-8b90219d4fcd__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.54.138
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['5244', '5245', '5246', '5247', '5248']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 5244:5244 -p 5245:5245 -p 5246:5246 -p 5247:5247 -p 5248:5248 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=5246 --rest-port=5244 --tcp-port=5245 --discv5-udp-port=5247 --rest-address=0.0.0.0 --nat=extip:172.18.54.138 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ba30ac3ca80e07af30ecfb54a39f7ea1da88a2b9f7bcb3c00f2ca4232028edb2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5248 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QFEjQmBlb2up7A3Dl7riVd0DErxIUP8sWd8TMvKK-6BwXIFSuidI-an6TUQcNEJ3TIOqIFj3dgYzTGiktRj3g3sCgmlkgnY0gmlwhKwS5LuKbXVsdGlhZGRyc5YACASsEuS7BolrAAoErBLkuwaJbN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC8PKpJYUj1Zs0PTRxDQ2oDBXwAFBWaj29ceM8Sb3-VX6DdGNwgolrg3VkcIKJbYV3YWt1MgU --filternode=/ip4/172.18.228.187/tcp/35179/p2p/16Uiu2HAmBeESM9zGdHhgAkwUw929heK981vX28LHftu31uwt84A1
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.54.138 waku 3d0f7ed99c32380a958b4aa1914e531be34f97414de8bd34f12af63992ed8603
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 3d0f7ed99c32. Setting up logs at ./log/docker/node2_2026-03-06_04-36-49__78b4d22d-17c5-43e6-bbc9-8b90219d4fcd__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 5244
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5244/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5244/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.54.138/tcp/5245/p2p/16Uiu2HAmF1mpRiBbMYTkD4hwpzRXSYXUx3MZjBUCd7FSDZeqqSyy","/ip4/172.18.54.138/tcp/5246/ws/p2p/16Uiu2HAmF1mpRiBbMYTkD4hwpzRXSYXUx3MZjBUCd7FSDZeqqSyy"],"enrUri":"enr:-L24QLWDeuwKgMKtD5Pv_IfN1l-B4wvlBZHt_F0VNgCwHobEb5LzHeYG-e2HRqi-a_C7kEwLKAP6ukawFj6UwEl9VVgCgmlkgnY0gmlwhKwSNoqKbXVsdGlhZGRyc5YACASsEjaKBhR9AAoErBI2igYUft0DgnJzhQADAQAAiXNlY3AyNTZrMaEDIwpmlikSuMViMrRNjprzCZ5z2Og0Uk7wdAXAm0p9IwyDdGNwghR9g3VkcIIUf4V3YWt1MgA"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:5244/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.228.187/tcp/35179/p2p/16Uiu2HAmBeESM9zGdHhgAkwUw929heK981vX28LHftu31uwt84A1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:47 Running fixture setup: subscribe_main_nodes
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35178/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:5244/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "545ffb08-663c-41c1-b12e-53c4c46974bd", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"545ffb08-663c-41c1-b12e-53c4c46974bd","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35178/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)', "meta": "RmlsdGVyIHdvcmtzISE="}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:96 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5244/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772771812482319646,"meta":"RmlsdGVyIHdvcmtzISE=","ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id bb46d7ff698f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 3d0f7ed99c32
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
97
nim/1106/data/attachments/131618bfdec72fb7.txt
Normal file
97
nim/1106/data/attachments/131618bfdec72fb7.txt
Normal file
@ -0,0 +1,97 @@
|
||||
2026-03-06 04:33:26.431 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:33:26.431 DEBUG [tests.conftest] Running test: test_light_push_with_with_large_meta with id: 2026-03-06_04-33-26__f357280b-6ea0-4bf5-91e0-e473d6e1b82a
|
||||
2026-03-06 04:33:26.431 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:33:26.432 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-03-06 04:33:26.439 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:33:26.440 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-03-06_04-33-26__f357280b-6ea0-4bf5-91e0-e473d6e1b82a__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:26.440 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:33:26.440 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:33:26.442 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:33:26.442 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.3.173
|
||||
2026-03-06 04:33:26.442 DEBUG [src.node.docker_mananger] Generated ports ['50038', '50039', '50040', '50041', '50042']
|
||||
2026-03-06 04:33:26.442 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:33:26.442 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:33:26.442 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:33:26.443 DEBUG [src.node.docker_mananger] docker run -i -t -p 50038:50038 -p 50039:50039 -p 50040:50040 -p 50041:50041 -p 50042:50042 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=50040 --rest-port=50038 --tcp-port=50039 --discv5-udp-port=50041 --rest-address=0.0.0.0 --nat=extip:172.18.3.173 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e3e97fbf0adc8af0eaf5a7ff2c1ceb0bbcb295d4bf642ed1c391f14bea851ff2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50042 --metrics-logging=true --lightpush=true --relay=true
|
||||
2026-03-06 04:33:26.624 ERROR [src.node.docker_mananger] Max retries reached for container 057bc39aaae4. Exiting log stream.
|
||||
2026-03-06 04:33:26.638 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.3.173 waku a97a23335f398a17a52684846e1ddc55d9e06cdbcf47d15f1bd978b156f915c8
|
||||
2026-03-06 04:33:26.673 DEBUG [src.node.docker_mananger] Container started with ID a97a23335f39. Setting up logs at ./log/docker/receiving_node1_2026-03-06_04-33-26__f357280b-6ea0-4bf5-91e0-e473d6e1b82a__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:26.673 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 50038
|
||||
2026-03-06 04:33:26.674 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:33:27.187 ERROR [src.node.docker_mananger] Max retries reached for container fd6cc14bfcfa. Exiting log stream.
|
||||
2026-03-06 04:33:27.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50038/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:27.677 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:33:27.677 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:33:27.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50038/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:27.680 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.3.173/tcp/50039/p2p/16Uiu2HAm5hkDkSekrCshSDws9iWQUuNthjJdMJQTcJ5Ewte5SJQL","/ip4/172.18.3.173/tcp/50040/ws/p2p/16Uiu2HAm5hkDkSekrCshSDws9iWQUuNthjJdMJQTcJ5Ewte5SJQL"],"enrUri":"enr:-L24QOZiAvmNq4P1A4_M5Sz-HNe7iWKIZr7YUdKINGHI-6HQeg8idG9rhUUaAFAJVCHDhcF4x8jW2sexfCNkKxNXOMwCgmlkgnY0gmlwhKwSA62KbXVsdGlhZGRyc5YACASsEgOtBsN3AAoErBIDrQbDeN0DgnJzhQADAQAAiXNlY3AyNTZrMaECmLL1BH0ykO9Me-7wKPATJzotiv8U0aXcLgBoFEp-DbWDdGNwgsN3g3VkcILDeYV3YWt1Mgk"}'
|
||||
2026-03-06 04:33:27.680 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:33:27.687 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:33:27.688 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-03-06_04-33-26__f357280b-6ea0-4bf5-91e0-e473d6e1b82a__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:27.688 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:33:27.688 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:33:27.690 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:33:27.690 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.80.213
|
||||
2026-03-06 04:33:27.690 DEBUG [src.node.docker_mananger] Generated ports ['54797', '54798', '54799', '54800', '54801']
|
||||
2026-03-06 04:33:27.690 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:33:27.690 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:33:27.690 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:33:27.691 DEBUG [src.node.docker_mananger] docker run -i -t -p 54797:54797 -p 54798:54798 -p 54799:54799 -p 54800:54800 -p 54801:54801 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=54799 --rest-port=54797 --tcp-port=54798 --discv5-udp-port=54800 --rest-address=0.0.0.0 --nat=extip:172.18.80.213 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fc9b8b2f8769a1c5ad2f0ec8ec6af3b1f17cbc9fbd97fbcdcc85f3bc8e7e771b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54801 --metrics-logging=true --lightpush=false --relay=true
|
||||
2026-03-06 04:33:27.886 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.80.213 waku 26c7da70c57e8ed3e9bbfa47267c27a78ffb9f2f604ef699d9a660853e739c0a
|
||||
2026-03-06 04:33:27.921 DEBUG [src.node.docker_mananger] Container started with ID 26c7da70c57e. Setting up logs at ./log/docker/receiving_node2_2026-03-06_04-33-26__f357280b-6ea0-4bf5-91e0-e473d6e1b82a__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:27.922 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 54797
|
||||
2026-03-06 04:33:27.922 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:33:28.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54797/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:28.926 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:33:28.926 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:33:28.926 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54797/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:28.929 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.80.213/tcp/54798/p2p/16Uiu2HAmV6cyQVvELDzt2ki3kh6tFyNNagef3tz6Bnm21ZzR1Yjk","/ip4/172.18.80.213/tcp/54799/ws/p2p/16Uiu2HAmV6cyQVvELDzt2ki3kh6tFyNNagef3tz6Bnm21ZzR1Yjk"],"enrUri":"enr:-L24QGJrOAlxFR2xaQcoif2N1-ajV213OYmA1S2hX_Jf-r8OKHsCNNVuCBlhRb__Lzsl6aLau-wkCUMn45CWUcuanGwCgmlkgnY0gmlwhKwSUNWKbXVsdGlhZGRyc5YACASsElDVBtYOAAoErBJQ1QbWD90DgnJzhQADAQAAiXNlY3AyNTZrMaED9Evroxlc5I9oGYxDGcKlZfAzoKZ-XwYtKQNRYUmoQCuDdGNwgtYOg3VkcILWEIV3YWt1MgE"}'
|
||||
2026-03-06 04:33:28.929 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:33:28.929 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54797/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.3.173/tcp/50039/p2p/16Uiu2HAm5hkDkSekrCshSDws9iWQUuNthjJdMJQTcJ5Ewte5SJQL"]'
|
||||
2026-03-06 04:33:28.972 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:28.983 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:33:28.983 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-03-06_04-33-26__f357280b-6ea0-4bf5-91e0-e473d6e1b82a__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:28.984 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:33:28.984 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:33:28.987 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:33:28.987 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.55.216
|
||||
2026-03-06 04:33:28.987 DEBUG [src.node.docker_mananger] Generated ports ['20054', '20055', '20056', '20057', '20058']
|
||||
2026-03-06 04:33:28.987 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:33:28.987 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:33:28.987 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:33:28.988 DEBUG [src.node.docker_mananger] docker run -i -t -p 20054:20054 -p 20055:20055 -p 20056:20056 -p 20057:20057 -p 20058:20058 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=20056 --rest-port=20054 --tcp-port=20055 --discv5-udp-port=20057 --rest-address=0.0.0.0 --nat=extip:172.18.55.216 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e2e1afee18583c3e3d3e13ec25e67600523fdbeca3796af2bdbee0c8a23bed9c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=20058 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QOZiAvmNq4P1A4_M5Sz-HNe7iWKIZr7YUdKINGHI-6HQeg8idG9rhUUaAFAJVCHDhcF4x8jW2sexfCNkKxNXOMwCgmlkgnY0gmlwhKwSA62KbXVsdGlhZGRyc5YACASsEgOtBsN3AAoErBIDrQbDeN0DgnJzhQADAQAAiXNlY3AyNTZrMaECmLL1BH0ykO9Me-7wKPATJzotiv8U0aXcLgBoFEp-DbWDdGNwgsN3g3VkcILDeYV3YWt1Mgk --lightpushnode=/ip4/172.18.3.173/tcp/50039/p2p/16Uiu2HAm5hkDkSekrCshSDws9iWQUuNthjJdMJQTcJ5Ewte5SJQL --lightpush=true --relay=true
|
||||
2026-03-06 04:33:29.191 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.55.216 waku b84b2294782d6af9f3b7f985f01d437b48962ec206eded86a0b8dd480bec8a14
|
||||
2026-03-06 04:33:29.232 DEBUG [src.node.docker_mananger] Container started with ID b84b2294782d. Setting up logs at ./log/docker/lightpush_node1_2026-03-06_04-33-26__f357280b-6ea0-4bf5-91e0-e473d6e1b82a__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:29.232 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 20054
|
||||
2026-03-06 04:33:29.232 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:33:30.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20054/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:30.244 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:33:30.244 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:33:30.245 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20054/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:30.273 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.55.216/tcp/20055/p2p/16Uiu2HAkxnq5UYYN7B2ef9RLm9i8D1hQs8nYtMWK5NshGihLHcua","/ip4/172.18.55.216/tcp/20056/ws/p2p/16Uiu2HAkxnq5UYYN7B2ef9RLm9i8D1hQs8nYtMWK5NshGihLHcua"],"enrUri":"enr:-L24QMZgqZIzeLQBE2EE0Rn7fEMSea1tvDgHcPj6VlmjF1iWUKpbW9nb4ggyWiNNZ1xP5Z7fLNuViuvNGcl02YbPrRoCgmlkgnY0gmlwhKwSN9iKbXVsdGlhZGRyc5YACASsEjfYBk5XAAoErBI32AZOWN0DgnJzhQADAQAAiXNlY3AyNTZrMaECMf6LfPrhhwN0zNG1k-vOPHiPcZtox3P2gFUYUi6ioUWDdGNwgk5Xg3VkcIJOWYV3YWt1Mgk"}'
|
||||
2026-03-06 04:33:30.276 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:33:30.278 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20054/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.3.173/tcp/50039/p2p/16Uiu2HAm5hkDkSekrCshSDws9iWQUuNthjJdMJQTcJ5Ewte5SJQL"]'
|
||||
2026-03-06 04:33:30.284 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:30.284 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20054/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.80.213/tcp/54798/p2p/16Uiu2HAmV6cyQVvELDzt2ki3kh6tFyNNagef3tz6Bnm21ZzR1Yjk"]'
|
||||
2026-03-06 04:33:30.312 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:30.313 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50038/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:33:30.319 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:30.320 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54797/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:33:30.325 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:30.326 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20054/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:33:30.330 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:30.333 DEBUG [src.steps.light_push] Lightpushing message
|
||||
2026-03-06 04:33:30.333 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20054/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1772771610332895507, "meta": "YWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYQ=="}}'
|
||||
2026-03-06 04:33:30.343 ERROR [src.node.api_clients.base_client] HTTP error occurred: 503 Server Error: Service Unavailable for url: http://127.0.0.1:20054/lightpush/v1/message. Response content: b'Failed to request a message push: decode_rpc_failure: (kind: InvalidLengthField, field: "meta")'
|
||||
2026-03-06 04:33:30.346 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:33:30.347 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:33:30.347 DEBUG [src.node.waku_node] Stopping container with id a97a23335f39
|
||||
2026-03-06 04:33:30.955 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:33:30.955 DEBUG [src.node.waku_node] Stopping container with id 26c7da70c57e
|
||||
2026-03-06 04:33:31.530 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:33:31.531 DEBUG [src.node.waku_node] Stopping container with id b84b2294782d
|
||||
2026-03-06 04:33:31.768 ERROR [src.node.docker_mananger] Max retries reached for container a97a23335f39. Exiting log stream.
|
||||
2026-03-06 04:33:32.092 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:33:32.096 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:33:32.105 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:33:32.112 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:33:32.121 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
192
nim/1106/data/attachments/13715bdf53492c6b.txt
Normal file
192
nim/1106/data/attachments/13715bdf53492c6b.txt
Normal file
@ -0,0 +1,192 @@
|
||||
2026-03-06 04:34:06.249 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:34:06.249 DEBUG [tests.conftest] Running test: test_unsubscribe_from_all_pubsub_topics_one_by_one with id: 2026-03-06_04-34-06__5b4ff5f5-0a73-4016-864e-4244d0d13474
|
||||
2026-03-06 04:34:06.249 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:34:06.249 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-06 04:34:06.250 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2026-03-06 04:34:06.257 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:34:06.257 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-34-06__5b4ff5f5-0a73-4016-864e-4244d0d13474__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:34:06.258 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:34:06.258 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:34:06.259 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:34:06.259 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.240.180
|
||||
2026-03-06 04:34:06.260 DEBUG [src.node.docker_mananger] Generated ports ['63502', '63503', '63504', '63505', '63506']
|
||||
2026-03-06 04:34:06.260 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-03-06 04:34:06.260 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:34:06.260 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:34:06.260 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:34:06.260 DEBUG [src.node.docker_mananger] docker run -i -t -p 63502:63502 -p 63503:63503 -p 63504:63504 -p 63505:63505 -p 63506:63506 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=63504 --rest-port=63502 --tcp-port=63503 --discv5-udp-port=63505 --rest-address=0.0.0.0 --nat=extip:172.18.240.180 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=12f5c3a2f6967c09c5e9f93c06d7d8eb9a0cbfc4decacfbefdb5bed8bed1f74f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63506 --metrics-logging=true --relay=true --filter=true
|
||||
2026-03-06 04:34:06.449 ERROR [src.node.docker_mananger] Max retries reached for container 224b7ad4b02e. Exiting log stream.
|
||||
2026-03-06 04:34:06.457 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.240.180 waku 7b1d12c4bae6a88c310d9bbd90c54c49aef5288b35144c9f692696c708e51b02
|
||||
2026-03-06 04:34:06.494 DEBUG [src.node.docker_mananger] Container started with ID 7b1d12c4bae6. Setting up logs at ./log/docker/node1_2026-03-06_04-34-06__5b4ff5f5-0a73-4016-864e-4244d0d13474__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:34:06.494 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 63502
|
||||
2026-03-06 04:34:06.494 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:34:07.030 ERROR [src.node.docker_mananger] Max retries reached for container 818d850a12d3. Exiting log stream.
|
||||
2026-03-06 04:34:07.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63502/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:07.499 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:34:07.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63502/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:07.602 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:34:07.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63502/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:07.705 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:34:07.805 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63502/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:07.813 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":"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:34:07.814 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:34:07.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63502/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:07.816 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.240.180/tcp/63503/p2p/16Uiu2HAmNsgpAFsDVDvnyDpJL82Eft1jezQjbuthc626kBvAtgMn","/ip4/172.18.240.180/tcp/63504/ws/p2p/16Uiu2HAmNsgpAFsDVDvnyDpJL82Eft1jezQjbuthc626kBvAtgMn"],"enrUri":"enr:-L24QL-_p_a3xi68iDX6nU0EgB4J9r6lqBpSxINtPyACx0LseFr4f0ccGCI_JH0X0U2Ddf0dZZCs0N2Ll7DBli1NdRkCgmlkgnY0gmlwhKwS8LSKbXVsdGlhZGRyc5YACASsEvC0BvgPAAoErBLwtAb4EN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDl9WXSM4jG4cUSgZ6xZf8aB75p2ryBVNHMn_C8UM119mDdGNwgvgPg3VkcIL4EYV3YWt1MgU"}'
|
||||
2026-03-06 04:34:07.816 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:34:07.824 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:34:07.824 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-34-06__5b4ff5f5-0a73-4016-864e-4244d0d13474__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:34:07.824 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:34:07.824 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:34:07.826 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:34:07.826 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.15.121
|
||||
2026-03-06 04:34:07.826 DEBUG [src.node.docker_mananger] Generated ports ['23679', '23680', '23681', '23682', '23683']
|
||||
2026-03-06 04:34:07.826 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-03-06 04:34:07.826 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:34:07.826 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:34:07.827 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:34:07.827 DEBUG [src.node.docker_mananger] docker run -i -t -p 23679:23679 -p 23680:23680 -p 23681:23681 -p 23682:23682 -p 23683:23683 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=23681 --rest-port=23679 --tcp-port=23680 --discv5-udp-port=23682 --rest-address=0.0.0.0 --nat=extip:172.18.15.121 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=dfc93b29aaf6de60b3a76e1860ed67cd2ba1ffe1eeb72b0fad8dd4b157e30bae --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23683 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QL-_p_a3xi68iDX6nU0EgB4J9r6lqBpSxINtPyACx0LseFr4f0ccGCI_JH0X0U2Ddf0dZZCs0N2Ll7DBli1NdRkCgmlkgnY0gmlwhKwS8LSKbXVsdGlhZGRyc5YACASsEvC0BvgPAAoErBLwtAb4EN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDl9WXSM4jG4cUSgZ6xZf8aB75p2ryBVNHMn_C8UM119mDdGNwgvgPg3VkcIL4EYV3YWt1MgU
|
||||
2026-03-06 04:34:08.019 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.15.121 waku bc07727b3aa92bae92b3c444b9deef7f8fa711ff315182807b15cec924d5a7c4
|
||||
2026-03-06 04:34:08.060 DEBUG [src.node.docker_mananger] Container started with ID bc07727b3aa9. Setting up logs at ./log/docker/node2_2026-03-06_04-34-06__5b4ff5f5-0a73-4016-864e-4244d0d13474__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:34:08.061 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23679
|
||||
2026-03-06 04:34:08.061 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:34:09.062 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23679/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:09.065 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:34:09.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23679/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:09.169 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:34:09.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23679/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:09.272 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:34:09.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23679/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:09.375 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:34:09.475 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23679/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:09.478 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:34:09.579 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23679/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:09.581 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:34:09.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23679/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:09.685 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:34:09.785 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23679/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:09.791 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:34:09.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23679/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:09.895 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:34:09.895 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:34:09.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23679/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:09.897 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.15.121/tcp/23680/p2p/16Uiu2HAmSbJvNVeXMjzVapn7ULKyiUD1jKgXtvcYWKG48ZMjhXHH","/ip4/172.18.15.121/tcp/23681/ws/p2p/16Uiu2HAmSbJvNVeXMjzVapn7ULKyiUD1jKgXtvcYWKG48ZMjhXHH"],"enrUri":"enr:-L24QHV-S4MQ29Ky_mIl3OMvbJX7GgbGCrc_e-TfJDock2fkKxO0bYwyZUYGlHPIjQeg4mqPjH4Ey3US4fJbIxtPfEACgmlkgnY0gmlwhKwSD3mKbXVsdGlhZGRyc5YACASsEg95BlyAAAoErBIPeQZcgd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDzxJKk9RmFP6M1bAZHulIotqaG-i-bDLQrPuM-6bdU8iDdGNwglyAg3VkcIJcgoV3YWt1MgE"}'
|
||||
2026-03-06 04:34:09.898 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:34:09.898 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23679/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.240.180/tcp/63503/p2p/16Uiu2HAmNsgpAFsDVDvnyDpJL82Eft1jezQjbuthc626kBvAtgMn"]'
|
||||
2026-03-06 04:34:09.920 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:09.923 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63502/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
||||
2026-03-06 04:34:09.931 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:09.932 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23679/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
||||
2026-03-06 04:34:09.937 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:09.938 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63502/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:09.948 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:09.949 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:34:10.049 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:34:10.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63502/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:10.053 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771647846395167,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771649938265771,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:34:10.094 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:34:10.095 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:34:10.095 DEBUG [src.node.waku_node] Stopping container with id 7b1d12c4bae6
|
||||
2026-03-06 04:34:10.671 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:34:10.671 DEBUG [src.node.waku_node] Stopping container with id bc07727b3aa9
|
||||
2026-03-06 04:34:11.253 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:34:11.255 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:34:11.287 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:34:11.317 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:34:11.319 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
||||
2026-03-06 04:34:11.319 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
||||
2026-03-06 04:34:11.320 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-06_04-34-06__5b4ff5f5-0a73-4016-864e-4244d0d13474__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:34:11.321 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-06_04-34-06__5b4ff5f5-0a73-4016-864e-4244d0d13474__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:34:11.325 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:34:11.326 DEBUG [tests.conftest] Running test: test_unsubscribe_from_all_pubsub_topics_one_by_one with id: 2026-03-06_04-34-11__d362142c-8e3f-4514-9fd7-86702506b6cb
|
||||
2026-03-06 04:34:11.326 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:34:11.326 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-06 04:34:11.326 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2026-03-06 04:34:11.335 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:34:11.335 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-34-11__d362142c-8e3f-4514-9fd7-86702506b6cb__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:34:11.335 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:34:11.335 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:34:11.337 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:34:11.337 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.144.131
|
||||
2026-03-06 04:34:11.337 DEBUG [src.node.docker_mananger] Generated ports ['14620', '14621', '14622', '14623', '14624']
|
||||
2026-03-06 04:34:11.337 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-03-06 04:34:11.337 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:34:11.338 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:34:11.338 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:34:11.338 DEBUG [src.node.docker_mananger] docker run -i -t -p 14620:14620 -p 14621:14621 -p 14622:14622 -p 14623:14623 -p 14624:14624 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=14622 --rest-port=14620 --tcp-port=14621 --discv5-udp-port=14623 --rest-address=0.0.0.0 --nat=extip:172.18.144.131 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=fb3897ad4702eaeaf0de99c7e6bd4e9f11a6c45fc0d9e73f8dbeaf5a3ae6db24 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14624 --metrics-logging=true --relay=true --filter=true
|
||||
2026-03-06 04:34:11.522 ERROR [src.node.docker_mananger] Max retries reached for container 7b1d12c4bae6. Exiting log stream.
|
||||
2026-03-06 04:34:11.535 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.144.131 waku 71f38ec0540c7e445b46ce6c7a558f484c0bf6575be10e67bfc1dda42117e514
|
||||
2026-03-06 04:34:11.572 DEBUG [src.node.docker_mananger] Container started with ID 71f38ec0540c. Setting up logs at ./log/docker/node1_2026-03-06_04-34-11__d362142c-8e3f-4514-9fd7-86702506b6cb__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:34:11.572 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 14620
|
||||
2026-03-06 04:34:11.573 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:34:12.100 ERROR [src.node.docker_mananger] Max retries reached for container bc07727b3aa9. Exiting log stream.
|
||||
2026-03-06 04:34:12.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14620/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:12.577 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:34:12.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14620/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:12.680 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:34:12.780 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14620/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:12.783 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:34:12.883 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14620/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:12.886 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:34:12.987 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14620/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:12.990 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:34:13.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14620/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:13.093 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:34:13.194 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14620/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:13.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:34:13.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14620/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:13.301 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:34:13.301 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:34:13.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14620/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:13.305 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.144.131/tcp/14621/p2p/16Uiu2HAmKf8JAwXT1mhUdHAXKTjVAfkURu2Fjgb54PA8QT5XYA7H","/ip4/172.18.144.131/tcp/14622/ws/p2p/16Uiu2HAmKf8JAwXT1mhUdHAXKTjVAfkURu2Fjgb54PA8QT5XYA7H"],"enrUri":"enr:-L24QNOG4Cppz1H3WDva5zqsnEzXE5wYU155hcp-qusKj3OLUrBpUcXzFL6X45MRUbL8znE8s2jniw_ySPpTcqYwNjgCgmlkgnY0gmlwhKwSkIOKbXVsdGlhZGRyc5YACASsEpCDBjkdAAoErBKQgwY5Ht0DgnJzhQACAQAAiXNlY3AyNTZrMaEDaArLF_hAcXHxhuL2W3uCTFvw0pD1aqAFaJ7E2eEFleiDdGNwgjkdg3VkcII5H4V3YWt1MgU"}'
|
||||
2026-03-06 04:34:13.305 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:34:13.312 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:34:13.312 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-34-11__d362142c-8e3f-4514-9fd7-86702506b6cb__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:34:13.313 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:34:13.313 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:34:13.314 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:34:13.314 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.4.7
|
||||
2026-03-06 04:34:13.314 DEBUG [src.node.docker_mananger] Generated ports ['60313', '60314', '60315', '60316', '60317']
|
||||
2026-03-06 04:34:13.315 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-03-06 04:34:13.315 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:34:13.316 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:34:13.316 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:34:13.316 DEBUG [src.node.docker_mananger] docker run -i -t -p 60313:60313 -p 60314:60314 -p 60315:60315 -p 60316:60316 -p 60317:60317 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=60315 --rest-port=60313 --tcp-port=60314 --discv5-udp-port=60316 --rest-address=0.0.0.0 --nat=extip:172.18.4.7 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=6aa6b424e3ab01a799a08ae0db9e7cb3f6491e2a854dadb4c35abbec30d7b54a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60317 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QNOG4Cppz1H3WDva5zqsnEzXE5wYU155hcp-qusKj3OLUrBpUcXzFL6X45MRUbL8znE8s2jniw_ySPpTcqYwNjgCgmlkgnY0gmlwhKwSkIOKbXVsdGlhZGRyc5YACASsEpCDBjkdAAoErBKQgwY5Ht0DgnJzhQACAQAAiXNlY3AyNTZrMaEDaArLF_hAcXHxhuL2W3uCTFvw0pD1aqAFaJ7E2eEFleiDdGNwgjkdg3VkcII5H4V3YWt1MgU
|
||||
2026-03-06 04:34:13.511 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.4.7 waku badb9bde3c9e3e554bec4c7cb286f0b911a58c5a4027a55e126db04e852c6e79
|
||||
2026-03-06 04:34:13.545 DEBUG [src.node.docker_mananger] Container started with ID badb9bde3c9e. Setting up logs at ./log/docker/node2_2026-03-06_04-34-11__d362142c-8e3f-4514-9fd7-86702506b6cb__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:34:13.545 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 60313
|
||||
2026-03-06 04:34:13.545 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:34:14.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60313/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:14.550 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:34:14.651 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60313/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:14.677 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:34:14.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60313/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:14.780 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:34:14.780 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:34:14.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60313/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:14.783 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.4.7/tcp/60314/p2p/16Uiu2HAmDvyhKoNyWqZQ7L8BC1HgJNBKSpBbwoo9aaMPxrGkZAu7","/ip4/172.18.4.7/tcp/60315/ws/p2p/16Uiu2HAmDvyhKoNyWqZQ7L8BC1HgJNBKSpBbwoo9aaMPxrGkZAu7"],"enrUri":"enr:-L24QCA4EhNJPea-u9KYuS3Fo6YJj1gMPZO8fKXieAtcHcJvIwbzZCzIlQz7vW2nFBNIts2KT1DFwYh70TT5NHXsZMgCgmlkgnY0gmlwhKwSBAeKbXVsdGlhZGRyc5YACASsEgQHBuuaAAoErBIEBwbrm90DgnJzhQACAQAAiXNlY3AyNTZrMaEDEvQ9YDicG28hsZFqI95Gvyqzh_OWN2vPPCfhQUxeWuKDdGNwguuag3VkcILrnIV3YWt1MgE"}'
|
||||
2026-03-06 04:34:14.783 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:34:14.784 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60313/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.144.131/tcp/14621/p2p/16Uiu2HAmKf8JAwXT1mhUdHAXKTjVAfkURu2Fjgb54PA8QT5XYA7H"]'
|
||||
2026-03-06 04:34:14.818 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:14.819 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14620/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
||||
2026-03-06 04:34:14.827 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:14.827 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60313/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
||||
2026-03-06 04:34:14.831 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:14.832 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14620/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:14.845 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:14.846 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:34:14.946 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:34:14.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14620/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:14.949 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771653628038840,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771654832413673,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:34:14.960 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:34:14.961 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:34:14.962 DEBUG [src.node.waku_node] Stopping container with id 71f38ec0540c
|
||||
2026-03-06 04:34:15.530 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:34:15.531 DEBUG [src.node.waku_node] Stopping container with id badb9bde3c9e
|
||||
2026-03-06 04:34:16.100 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:34:16.102 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:34:16.147 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:34:16.177 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:34:16.178 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
||||
2026-03-06 04:34:16.179 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
||||
2026-03-06 04:34:16.179 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-06_04-34-11__d362142c-8e3f-4514-9fd7-86702506b6cb__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:34:16.180 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-06_04-34-11__d362142c-8e3f-4514-9fd7-86702506b6cb__wakuorg_nwaku:latest.log
|
||||
11480
nim/1106/data/attachments/13f4163010e65ce0.txt
Normal file
11480
nim/1106/data/attachments/13f4163010e65ce0.txt
Normal file
File diff suppressed because it is too large
Load Diff
652
nim/1106/data/attachments/14032813279f5941.txt
Normal file
652
nim/1106/data/attachments/14032813279f5941.txt
Normal file
@ -0,0 +1,652 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_resubscribe_to_unsubscribed_content_topics with id: 2026-03-06_04-35-37__784aaae9-77d3-45d9-87cd-7f14e2f1bfd8
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-35-37__784aaae9-77d3-45d9-87cd-7f14e2f1bfd8__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.251.169
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['49671', '49672', '49673', '49674', '49675']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 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
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.251.169 waku 81c5ab7a521730d4fc648ce6fef00a46ac23a7a93a6891a1debc6e6232be400f
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 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
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 49671
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 2c86e3bb6400. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container eed0460e6a68. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49671/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49671/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-35-37__784aaae9-77d3-45d9-87cd-7f14e2f1bfd8__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.18.1
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['4879', '4880', '4881', '4882', '4883']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 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
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.18.1 waku 34e423697c1566ed0c0a59148a4bee11da1c1ca380f1526090cd1afe39183072
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 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
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 4879
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4879/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4879/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4879/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4879/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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":""}]'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 81c5ab7a5217
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 34e423697c15
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:73 Running fixture teardown: attach_logs_on_fail
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:74 Test failed, attempting to attach logs to the allure reports
|
||||
[35mDEBUG [0m src.libs.common:common.py:42 Attaching file ./log/docker/node2_2026-03-06_04-35-37__784aaae9-77d3-45d9-87cd-7f14e2f1bfd8__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.libs.common:common.py:42 Attaching file ./log/docker/node1_2026-03-06_04-35-37__784aaae9-77d3-45d9-87cd-7f14e2f1bfd8__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_resubscribe_to_unsubscribed_content_topics with id: 2026-03-06_04-35-44__d29b43e4-849b-4c9f-a149-8a58e1941b6a
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-35-44__d29b43e4-849b-4c9f-a149-8a58e1941b6a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.188.127
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['42013', '42014', '42015', '42016', '42017']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 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
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 81c5ab7a5217. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.188.127 waku ce16b28556a40cbb32f06c0e70e714e4d244a836c2c647865f99270dd17bb550
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 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
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 42013
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 34e423697c15. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42013/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42013/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42013/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42013/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42013/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42013/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-35-44__d29b43e4-849b-4c9f-a149-8a58e1941b6a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.219.177
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['40103', '40104', '40105', '40106', '40107']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 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
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.219.177 waku 0ca68136421c963659af9008e198c122458f02dd8212a7580049262c80e0fd09
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 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
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 40103
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40103/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40103/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771747700722655,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771747700722655,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1772771747821188405,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1772771747821188405,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772771747943089994,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772771747943089994,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1772771748062829322,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1772771748062829322,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772771748181647750,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772771748181647750,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772771748298399764,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772771748298399764,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772771748419497752,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772771748419497752,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1772771748541294742,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1772771748541294742,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771749745399911,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771749745399911,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1772771749864734900,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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":""}]'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id ce16b28556a4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 0ca68136421c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:73 Running fixture teardown: attach_logs_on_fail
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:74 Test failed, attempting to attach logs to the allure reports
|
||||
[35mDEBUG [0m src.libs.common:common.py:42 Attaching file ./log/docker/node1_2026-03-06_04-35-44__d29b43e4-849b-4c9f-a149-8a58e1941b6a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.libs.common:common.py:42 Attaching file ./log/docker/node2_2026-03-06_04-35-44__d29b43e4-849b-4c9f-a149-8a58e1941b6a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_resubscribe_to_unsubscribed_content_topics with id: 2026-03-06_04-35-51__79190de4-d712-4024-8465-89b4ce55e88d
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container ce16b28556a4. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-35-51__79190de4-d712-4024-8465-89b4ce55e88d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.223.252
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['50942', '50943', '50944', '50945', '50946']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 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
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.223.252 waku 235907733b209c315e32adff7c7b10afef6e93fd5d6f05c8ecff7515ff6ee907
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 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
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 50942
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 0ca68136421c. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50942/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50942/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-35-51__79190de4-d712-4024-8465-89b4ce55e88d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.144.67
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['30200', '30201', '30202', '30203', '30204']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 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
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.144.67 waku f75e48aae1983af4b82e71add65b00b27f32081ffdd9767f228406b7a7c0087b
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 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
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 30200
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30200/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30200/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30200/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30200/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771756479079054,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771756479079054,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1772771756598106434,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1772771756598106434,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772771756716595693,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772771756716595693,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1772771756833241204,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1772771756833241204,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772771756950073542,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772771756950073542,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772771757067724373,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772771757067724373,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772771757192237724,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772771757192237724,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1772771757311154394,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1772771757311154394,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771758493332813,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771758493332813,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1772771758614853746,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1772771758614853746,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772771758733475120,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772771758733475120,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1772771758851138763,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1772771758851138763,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772771758967802170,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772771758967802170,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772771759085136825,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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":""}]'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 235907733b20
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id f75e48aae198
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:73 Running fixture teardown: attach_logs_on_fail
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:74 Test failed, attempting to attach logs to the allure reports
|
||||
[35mDEBUG [0m src.libs.common:common.py:42 Attaching file ./log/docker/node2_2026-03-06_04-35-51__79190de4-d712-4024-8465-89b4ce55e88d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.libs.common:common.py:42 Attaching file ./log/docker/node1_2026-03-06_04-35-51__79190de4-d712-4024-8465-89b4ce55e88d__wakuorg_nwaku:latest.log
|
||||
5782
nim/1106/data/attachments/14110a2bc405cefc.txt
Normal file
5782
nim/1106/data/attachments/14110a2bc405cefc.txt
Normal file
File diff suppressed because it is too large
Load Diff
272
nim/1106/data/attachments/14730bb43c4d5494.txt
Normal file
272
nim/1106/data/attachments/14730bb43c4d5494.txt
Normal file
@ -0,0 +1,272 @@
|
||||
2026-03-06 04:34:38.298 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:34:38.298 DEBUG [tests.conftest] Running test: test_different_cursor_and_indexes[19-50] with id: 2026-03-06_04-34-38__66f56929-0b67-4f0c-88c2-288de9cf857e
|
||||
2026-03-06 04:34:38.298 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:34:38.299 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-06 04:34:38.299 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2026-03-06 04:34:38.306 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:34:38.306 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-06_04-34-38__66f56929-0b67-4f0c-88c2-288de9cf857e__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:34:38.306 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:34:38.306 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:34:38.308 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:34:38.308 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.25.39
|
||||
2026-03-06 04:34:38.308 DEBUG [src.node.docker_mananger] Generated ports ['29561', '29562', '29563', '29564', '29565']
|
||||
2026-03-06 04:34:38.308 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:34:38.308 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:34:38.308 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:34:38.308 DEBUG [src.node.docker_mananger] docker run -i -t -p 29561:29561 -p 29562:29562 -p 29563:29563 -p 29564:29564 -p 29565:29565 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=29563 --rest-port=29561 --tcp-port=29562 --discv5-udp-port=29564 --rest-address=0.0.0.0 --nat=extip:172.18.25.39 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=69ddf7c56a5e82b45cedbf28cde0ecddfbb82ac3d54ac48baaa5b76c3d9c03ff --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29565 --metrics-logging=true --store=true --relay=true
|
||||
2026-03-06 04:34:38.498 ERROR [src.node.docker_mananger] Max retries reached for container 02316a5d541f. Exiting log stream.
|
||||
2026-03-06 04:34:38.512 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.25.39 waku bddf9849797d844026d3b515cf67503ca9a4c7cf50cd4765af51771e7024fdbe
|
||||
2026-03-06 04:34:38.548 DEBUG [src.node.docker_mananger] Container started with ID bddf9849797d. Setting up logs at ./log/docker/publishing_node1_2026-03-06_04-34-38__66f56929-0b67-4f0c-88c2-288de9cf857e__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:34:38.549 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 29561
|
||||
2026-03-06 04:34:38.549 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:34:39.046 ERROR [src.node.docker_mananger] Max retries reached for container 9f202b2eed8b. Exiting log stream.
|
||||
2026-03-06 04:34:39.549 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29561/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:39.552 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:34:39.552 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:34:39.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29561/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:39.555 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.25.39/tcp/29562/p2p/16Uiu2HAkvfMdcguwHVtH85JieRDwLtZgp6WycHvxEPbt8f2Ergva","/ip4/172.18.25.39/tcp/29563/ws/p2p/16Uiu2HAkvfMdcguwHVtH85JieRDwLtZgp6WycHvxEPbt8f2Ergva"],"enrUri":"enr:-L24QGoIOrmS-PxaJS-2vQpKP4QvwKsJzA5aY95RjxQbPsVyR0SkhgGQtHmL31IhVi32T2iu_dkcduH469GKSWMDDWwCgmlkgnY0gmlwhKwSGSeKbXVsdGlhZGRyc5YACASsEhknBnN6AAoErBIZJwZze90DgnJzhQADAQAAiXNlY3AyNTZrMaECEl0SfdVqa_cuERC8cwtCxBVEm8QVUUSyVyvQQyrRu7eDdGNwgnN6g3VkcIJzfIV3YWt1MgM"}'
|
||||
2026-03-06 04:34:39.555 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:34:39.562 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:34:39.562 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-06_04-34-38__66f56929-0b67-4f0c-88c2-288de9cf857e__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:34:39.563 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:34:39.563 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:34:39.564 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:34:39.564 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.46.144
|
||||
2026-03-06 04:34:39.564 DEBUG [src.node.docker_mananger] Generated ports ['39040', '39041', '39042', '39043', '39044']
|
||||
2026-03-06 04:34:39.565 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:34:39.565 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:34:39.565 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:34:39.565 DEBUG [src.node.docker_mananger] docker run -i -t -p 39040:39040 -p 39041:39041 -p 39042:39042 -p 39043:39043 -p 39044:39044 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=39042 --rest-port=39040 --tcp-port=39041 --discv5-udp-port=39043 --rest-address=0.0.0.0 --nat=extip:172.18.46.144 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4ff03d2fe764ab814bdeffeb1006cfa3d24bb9cdb47c4ba30efaccc9ed1bdf43 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39044 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QGoIOrmS-PxaJS-2vQpKP4QvwKsJzA5aY95RjxQbPsVyR0SkhgGQtHmL31IhVi32T2iu_dkcduH469GKSWMDDWwCgmlkgnY0gmlwhKwSGSeKbXVsdGlhZGRyc5YACASsEhknBnN6AAoErBIZJwZze90DgnJzhQADAQAAiXNlY3AyNTZrMaECEl0SfdVqa_cuERC8cwtCxBVEm8QVUUSyVyvQQyrRu7eDdGNwgnN6g3VkcIJzfIV3YWt1MgM --storenode=/ip4/172.18.25.39/tcp/29562/p2p/16Uiu2HAkvfMdcguwHVtH85JieRDwLtZgp6WycHvxEPbt8f2Ergva --store=true --relay=true
|
||||
2026-03-06 04:34:39.762 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.46.144 waku 7bc353c1e91f2a271cc4b8cc12bbaa7e16aa705f5fc77f940fc5f8aaf820c26f
|
||||
2026-03-06 04:34:39.795 DEBUG [src.node.docker_mananger] Container started with ID 7bc353c1e91f. Setting up logs at ./log/docker/store_node1_2026-03-06_04-34-38__66f56929-0b67-4f0c-88c2-288de9cf857e__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:34:39.796 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 39040
|
||||
2026-03-06 04:34:39.797 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:34:40.798 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39040/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:40.807 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":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:34:40.807 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:34:40.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39040/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:40.809 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.46.144/tcp/39041/p2p/16Uiu2HAm7Pie7EDS1PoMDVLKYR89K4fS3TZTjvEEh23KuaSu5CpZ","/ip4/172.18.46.144/tcp/39042/ws/p2p/16Uiu2HAm7Pie7EDS1PoMDVLKYR89K4fS3TZTjvEEh23KuaSu5CpZ"],"enrUri":"enr:-L24QArW0FSAlqKtXWNsAO4Y7rE9osBOrKCYTxQHThdnqwlxaEf5je8jV5FqEtIRzoTH6FS2qyJlgFnS-DhSDxate08CgmlkgnY0gmlwhKwSLpCKbXVsdGlhZGRyc5YACASsEi6QBpiBAAoErBIukAaYgt0DgnJzhQADAQAAiXNlY3AyNTZrMaECscwXACAuLU8Kug0-_SUDLjuzrAtblMOuoGM8Qsl-0hKDdGNwgpiBg3VkcIKYg4V3YWt1MgM"}'
|
||||
2026-03-06 04:34:40.810 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:34:40.810 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39040/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.25.39/tcp/29562/p2p/16Uiu2HAkvfMdcguwHVtH85JieRDwLtZgp6WycHvxEPbt8f2Ergva"]'
|
||||
2026-03-06 04:34:40.813 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:40.813 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:34:40.815 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:40.816 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39040/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:34:40.818 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:40.820 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:40.820 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8w", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:40.825 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:40.827 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:41.028 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:41.028 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8x", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:41.033 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:41.034 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:41.235 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:41.235 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8y", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:41.240 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:41.241 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:41.442 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:41.442 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8z", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:41.448 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:41.448 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:41.649 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:41.649 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:41.654 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:41.654 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:41.855 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:41.856 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:41.861 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:41.862 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:42.063 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:42.063 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:42.069 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:42.069 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:42.271 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:42.271 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:42.276 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:42.276 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:42.477 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:42.477 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:42.483 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:42.483 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:42.684 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:42.684 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:42.690 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:42.691 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:42.892 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:42.892 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:42.897 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:42.899 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:43.100 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:43.100 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:43.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:43.106 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:43.307 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:43.307 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:43.313 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:43.313 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:43.514 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:43.514 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:43.519 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:43.521 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:43.721 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:43.722 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:43.727 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:43.728 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:43.929 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:43.929 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:43.934 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:43.934 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:44.135 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:44.135 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:44.141 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:44.141 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:44.342 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:44.342 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:44.347 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:44.347 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:44.548 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:44.548 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xOA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:44.554 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:44.555 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:44.756 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:44.756 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xOQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:44.762 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:44.762 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:44.963 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:44.963 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yMA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:44.969 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:44.970 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:45.170 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:45.171 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yMQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:45.177 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:45.178 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:45.379 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:45.379 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yMg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:45.385 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:45.385 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:45.586 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:45.586 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yMw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:45.591 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:45.592 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:45.793 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:45.793 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yNA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:45.798 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:45.799 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:46.000 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:46.000 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yNQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:46.005 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:46.005 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:46.206 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:46.206 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yNg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:46.212 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:46.212 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:46.413 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:46.413 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yNw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:46.419 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:46.420 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:46.621 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:46.621 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yOA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:46.627 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:46.627 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:46.828 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:46.828 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yOQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:46.833 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:46.835 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:47.036 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:47.037 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zMA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:47.042 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:47.043 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:47.243 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:47.244 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zMQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:47.249 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:47.250 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:47.451 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:47.452 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zMg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:47.458 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:47.459 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:47.659 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:47.660 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zMw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:47.666 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:47.667 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:47.868 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:47.868 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zNA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:47.874 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:47.874 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:48.075 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:48.075 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zNQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:48.080 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:48.080 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:48.281 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:48.281 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zNg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:48.286 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:48.287 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:48.487 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:48.488 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zNw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:48.493 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:48.493 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:48.694 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:48.694 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zOA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:48.699 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:48.700 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:48.901 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:48.901 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zOQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:48.907 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:48.908 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:49.108 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:49.108 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80MA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:49.115 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:49.116 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:49.316 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:49.316 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80MQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:49.323 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:49.323 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:49.524 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:49.524 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80Mg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:49.530 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:49.530 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:49.731 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:49.731 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80Mw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:49.736 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:49.737 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:49.938 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:49.938 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80NA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:49.944 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:49.944 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:50.145 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:50.145 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80NQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:50.150 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:50.150 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:50.352 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:50.352 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80Ng==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:50.358 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:50.358 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:50.559 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:50.559 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80Nw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:50.565 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:50.565 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:50.766 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:50.766 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80OA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:50.771 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:50.772 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:50.973 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:50.973 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80OQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:50.979 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:50.979 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:51.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29561/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=19&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:51.183 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x1ef2a44ace964eb1c617834122965584e473b469e2c1151648618c01475c9625"},{"messageHash":"0x5faa86d54b07de3e20331c278b39c6f8566288e929dff001294bcc0f43befa30"},{"messageHash":"0x43b722a93f591798eb33c7316cdd31518926724a95017be6d688c9e733322765"},{"messageHash":"0x5ca9d9a63d39d6710429949f24461086d0f95bd90620df2badcb919a7e9f944f"},{"messageHash":"0xe79ff2108c076b7204fbdf68a9210554310ce15bae142e0dbca357c0a213d2e1"},{"messageHash":"0xeab8be6023ec36798aa73e0f42a310c50bd53aa74dbb27c01e9b6234affbddb9"},{"messageHash":"0xc19ce265a0fefee91811e857186a8c5775e9e0c086a7cd46a3a7b8a5197483a7"},{"messageHash":"0x9f34349c255a435b03df3d1683e20e3fb82a9f621612b12a5fa18f6035c3353d"},{"messageHash":"0xac9d688122d75f4dd8d0716928d2788e86045fc6424a9e4eb3c59ba8d83903ca"},{"messageHash":"0x84bce2c0462724db3a3fca74725fa4c32754a73b75b73bc38cda0bdd811a7f95"},{"messageHash":"0x7eadaf5e03e88184e5dd560ed6b53a8b8462c3f809dbfc737e039ed2bfc83150"},{"messageHash":"0x54e44a09084ad37f82c87921b99c0b5c28d2244a21a05f5077559b648a54f579"},{"messageHash":"0x527bc8704b9ad88e3f820a8244d95773cc310651666ecf857468890a995ad4b1"},{"messageHash":"0x1e525c615f6613b7e76de0e7bcfde4cd2561111eff80db9144a2e8ada9feb06f"},{"messageHash":"0x905a04c5a250476bff5d2d9f278a0dbe2ae50a203568ed00c6351d827ec67d43"},{"messageHash":"0x823c44e6731075efd7f53c17f378046ad220f9f5a865bb37c0d938f5d8effbcb"},{"messageHash":"0xb7b42e15b99bc3f56d42709295b7c1c44ddc8e12967bb0a0f71a1058a56ec808"},{"messageHash":"0x98ed3567ec51e8dc13b79accacb03bffd9a7f76bb3c2b818fe4bae57a3d32a65"},{"messageHash":"0xd5bdc6d6f4097a00e8f1dddeb6097dd66c62ebe569c6eb7208e4280134003d29"}],"paginationCursor":"0xd5bdc6d6f4097a00e8f1dddeb6097dd66c62ebe569c6eb7208e4280134003d29"}'
|
||||
2026-03-06 04:34:51.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39040/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=19&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:51.187 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x1ef2a44ace964eb1c617834122965584e473b469e2c1151648618c01475c9625"},{"messageHash":"0x5faa86d54b07de3e20331c278b39c6f8566288e929dff001294bcc0f43befa30"},{"messageHash":"0x43b722a93f591798eb33c7316cdd31518926724a95017be6d688c9e733322765"},{"messageHash":"0x5ca9d9a63d39d6710429949f24461086d0f95bd90620df2badcb919a7e9f944f"},{"messageHash":"0xe79ff2108c076b7204fbdf68a9210554310ce15bae142e0dbca357c0a213d2e1"},{"messageHash":"0xeab8be6023ec36798aa73e0f42a310c50bd53aa74dbb27c01e9b6234affbddb9"},{"messageHash":"0xc19ce265a0fefee91811e857186a8c5775e9e0c086a7cd46a3a7b8a5197483a7"},{"messageHash":"0x9f34349c255a435b03df3d1683e20e3fb82a9f621612b12a5fa18f6035c3353d"},{"messageHash":"0xac9d688122d75f4dd8d0716928d2788e86045fc6424a9e4eb3c59ba8d83903ca"},{"messageHash":"0x84bce2c0462724db3a3fca74725fa4c32754a73b75b73bc38cda0bdd811a7f95"},{"messageHash":"0x7eadaf5e03e88184e5dd560ed6b53a8b8462c3f809dbfc737e039ed2bfc83150"},{"messageHash":"0x54e44a09084ad37f82c87921b99c0b5c28d2244a21a05f5077559b648a54f579"},{"messageHash":"0x527bc8704b9ad88e3f820a8244d95773cc310651666ecf857468890a995ad4b1"},{"messageHash":"0x1e525c615f6613b7e76de0e7bcfde4cd2561111eff80db9144a2e8ada9feb06f"},{"messageHash":"0x905a04c5a250476bff5d2d9f278a0dbe2ae50a203568ed00c6351d827ec67d43"},{"messageHash":"0x823c44e6731075efd7f53c17f378046ad220f9f5a865bb37c0d938f5d8effbcb"},{"messageHash":"0xb7b42e15b99bc3f56d42709295b7c1c44ddc8e12967bb0a0f71a1058a56ec808"},{"messageHash":"0x98ed3567ec51e8dc13b79accacb03bffd9a7f76bb3c2b818fe4bae57a3d32a65"},{"messageHash":"0xd5bdc6d6f4097a00e8f1dddeb6097dd66c62ebe569c6eb7208e4280134003d29"}],"paginationCursor":"0xd5bdc6d6f4097a00e8f1dddeb6097dd66c62ebe569c6eb7208e4280134003d29"}'
|
||||
2026-03-06 04:34:51.187 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29561/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xd5bdc6d6f4097a00e8f1dddeb6097dd66c62ebe569c6eb7208e4280134003d29&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:51.191 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xa1c32a506be36fbfbcaed231050c27a7709fab1a638e817726061458bb0e3309"},{"messageHash":"0xe22d5af53cfd060cc089bb2f27ade8bc341c6cf24b10f5a93139ff6125c92339"},{"messageHash":"0xf3327577c1897520c1c9273e9ea6bad624601c471ddefc94b2b74541d8bf52b9"},{"messageHash":"0x610780a32b932cde294def3d67e5b22d25a7bee39997c09d7783056502ade08d"},{"messageHash":"0xc66b2b6fe206a7e0275e733057c48eafea2ecdbb50925dcf8e15bd45730eac7a"},{"messageHash":"0x09cc45abf8e8b9db7124499f8204f982bec52230c8af64faaef227a8c408928c"},{"messageHash":"0x1ba70382b08e4967ff7258db1984b313936b0a187c23ff54627c8a86f4c3b0f0"},{"messageHash":"0x5fcf4f6e6dd1827245491211d9f7b010d9ff937b5f61315e720476efc0e2bd22"},{"messageHash":"0xce0b09bca1d7da8964d3bc1eb07cbcb97b2e69e856e863f8856fdbe3b6b94916"},{"messageHash":"0x9cb0fc33fcf623cc5deed4372745c64fca23ee627f415c5226b6bf5bde06f627"},{"messageHash":"0xf4df16634807190347f4a2301ff22ed5ae1308762eebdac43bcbb7b4ef0aff2b"},{"messageHash":"0xd5fe2f8f5d1df4f611408aab35bc794d3abec3f8671bd6e07556ab7b6e72e61b"},{"messageHash":"0x4f9cc5141a02e7d26d1d5980892d0c950c43520b5edc762e42833b5cd4884b48"},{"messageHash":"0xc6d8498883a6e7b635e04b23160b965f55a3266556713191a81f94e30d119193"},{"messageHash":"0xd53862310006cb42bd90fbe820ea930b84a29857cab00721c100f1e9903bad62"},{"messageHash":"0x697819700de707163d6953cc1e378f84bc667a70f14e7d73906114139af1b0db"},{"messageHash":"0x17043f7c5b6c6f7a4da2e7be502f553c9f60f383265271cf07052adc370fd8e0"},{"messageHash":"0x2824d1d70979219b4c7c551f473e2c3c6ac52198f3f57c0f82e033ebdf7d3796"},{"messageHash":"0x800c9729de7d48fbaa19ca57a8646480c69b2a126852b03ae0b16582f1f65c75"},{"messageHash":"0x1a71bf91f1e9dc90ba07244e91c415bf1a2998967ebc56dc7214d61f2ec5b529"},{"messageHash":"0x761ef6ac4b659b1b439f35f70c9bc441516a2bdb490ad111e3e43019ef183c51"},{"messageHash":"0x464f8b66ce5bd73dc24476a066b8441fb9ff83b0cd2973f753efe6ee112e0664"},{"messageHash":"0x707271b4e3b01904a8a32da3323658b56ed0e316674d3eb26ac039d98e0f6b44"},{"messageHash":"0x11f7ee51665319522fac49cf589504193493686371dd4ef552247146a74641c8"},{"messageHash":"0x61dcd5bc89fef8b680d58e13df9139876a093ab9a2e4558063fdaa31d29e6eb2"},{"messageHash":"0x2db2594e5d8eda25f293ab7465a1f98575d25862e3c7d11b4bda1f672c144e8e"},{"messageHash":"0xdc8b7e550d5222f0ea9f711802232a0201ad1c3390198b60350a53387db08730"},{"messageHash":"0x8a8235b3b5110e06e012bbaab63aeecc8f9a7563d5d3889919b149f85d6acc99"},{"messageHash":"0x65547414d5237af0645280b74c9e07bf597df09139a61f383f2b491fd1bcb09e"},{"messageHash":"0x26b07b47386837f171d1a2b0810ad3b4875152f46b111f1a6dd0b2285c1d5693"},{"messageHash":"0x176e05e35ae294a0176ac5982ae15b6a2a02a58cd86886ecd1b854dca3a83bac"}]}'
|
||||
2026-03-06 04:34:51.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39040/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xd5bdc6d6f4097a00e8f1dddeb6097dd66c62ebe569c6eb7208e4280134003d29&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:51.195 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xa1c32a506be36fbfbcaed231050c27a7709fab1a638e817726061458bb0e3309"},{"messageHash":"0xe22d5af53cfd060cc089bb2f27ade8bc341c6cf24b10f5a93139ff6125c92339"},{"messageHash":"0xf3327577c1897520c1c9273e9ea6bad624601c471ddefc94b2b74541d8bf52b9"},{"messageHash":"0x610780a32b932cde294def3d67e5b22d25a7bee39997c09d7783056502ade08d"},{"messageHash":"0xc66b2b6fe206a7e0275e733057c48eafea2ecdbb50925dcf8e15bd45730eac7a"},{"messageHash":"0x09cc45abf8e8b9db7124499f8204f982bec52230c8af64faaef227a8c408928c"},{"messageHash":"0x1ba70382b08e4967ff7258db1984b313936b0a187c23ff54627c8a86f4c3b0f0"},{"messageHash":"0x5fcf4f6e6dd1827245491211d9f7b010d9ff937b5f61315e720476efc0e2bd22"},{"messageHash":"0xce0b09bca1d7da8964d3bc1eb07cbcb97b2e69e856e863f8856fdbe3b6b94916"},{"messageHash":"0x9cb0fc33fcf623cc5deed4372745c64fca23ee627f415c5226b6bf5bde06f627"},{"messageHash":"0xf4df16634807190347f4a2301ff22ed5ae1308762eebdac43bcbb7b4ef0aff2b"},{"messageHash":"0xd5fe2f8f5d1df4f611408aab35bc794d3abec3f8671bd6e07556ab7b6e72e61b"},{"messageHash":"0x4f9cc5141a02e7d26d1d5980892d0c950c43520b5edc762e42833b5cd4884b48"},{"messageHash":"0xc6d8498883a6e7b635e04b23160b965f55a3266556713191a81f94e30d119193"},{"messageHash":"0xd53862310006cb42bd90fbe820ea930b84a29857cab00721c100f1e9903bad62"},{"messageHash":"0x697819700de707163d6953cc1e378f84bc667a70f14e7d73906114139af1b0db"},{"messageHash":"0x17043f7c5b6c6f7a4da2e7be502f553c9f60f383265271cf07052adc370fd8e0"},{"messageHash":"0x2824d1d70979219b4c7c551f473e2c3c6ac52198f3f57c0f82e033ebdf7d3796"},{"messageHash":"0x800c9729de7d48fbaa19ca57a8646480c69b2a126852b03ae0b16582f1f65c75"},{"messageHash":"0x1a71bf91f1e9dc90ba07244e91c415bf1a2998967ebc56dc7214d61f2ec5b529"},{"messageHash":"0x761ef6ac4b659b1b439f35f70c9bc441516a2bdb490ad111e3e43019ef183c51"},{"messageHash":"0x464f8b66ce5bd73dc24476a066b8441fb9ff83b0cd2973f753efe6ee112e0664"},{"messageHash":"0x707271b4e3b01904a8a32da3323658b56ed0e316674d3eb26ac039d98e0f6b44"},{"messageHash":"0x11f7ee51665319522fac49cf589504193493686371dd4ef552247146a74641c8"},{"messageHash":"0x61dcd5bc89fef8b680d58e13df9139876a093ab9a2e4558063fdaa31d29e6eb2"},{"messageHash":"0x2db2594e5d8eda25f293ab7465a1f98575d25862e3c7d11b4bda1f672c144e8e"},{"messageHash":"0xdc8b7e550d5222f0ea9f711802232a0201ad1c3390198b60350a53387db08730"},{"messageHash":"0x8a8235b3b5110e06e012bbaab63aeecc8f9a7563d5d3889919b149f85d6acc99"},{"messageHash":"0x65547414d5237af0645280b74c9e07bf597df09139a61f383f2b491fd1bcb09e"},{"messageHash":"0x26b07b47386837f171d1a2b0810ad3b4875152f46b111f1a6dd0b2285c1d5693"},{"messageHash":"0x176e05e35ae294a0176ac5982ae15b6a2a02a58cd86886ecd1b854dca3a83bac"}]}'
|
||||
2026-03-06 04:34:51.198 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:34:51.199 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:34:51.199 DEBUG [src.node.waku_node] Stopping container with id bddf9849797d
|
||||
2026-03-06 04:34:51.797 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:34:51.797 DEBUG [src.node.waku_node] Stopping container with id 7bc353c1e91f
|
||||
2026-03-06 04:34:52.367 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:34:52.369 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:34:52.393 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:34:52.412 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
145
nim/1106/data/attachments/14f9c881dd5375a2.txt
Normal file
145
nim/1106/data/attachments/14f9c881dd5375a2.txt
Normal file
@ -0,0 +1,145 @@
|
||||
2026-03-06 04:40:58.334 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:40:58.334 DEBUG [tests.conftest] Running test: test_sync_with_one_node_with_delayed_start with id: 2026-03-06_04-40-58__d556e480-b40c-4938-b876-c7ef2c2b1652
|
||||
2026-03-06 04:40:58.335 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:40:58.342 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:40:58.342 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-40-58__d556e480-b40c-4938-b876-c7ef2c2b1652__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:40:58.349 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:40:58.349 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-40-58__d556e480-b40c-4938-b876-c7ef2c2b1652__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:40:58.358 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:40:58.358 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-06_04-40-58__d556e480-b40c-4938-b876-c7ef2c2b1652__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:40:58.359 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-06 04:40:58.360 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:40:58.360 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:40:58.361 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:40:58.362 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.137.185
|
||||
2026-03-06 04:40:58.362 DEBUG [src.node.docker_mananger] Generated ports ['6757', '6758', '6759', '6760', '6761']
|
||||
2026-03-06 04:40:58.362 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:40:58.362 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:40:58.362 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:40:58.362 DEBUG [src.node.docker_mananger] docker run -i -t -p 6757:6757 -p 6758:6758 -p 6759:6759 -p 6760:6760 -p 6761:6761 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=6759 --rest-port=6757 --tcp-port=6758 --discv5-udp-port=6760 --rest-address=0.0.0.0 --nat=extip:172.18.137.185 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=10caa2d30b71cde2fb2fc7dcbfacea6edae0b33ce5cb47f4f0da1198c5fab0ac --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6761 --metrics-logging=true --relay=true
|
||||
2026-03-06 04:40:58.556 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.137.185 waku b38b6cdc462256474479ab1fcea2be6f0c75882df91cbcd0ca9713527707cba6
|
||||
2026-03-06 04:40:58.559 ERROR [src.node.docker_mananger] Max retries reached for container ae064283927e. Exiting log stream.
|
||||
2026-03-06 04:40:58.594 DEBUG [src.node.docker_mananger] Container started with ID b38b6cdc4622. Setting up logs at ./log/docker/node1_2026-03-06_04-40-58__d556e480-b40c-4938-b876-c7ef2c2b1652__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:40:58.595 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 6757
|
||||
2026-03-06 04:40:58.595 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:40:59.122 ERROR [src.node.docker_mananger] Max retries reached for container 7ca287bcfc76. Exiting log stream.
|
||||
2026-03-06 04:40:59.595 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6757/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:40:59.598 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:40:59.599 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:40:59.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6757/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:40:59.601 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.137.185/tcp/6758/p2p/16Uiu2HAmMA8q66AQrnbME9d34PpEcHgquPMcY7ZC3izy58Jd7QWa","/ip4/172.18.137.185/tcp/6759/ws/p2p/16Uiu2HAmMA8q66AQrnbME9d34PpEcHgquPMcY7ZC3izy58Jd7QWa"],"enrUri":"enr:-L24QNlHVBak1P9joDngxOYUHHY-1Z3hBo47cNyuYTK9J0pGAR_P9ZSIOsiowCeC83uJuV5Ed_ye9UYGvJqDjTBRa_4CgmlkgnY0gmlwhKwSibmKbXVsdGlhZGRyc5YACASsEom5BhpmAAoErBKJuQYaZ90DgnJzhQADAQAAiXNlY3AyNTZrMaEDflTtKtlHa9_1MzGoWrigHjcCEbwZX2AJ48DNJHuxU3-DdGNwghpmg3VkcIIaaIV3YWt1MhM"}'
|
||||
2026-03-06 04:40:59.601 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:40:59.602 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:40:59.602 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:40:59.603 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:40:59.604 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.58.239
|
||||
2026-03-06 04:40:59.604 DEBUG [src.node.docker_mananger] Generated ports ['48267', '48268', '48269', '48270', '48271']
|
||||
2026-03-06 04:40:59.604 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:40:59.604 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:40:59.604 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:40:59.605 DEBUG [src.node.docker_mananger] docker run -i -t -p 48267:48267 -p 48268:48268 -p 48269:48269 -p 48270:48270 -p 48271:48271 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=48269 --rest-port=48267 --tcp-port=48268 --discv5-udp-port=48270 --rest-address=0.0.0.0 --nat=extip:172.18.58.239 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7e35c7a4edd04f6f1d9d81e5f5a5ce6aeaeb5dfdfe0abbea1f1e311987debfb6 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48271 --metrics-logging=true --relay=true --storenode=/ip4/172.18.137.185/tcp/6758/p2p/16Uiu2HAmMA8q66AQrnbME9d34PpEcHgquPMcY7ZC3izy58Jd7QWa --discv5-bootstrap-node=enr:-L24QNlHVBak1P9joDngxOYUHHY-1Z3hBo47cNyuYTK9J0pGAR_P9ZSIOsiowCeC83uJuV5Ed_ye9UYGvJqDjTBRa_4CgmlkgnY0gmlwhKwSibmKbXVsdGlhZGRyc5YACASsEom5BhpmAAoErBKJuQYaZ90DgnJzhQADAQAAiXNlY3AyNTZrMaEDflTtKtlHa9_1MzGoWrigHjcCEbwZX2AJ48DNJHuxU3-DdGNwghpmg3VkcIIaaIV3YWt1MhM
|
||||
2026-03-06 04:40:59.803 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.58.239 waku 0def9688a075db260286b093d99ea905e3e6f6f36146716bc6eeeb26b6f46a44
|
||||
2026-03-06 04:40:59.843 DEBUG [src.node.docker_mananger] Container started with ID 0def9688a075. Setting up logs at ./log/docker/node2_2026-03-06_04-40-58__d556e480-b40c-4938-b876-c7ef2c2b1652__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:40:59.843 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48267
|
||||
2026-03-06 04:40:59.844 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:41:00.845 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48267/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:41:00.848 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":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:41:00.848 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:41:00.848 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48267/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:41:00.851 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.58.239/tcp/48268/p2p/16Uiu2HAmTqVePe96A2WEWGupVSqX4RrVz7LACytaNTCboATm9w3R","/ip4/172.18.58.239/tcp/48269/ws/p2p/16Uiu2HAmTqVePe96A2WEWGupVSqX4RrVz7LACytaNTCboATm9w3R"],"enrUri":"enr:-L24QPtiQLYMymZ_zbr18EAQlVsEkdNlAP-T6bgRlSTWrLScH_THB6wa6nnPQRBrTtDQGGNAXeyV-kJ1TNZztdU1ktMCgmlkgnY0gmlwhKwSOu-KbXVsdGlhZGRyc5YACASsEjrvBryMAAoErBI67wa8jd0DgnJzhQADAQAAiXNlY3AyNTZrMaED4ZA8W_hlqj-WPRYGBfYSKUSeArvu60N9n0CwshUhw6SDdGNwgryMg3VkcIK8joV3YWt1MhM"}'
|
||||
2026-03-06 04:41:00.851 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:41:00.851 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48267/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.137.185/tcp/6758/p2p/16Uiu2HAmMA8q66AQrnbME9d34PpEcHgquPMcY7ZC3izy58Jd7QWa"]'
|
||||
2026-03-06 04:41:00.854 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:41:00.855 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6757/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:41:00.857 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:41:00.857 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48267/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:41:00.859 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:41:00.860 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:41:00.860 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6757/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:41:00.866 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:41:00.866 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:41:01.067 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:41:01.068 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6757/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:41:01.074 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:41:01.074 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:41:01.276 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:41:01.276 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6757/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:41:01.282 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:41:01.282 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:41:01.483 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:41:01.483 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6757/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:41:01.489 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:41:01.491 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:41:01.691 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:41:01.692 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6757/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:41:01.698 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:41:01.698 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:41:01.899 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:41:01.899 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6757/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:41:01.905 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:41:01.906 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:41:02.108 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:41:02.108 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6757/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:41:02.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:41:02.115 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:41:02.315 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:41:02.316 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6757/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:41:02.322 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:41:02.322 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:41:02.523 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:41:02.523 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6757/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:41:02.529 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:41:02.529 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:41:02.730 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:41:02.730 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6757/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:41:02.737 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:41:02.737 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:41:02.938 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:41:02.938 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:41:02.940 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:41:02.940 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.13.113
|
||||
2026-03-06 04:41:02.940 DEBUG [src.node.docker_mananger] Generated ports ['19535', '19536', '19537', '19538', '19539']
|
||||
2026-03-06 04:41:02.940 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:41:02.940 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:41:02.941 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:41:02.941 DEBUG [src.node.docker_mananger] docker run -i -t -p 19535:19535 -p 19536:19536 -p 19537:19537 -p 19538:19538 -p 19539:19539 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=19537 --rest-port=19535 --tcp-port=19536 --discv5-udp-port=19538 --rest-address=0.0.0.0 --nat=extip:172.18.13.113 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bfffb9ecbfcbbfbaddccaaefe8d6efc44a9ccecc7ab69c367da9aff6f0aaff24 --store-sync=true --store=false --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19539 --metrics-logging=true --relay=true --storenode=/ip4/172.18.58.239/tcp/48268/p2p/16Uiu2HAmTqVePe96A2WEWGupVSqX4RrVz7LACytaNTCboATm9w3R --discv5-bootstrap-node=enr:-L24QPtiQLYMymZ_zbr18EAQlVsEkdNlAP-T6bgRlSTWrLScH_THB6wa6nnPQRBrTtDQGGNAXeyV-kJ1TNZztdU1ktMCgmlkgnY0gmlwhKwSOu-KbXVsdGlhZGRyc5YACASsEjrvBryMAAoErBI67wa8jd0DgnJzhQADAQAAiXNlY3AyNTZrMaED4ZA8W_hlqj-WPRYGBfYSKUSeArvu60N9n0CwshUhw6SDdGNwgryMg3VkcIK8joV3YWt1MhM
|
||||
2026-03-06 04:41:03.141 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.13.113 waku 1e05930ea5fe137369684375ebe6d6da2756f0f24fe8386fcb01d54bccb26570
|
||||
2026-03-06 04:41:03.180 DEBUG [src.node.docker_mananger] Container started with ID 1e05930ea5fe. Setting up logs at ./log/docker/node3_2026-03-06_04-40-58__d556e480-b40c-4938-b876-c7ef2c2b1652__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:41:03.181 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19535
|
||||
2026-03-06 04:41:03.181 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:41:04.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19535/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:41:04.191 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:41:04.191 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:41:04.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19535/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:41:04.214 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.13.113/tcp/19536/p2p/16Uiu2HAkvRvP8pzxg9c61PNPR5u5dbYMnzx7qweV28GwnuuTHZZy","/ip4/172.18.13.113/tcp/19537/ws/p2p/16Uiu2HAkvRvP8pzxg9c61PNPR5u5dbYMnzx7qweV28GwnuuTHZZy"],"enrUri":"enr:-L24QHh5PDbEC2j-g-zPnc6zFU8LiqSCPIkImQtsofMPqB1UPl-Lv1Q_jWWc8vrtvInSno-FJnxgIiz1Tpf2i55ccRMCgmlkgnY0gmlwhKwSDXGKbXVsdGlhZGRyc5YACASsEg1xBkxQAAoErBINcQZMUd0DgnJzhQADAQAAiXNlY3AyNTZrMaECDuv4yfPt2P0ft0nuVH7CZKhFO--dIObYiku0ibb4pBiDdGNwgkxQg3VkcIJMUoV3YWt1MgE"}'
|
||||
2026-03-06 04:41:04.218 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:41:04.221 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19535/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.58.239/tcp/48268/p2p/16Uiu2HAmTqVePe96A2WEWGupVSqX4RrVz7LACytaNTCboATm9w3R"]'
|
||||
2026-03-06 04:41:04.226 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:41:04.226 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19535/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:41:04.228 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:41:04.229 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:41:05.229 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-03-06 04:41:05.230 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6757/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:41:05.233 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x2d1ec255059ac6f1863f942efea4c421fbcb18b188f9b4dff591ae60d117081e"},{"messageHash":"0xa3eca350d05caf837e10fa1c2f921199bea73d59c975d340c159805d35d458e3"},{"messageHash":"0x64e5bbfabde8526be702ecce49bd1b91330db829902a4a28eb61a0095e426e3c"},{"messageHash":"0xdf0821e4af83eef628e00d0ded6a444abbbc3c85dcbd7e461e71243ab88c3bab"},{"messageHash":"0xb36d5cb4f5aa4b879f5592e0eb17e005bebdfa30d3cd7c7ec8c3d366c531a3bd"},{"messageHash":"0xb369c3e5448ba90363172526cd25f27ba36046c57a051be2fee2fbedbb69b23d"},{"messageHash":"0x47c7c56587beb3d7fe6be3841981622728a0f60a84433c9375c2549170a63486"},{"messageHash":"0x3f244366c29283008edce338f3c2767549709f36e7f35337cce60b7ad2cda8f9"},{"messageHash":"0x8c3e30c464392e6e4b3e8c3ab5d8c1b2b19f7348d5d8b036a9844f174748e9e9"},{"messageHash":"0xc52cf867210a6c91267236e31dd1a1740f07466d6cdd9b30c26f42a99dba53ba"}]}'
|
||||
2026-03-06 04:41:05.234 DEBUG [src.steps.store] messages length is 10
|
||||
2026-03-06 04:41:05.235 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-03-06 04:41:05.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48267/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:41:05.238 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x2d1ec255059ac6f1863f942efea4c421fbcb18b188f9b4dff591ae60d117081e"},{"messageHash":"0xa3eca350d05caf837e10fa1c2f921199bea73d59c975d340c159805d35d458e3"},{"messageHash":"0x64e5bbfabde8526be702ecce49bd1b91330db829902a4a28eb61a0095e426e3c"},{"messageHash":"0xdf0821e4af83eef628e00d0ded6a444abbbc3c85dcbd7e461e71243ab88c3bab"},{"messageHash":"0xb36d5cb4f5aa4b879f5592e0eb17e005bebdfa30d3cd7c7ec8c3d366c531a3bd"},{"messageHash":"0xb369c3e5448ba90363172526cd25f27ba36046c57a051be2fee2fbedbb69b23d"},{"messageHash":"0x47c7c56587beb3d7fe6be3841981622728a0f60a84433c9375c2549170a63486"},{"messageHash":"0x3f244366c29283008edce338f3c2767549709f36e7f35337cce60b7ad2cda8f9"},{"messageHash":"0x8c3e30c464392e6e4b3e8c3ab5d8c1b2b19f7348d5d8b036a9844f174748e9e9"},{"messageHash":"0xc52cf867210a6c91267236e31dd1a1740f07466d6cdd9b30c26f42a99dba53ba"}]}'
|
||||
2026-03-06 04:41:05.238 DEBUG [src.steps.store] messages length is 10
|
||||
2026-03-06 04:41:05.239 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-03-06 04:41:05.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19535/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:41:05.248 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"c97bf8f2363cc23b98ee","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x2d1ec255059ac6f1863f942efea4c421fbcb18b188f9b4dff591ae60d117081e"},{"messageHash":"0xa3eca350d05caf837e10fa1c2f921199bea73d59c975d340c159805d35d458e3"},{"messageHash":"0x64e5bbfabde8526be702ecce49bd1b91330db829902a4a28eb61a0095e426e3c"},{"messageHash":"0xdf0821e4af83eef628e00d0ded6a444abbbc3c85dcbd7e461e71243ab88c3bab"},{"messageHash":"0xb36d5cb4f5aa4b879f5592e0eb17e005bebdfa30d3cd7c7ec8c3d366c531a3bd"},{"messageHash":"0xb369c3e5448ba90363172526cd25f27ba36046c57a051be2fee2fbedbb69b23d"},{"messageHash":"0x47c7c56587beb3d7fe6be3841981622728a0f60a84433c9375c2549170a63486"},{"messageHash":"0x3f244366c29283008edce338f3c2767549709f36e7f35337cce60b7ad2cda8f9"},{"messageHash":"0x8c3e30c464392e6e4b3e8c3ab5d8c1b2b19f7348d5d8b036a9844f174748e9e9"},{"messageHash":"0xc52cf867210a6c91267236e31dd1a1740f07466d6cdd9b30c26f42a99dba53ba"}]}'
|
||||
2026-03-06 04:41:05.248 DEBUG [src.steps.store] messages length is 10
|
||||
2026-03-06 04:41:05.250 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:41:05.252 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:41:05.252 DEBUG [src.node.waku_node] Stopping container with id b38b6cdc4622
|
||||
2026-03-06 04:41:05.861 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:41:05.863 DEBUG [src.node.waku_node] Stopping container with id 0def9688a075
|
||||
2026-03-06 04:41:06.455 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:41:06.457 DEBUG [src.node.waku_node] Stopping container with id 1e05930ea5fe
|
||||
2026-03-06 04:41:06.675 ERROR [src.node.docker_mananger] Max retries reached for container b38b6cdc4622. Exiting log stream.
|
||||
2026-03-06 04:41:07.055 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:41:07.057 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:41:07.066 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:41:07.080 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:41:07.085 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
101
nim/1106/data/attachments/1539d5f9a923d9cb.txt
Normal file
101
nim/1106/data/attachments/1539d5f9a923d9cb.txt
Normal file
@ -0,0 +1,101 @@
|
||||
2026-03-06 04:32:53.131 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:32:53.132 DEBUG [tests.conftest] Running test: test_subscribe_and_publish_on_another_content_topic_from_another_shard with id: 2026-03-06_04-32-53__897ea0e6-1e96-41ea-9cab-9e0920864b63
|
||||
2026-03-06 04:32:53.132 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:32:53.132 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-06 04:32:53.133 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2026-03-06 04:32:53.140 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:32:53.141 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-32-53__897ea0e6-1e96-41ea-9cab-9e0920864b63__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:53.141 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:32:53.141 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:32:53.142 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:32:53.143 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.78.54
|
||||
2026-03-06 04:32:53.143 DEBUG [src.node.docker_mananger] Generated ports ['10165', '10166', '10167', '10168', '10169']
|
||||
2026-03-06 04:32:53.143 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:32:53.143 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:32:53.143 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:32:53.143 DEBUG [src.node.docker_mananger] docker run -i -t -p 10165:10165 -p 10166:10166 -p 10167:10167 -p 10168:10168 -p 10169:10169 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=10167 --rest-port=10165 --tcp-port=10166 --discv5-udp-port=10168 --rest-address=0.0.0.0 --nat=extip:172.18.78.54 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=a8a94ae5f7e6b98edb1a5ef49bba1f27bd47bc0a30dba1c889c9f8aa82a6ff41 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10169 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2026-03-06 04:32:53.349 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.78.54 waku 29d61addf8206063f340047e154baa37b03ba7f720c8af25124f99c0ed6ada22
|
||||
2026-03-06 04:32:53.385 DEBUG [src.node.docker_mananger] Container started with ID 29d61addf820. Setting up logs at ./log/docker/node1_2026-03-06_04-32-53__897ea0e6-1e96-41ea-9cab-9e0920864b63__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:53.386 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 10165
|
||||
2026-03-06 04:32:53.386 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:32:53.938 ERROR [src.node.docker_mananger] Max retries reached for container 7f708955df29. Exiting log stream.
|
||||
2026-03-06 04:32:54.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:54.389 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:32:54.490 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:54.492 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":"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:32:54.493 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:32:54.493 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10165/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:54.495 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.78.54/tcp/10166/p2p/16Uiu2HAmTttg25TNZFy6oWBK68xwGuNqztkR4FXhjt9QP1c6Ptom","/ip4/172.18.78.54/tcp/10167/ws/p2p/16Uiu2HAmTttg25TNZFy6oWBK68xwGuNqztkR4FXhjt9QP1c6Ptom"],"enrUri":"enr:-L24QMGSqYqaHYN6jqIFsvsMBIYve3n_PWkyxZmQNJWSnWq5Kl3dVMk_-HPvitZtxRAP7oKUuIW5seVSYrmu869GRL4CgmlkgnY0gmlwhKwSTjaKbXVsdGlhZGRyc5YACASsEk42Bie2AAoErBJONgYnt90DgnJzhQACAQAAiXNlY3AyNTZrMaED4m8EIR6OK9P8uE54S1x7ZrOS59aXXUCXs9qX3ihFSGSDdGNwgie2g3VkcIInuIV3YWt1MgU"}'
|
||||
2026-03-06 04:32:54.495 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:32:54.502 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:32:54.502 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-32-53__897ea0e6-1e96-41ea-9cab-9e0920864b63__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:54.503 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:32:54.503 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:32:54.504 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:32:54.504 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.122.14
|
||||
2026-03-06 04:32:54.504 DEBUG [src.node.docker_mananger] Generated ports ['52017', '52018', '52019', '52020', '52021']
|
||||
2026-03-06 04:32:54.504 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:32:54.504 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:32:54.505 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:32:54.505 DEBUG [src.node.docker_mananger] docker run -i -t -p 52017:52017 -p 52018:52018 -p 52019:52019 -p 52020:52020 -p 52021:52021 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=52019 --rest-port=52017 --tcp-port=52018 --discv5-udp-port=52020 --rest-address=0.0.0.0 --nat=extip:172.18.122.14 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=1aa539a96cd8bbdf270abc0c42fcbebed7cb21a7de6bbfeeb187b54c1d4f528a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52021 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QMGSqYqaHYN6jqIFsvsMBIYve3n_PWkyxZmQNJWSnWq5Kl3dVMk_-HPvitZtxRAP7oKUuIW5seVSYrmu869GRL4CgmlkgnY0gmlwhKwSTjaKbXVsdGlhZGRyc5YACASsEk42Bie2AAoErBJONgYnt90DgnJzhQACAQAAiXNlY3AyNTZrMaED4m8EIR6OK9P8uE54S1x7ZrOS59aXXUCXs9qX3ihFSGSDdGNwgie2g3VkcIInuIV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2026-03-06 04:32:54.707 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.122.14 waku b48fb898f33626640034f715ad7e3ede13585d55b9d0b96f4914d03f33117d47
|
||||
2026-03-06 04:32:54.742 DEBUG [src.node.docker_mananger] Container started with ID b48fb898f336. Setting up logs at ./log/docker/node2_2026-03-06_04-32-53__897ea0e6-1e96-41ea-9cab-9e0920864b63__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:54.742 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 52017
|
||||
2026-03-06 04:32:54.743 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:32:55.744 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52017/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:55.746 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:32:55.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52017/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:55.849 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:32:55.949 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52017/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:55.952 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:32:56.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52017/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:56.055 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:32:56.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52017/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:56.158 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:32:56.258 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52017/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:56.260 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:32:56.360 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52017/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:56.363 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:32:56.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52017/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:56.466 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:32:56.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52017/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:56.569 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:32:56.670 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52017/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:56.672 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:32:56.672 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:32:56.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52017/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:56.675 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.122.14/tcp/52018/p2p/16Uiu2HAkyhzQLgmJTjy3L5o2FcUSdFMD2i8UYHkY8q8Zw9Qucnhe","/ip4/172.18.122.14/tcp/52019/ws/p2p/16Uiu2HAkyhzQLgmJTjy3L5o2FcUSdFMD2i8UYHkY8q8Zw9Qucnhe"],"enrUri":"enr:-L24QPILDst0jWrhu9yZneP2WOQOHCBsVJT0CWy7x6xfaPADAI2a4vJQm9jMq-5Moxt0wN_nUL8ZFZizZ8HwDbXViQcCgmlkgnY0gmlwhKwSeg6KbXVsdGlhZGRyc5YACASsEnoOBssyAAoErBJ6DgbLM90DgnJzhQACAQAAiXNlY3AyNTZrMaECP5zfMZ2PELyXqgLFAVa5dShmG2eG2zgd92om370ES6GDdGNwgssyg3VkcILLNIV3YWt1MgE"}'
|
||||
2026-03-06 04:32:56.675 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:32:56.675 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52017/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.78.54/tcp/10166/p2p/16Uiu2HAmTttg25TNZFy6oWBK68xwGuNqztkR4FXhjt9QP1c6Ptom"]'
|
||||
2026-03-06 04:32:56.702 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:56.705 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10165/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
|
||||
2026-03-06 04:32:56.709 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:56.710 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52017/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
|
||||
2026-03-06 04:32:56.714 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:56.715 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10165/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:32:56.727 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:56.728 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:32:56.829 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:32:56.830 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10165/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:56.832 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1772771576715508685,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:32:56.834 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:32:56.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52017/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:56.836 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1772771576715508685,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:32:56.838 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10165/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:32:56.847 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:56.848 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:32:56.948 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:32:56.949 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10165/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:56.951 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771576838855418,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:32:56.953 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:32:56.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52017/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:56.956 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771576838855418,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:32:56.959 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:32:56.960 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:32:56.960 DEBUG [src.node.waku_node] Stopping container with id 29d61addf820
|
||||
2026-03-06 04:32:57.558 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:32:57.558 DEBUG [src.node.waku_node] Stopping container with id b48fb898f336
|
||||
2026-03-06 04:32:58.159 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:32:58.162 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:32:58.193 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:32:58.223 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
88
nim/1106/data/attachments/159ebd5323dfd6a0.txt
Normal file
88
nim/1106/data/attachments/159ebd5323dfd6a0.txt
Normal file
@ -0,0 +1,88 @@
|
||||
2026-03-06 04:42:19.972 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:42:19.972 DEBUG [tests.conftest] Running test: test_different_cursor_and_indexes[2-4] with id: 2026-03-06_04-42-19__140ed46c-2ef4-47af-8f8e-d9de7c8f3385
|
||||
2026-03-06 04:42:19.972 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:42:19.972 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-06 04:42:19.973 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2026-03-06 04:42:19.979 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:42:19.979 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-06_04-42-19__140ed46c-2ef4-47af-8f8e-d9de7c8f3385__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:42:19.980 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:42:19.980 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:42:19.981 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:42:19.981 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.68.80
|
||||
2026-03-06 04:42:19.982 DEBUG [src.node.docker_mananger] Generated ports ['61900', '61901', '61902', '61903', '61904']
|
||||
2026-03-06 04:42:19.982 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:42:19.982 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:42:19.982 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:42:19.982 DEBUG [src.node.docker_mananger] docker run -i -t -p 61900:61900 -p 61901:61901 -p 61902:61902 -p 61903:61903 -p 61904:61904 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=61902 --rest-port=61900 --tcp-port=61901 --discv5-udp-port=61903 --rest-address=0.0.0.0 --nat=extip:172.18.68.80 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2ea9b3878737dadb7ac58283fa1eb0c193d249f58fd8dcf8dec0c3e6f7b51c0e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61904 --metrics-logging=true --store=true --relay=true
|
||||
2026-03-06 04:42:20.179 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.68.80 waku 5611e2cb4ebf57e1c013841e0a170f0acd9b260ae3a8f2672ce0b215a01960e8
|
||||
2026-03-06 04:42:20.213 DEBUG [src.node.docker_mananger] Container started with ID 5611e2cb4ebf. Setting up logs at ./log/docker/publishing_node1_2026-03-06_04-42-19__140ed46c-2ef4-47af-8f8e-d9de7c8f3385__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:42:20.214 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 61900
|
||||
2026-03-06 04:42:20.214 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:42:20.221 ERROR [src.node.docker_mananger] Max retries reached for container 8b37b2b6e8f5. Exiting log stream.
|
||||
2026-03-06 04:42:20.779 ERROR [src.node.docker_mananger] Max retries reached for container da42af394c69. Exiting log stream.
|
||||
2026-03-06 04:42:21.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61900/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:42:21.218 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:42:21.218 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:42:21.218 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61900/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:42:21.221 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.68.80/tcp/61901/p2p/16Uiu2HAmRgFeTmKKBZwR2XhmgTpPyq2t2cTjEUzogKRyKcK7cRtt","/ip4/172.18.68.80/tcp/61902/ws/p2p/16Uiu2HAmRgFeTmKKBZwR2XhmgTpPyq2t2cTjEUzogKRyKcK7cRtt"],"enrUri":"enr:-L24QDpKK4NooruS7NarHrCmgSSteK_6O1TGrF38WtHNPGdcdgn9RvSa3EYz__doXPyE98zJNs4iiyaqriEPHyaUDWMCgmlkgnY0gmlwhKwSRFCKbXVsdGlhZGRyc5YACASsEkRQBvHNAAoErBJEUAbxzt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDwXrOYcjPUMzpDvnpGC15HjuROsHy3f1Rgf1-zlf2jfmDdGNwgvHNg3VkcILxz4V3YWt1MgM"}'
|
||||
2026-03-06 04:42:21.221 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:42:21.229 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:42:21.229 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-06_04-42-19__140ed46c-2ef4-47af-8f8e-d9de7c8f3385__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:42:21.229 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:42:21.229 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:42:21.231 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:42:21.231 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.177.243
|
||||
2026-03-06 04:42:21.231 DEBUG [src.node.docker_mananger] Generated ports ['13025', '13026', '13027', '13028', '13029']
|
||||
2026-03-06 04:42:21.231 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:42:21.231 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:42:21.232 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:42:21.232 DEBUG [src.node.docker_mananger] docker run -i -t -p 13025:13025 -p 13026:13026 -p 13027:13027 -p 13028:13028 -p 13029:13029 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=13027 --rest-port=13025 --tcp-port=13026 --discv5-udp-port=13028 --rest-address=0.0.0.0 --nat=extip:172.18.177.243 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=64f5ad3e2d1dda84abb22a69adc22c32b1edb53feda7aa5ffeb8dc540065a97d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13029 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QDpKK4NooruS7NarHrCmgSSteK_6O1TGrF38WtHNPGdcdgn9RvSa3EYz__doXPyE98zJNs4iiyaqriEPHyaUDWMCgmlkgnY0gmlwhKwSRFCKbXVsdGlhZGRyc5YACASsEkRQBvHNAAoErBJEUAbxzt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDwXrOYcjPUMzpDvnpGC15HjuROsHy3f1Rgf1-zlf2jfmDdGNwgvHNg3VkcILxz4V3YWt1MgM --storenode=/ip4/172.18.68.80/tcp/61901/p2p/16Uiu2HAmRgFeTmKKBZwR2XhmgTpPyq2t2cTjEUzogKRyKcK7cRtt --store=true --relay=true
|
||||
2026-03-06 04:42:21.438 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.177.243 waku 4c76a42c39298372c205ae6e23007035aabba1ef607567abcc548ff0959b1934
|
||||
2026-03-06 04:42:21.471 DEBUG [src.node.docker_mananger] Container started with ID 4c76a42c3929. Setting up logs at ./log/docker/store_node1_2026-03-06_04-42-19__140ed46c-2ef4-47af-8f8e-d9de7c8f3385__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:42:21.472 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13025
|
||||
2026-03-06 04:42:21.472 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:42:22.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13025/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:42:22.476 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":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:42:22.476 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:42:22.476 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13025/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:42:22.479 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.177.243/tcp/13026/p2p/16Uiu2HAmEeab6KEwJjnb5qJ8gyq9525LJxGXMceALWDjsyM6yEBT","/ip4/172.18.177.243/tcp/13027/ws/p2p/16Uiu2HAmEeab6KEwJjnb5qJ8gyq9525LJxGXMceALWDjsyM6yEBT"],"enrUri":"enr:-L24QDWP5pM23Qsd29kYTAaeT4By8MT-gdd0o_Nz7J6DJVrFfiV5avXvgAxXzYp2yMldexJMMnyGla00uJwotQgDRIICgmlkgnY0gmlwhKwSsfOKbXVsdGlhZGRyc5YACASsErHzBjLiAAoErBKx8wYy490DgnJzhQADAQAAiXNlY3AyNTZrMaEDHZyBjDcH36RE5IOnV7QNaqWi0QquQ1yc-DtnoqOywMKDdGNwgjLig3VkcIIy5IV3YWt1MgM"}'
|
||||
2026-03-06 04:42:22.479 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:42:22.479 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13025/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.68.80/tcp/61901/p2p/16Uiu2HAmRgFeTmKKBZwR2XhmgTpPyq2t2cTjEUzogKRyKcK7cRtt"]'
|
||||
2026-03-06 04:42:22.482 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:42:22.482 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61900/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:42:22.485 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:42:22.485 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13025/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:42:22.487 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:42:22.489 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:42:22.489 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61900/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8w", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:42:22.494 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:42:22.495 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:42:22.696 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:42:22.696 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61900/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8x", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:42:22.703 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:42:22.703 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:42:22.904 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:42:22.904 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61900/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8y", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:42:22.910 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:42:22.911 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:42:23.111 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:42:23.111 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61900/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8z", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:42:23.118 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:42:23.118 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:42:23.318 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61900/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=2&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:42:23.321 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x7ffe62a72b876e5b6ba033f0dad1d4c3662709ebcb547821d042d2cfac22f83d"},{"messageHash":"0x134b457595d2feed099e669bf60c0056dffb053500b7f704bdd6e5fada4c3aa2"}],"paginationCursor":"0x134b457595d2feed099e669bf60c0056dffb053500b7f704bdd6e5fada4c3aa2"}'
|
||||
2026-03-06 04:42:23.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13025/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=2&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:42:23.325 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x7ffe62a72b876e5b6ba033f0dad1d4c3662709ebcb547821d042d2cfac22f83d"},{"messageHash":"0x134b457595d2feed099e669bf60c0056dffb053500b7f704bdd6e5fada4c3aa2"}],"paginationCursor":"0x134b457595d2feed099e669bf60c0056dffb053500b7f704bdd6e5fada4c3aa2"}'
|
||||
2026-03-06 04:42:23.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61900/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x134b457595d2feed099e669bf60c0056dffb053500b7f704bdd6e5fada4c3aa2&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:42:23.328 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x23ad79fc7fde16e604c5d0e60dd190adb7a68fc805fd949f2e470bae21101820"},{"messageHash":"0x8022f35d09e332da4e820a2bfedad41b10fab6853e7c2ce7a5eca2ced2a7cb64"}]}'
|
||||
2026-03-06 04:42:23.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13025/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x134b457595d2feed099e669bf60c0056dffb053500b7f704bdd6e5fada4c3aa2&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:42:23.331 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x23ad79fc7fde16e604c5d0e60dd190adb7a68fc805fd949f2e470bae21101820"},{"messageHash":"0x8022f35d09e332da4e820a2bfedad41b10fab6853e7c2ce7a5eca2ced2a7cb64"}]}'
|
||||
2026-03-06 04:42:23.333 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:42:23.334 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:42:23.335 DEBUG [src.node.waku_node] Stopping container with id 5611e2cb4ebf
|
||||
2026-03-06 04:42:23.892 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:42:23.892 DEBUG [src.node.waku_node] Stopping container with id 4c76a42c3929
|
||||
2026-03-06 04:42:24.464 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:42:24.466 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:42:24.474 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:42:24.480 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
191
nim/1106/data/attachments/15abec96c1ac079b.txt
Normal file
191
nim/1106/data/attachments/15abec96c1ac079b.txt
Normal file
@ -0,0 +1,191 @@
|
||||
2026-03-06 04:33:25.971 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:33:25.971 DEBUG [tests.conftest] Running test: test_last_node_to_start_publishes with id: 2026-03-06_04-33-25__8d0949c2-9655-4f81-9aaf-c6778bc4df4f
|
||||
2026-03-06 04:33:25.972 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:33:25.972 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-06 04:33:25.972 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
||||
2026-03-06 04:33:25.979 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:33:25.980 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-33-25__8d0949c2-9655-4f81-9aaf-c6778bc4df4f__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:25.980 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:33:25.980 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:33:25.981 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:33:25.982 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.218.121
|
||||
2026-03-06 04:33:25.982 DEBUG [src.node.docker_mananger] Generated ports ['13942', '13943', '13944', '13945', '13946']
|
||||
2026-03-06 04:33:25.982 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:33:25.982 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:33:25.982 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:33:25.982 DEBUG [src.node.docker_mananger] docker run -i -t -p 13942:13942 -p 13943:13943 -p 13944:13944 -p 13945:13945 -p 13946:13946 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=13944 --rest-port=13942 --tcp-port=13943 --discv5-udp-port=13945 --rest-address=0.0.0.0 --nat=extip:172.18.218.121 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bae67316ae48efbc3c8cdeb112b43db5099e83beedc81e698da985a60bfa3eb9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13946 --metrics-logging=true --relay=true
|
||||
2026-03-06 04:33:26.179 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.218.121 waku 25def6b0c3b4669c6dd28c917b1b888cb7eb27976ab7fbb4512e7215ed73d60e
|
||||
2026-03-06 04:33:26.214 DEBUG [src.node.docker_mananger] Container started with ID 25def6b0c3b4. Setting up logs at ./log/docker/node1_2026-03-06_04-33-25__8d0949c2-9655-4f81-9aaf-c6778bc4df4f__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:26.215 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13942
|
||||
2026-03-06 04:33:26.216 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:33:26.238 ERROR [src.node.docker_mananger] Max retries reached for container 6a8a9cb2d222. Exiting log stream.
|
||||
2026-03-06 04:33:26.774 ERROR [src.node.docker_mananger] Max retries reached for container db23c1eed9a9. Exiting log stream.
|
||||
2026-03-06 04:33:27.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13942/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:27.221 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:33:27.221 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:33:27.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13942/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:27.223 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.218.121/tcp/13943/p2p/16Uiu2HAmHQVvbFTxk3VEoYFt7KFXuY9AMSnvJQ16VWn4KALZcFph","/ip4/172.18.218.121/tcp/13944/ws/p2p/16Uiu2HAmHQVvbFTxk3VEoYFt7KFXuY9AMSnvJQ16VWn4KALZcFph"],"enrUri":"enr:-L24QOQ9LRu7dzWiuX4U8hcbxuiO_BqGKL1XgUI0mkpOBhuTSF_RuGWuw9asWLquPnkhMnbD3LcVv1TZbwEAdjm0ZoUCgmlkgnY0gmlwhKwS2nmKbXVsdGlhZGRyc5YACASsEtp5BjZ3AAoErBLaeQY2eN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDRpQpf-yFxTq5MqMmGLI9p2nnUyiNyQ6oqKcEDdqqwV6DdGNwgjZ3g3VkcII2eYV3YWt1MgE"}'
|
||||
2026-03-06 04:33:27.223 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:33:27.230 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:33:27.230 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-33-25__8d0949c2-9655-4f81-9aaf-c6778bc4df4f__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:27.230 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:33:27.231 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:33:27.232 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:33:27.232 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.13.120
|
||||
2026-03-06 04:33:27.232 DEBUG [src.node.docker_mananger] Generated ports ['49941', '49942', '49943', '49944', '49945']
|
||||
2026-03-06 04:33:27.232 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:33:27.232 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:33:27.233 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:33:27.233 DEBUG [src.node.docker_mananger] docker run -i -t -p 49941:49941 -p 49942:49942 -p 49943:49943 -p 49944:49944 -p 49945:49945 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=49943 --rest-port=49941 --tcp-port=49942 --discv5-udp-port=49944 --rest-address=0.0.0.0 --nat=extip:172.18.13.120 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a42f063152ad0dfc9669fd05a6adf183dcc6bee335eaad428adc45e4e2432942 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49945 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QOQ9LRu7dzWiuX4U8hcbxuiO_BqGKL1XgUI0mkpOBhuTSF_RuGWuw9asWLquPnkhMnbD3LcVv1TZbwEAdjm0ZoUCgmlkgnY0gmlwhKwS2nmKbXVsdGlhZGRyc5YACASsEtp5BjZ3AAoErBLaeQY2eN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDRpQpf-yFxTq5MqMmGLI9p2nnUyiNyQ6oqKcEDdqqwV6DdGNwgjZ3g3VkcII2eYV3YWt1MgE
|
||||
2026-03-06 04:33:27.433 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.13.120 waku ff75f4f549a1c90a70a829fe07bd3d63816576a4921bd9e8acb9a5a84e43aca3
|
||||
2026-03-06 04:33:27.463 DEBUG [src.node.docker_mananger] Container started with ID ff75f4f549a1. Setting up logs at ./log/docker/node2_2026-03-06_04-33-25__8d0949c2-9655-4f81-9aaf-c6778bc4df4f__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:27.464 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 49941
|
||||
2026-03-06 04:33:27.464 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:33:28.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49941/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:28.485 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:33:28.487 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:33:28.488 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49941/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:28.494 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.13.120/tcp/49942/p2p/16Uiu2HAmGPGL1E9wtyGCW1HA96SEiNfKFKs5eCt5iEnNNFQEnt8e","/ip4/172.18.13.120/tcp/49943/ws/p2p/16Uiu2HAmGPGL1E9wtyGCW1HA96SEiNfKFKs5eCt5iEnNNFQEnt8e"],"enrUri":"enr:-L24QC7R8OBvLe1Kc62SsHJoYokar4mUQnTYLvOYey14GH5kErX-tWYAHJ2uxREQURThjNm8DEx_tGS1yDUetAv92PkCgmlkgnY0gmlwhKwSDXiKbXVsdGlhZGRyc5YACASsEg14BsMWAAoErBINeAbDF90DgnJzhQADAQAAiXNlY3AyNTZrMaEDN2eFXeY6RHhc18XwqgCtrekorAX25MP3BBt8y_B9Cx-DdGNwgsMWg3VkcILDGIV3YWt1MgE"}'
|
||||
2026-03-06 04:33:28.495 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:33:28.495 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49941/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.218.121/tcp/13943/p2p/16Uiu2HAmHQVvbFTxk3VEoYFt7KFXuY9AMSnvJQ16VWn4KALZcFph"]'
|
||||
2026-03-06 04:33:28.500 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:28.500 DEBUG [src.steps.relay] Running fixture setup: setup_optional_relay_nodes
|
||||
2026-03-06 04:33:28.508 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:33:28.509 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-06_04-33-25__8d0949c2-9655-4f81-9aaf-c6778bc4df4f__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:28.509 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:33:28.509 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:33:28.511 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:33:28.511 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.241.74
|
||||
2026-03-06 04:33:28.511 DEBUG [src.node.docker_mananger] Generated ports ['53296', '53297', '53298', '53299', '53300']
|
||||
2026-03-06 04:33:28.511 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:33:28.511 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:33:28.511 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:33:28.511 DEBUG [src.node.docker_mananger] docker run -i -t -p 53296:53296 -p 53297:53297 -p 53298:53298 -p 53299:53299 -p 53300:53300 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=53298 --rest-port=53296 --tcp-port=53297 --discv5-udp-port=53299 --rest-address=0.0.0.0 --nat=extip:172.18.241.74 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=099f4df47a2bb875971bedcba7b3ec8e4d2e4bfd4bf5ade45dfc1513f096fda5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53300 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QOQ9LRu7dzWiuX4U8hcbxuiO_BqGKL1XgUI0mkpOBhuTSF_RuGWuw9asWLquPnkhMnbD3LcVv1TZbwEAdjm0ZoUCgmlkgnY0gmlwhKwS2nmKbXVsdGlhZGRyc5YACASsEtp5BjZ3AAoErBLaeQY2eN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDRpQpf-yFxTq5MqMmGLI9p2nnUyiNyQ6oqKcEDdqqwV6DdGNwgjZ3g3VkcII2eYV3YWt1MgE
|
||||
2026-03-06 04:33:28.713 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.241.74 waku a197450cd47300a803f8a91326c15ff240fee77764d3165035343f775f3c7b68
|
||||
2026-03-06 04:33:28.747 DEBUG [src.node.docker_mananger] Container started with ID a197450cd473. Setting up logs at ./log/docker/node3_2026-03-06_04-33-25__8d0949c2-9655-4f81-9aaf-c6778bc4df4f__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:28.748 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 53296
|
||||
2026-03-06 04:33:28.748 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:33:29.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53296/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:29.769 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:33:29.770 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:33:29.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53296/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:29.777 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.241.74/tcp/53297/p2p/16Uiu2HAmL13GffVDi7atgNdm7hazYUyuoWRdtSfYgzKYGpSrpp3p","/ip4/172.18.241.74/tcp/53298/ws/p2p/16Uiu2HAmL13GffVDi7atgNdm7hazYUyuoWRdtSfYgzKYGpSrpp3p"],"enrUri":"enr:-L24QHtmiqCuZGMm2Thst-wrwTgr5_u0keahL8TwBBCgtd-kRlS5oYEbYV4yneRfQrH39krsIQrclMgvGaxwTRIh5oUCgmlkgnY0gmlwhKwS8UqKbXVsdGlhZGRyc5YACASsEvFKBtAxAAoErBLxSgbQMt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDbSS6BpEEZWGrBUO_bTqHuehK1h4xLrLxGlG1m7wH1oeDdGNwgtAxg3VkcILQM4V3YWt1MgE"}'
|
||||
2026-03-06 04:33:29.778 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:33:29.779 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53296/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.218.121/tcp/13943/p2p/16Uiu2HAmHQVvbFTxk3VEoYFt7KFXuY9AMSnvJQ16VWn4KALZcFph"]'
|
||||
2026-03-06 04:33:29.782 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:29.789 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:33:29.789 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-03-06_04-33-25__8d0949c2-9655-4f81-9aaf-c6778bc4df4f__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:29.789 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:33:29.789 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:33:29.791 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:33:29.791 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.161.50
|
||||
2026-03-06 04:33:29.791 DEBUG [src.node.docker_mananger] Generated ports ['48912', '48913', '48914', '48915', '48916']
|
||||
2026-03-06 04:33:29.791 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:33:29.792 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:33:29.792 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:33:29.792 DEBUG [src.node.docker_mananger] docker run -i -t -p 48912:48912 -p 48913:48913 -p 48914:48914 -p 48915:48915 -p 48916:48916 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=48914 --rest-port=48912 --tcp-port=48913 --discv5-udp-port=48915 --rest-address=0.0.0.0 --nat=extip:172.18.161.50 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ff91a988fb7a70438618dba5cf99b9aa3facf2a999bcba84fec91ff0a8ae81c8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48916 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QOQ9LRu7dzWiuX4U8hcbxuiO_BqGKL1XgUI0mkpOBhuTSF_RuGWuw9asWLquPnkhMnbD3LcVv1TZbwEAdjm0ZoUCgmlkgnY0gmlwhKwS2nmKbXVsdGlhZGRyc5YACASsEtp5BjZ3AAoErBLaeQY2eN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDRpQpf-yFxTq5MqMmGLI9p2nnUyiNyQ6oqKcEDdqqwV6DdGNwgjZ3g3VkcII2eYV3YWt1MgE
|
||||
2026-03-06 04:33:29.985 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.161.50 waku f10932a8c2192c2c1c779a5fbda4ff23a033d6055c50038a29192afbc69a8f3d
|
||||
2026-03-06 04:33:30.019 DEBUG [src.node.docker_mananger] Container started with ID f10932a8c219. Setting up logs at ./log/docker/node4_2026-03-06_04-33-25__8d0949c2-9655-4f81-9aaf-c6778bc4df4f__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:30.020 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48912
|
||||
2026-03-06 04:33:30.020 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:33:31.020 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48912/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:31.038 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:33:31.040 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:33:31.042 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48912/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:31.048 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.161.50/tcp/48913/p2p/16Uiu2HAmSWXPXVPxtgm6SGURUcpA2THCHwLAffHppwfRrc5JL2gJ","/ip4/172.18.161.50/tcp/48914/ws/p2p/16Uiu2HAmSWXPXVPxtgm6SGURUcpA2THCHwLAffHppwfRrc5JL2gJ"],"enrUri":"enr:-L24QAx8bWoj_dZyJb9c_T7q53Rexzv4v_olzzywdFtzMgnbKvq6OrqrPJHjrKtz6T1K8TtdueOLZ5Dp72FXFBE5Yv4CgmlkgnY0gmlwhKwSoTKKbXVsdGlhZGRyc5YACASsEqEyBr8RAAoErBKhMga_Et0DgnJzhQADAQAAiXNlY3AyNTZrMaEDzdh8L6BaaUqb0UWw4t9xobjgNDe7eauxaJg3WCvAbNODdGNwgr8Rg3VkcIK_E4V3YWt1MgE"}'
|
||||
2026-03-06 04:33:31.049 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:33:31.049 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48912/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.218.121/tcp/13943/p2p/16Uiu2HAmHQVvbFTxk3VEoYFt7KFXuY9AMSnvJQ16VWn4KALZcFph"]'
|
||||
2026-03-06 04:33:31.053 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:31.060 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:33:31.060 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node5_2026-03-06_04-33-25__8d0949c2-9655-4f81-9aaf-c6778bc4df4f__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:31.060 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:33:31.060 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:33:31.061 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:33:31.062 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.247.31
|
||||
2026-03-06 04:33:31.062 DEBUG [src.node.docker_mananger] Generated ports ['53184', '53185', '53186', '53187', '53188']
|
||||
2026-03-06 04:33:31.062 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:33:31.062 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:33:31.062 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:33:31.062 DEBUG [src.node.docker_mananger] docker run -i -t -p 53184:53184 -p 53185:53185 -p 53186:53186 -p 53187:53187 -p 53188:53188 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=53186 --rest-port=53184 --tcp-port=53185 --discv5-udp-port=53187 --rest-address=0.0.0.0 --nat=extip:172.18.247.31 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4dac023b4c9e76186ffdbae832bf37a90d6443cba2cdd135b078dbdbb6a50e4f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53188 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QOQ9LRu7dzWiuX4U8hcbxuiO_BqGKL1XgUI0mkpOBhuTSF_RuGWuw9asWLquPnkhMnbD3LcVv1TZbwEAdjm0ZoUCgmlkgnY0gmlwhKwS2nmKbXVsdGlhZGRyc5YACASsEtp5BjZ3AAoErBLaeQY2eN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDRpQpf-yFxTq5MqMmGLI9p2nnUyiNyQ6oqKcEDdqqwV6DdGNwgjZ3g3VkcII2eYV3YWt1MgE
|
||||
2026-03-06 04:33:31.275 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.247.31 waku e1342e6887798f53776682ef0ead97a8b00a95bd3b0e8112ad79dabae67ed151
|
||||
2026-03-06 04:33:31.311 DEBUG [src.node.docker_mananger] Container started with ID e1342e688779. Setting up logs at ./log/docker/node5_2026-03-06_04-33-25__8d0949c2-9655-4f81-9aaf-c6778bc4df4f__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:31.312 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 53184
|
||||
2026-03-06 04:33:31.312 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:33:32.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53184/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:32.333 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:33:32.335 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:33:32.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53184/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:32.341 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.247.31/tcp/53185/p2p/16Uiu2HAmT9up3xJQHhNKwcBfbrfMaowyycm9Hnzr3mjmgRHVXJmq","/ip4/172.18.247.31/tcp/53186/ws/p2p/16Uiu2HAmT9up3xJQHhNKwcBfbrfMaowyycm9Hnzr3mjmgRHVXJmq"],"enrUri":"enr:-L24QC89MV74TOl6fEvEG_IItIc9335g9lfdrQV68Szb0HCKdXZx_e0rLeMclkpU9nUQkJYeMtV7zMlbLtgiuoL4FjgCgmlkgnY0gmlwhKwS9x-KbXVsdGlhZGRyc5YACASsEvcfBs_BAAoErBL3HwbPwt0DgnJzhQADAQAAiXNlY3AyNTZrMaED12xUIVVvjyZlRcZZsdllDLiDF9BZBDy4fn4o-Zr0MXyDdGNwgs_Bg3VkcILPw4V3YWt1MgE"}'
|
||||
2026-03-06 04:33:32.342 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:33:32.342 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53184/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.218.121/tcp/13943/p2p/16Uiu2HAmHQVvbFTxk3VEoYFt7KFXuY9AMSnvJQ16VWn4KALZcFph"]'
|
||||
2026-03-06 04:33:32.346 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:32.347 DEBUG [src.steps.relay] Running fixture setup: subscribe_main_relay_nodes
|
||||
2026-03-06 04:33:32.347 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13942/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:33:32.355 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:32.356 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49941/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:33:32.364 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:32.364 DEBUG [src.steps.relay] Running fixture setup: subscribe_optional_relay_nodes
|
||||
2026-03-06 04:33:32.364 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53296/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:33:32.372 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:32.372 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48912/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:33:32.379 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:32.380 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53184/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:33:32.386 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:32.388 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13942/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:32.398 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:32.398 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:33:32.499 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:32.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13942/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:32.502 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771612388269568,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:32.504 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:32.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:32.506 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771612388269568,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:32.508 DEBUG [src.steps.relay] Checking that peer NODE_3:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:32.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:32.512 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771612388269568,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:32.513 DEBUG [src.steps.relay] Checking that peer NODE_4:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:32.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48912/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:32.516 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771612388269568,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:32.517 DEBUG [src.steps.relay] Checking that peer NODE_5:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:32.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53184/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:32.519 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771612388269568,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:32.521 INFO [src.steps.relay] WARM UP successful!!
|
||||
2026-03-06 04:33:32.522 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53184/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:32.526 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:32.527 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:33:32.628 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:32.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13942/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:32.631 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771612522360409,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:32.633 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:32.633 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:32.635 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771612522360409,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:32.636 DEBUG [src.steps.relay] Checking that peer NODE_3:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:32.637 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:32.639 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771612522360409,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:32.640 DEBUG [src.steps.relay] Checking that peer NODE_4:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:32.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48912/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:32.643 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771612522360409,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:32.644 DEBUG [src.steps.relay] Checking that peer NODE_5:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:32.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53184/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:32.646 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771612522360409,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:32.650 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:33:32.651 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:33:32.651 DEBUG [src.node.waku_node] Stopping container with id 25def6b0c3b4
|
||||
2026-03-06 04:33:33.263 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:33:33.264 DEBUG [src.node.waku_node] Stopping container with id ff75f4f549a1
|
||||
2026-03-06 04:33:33.839 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:33:33.841 DEBUG [src.node.waku_node] Stopping container with id a197450cd473
|
||||
2026-03-06 04:33:34.078 ERROR [src.node.docker_mananger] Max retries reached for container 25def6b0c3b4. Exiting log stream.
|
||||
2026-03-06 04:33:34.415 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:33:34.416 DEBUG [src.node.waku_node] Stopping container with id f10932a8c219
|
||||
2026-03-06 04:33:34.655 ERROR [src.node.docker_mananger] Max retries reached for container ff75f4f549a1. Exiting log stream.
|
||||
2026-03-06 04:33:34.976 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:33:34.977 DEBUG [src.node.waku_node] Stopping container with id e1342e688779
|
||||
2026-03-06 04:33:35.229 ERROR [src.node.docker_mananger] Max retries reached for container a197450cd473. Exiting log stream.
|
||||
2026-03-06 04:33:35.540 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:33:35.542 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:33:35.558 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:33:35.565 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:33:35.570 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:33:35.576 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:33:35.581 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
5690
nim/1106/data/attachments/15b13cfd0a5911f0.txt
Normal file
5690
nim/1106/data/attachments/15b13cfd0a5911f0.txt
Normal file
File diff suppressed because it is too large
Load Diff
77
nim/1106/data/attachments/15e57dcecfc54a5c.txt
Normal file
77
nim/1106/data/attachments/15e57dcecfc54a5c.txt
Normal file
@ -0,0 +1,77 @@
|
||||
2026-03-06 04:34:12.685 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:34:12.685 DEBUG [tests.conftest] Running test: test_publish_on_non_subscribed_pubsub_topic with id: 2026-03-06_04-34-12__144809c1-fbd7-43ff-9dd8-2e91f9a6764f
|
||||
2026-03-06 04:34:12.686 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:34:12.686 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-06 04:34:12.686 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
||||
2026-03-06 04:34:12.693 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:34:12.693 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-34-12__144809c1-fbd7-43ff-9dd8-2e91f9a6764f__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:34:12.693 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:34:12.693 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:34:12.695 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:34:12.695 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.21.121
|
||||
2026-03-06 04:34:12.695 DEBUG [src.node.docker_mananger] Generated ports ['25011', '25012', '25013', '25014', '25015']
|
||||
2026-03-06 04:34:12.695 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:34:12.695 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:34:12.695 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:34:12.695 DEBUG [src.node.docker_mananger] docker run -i -t -p 25011:25011 -p 25012:25012 -p 25013:25013 -p 25014:25014 -p 25015:25015 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=25013 --rest-port=25011 --tcp-port=25012 --discv5-udp-port=25014 --rest-address=0.0.0.0 --nat=extip:172.18.21.121 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b0635556bed3ce8fc12a91449b10fbb413fca4f8a8ca8c56bd921d7bd42fa87b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25015 --metrics-logging=true --relay=true
|
||||
2026-03-06 04:34:12.853 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.21.121 waku 311c01b7b7032e5cc7a4adcfc60baa048697d272652a5e6215fd613393bbdae6
|
||||
2026-03-06 04:34:12.881 DEBUG [src.node.docker_mananger] Container started with ID 311c01b7b703. Setting up logs at ./log/docker/node1_2026-03-06_04-34-12__144809c1-fbd7-43ff-9dd8-2e91f9a6764f__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:34:12.882 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25011
|
||||
2026-03-06 04:34:12.882 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:34:13.009 ERROR [src.node.docker_mananger] Max retries reached for container 6876ae4d02d4. Exiting log stream.
|
||||
2026-03-06 04:34:13.489 ERROR [src.node.docker_mananger] Max retries reached for container 6ca0eb95d33f. Exiting log stream.
|
||||
2026-03-06 04:34:13.883 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25011/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:13.886 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:34:13.886 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:34:13.886 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25011/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:13.888 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.21.121/tcp/25012/p2p/16Uiu2HAmM5LEn1k3gSRYy1dh2zG8JSPqzMAvKsJKo91uMNapgEJM","/ip4/172.18.21.121/tcp/25013/ws/p2p/16Uiu2HAmM5LEn1k3gSRYy1dh2zG8JSPqzMAvKsJKo91uMNapgEJM"],"enrUri":"enr:-L24QEbAOYAKMlhgfnRTe2UO5eWVlOG5IxRvpgsVWYJApt1OHj9dp1fGOqHGjLDiqK8mfCoCO3q49lh0cJHS79qyf8YCgmlkgnY0gmlwhKwSFXmKbXVsdGlhZGRyc5YACASsEhV5BmG0AAoErBIVeQZhtd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDfRnsA6qkA16kTiiSxFx0JUK7bqypqx_UhuZi1ScfM6qDdGNwgmG0g3VkcIJhtoV3YWt1MgE"}'
|
||||
2026-03-06 04:34:13.888 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:34:13.895 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:34:13.895 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-34-12__144809c1-fbd7-43ff-9dd8-2e91f9a6764f__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:34:13.895 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:34:13.895 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:34:13.896 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:34:13.896 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.35.169
|
||||
2026-03-06 04:34:13.896 DEBUG [src.node.docker_mananger] Generated ports ['48269', '48270', '48271', '48272', '48273']
|
||||
2026-03-06 04:34:13.897 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:34:13.897 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:34:13.897 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:34:13.897 DEBUG [src.node.docker_mananger] docker run -i -t -p 48269:48269 -p 48270:48270 -p 48271:48271 -p 48272:48272 -p 48273:48273 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=48271 --rest-port=48269 --tcp-port=48270 --discv5-udp-port=48272 --rest-address=0.0.0.0 --nat=extip:172.18.35.169 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a4d692aefe2deb2fa5ed226f55e7ed28edbbc559afb2d190f12f11cf89eb24ce --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48273 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QEbAOYAKMlhgfnRTe2UO5eWVlOG5IxRvpgsVWYJApt1OHj9dp1fGOqHGjLDiqK8mfCoCO3q49lh0cJHS79qyf8YCgmlkgnY0gmlwhKwSFXmKbXVsdGlhZGRyc5YACASsEhV5BmG0AAoErBIVeQZhtd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDfRnsA6qkA16kTiiSxFx0JUK7bqypqx_UhuZi1ScfM6qDdGNwgmG0g3VkcIJhtoV3YWt1MgE
|
||||
2026-03-06 04:34:14.052 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.35.169 waku 40d092704e6a8cb65a6507d20b67e3dfb83841cc0ac2d9946b622b1d0df4c027
|
||||
2026-03-06 04:34:14.082 DEBUG [src.node.docker_mananger] Container started with ID 40d092704e6a. Setting up logs at ./log/docker/node2_2026-03-06_04-34-12__144809c1-fbd7-43ff-9dd8-2e91f9a6764f__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:34:14.082 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48269
|
||||
2026-03-06 04:34:14.083 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:34:15.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48269/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:15.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:34:15.109 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:34:15.109 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48269/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:15.112 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.35.169/tcp/48270/p2p/16Uiu2HAmT5dK7JjbfE7QSsqC7aqvR36uLcVHf6fu5DdmUc8cZG7T","/ip4/172.18.35.169/tcp/48271/ws/p2p/16Uiu2HAmT5dK7JjbfE7QSsqC7aqvR36uLcVHf6fu5DdmUc8cZG7T"],"enrUri":"enr:-L24QI1E9iLg57aIz3RNWH0DRDVEGajxz85ATJ9enrOLF5xCCv43bNlbvTPjt5RnuUjv0rUFnbUsMGGwJBjJVAtOS5oCgmlkgnY0gmlwhKwSI6mKbXVsdGlhZGRyc5YACASsEiOpBryOAAoErBIjqQa8j90DgnJzhQADAQAAiXNlY3AyNTZrMaED1lNZlAFYFpJncaUfKc0u2d5FQEkUiGkXGCqsfH-jxmKDdGNwgryOg3VkcIK8kIV3YWt1MgE"}'
|
||||
2026-03-06 04:34:15.112 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:34:15.113 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48269/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.21.121/tcp/25012/p2p/16Uiu2HAmM5LEn1k3gSRYy1dh2zG8JSPqzMAvKsJKo91uMNapgEJM"]'
|
||||
2026-03-06 04:34:15.115 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:15.115 DEBUG [src.steps.relay] Running fixture setup: subscribe_main_relay_nodes
|
||||
2026-03-06 04:34:15.116 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25011/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:34:15.119 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:15.120 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48269/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:34:15.125 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:15.126 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:15.130 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:15.130 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:34:15.231 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:34:15.231 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:15.233 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771655126358784,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:34:15.235 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:34:15.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48269/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:15.237 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771655126358784,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:34:15.239 INFO [src.steps.relay] WARM UP successful!!
|
||||
2026-03-06 04:34:15.240 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:15.242 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:25011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/3/1000'
|
||||
2026-03-06 04:34:15.244 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:34:15.245 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:34:15.245 DEBUG [src.node.waku_node] Stopping container with id 311c01b7b703
|
||||
2026-03-06 04:34:15.751 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:34:15.751 DEBUG [src.node.waku_node] Stopping container with id 40d092704e6a
|
||||
2026-03-06 04:34:16.260 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:34:16.261 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:34:16.268 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:34:16.273 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
85
nim/1106/data/attachments/15fa4c87294d740d.txt
Normal file
85
nim/1106/data/attachments/15fa4c87294d740d.txt
Normal file
@ -0,0 +1,85 @@
|
||||
2026-03-06 04:33:34.072 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:33:34.073 DEBUG [tests.conftest] Running test: test_store_invalid_ascending with id: 2026-03-06_04-33-34__abb3ae2c-63d6-46b7-82d9-59f4e61e4636
|
||||
2026-03-06 04:33:34.073 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:33:34.073 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-06 04:33:34.074 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2026-03-06 04:33:34.080 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:33:34.080 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-06_04-33-34__abb3ae2c-63d6-46b7-82d9-59f4e61e4636__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:34.080 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:33:34.080 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:33:34.082 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:33:34.082 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.101.123
|
||||
2026-03-06 04:33:34.082 DEBUG [src.node.docker_mananger] Generated ports ['32588', '32589', '32590', '32591', '32592']
|
||||
2026-03-06 04:33:34.082 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:33:34.082 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:33:34.082 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:33:34.082 DEBUG [src.node.docker_mananger] docker run -i -t -p 32588:32588 -p 32589:32589 -p 32590:32590 -p 32591:32591 -p 32592:32592 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=32590 --rest-port=32588 --tcp-port=32589 --discv5-udp-port=32591 --rest-address=0.0.0.0 --nat=extip:172.18.101.123 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e36a2e5bddde8e96abfbcedee3e2e1fe3c97f0e8cb1e188bb2e3253de1ff4b20 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32592 --metrics-logging=true --store=true --relay=true
|
||||
2026-03-06 04:33:34.270 ERROR [src.node.docker_mananger] Max retries reached for container b63cebceb6a8. Exiting log stream.
|
||||
2026-03-06 04:33:34.281 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.101.123 waku 2824f18b3ba6bd155b606f28e44e573443fcc56efba2731d9f3fbdeb74b528f2
|
||||
2026-03-06 04:33:34.318 DEBUG [src.node.docker_mananger] Container started with ID 2824f18b3ba6. Setting up logs at ./log/docker/publishing_node1_2026-03-06_04-33-34__abb3ae2c-63d6-46b7-82d9-59f4e61e4636__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:34.318 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 32588
|
||||
2026-03-06 04:33:34.319 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:33:34.839 ERROR [src.node.docker_mananger] Max retries reached for container a384ce583927. Exiting log stream.
|
||||
2026-03-06 04:33:35.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32588/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:35.323 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:33:35.323 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:33:35.323 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32588/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:35.326 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.101.123/tcp/32589/p2p/16Uiu2HAm5xFmq7zgmkZkXp3JnLz4Wytex1zNKuG74xxWbDPqLmXA","/ip4/172.18.101.123/tcp/32590/ws/p2p/16Uiu2HAm5xFmq7zgmkZkXp3JnLz4Wytex1zNKuG74xxWbDPqLmXA"],"enrUri":"enr:-L24QEM89tPp-d-BXGi5jhR9gojshQRAMU1pCDk1JKua7ancDX8nJvW86kZteLdmwp2VmLEJhnpmHI14DFXSzNCn-c4CgmlkgnY0gmlwhKwSZXuKbXVsdGlhZGRyc5YACASsEmV7Bn9NAAoErBJlewZ_Tt0DgnJzhQADAQAAiXNlY3AyNTZrMaECnGqBFeQrfS8ESrX7DlVYWOxD8_LYsZWgXNRnHUXCP72DdGNwgn9Ng3VkcIJ_T4V3YWt1MgM"}'
|
||||
2026-03-06 04:33:35.326 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:33:35.333 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:33:35.333 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-06_04-33-34__abb3ae2c-63d6-46b7-82d9-59f4e61e4636__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:35.333 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:33:35.333 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:33:35.335 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:33:35.335 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.150.153
|
||||
2026-03-06 04:33:35.335 DEBUG [src.node.docker_mananger] Generated ports ['65015', '65016', '65017', '65018', '65019']
|
||||
2026-03-06 04:33:35.335 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:33:35.335 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:33:35.335 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:33:35.336 DEBUG [src.node.docker_mananger] docker run -i -t -p 65015:65015 -p 65016:65016 -p 65017:65017 -p 65018:65018 -p 65019:65019 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=65017 --rest-port=65015 --tcp-port=65016 --discv5-udp-port=65018 --rest-address=0.0.0.0 --nat=extip:172.18.150.153 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c4f87429b5f64e7ae96877cbb47fbdac5a5ea0cab89763ebc75cdc9b624e7727 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=65019 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QEM89tPp-d-BXGi5jhR9gojshQRAMU1pCDk1JKua7ancDX8nJvW86kZteLdmwp2VmLEJhnpmHI14DFXSzNCn-c4CgmlkgnY0gmlwhKwSZXuKbXVsdGlhZGRyc5YACASsEmV7Bn9NAAoErBJlewZ_Tt0DgnJzhQADAQAAiXNlY3AyNTZrMaECnGqBFeQrfS8ESrX7DlVYWOxD8_LYsZWgXNRnHUXCP72DdGNwgn9Ng3VkcIJ_T4V3YWt1MgM --storenode=/ip4/172.18.101.123/tcp/32589/p2p/16Uiu2HAm5xFmq7zgmkZkXp3JnLz4Wytex1zNKuG74xxWbDPqLmXA --store=true --relay=true
|
||||
2026-03-06 04:33:35.527 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.150.153 waku d68204f474dca28b2623e234da6cf61ba8e040bd75228b58f6d2ebd02f27dd02
|
||||
2026-03-06 04:33:35.563 DEBUG [src.node.docker_mananger] Container started with ID d68204f474dc. Setting up logs at ./log/docker/store_node1_2026-03-06_04-33-34__abb3ae2c-63d6-46b7-82d9-59f4e61e4636__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:35.563 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 65015
|
||||
2026-03-06 04:33:35.564 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:33:36.564 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65015/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:36.567 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":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:33:36.568 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:33:36.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65015/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:36.570 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.150.153/tcp/65016/p2p/16Uiu2HAkx3MwpLGMT6mCMu7KLhmtBTpdXmJuzrNNnaauQvkT75wD","/ip4/172.18.150.153/tcp/65017/ws/p2p/16Uiu2HAkx3MwpLGMT6mCMu7KLhmtBTpdXmJuzrNNnaauQvkT75wD"],"enrUri":"enr:-L24QJUH8PHnyW3b-AgR73KHHIQgdBEVghESe9NaBj_6ncH7f4iT1GmdBbA3GNoZUH3Shqpu5hXip_jvRQlf59MP5-cCgmlkgnY0gmlwhKwSlpmKbXVsdGlhZGRyc5YACASsEpaZBv34AAoErBKWmQb9-d0DgnJzhQADAQAAiXNlY3AyNTZrMaECJtvkS7ej2-lpiyM0hpERWRAgVOrvjnEMqm6JYzVyugiDdGNwgv34g3VkcIL9-oV3YWt1MgM"}'
|
||||
2026-03-06 04:33:36.570 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:33:36.570 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65015/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.101.123/tcp/32589/p2p/16Uiu2HAm5xFmq7zgmkZkXp3JnLz4Wytex1zNKuG74xxWbDPqLmXA"]'
|
||||
2026-03-06 04:33:36.573 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:36.573 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32588/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:33:36.576 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:36.576 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65015/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:33:36.578 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:36.579 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:33:36.580 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32588/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8w", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:36.586 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:36.586 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:33:36.787 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:33:36.787 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32588/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8x", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:36.793 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:36.793 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:33:36.994 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:33:36.994 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32588/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8y", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:37.000 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:37.000 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:33:37.201 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:33:37.201 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32588/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8z", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:37.206 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:37.206 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:33:37.407 DEBUG [tests.store.test_sorting] requesting stored messages with invalid ascending =##
|
||||
2026-03-06 04:33:37.407 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32588/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=2&ascending=##" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:37.410 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x0ad8c6ceb10d3cdd9fe4799663d75779c891b7e4e4f294916054becb55a41a8e"},{"messageHash":"0xc027bcbc63e1028524008a4f94d23559ee2769733edeaf0613ec823b36e8485d"}],"paginationCursor":"0xc027bcbc63e1028524008a4f94d23559ee2769733edeaf0613ec823b36e8485d"}'
|
||||
2026-03-06 04:33:37.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65015/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=2&ascending=##" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:37.413 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x0ad8c6ceb10d3cdd9fe4799663d75779c891b7e4e4f294916054becb55a41a8e"},{"messageHash":"0xc027bcbc63e1028524008a4f94d23559ee2769733edeaf0613ec823b36e8485d"}],"paginationCursor":"0xc027bcbc63e1028524008a4f94d23559ee2769733edeaf0613ec823b36e8485d"}'
|
||||
2026-03-06 04:33:37.415 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:33:37.416 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:33:37.416 DEBUG [src.node.waku_node] Stopping container with id 2824f18b3ba6
|
||||
2026-03-06 04:33:37.991 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:33:37.991 DEBUG [src.node.waku_node] Stopping container with id d68204f474dc
|
||||
2026-03-06 04:33:38.568 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:33:38.571 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:33:38.582 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:33:38.588 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
5827
nim/1106/data/attachments/161e2fecd8a544fb.txt
Normal file
5827
nim/1106/data/attachments/161e2fecd8a544fb.txt
Normal file
File diff suppressed because it is too large
Load Diff
95
nim/1106/data/attachments/164edec70fea605d.txt
Normal file
95
nim/1106/data/attachments/164edec70fea605d.txt
Normal file
@ -0,0 +1,95 @@
|
||||
2026-03-06 04:33:40.643 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:33:40.644 DEBUG [tests.conftest] Running test: test_time_filter_zero_start_end_time with id: 2026-03-06_04-33-40__362e7bee-80f0-4af6-af18-7d084237e7c9
|
||||
2026-03-06 04:33:40.644 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:33:40.645 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-06 04:33:40.645 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2026-03-06 04:33:40.656 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:33:40.657 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-06_04-33-40__362e7bee-80f0-4af6-af18-7d084237e7c9__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:40.657 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:33:40.657 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:33:40.660 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:33:40.661 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.59.232
|
||||
2026-03-06 04:33:40.661 DEBUG [src.node.docker_mananger] Generated ports ['33322', '33323', '33324', '33325', '33326']
|
||||
2026-03-06 04:33:40.662 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:33:40.662 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:33:40.662 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:33:40.662 DEBUG [src.node.docker_mananger] docker run -i -t -p 33322:33322 -p 33323:33323 -p 33324:33324 -p 33325:33325 -p 33326:33326 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=33324 --rest-port=33322 --tcp-port=33323 --discv5-udp-port=33325 --rest-address=0.0.0.0 --nat=extip:172.18.59.232 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bba3f1cb2fae5855bebfd69df694ac76e750cdb6e6715d5c209cbef322410ff0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33326 --metrics-logging=true --store=true --relay=true
|
||||
2026-03-06 04:33:40.838 ERROR [src.node.docker_mananger] Max retries reached for container 93ce74a89cd3. Exiting log stream.
|
||||
2026-03-06 04:33:40.868 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.59.232 waku d5ee19ab2826f70c3db98ba71cba26a2a5bb0b1b95a826d542f3fd84d3399c9d
|
||||
2026-03-06 04:33:40.902 DEBUG [src.node.docker_mananger] Container started with ID d5ee19ab2826. Setting up logs at ./log/docker/publishing_node1_2026-03-06_04-33-40__362e7bee-80f0-4af6-af18-7d084237e7c9__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:40.902 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 33322
|
||||
2026-03-06 04:33:40.904 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:33:41.517 ERROR [src.node.docker_mananger] Max retries reached for container 9da6fe2321ca. Exiting log stream.
|
||||
2026-03-06 04:33:41.905 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33322/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:41.908 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:33:41.908 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:33:41.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33322/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:41.911 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.59.232/tcp/33323/p2p/16Uiu2HAm1Qos8fhAzsCWJxcSfH9DqFj2ZuHWxKCXe1MgtyAHRVar","/ip4/172.18.59.232/tcp/33324/ws/p2p/16Uiu2HAm1Qos8fhAzsCWJxcSfH9DqFj2ZuHWxKCXe1MgtyAHRVar"],"enrUri":"enr:-L24QP_i0VBL0Oj6vicaN3oJqv-so-hIDU-yTA5eQWKsoxLUWCJm43bshwLAZ5pvWKBuIaE2kH3v5_6gG8lghU3w3ZQCgmlkgnY0gmlwhKwSO-iKbXVsdGlhZGRyc5YACASsEjvoBoIrAAoErBI76AaCLN0DgnJzhQADAQAAiXNlY3AyNTZrMaECWO1030fIbPGG3ab0I4wyVyYmZdDPZt8Vy5L7dtrAi3uDdGNwgoIrg3VkcIKCLYV3YWt1MgM"}'
|
||||
2026-03-06 04:33:41.911 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:33:41.918 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:33:41.919 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-06_04-33-40__362e7bee-80f0-4af6-af18-7d084237e7c9__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:41.919 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:33:41.919 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:33:41.920 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:33:41.920 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.181.137
|
||||
2026-03-06 04:33:41.921 DEBUG [src.node.docker_mananger] Generated ports ['46618', '46619', '46620', '46621', '46622']
|
||||
2026-03-06 04:33:41.921 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:33:41.921 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:33:41.921 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:33:41.921 DEBUG [src.node.docker_mananger] docker run -i -t -p 46618:46618 -p 46619:46619 -p 46620:46620 -p 46621:46621 -p 46622:46622 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=46620 --rest-port=46618 --tcp-port=46619 --discv5-udp-port=46621 --rest-address=0.0.0.0 --nat=extip:172.18.181.137 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1920decbacd572dbc87bddee7482fceb5dfc1819255fedff6b4facadded33daf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46622 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QP_i0VBL0Oj6vicaN3oJqv-so-hIDU-yTA5eQWKsoxLUWCJm43bshwLAZ5pvWKBuIaE2kH3v5_6gG8lghU3w3ZQCgmlkgnY0gmlwhKwSO-iKbXVsdGlhZGRyc5YACASsEjvoBoIrAAoErBI76AaCLN0DgnJzhQADAQAAiXNlY3AyNTZrMaECWO1030fIbPGG3ab0I4wyVyYmZdDPZt8Vy5L7dtrAi3uDdGNwgoIrg3VkcIKCLYV3YWt1MgM --storenode=/ip4/172.18.59.232/tcp/33323/p2p/16Uiu2HAm1Qos8fhAzsCWJxcSfH9DqFj2ZuHWxKCXe1MgtyAHRVar --store=true --relay=true
|
||||
2026-03-06 04:33:42.133 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.181.137 waku bc0a0e3a0544eb69699fc1689b1e5172cd2c461239309f124a9f9ef8acbfb77f
|
||||
2026-03-06 04:33:42.168 DEBUG [src.node.docker_mananger] Container started with ID bc0a0e3a0544. Setting up logs at ./log/docker/store_node1_2026-03-06_04-33-40__362e7bee-80f0-4af6-af18-7d084237e7c9__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:42.169 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 46618
|
||||
2026-03-06 04:33:42.169 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:33:43.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46618/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:43.172 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":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:33:43.172 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:33:43.173 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46618/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:43.175 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.181.137/tcp/46619/p2p/16Uiu2HAm3EbvjD6MHH2RtTtX3smdQX8WQjUiRm22KEEfu3mH8dSc","/ip4/172.18.181.137/tcp/46620/ws/p2p/16Uiu2HAm3EbvjD6MHH2RtTtX3smdQX8WQjUiRm22KEEfu3mH8dSc"],"enrUri":"enr:-L24QHM5GOvN7xJR6Qp0ApAvkwLmO_rTNfk4vEUHuJRh6XwMHbAL5ORu5vcfPodCr-bExuUiKcJPAl23LLebURLtHtECgmlkgnY0gmlwhKwStYmKbXVsdGlhZGRyc5YACASsErWJBrYbAAoErBK1iQa2HN0DgnJzhQADAQAAiXNlY3AyNTZrMaECdAeGIUh39j-9sYQOsDwdRZYrUg0RVYno2NaYzu_OmPWDdGNwgrYbg3VkcIK2HYV3YWt1MgM"}'
|
||||
2026-03-06 04:33:43.175 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:33:43.176 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46618/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.59.232/tcp/33323/p2p/16Uiu2HAm1Qos8fhAzsCWJxcSfH9DqFj2ZuHWxKCXe1MgtyAHRVar"]'
|
||||
2026-03-06 04:33:43.178 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:43.179 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33322/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:33:43.181 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:43.181 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46618/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:33:43.183 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:43.184 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:33:43.185 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33322/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:43.190 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:43.191 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:33:43.391 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:33:43.392 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33322/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:43.399 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:43.399 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:33:43.600 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:33:43.600 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33322/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:43.606 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:43.606 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:33:43.807 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:33:43.807 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33322/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:43.814 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:43.814 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:33:44.015 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:33:44.016 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33322/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:44.022 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:44.022 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:33:44.223 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:33:44.223 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33322/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:44.229 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:44.230 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:33:44.430 DEBUG [tests.store.test_time_filter] inquering stored messages with start time 0
|
||||
2026-03-06 04:33:44.431 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33322/store/v3/messages?includeData=True&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&startTime=0&endTime=0&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:44.434 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x9cc2993895f32ec0966e53a67d94d2b44dc7e10d93fdbddad978fa5a7f1c97c2","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771620184717824,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x2afef279547031314ad5582918a7c0b842c0aa42bb04e908859323e938210e29","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771622184723968,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xca0beca91afbed8309c8110c0b925679e3afa578b0a82c8c673cc36aa4d1b86c","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771623084727040,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x304a85d89daf7234f43436be7e6f425aa52c017d9560122036d6b393cbdf4c16","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771623284729088,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x557ae1410fdaaf72c436c623952d6629aa3f375dfe456e2b8ec6689f5425c28d","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771625184730112,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x48fa247b0734d14eb27b767491ee311108e360b4d640726a5869934113d14be2","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771633184731904,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"}]}'
|
||||
2026-03-06 04:33:44.435 DEBUG [tests.store.test_time_filter] number of messages stored for start time = 0 is 6
|
||||
2026-03-06 04:33:44.435 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46618/store/v3/messages?includeData=True&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&startTime=0&endTime=0&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:44.438 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x9cc2993895f32ec0966e53a67d94d2b44dc7e10d93fdbddad978fa5a7f1c97c2","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771620184717824,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x2afef279547031314ad5582918a7c0b842c0aa42bb04e908859323e938210e29","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771622184723968,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xca0beca91afbed8309c8110c0b925679e3afa578b0a82c8c673cc36aa4d1b86c","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771623084727040,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x304a85d89daf7234f43436be7e6f425aa52c017d9560122036d6b393cbdf4c16","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771623284729088,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x557ae1410fdaaf72c436c623952d6629aa3f375dfe456e2b8ec6689f5425c28d","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771625184730112,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x48fa247b0734d14eb27b767491ee311108e360b4d640726a5869934113d14be2","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771633184731904,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"}]}'
|
||||
2026-03-06 04:33:44.439 DEBUG [tests.store.test_time_filter] number of messages stored for start time = 0 is 6
|
||||
2026-03-06 04:33:44.440 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:33:44.442 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:33:44.442 DEBUG [src.node.waku_node] Stopping container with id d5ee19ab2826
|
||||
2026-03-06 04:33:45.017 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:33:45.020 DEBUG [src.node.waku_node] Stopping container with id bc0a0e3a0544
|
||||
2026-03-06 04:33:45.627 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:33:45.633 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:33:45.639 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:33:45.645 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
68
nim/1106/data/attachments/165c883c8fd4fea0.txt
Normal file
68
nim/1106/data/attachments/165c883c8fd4fea0.txt
Normal file
@ -0,0 +1,68 @@
|
||||
2026-03-06 04:40:46.291 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:40:46.291 DEBUG [tests.conftest] Running test: test_filter_update_subscription_with_pubsub_topic_list_instead_of_string with id: 2026-03-06_04-40-46__86df8c97-33e6-4d0f-afca-12160ea182c7
|
||||
2026-03-06 04:40:46.292 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:40:46.292 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-03-06 04:40:46.292 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2026-03-06 04:40:46.299 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:40:46.299 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-40-46__86df8c97-33e6-4d0f-afca-12160ea182c7__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:40:46.299 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:40:46.299 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:40:46.300 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:40:46.301 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.42.228
|
||||
2026-03-06 04:40:46.301 DEBUG [src.node.docker_mananger] Generated ports ['30952', '30953', '30954', '30955', '30956']
|
||||
2026-03-06 04:40:46.301 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:40:46.301 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:40:46.301 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:40:46.301 DEBUG [src.node.docker_mananger] docker run -i -t -p 30952:30952 -p 30953:30953 -p 30954:30954 -p 30955:30955 -p 30956:30956 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=30954 --rest-port=30952 --tcp-port=30953 --discv5-udp-port=30955 --rest-address=0.0.0.0 --nat=extip:172.18.42.228 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4a1e3a73371ad68aac76aaa1254c2ffb567d7bb9d21d324e5deccda40afe2bba --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30956 --metrics-logging=true --relay=true --filter=true
|
||||
2026-03-06 04:40:46.500 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.42.228 waku 55e824be36fbf2596f9cf27b1faf654352abeb0a7eb0fbb7e38c0898e5d04b4a
|
||||
2026-03-06 04:40:46.538 DEBUG [src.node.docker_mananger] Container started with ID 55e824be36fb. Setting up logs at ./log/docker/node1_2026-03-06_04-40-46__86df8c97-33e6-4d0f-afca-12160ea182c7__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:40:46.539 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 30952
|
||||
2026-03-06 04:40:46.539 ERROR [src.node.docker_mananger] Max retries reached for container 8fe04483c264. Exiting log stream.
|
||||
2026-03-06 04:40:46.539 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:40:47.093 ERROR [src.node.docker_mananger] Max retries reached for container f4503849ac7c. Exiting log stream.
|
||||
2026-03-06 04:40:47.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:40:47.544 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:40:47.544 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:40:47.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30952/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:40:47.547 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.42.228/tcp/30953/p2p/16Uiu2HAkuunRfpkswvZwxpTPx8rSyfctaX2foELrP3Q3EYzhkqA4","/ip4/172.18.42.228/tcp/30954/ws/p2p/16Uiu2HAkuunRfpkswvZwxpTPx8rSyfctaX2foELrP3Q3EYzhkqA4"],"enrUri":"enr:-L24QApUW5K2D0O_w8s0ZELlMndOzkOwnI_joxbke6MUZoENd-hur1CV-zXixbJ3sB-J-1rUDvW3D2xXvvVaqeaqHG0CgmlkgnY0gmlwhKwSKuSKbXVsdGlhZGRyc5YACASsEirkBnjpAAoErBIq5AZ46t0DgnJzhQADAQAAiXNlY3AyNTZrMaECBzONJIV3rHMHuZKiAPwgYNTwxOBOAmA-x0MyHspJ4uWDdGNwgnjpg3VkcIJ464V3YWt1MgU"}'
|
||||
2026-03-06 04:40:47.547 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:40:47.548 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2026-03-06 04:40:47.554 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:40:47.555 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-40-46__86df8c97-33e6-4d0f-afca-12160ea182c7__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:40:47.555 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:40:47.555 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:40:47.556 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:40:47.556 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.252.67
|
||||
2026-03-06 04:40:47.557 DEBUG [src.node.docker_mananger] Generated ports ['64699', '64700', '64701', '64702', '64703']
|
||||
2026-03-06 04:40:47.557 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:40:47.557 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:40:47.557 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:40:47.557 DEBUG [src.node.docker_mananger] docker run -i -t -p 64699:64699 -p 64700:64700 -p 64701:64701 -p 64702:64702 -p 64703:64703 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=64701 --rest-port=64699 --tcp-port=64700 --discv5-udp-port=64702 --rest-address=0.0.0.0 --nat=extip:172.18.252.67 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8264c68b512321daaaec1c5da3ccc6ab2f54caf3a0a1a7aacf8eef6288465f6c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64703 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QApUW5K2D0O_w8s0ZELlMndOzkOwnI_joxbke6MUZoENd-hur1CV-zXixbJ3sB-J-1rUDvW3D2xXvvVaqeaqHG0CgmlkgnY0gmlwhKwSKuSKbXVsdGlhZGRyc5YACASsEirkBnjpAAoErBIq5AZ46t0DgnJzhQADAQAAiXNlY3AyNTZrMaECBzONJIV3rHMHuZKiAPwgYNTwxOBOAmA-x0MyHspJ4uWDdGNwgnjpg3VkcIJ464V3YWt1MgU --filternode=/ip4/172.18.42.228/tcp/30953/p2p/16Uiu2HAkuunRfpkswvZwxpTPx8rSyfctaX2foELrP3Q3EYzhkqA4
|
||||
2026-03-06 04:40:47.758 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.252.67 waku 3822c7c689ca6f0311586f72faf3970940ec516d5c88fe57bc0926f262a68236
|
||||
2026-03-06 04:40:47.796 DEBUG [src.node.docker_mananger] Container started with ID 3822c7c689ca. Setting up logs at ./log/docker/node2_2026-03-06_04-40-46__86df8c97-33e6-4d0f-afca-12160ea182c7__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:40:47.797 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 64699
|
||||
2026-03-06 04:40:47.797 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:40:48.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64699/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:40:48.800 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:40:48.801 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:40:48.801 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64699/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:40:48.803 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.252.67/tcp/64700/p2p/16Uiu2HAkzd5dUUHLvyj2kwNWCvvPSgr8g7za68wM3GmyoGKGr7ZP","/ip4/172.18.252.67/tcp/64701/ws/p2p/16Uiu2HAkzd5dUUHLvyj2kwNWCvvPSgr8g7za68wM3GmyoGKGr7ZP"],"enrUri":"enr:-L24QKWDngy0FpkXLX1hSwEmByC0tYDSFF6LdUIygrRP6n5BL4dCZkjgEtI7BymZwxrNUp-Aaqmtto2EBVEDzZ-5eIMCgmlkgnY0gmlwhKwS_EOKbXVsdGlhZGRyc5YACASsEvxDBvy8AAoErBL8Qwb8vd0DgnJzhQADAQAAiXNlY3AyNTZrMaECTTaQdfcQPwySh1XPTg7G-bOZJOYwhWYRBr9tu_LuXcaDdGNwgvy8g3VkcIL8voV3YWt1MgA"}'
|
||||
2026-03-06 04:40:48.803 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:40:48.804 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64699/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.42.228/tcp/30953/p2p/16Uiu2HAkuunRfpkswvZwxpTPx8rSyfctaX2foELrP3Q3EYzhkqA4"]'
|
||||
2026-03-06 04:40:48.840 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:40:48.841 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2026-03-06 04:40:48.841 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30952/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:40:48.858 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:40:48.859 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64699/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "806168c5-5e60-4d93-a80e-a01b37d6f48c", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:40:48.873 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"806168c5-5e60-4d93-a80e-a01b37d6f48c","statusDesc":"OK"}'
|
||||
2026-03-06 04:40:48.875 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:64699/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": ["/waku/2/rs/3/1"]}'
|
||||
2026-03-06 04:40:48.878 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:64699/filter/v2/subscriptions. Response content: b'{"requestId":"unknown","statusDesc":"BAD_REQUEST: Failed to decode request: (status: 400 Bad Request, headers: , kind: Error, errobj: (status: 400 Bad Request, message: \\"Invalid content body, could not decode. Unable to deserialize data: \\", contentType: \\"text/plain\\"))"}'
|
||||
2026-03-06 04:40:48.880 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:40:48.881 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:40:48.882 DEBUG [src.node.waku_node] Stopping container with id 55e824be36fb
|
||||
2026-03-06 04:40:49.447 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:40:49.447 DEBUG [src.node.waku_node] Stopping container with id 3822c7c689ca
|
||||
2026-03-06 04:40:50.028 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:40:50.030 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:40:50.036 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:40:50.041 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
138
nim/1106/data/attachments/168184c766f69c47.txt
Normal file
138
nim/1106/data/attachments/168184c766f69c47.txt
Normal file
@ -0,0 +1,138 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_multiple_content_topics_same_shard[content_topic_list1] with id: 2026-03-06_04-34-15__a634dc8a-1efb-4460-ba12-99a5272be943
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-34-15__a634dc8a-1efb-4460-ba12-99a5272be943__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.211.107
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['39732', '39733', '39734', '39735', '39736']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 39732:39732 -p 39733:39733 -p 39734:39734 -p 39735:39735 -p 39736:39736 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=39734 --rest-port=39732 --tcp-port=39733 --discv5-udp-port=39735 --rest-address=0.0.0.0 --nat=extip:172.18.211.107 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=4aa456db4336afb9279875d5bcaf03e2e4ee863a2bac1b88bf2aa28fb20bd4c8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39736 --metrics-logging=true --relay=true --filter=true --content-topic=/newsService/2.0/alerts/yaml --content-topic=/newsService/2.0/highlights/xml --content-topic=/newsService/3.0/daily/protobuf --content-topic=/newsService/3.0/alerts/xml --content-topic=/newsService/3.0/updates/protobuf --content-topic=/newsService/3.0/reviews/xml --content-topic=/newsService/4.0/alerts/yaml --content-topic=/newsService/4.0/updates/yaml
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 1007f57d757d. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.211.107 waku b27220d1b35721a9fa0ecf21c73736f1900b2db2605b6d6c2cb7bf9a0d1b6c10
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID b27220d1b357. Setting up logs at ./log/docker/node1_2026-03-06_04-34-15__a634dc8a-1efb-4460-ba12-99a5272be943__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 39732
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 5179227d1b5a. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39732/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","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"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39732/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.211.107/tcp/39733/p2p/16Uiu2HAmP3RTRYgumFnkgGJVqeHg6h1fJAHboYmLFx7GK86Ptuuc","/ip4/172.18.211.107/tcp/39734/ws/p2p/16Uiu2HAmP3RTRYgumFnkgGJVqeHg6h1fJAHboYmLFx7GK86Ptuuc"],"enrUri":"enr:-L24QF1lK-SDtoe8-S3o2yx2kcKUc9NpO_r_80CeWwsoKAQ6cGQ0sZ4_-bMZISkptxImiLkfZT1o5FAi8GSlz1Q9x6MCgmlkgnY0gmlwhKwS02uKbXVsdGlhZGRyc5YACASsEtNrBps1AAoErBLTawabNt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDmlQIw9E3C7LAgK5MwykvVSh3tSNTqiU6n02zbsyjqHODdGNwgps1g3VkcIKbN4V3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-34-15__a634dc8a-1efb-4460-ba12-99a5272be943__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.116.159
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['34374', '34375', '34376', '34377', '34378']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 34374:34374 -p 34375:34375 -p 34376:34376 -p 34377:34377 -p 34378:34378 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=34376 --rest-port=34374 --tcp-port=34375 --discv5-udp-port=34377 --rest-address=0.0.0.0 --nat=extip:172.18.116.159 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=4edbb6ba24971eb1632cbea4e55186b30f4fafab504c8a5bcca7bbfc9c9bf5bc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34378 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QF1lK-SDtoe8-S3o2yx2kcKUc9NpO_r_80CeWwsoKAQ6cGQ0sZ4_-bMZISkptxImiLkfZT1o5FAi8GSlz1Q9x6MCgmlkgnY0gmlwhKwS02uKbXVsdGlhZGRyc5YACASsEtNrBps1AAoErBLTawabNt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDmlQIw9E3C7LAgK5MwykvVSh3tSNTqiU6n02zbsyjqHODdGNwgps1g3VkcIKbN4V3YWt1MgU --content-topic=/newsService/2.0/alerts/yaml --content-topic=/newsService/2.0/highlights/xml --content-topic=/newsService/3.0/daily/protobuf --content-topic=/newsService/3.0/alerts/xml --content-topic=/newsService/3.0/updates/protobuf --content-topic=/newsService/3.0/reviews/xml --content-topic=/newsService/4.0/alerts/yaml --content-topic=/newsService/4.0/updates/yaml
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.116.159 waku 9ca2560a2da8671dbdb26cc4174292683b3840d6928c28dfc13a70cd81a85e11
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 9ca2560a2da8. Setting up logs at ./log/docker/node2_2026-03-06_04-34-15__a634dc8a-1efb-4460-ba12-99a5272be943__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 34374
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34374/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34374/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34374/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.116.159/tcp/34375/p2p/16Uiu2HAmJXHXWBQoEh8UHvdtawhow4sca1GSduW9k1LrGULJ3aYd","/ip4/172.18.116.159/tcp/34376/ws/p2p/16Uiu2HAmJXHXWBQoEh8UHvdtawhow4sca1GSduW9k1LrGULJ3aYd"],"enrUri":"enr:-L24QAMRmDQAa8aQhL-YaxKlm6BYDr4wonUT_5VFdpFrIqf0A32uM_JeRUN6aaaNaMzP-MGIFPV4yBiVX-iZhpOvObICgmlkgnY0gmlwhKwSdJ-KbXVsdGlhZGRyc5YACASsEnSfBoZHAAoErBJ0nwaGSN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDVyzla0jPHZZYUmCNg5thCfzV2Kvr3w7a6_RDEFt7Y06DdGNwgoZHg3VkcIKGSYV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:34374/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.211.107/tcp/39733/p2p/16Uiu2HAmP3RTRYgumFnkgGJVqeHg6h1fJAHboYmLFx7GK86Ptuuc"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:39732/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/alerts/yaml", "/newsService/2.0/highlights/xml", "/newsService/3.0/daily/protobuf", "/newsService/3.0/alerts/xml", "/newsService/3.0/updates/protobuf", "/newsService/3.0/reviews/xml", "/newsService/4.0/alerts/yaml", "/newsService/4.0/updates/yaml"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:34374/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/alerts/yaml", "/newsService/2.0/highlights/xml", "/newsService/3.0/daily/protobuf", "/newsService/3.0/alerts/xml", "/newsService/3.0/updates/protobuf", "/newsService/3.0/reviews/xml", "/newsService/4.0/alerts/yaml", "/newsService/4.0/updates/yaml"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:39732/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/alerts/yaml", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39732/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/alerts/yaml","version":0,"timestamp":1772771658453966587,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34374/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/alerts/yaml","version":0,"timestamp":1772771658453966587,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:39732/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/highlights/xml", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39732/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/highlights/xml","version":0,"timestamp":1772771658573616016,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34374/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/highlights/xml","version":0,"timestamp":1772771658573616016,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:39732/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/daily/protobuf", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39732/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fdaily%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/daily/protobuf","version":0,"timestamp":1772771658690927873,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34374/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fdaily%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/daily/protobuf","version":0,"timestamp":1772771658690927873,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:39732/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39732/relay/v1/auto/messages/%2FnewsService%2F3.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/alerts/xml","version":0,"timestamp":1772771658809593485,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34374/relay/v1/auto/messages/%2FnewsService%2F3.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/alerts/xml","version":0,"timestamp":1772771658809593485,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:39732/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/updates/protobuf", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39732/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fupdates%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/updates/protobuf","version":0,"timestamp":1772771658927386947,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34374/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fupdates%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/updates/protobuf","version":0,"timestamp":1772771658927386947,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:39732/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/reviews/xml", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39732/relay/v1/auto/messages/%2FnewsService%2F3.0%2Freviews%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/reviews/xml","version":0,"timestamp":1772771659044137968,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34374/relay/v1/auto/messages/%2FnewsService%2F3.0%2Freviews%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/reviews/xml","version":0,"timestamp":1772771659044137968,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:39732/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/4.0/alerts/yaml", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39732/relay/v1/auto/messages/%2FnewsService%2F4.0%2Falerts%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/4.0/alerts/yaml","version":0,"timestamp":1772771659160745498,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34374/relay/v1/auto/messages/%2FnewsService%2F4.0%2Falerts%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/4.0/alerts/yaml","version":0,"timestamp":1772771659160745498,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:39732/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/4.0/updates/yaml", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39732/relay/v1/auto/messages/%2FnewsService%2F4.0%2Fupdates%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/4.0/updates/yaml","version":0,"timestamp":1772771659282006494,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34374/relay/v1/auto/messages/%2FnewsService%2F4.0%2Fupdates%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/4.0/updates/yaml","version":0,"timestamp":1772771659282006494,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b27220d1b357
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 9ca2560a2da8
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
99
nim/1106/data/attachments/16c1602845e3011d.txt
Normal file
99
nim/1106/data/attachments/16c1602845e3011d.txt
Normal file
@ -0,0 +1,99 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_get_peers_after_node1_was_restarted with id: 2026-03-06_04-37-48__6f83c0cf-9d43-4eaf-89b2-bcba545f8eee
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-37-48__6f83c0cf-9d43-4eaf-89b2-bcba545f8eee__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.15.121
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['50988', '50989', '50990', '50991', '50992']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 50988:50988 -p 50989:50989 -p 50990:50990 -p 50991:50991 -p 50992:50992 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=50990 --rest-port=50988 --tcp-port=50989 --discv5-udp-port=50991 --rest-address=0.0.0.0 --nat=extip:172.18.15.121 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=eac231ffa5a7f3f599f38eb7f5aba10f0bbd47d31cd506e5daa5dd88ac32e94d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50992 --metrics-logging=true --relay=true --relay-peer-exchange=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.15.121 waku 38578bda7f9c8ecf6bafc2a7940140901cb70f8191e5b8dbf8c1eed0e4027c56
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 38578bda7f9c. Setting up logs at ./log/docker/node1_2026-03-06_04-37-48__6f83c0cf-9d43-4eaf-89b2-bcba545f8eee__wakuorg_nwaku:latest.log
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container f35e4340a3f7. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 50988
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container a41561045669. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50988/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50988/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.15.121/tcp/50989/p2p/16Uiu2HAmGDNHG3QpTFqX6AEb8QCXPy9m3HFCUxXb6QsfXKyDXUcB","/ip4/172.18.15.121/tcp/50990/ws/p2p/16Uiu2HAmGDNHG3QpTFqX6AEb8QCXPy9m3HFCUxXb6QsfXKyDXUcB"],"enrUri":"enr:-L24QMvU7lBMJ8pLDU_3TZrZHzBajMiVbBC3QPJJe5tbxV4-BAP8c2KnLbu4H4oTcCqT1gT4E0Pr6ATIzfLxTAUz4sACgmlkgnY0gmlwhKwSD3mKbXVsdGlhZGRyc5YACASsEg95BsctAAoErBIPeQbHLt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDNN5xjxlitcybswoSOOncI4oWmj0awC8oGDRZJl9rnLSDdGNwgsctg3VkcILHL4V3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-37-48__6f83c0cf-9d43-4eaf-89b2-bcba545f8eee__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.93.53
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['35739', '35740', '35741', '35742', '35743']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 35739:35739 -p 35740:35740 -p 35741:35741 -p 35742:35742 -p 35743:35743 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=35741 --rest-port=35739 --tcp-port=35740 --discv5-udp-port=35742 --rest-address=0.0.0.0 --nat=extip:172.18.93.53 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=563c7eb61991bf301ca6de1f17c9f6bfecaa10caa376d0f1eae2d5fbe8fbd38b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35743 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QMvU7lBMJ8pLDU_3TZrZHzBajMiVbBC3QPJJe5tbxV4-BAP8c2KnLbu4H4oTcCqT1gT4E0Pr6ATIzfLxTAUz4sACgmlkgnY0gmlwhKwSD3mKbXVsdGlhZGRyc5YACASsEg95BsctAAoErBIPeQbHLt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDNN5xjxlitcybswoSOOncI4oWmj0awC8oGDRZJl9rnLSDdGNwgsctg3VkcILHL4V3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.93.53 waku 498bda4d42eaa01f1b2876aec8256c70249a7cefff724b3a22c0aebe3d2bb295
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 498bda4d42ea. Setting up logs at ./log/docker/node2_2026-03-06_04-37-48__6f83c0cf-9d43-4eaf-89b2-bcba545f8eee__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 35739
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35739/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35739/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.93.53/tcp/35740/p2p/16Uiu2HAmHHwd8pcPfaPnTqTtn8NvSLDi4GE9J2sMXTmtXj7zpodD","/ip4/172.18.93.53/tcp/35741/ws/p2p/16Uiu2HAmHHwd8pcPfaPnTqTtn8NvSLDi4GE9J2sMXTmtXj7zpodD"],"enrUri":"enr:-L24QBwHO_wbtk5K557hVrBtep4GedzwuboV8L0F_4cPINfmf8ytWTPKr0N5IONKwFCX987ZynOFMz14bS_xX9GC4kECgmlkgnY0gmlwhKwSXTWKbXVsdGlhZGRyc5YACASsEl01BoucAAoErBJdNQaLnd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDROYniYWAzH1YU-syLl5E-3EfjG-XEGVcgmzgIJhsANSDdGNwgoucg3VkcIKLnoV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35739/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.15.121/tcp/50989/p2p/16Uiu2HAmGDNHG3QpTFqX6AEb8QCXPy9m3HFCUxXb6QsfXKyDXUcB"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50988/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9", "/waku/2/rs/3/25", "/waku/2/rs/3/1000"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35739/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9", "/waku/2/rs/3/25", "/waku/2/rs/3/1000"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50988/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.93.53/tcp/53682/p2p/16Uiu2HAmHHwd8pcPfaPnTqTtn8NvSLDi4GE9J2sMXTmtXj7zpodD","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"UnknownOrigin"}]'
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:257 Restarting container with id 38578bda7f9c
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-03-06_04-37-48__6f83c0cf-9d43-4eaf-89b2-bcba545f8eee__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.187.224
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['35421', '35422', '35423', '35424', '35425']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 35421:35421 -p 35422:35422 -p 35423:35423 -p 35424:35424 -p 35425:35425 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=35423 --rest-port=35421 --tcp-port=35422 --discv5-udp-port=35424 --rest-address=0.0.0.0 --nat=extip:172.18.187.224 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=c5cf9f2a2e7ecddfdea3f463fd1f9fcb13f9c0daaae0caececbd1aada0aae03c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35425 --metrics-logging=true --relay=false --peer-exchange-node=/ip4/172.18.93.53/tcp/53682/p2p/16Uiu2HAmHHwd8pcPfaPnTqTtn8NvSLDi4GE9J2sMXTmtXj7zpodD
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.187.224 waku 8be899af677e8e989ea7af5b3a320fb1479e7e8414634dc2061848a18fcc072e
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 8be899af677e. Setting up logs at ./log/docker/node3_2026-03-06_04-37-48__6f83c0cf-9d43-4eaf-89b2-bcba545f8eee__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 35421
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35421/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35421/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35421/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.187.224/tcp/35422/p2p/16Uiu2HAm66s3zCYPgGHPZKMUwhvP9VdE6uSGqaCQryhargwGJ45T","/ip4/172.18.187.224/tcp/35423/ws/p2p/16Uiu2HAm66s3zCYPgGHPZKMUwhvP9VdE6uSGqaCQryhargwGJ45T"],"enrUri":"enr:-La4QKwEq24vbYiu_bs1ga95N08BIS0Qzn-F1NBy1hBvDAOOdYU3YptR7sooJ3ppm33iziEBEeEPZ3Zj6jzWu_C5_zcCgmlkgnY0gmlwhKwSu-CKbXVsdGlhZGRyc5YACASsErvgBopeAAoErBK74AaKX90DgnJzhQADAQAAiXNlY3AyNTZrMaECnp8KUavWZPKkRP8hGL2Jf4N9je159qG9ObNLtp4OmAaDdGNwgopehXdha3UyAA"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35421/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.15.121/tcp/50989/p2p/16Uiu2HAmGDNHG3QpTFqX6AEb8QCXPy9m3HFCUxXb6QsfXKyDXUcB"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35421/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.15.121/tcp/50989/p2p/16Uiu2HAmGDNHG3QpTFqX6AEb8QCXPy9m3HFCUxXb6QsfXKyDXUcB","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.93.53/tcp/53682/p2p/16Uiu2HAmHHwd8pcPfaPnTqTtn8NvSLDi4GE9J2sMXTmtXj7zpodD","protocols":[],"shards":[],"connected":"NotConnected","agent":"","origin":"UnknownOrigin"}]'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 38578bda7f9c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 498bda4d42ea
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8be899af677e
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 38578bda7f9c. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
5117
nim/1106/data/attachments/16e23a4c9d10d8d8.txt
Normal file
5117
nim/1106/data/attachments/16e23a4c9d10d8d8.txt
Normal file
File diff suppressed because it is too large
Load Diff
96
nim/1106/data/attachments/16fe8890e027c850.txt
Normal file
96
nim/1106/data/attachments/16fe8890e027c850.txt
Normal file
@ -0,0 +1,96 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_light_push_with_missing_payload with id: 2026-03-06_04-32-14__b8f6a430-ef2a-49a6-be62-49e9fd3f44c2
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-03-06_04-32-14__b8f6a430-ef2a-49a6-be62-49e9fd3f44c2__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.236.123
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['7918', '7919', '7920', '7921', '7922']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 7918:7918 -p 7919:7919 -p 7920:7920 -p 7921:7921 -p 7922:7922 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=7920 --rest-port=7918 --tcp-port=7919 --discv5-udp-port=7921 --rest-address=0.0.0.0 --nat=extip:172.18.236.123 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7eae5e2ebcf37ce7d8265f509cfbcfcd0c9f5ac0c2f1f1a3d68af23b3f6045dc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7922 --metrics-logging=true --lightpush=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.236.123 waku c6404a27bcd19b3a5719ee29821bfacf5852937425c65da91126c58bee56c367
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c6404a27bcd1. Setting up logs at ./log/docker/receiving_node1_2026-03-06_04-32-14__b8f6a430-ef2a-49a6-be62-49e9fd3f44c2__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 7918
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 31e535bf1a89. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 4096f80738d5. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:7918/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:7918/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.236.123/tcp/7919/p2p/16Uiu2HAm7NdDjoCBAV1mqrGmx5RUBeYBrDtiTP1nVDXBYTryTrp4","/ip4/172.18.236.123/tcp/7920/ws/p2p/16Uiu2HAm7NdDjoCBAV1mqrGmx5RUBeYBrDtiTP1nVDXBYTryTrp4"],"enrUri":"enr:-L24QJPw3BdZPDk0OfA_FJRqS0dLtHfmf1j3Eb9KY-Q9R8PRdgvhnD_aCOLV4bUxw1wInJ4JngJGTao5Yj_gR0VDv7sCgmlkgnY0gmlwhKwS7HuKbXVsdGlhZGRyc5YACASsEux7Bh7vAAoErBLsewYe8N0DgnJzhQADAQAAiXNlY3AyNTZrMaECsYRhZF2_8C2tsXnI34VvoBAcY0F96RBv-5K3_3qLk72DdGNwgh7vg3VkcIIe8YV3YWt1Mgk"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-03-06_04-32-14__b8f6a430-ef2a-49a6-be62-49e9fd3f44c2__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.139.64
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['47271', '47272', '47273', '47274', '47275']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 47271:47271 -p 47272:47272 -p 47273:47273 -p 47274:47274 -p 47275:47275 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=47273 --rest-port=47271 --tcp-port=47272 --discv5-udp-port=47274 --rest-address=0.0.0.0 --nat=extip:172.18.139.64 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=466a7bf3a3b0bfcfdc5069be6cf4da3aea52f5e855aeecaa978c83fcd796cabe --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47275 --metrics-logging=true --lightpush=false --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.139.64 waku e9159164356a69213701d4cdaeb56dc8a09cb871b4b05ad393e953432ff55424
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID e9159164356a. Setting up logs at ./log/docker/receiving_node2_2026-03-06_04-32-14__b8f6a430-ef2a-49a6-be62-49e9fd3f44c2__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 47271
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47271/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47271/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.139.64/tcp/47272/p2p/16Uiu2HAkzdriykC5yjk1XKbXZzfJbuTKAnFi97iLqiVrHEgAnQDw","/ip4/172.18.139.64/tcp/47273/ws/p2p/16Uiu2HAkzdriykC5yjk1XKbXZzfJbuTKAnFi97iLqiVrHEgAnQDw"],"enrUri":"enr:-L24QHr-4888KM-_fb_9RAI4RfV8PWYND528xwgaT-OjQTnwLAfFGRmqpWrM9hVk3TzncfHQGdUniqxf6-s8QXeqGgsCgmlkgnY0gmlwhKwSi0CKbXVsdGlhZGRyc5YACASsEotABrioAAoErBKLQAa4qd0DgnJzhQADAQAAiXNlY3AyNTZrMaECTWmNo4Qik-78dJwG6Z5uPecyZ7CkbByXTp8POARrQWKDdGNwgriog3VkcIK4qoV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47271/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.236.123/tcp/7919/p2p/16Uiu2HAm7NdDjoCBAV1mqrGmx5RUBeYBrDtiTP1nVDXBYTryTrp4"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-03-06_04-32-14__b8f6a430-ef2a-49a6-be62-49e9fd3f44c2__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.134.83
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['49219', '49220', '49221', '49222', '49223']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 49219:49219 -p 49220:49220 -p 49221:49221 -p 49222:49222 -p 49223:49223 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=49221 --rest-port=49219 --tcp-port=49220 --discv5-udp-port=49222 --rest-address=0.0.0.0 --nat=extip:172.18.134.83 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cec5fdfc0ac9e782985a66f534ea5a1f07fe4f0be0fbca7411ab0d6b69ad2d2e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49223 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QJPw3BdZPDk0OfA_FJRqS0dLtHfmf1j3Eb9KY-Q9R8PRdgvhnD_aCOLV4bUxw1wInJ4JngJGTao5Yj_gR0VDv7sCgmlkgnY0gmlwhKwS7HuKbXVsdGlhZGRyc5YACASsEux7Bh7vAAoErBLsewYe8N0DgnJzhQADAQAAiXNlY3AyNTZrMaECsYRhZF2_8C2tsXnI34VvoBAcY0F96RBv-5K3_3qLk72DdGNwgh7vg3VkcIIe8YV3YWt1Mgk --lightpushnode=/ip4/172.18.236.123/tcp/7919/p2p/16Uiu2HAm7NdDjoCBAV1mqrGmx5RUBeYBrDtiTP1nVDXBYTryTrp4 --lightpush=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.134.83 waku cd95b72683166c006caeb2415b5259e5a7c32b080a44d898e2585626f8950f1c
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID cd95b7268316. Setting up logs at ./log/docker/lightpush_node1_2026-03-06_04-32-14__b8f6a430-ef2a-49a6-be62-49e9fd3f44c2__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 49219
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49219/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49219/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.134.83/tcp/49220/p2p/16Uiu2HAmUGB1CkUGxxpuGg69sYCkSUiZACtBgP25cvhhggcVhXVP","/ip4/172.18.134.83/tcp/49221/ws/p2p/16Uiu2HAmUGB1CkUGxxpuGg69sYCkSUiZACtBgP25cvhhggcVhXVP"],"enrUri":"enr:-L24QLR4aLaI1T4i8lpU30scdIsfTMAOsPVPbKu3YLYgy-WMCFwI6SeqjLSVyc9LmxivWrj_FuzQ93HeD1rhAuOTaCwCgmlkgnY0gmlwhKwShlOKbXVsdGlhZGRyc5YACASsEoZTBsBEAAoErBKGUwbARd0DgnJzhQADAQAAiXNlY3AyNTZrMaED5-KtqZQBGZK0rOx8uiSYHNK1ztFipUHU-Fupk-mKOsaDdGNwgsBEg3VkcILARoV3YWt1Mgk"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49219/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.236.123/tcp/7919/p2p/16Uiu2HAm7NdDjoCBAV1mqrGmx5RUBeYBrDtiTP1nVDXBYTryTrp4"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49219/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.139.64/tcp/47272/p2p/16Uiu2HAkzdriykC5yjk1XKbXZzfJbuTKAnFi97iLqiVrHEgAnQDw"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:7918/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47271/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49219/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49219/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"contentTopic": "/myapp/1/latest/proto", "timestamp": 1772771538194039040}}'
|
||||
[1m[31mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:49219/lightpush/v1/message. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id c6404a27bcd1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e9159164356a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd95b7268316
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container c6404a27bcd1. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
78
nim/1106/data/attachments/170bde73745c8705.txt
Normal file
78
nim/1106/data/attachments/170bde73745c8705.txt
Normal file
@ -0,0 +1,78 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_store_sync_small_sync_range with id: 2026-03-06_04-36-39__e3915f85-67c5-4934-af39-6e93e68644b6
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-36-39__e3915f85-67c5-4934-af39-6e93e68644b6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-36-39__e3915f85-67c5-4934-af39-6e93e68644b6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-03-06_04-36-39__e3915f85-67c5-4934-af39-6e93e68644b6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.84.214
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['13503', '13504', '13505', '13506', '13507']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 13503:13503 -p 13504:13504 -p 13505:13505 -p 13506:13506 -p 13507:13507 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=13505 --rest-port=13503 --tcp-port=13504 --discv5-udp-port=13506 --rest-address=0.0.0.0 --nat=extip:172.18.84.214 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fdfa1858710ba973f5ce62447f5a4bc7c7bc5eda5bcdc6dc0580df13027a99fe --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13507 --metrics-logging=true --relay=true --dns-discovery=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.84.214 waku 952c93e4070acaa12e7052bf7a65cad70ba487ed2f1a68fd92b8891941ee8da2
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container e8d93851cc99. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 952c93e4070a. Setting up logs at ./log/docker/node1_2026-03-06_04-36-39__e3915f85-67c5-4934-af39-6e93e68644b6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 13503
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 99b14341dacd. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13503/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13503/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.84.214/tcp/13504/p2p/16Uiu2HAm7JFGobSajHNzfbkyCeeTzFPDrdiw8kyyqR54g3GgcFKR","/ip4/172.18.84.214/tcp/13505/ws/p2p/16Uiu2HAm7JFGobSajHNzfbkyCeeTzFPDrdiw8kyyqR54g3GgcFKR"],"enrUri":"enr:-L24QGpvx2HAR8EgxFbiKAUZnGIhrRNDdekFP-S829Yq30lKMqFV63C4jC1XTW8p8VoPL5X9CFlMRSOqVS4k9x1_p0gCgmlkgnY0gmlwhKwSVNaKbXVsdGlhZGRyc5YACASsElTWBjTAAAoErBJU1gY0wd0DgnJzhQADAQAAiXNlY3AyNTZrMaECsGU90dcKTBpRUBwb2j1x47RgaVmiToqGpZLFL7JXImyDdGNwgjTAg3VkcII0woV3YWt1MhM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:13503/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:13503/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:13503/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:13503/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.114.42
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['55003', '55004', '55005', '55006', '55007']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 55003:55003 -p 55004:55004 -p 55005:55005 -p 55006:55006 -p 55007:55007 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=55005 --rest-port=55003 --tcp-port=55004 --discv5-udp-port=55006 --rest-address=0.0.0.0 --nat=extip:172.18.114.42 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9b53c5fe04d529c347cee58eda3e29cd79a0ac5e3cbb0ba27d8bb752f2cd2fc0 --store-sync=true --store=true --store-sync-range=20 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=55007 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false --discv5-bootstrap-node=enr:-L24QGpvx2HAR8EgxFbiKAUZnGIhrRNDdekFP-S829Yq30lKMqFV63C4jC1XTW8p8VoPL5X9CFlMRSOqVS4k9x1_p0gCgmlkgnY0gmlwhKwSVNaKbXVsdGlhZGRyc5YACASsElTWBjTAAAoErBJU1gY0wd0DgnJzhQADAQAAiXNlY3AyNTZrMaECsGU90dcKTBpRUBwb2j1x47RgaVmiToqGpZLFL7JXImyDdGNwgjTAg3VkcII0woV3YWt1MhM
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.114.42 waku 7faff621279b095878d2a6fa71b6ec9ebe67002d06026054874c4b909adea817
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 7faff621279b. Setting up logs at ./log/docker/node2_2026-03-06_04-36-39__e3915f85-67c5-4934-af39-6e93e68644b6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 55003
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55003/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55003/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.114.42/tcp/55004/p2p/16Uiu2HAm6HdiXAmPrashA2eykfRcVgEiMDW5y2F6R4H3ZUd2tpu2","/ip4/172.18.114.42/tcp/55005/ws/p2p/16Uiu2HAm6HdiXAmPrashA2eykfRcVgEiMDW5y2F6R4H3ZUd2tpu2"],"enrUri":"enr:-L24QNHlSoM7KCZ2NrMO3Hva1JiUhZBL_bys-zZc950ThMc6NCjKzYDbFqjJmUU6EQ0Ls6MUetu9nmieJuNx3DuzYlQCgmlkgnY0gmlwhKwSciqKbXVsdGlhZGRyc5YACASsEnIqBtbcAAoErBJyKgbW3d0DgnJzhQADAQAAiXNlY3AyNTZrMaECoWFZvytiiXfVLEJX5tK6FqN3_S0asFOVzrHTubdXua2DdGNwgtbcg3VkcILW3oV3YWt1MhI"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:55003/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.84.214/tcp/13504/p2p/16Uiu2HAm7JFGobSajHNzfbkyCeeTzFPDrdiw8kyyqR54g3GgcFKR"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55003/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
|
||||
[35mDEBUG [0m tests.store_sync.test_store_sync:test_store_sync.py:808 Node-2 local store returned 0 messages; expected 0
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 952c93e4070a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7faff621279b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
74
nim/1106/data/attachments/17188ae3e8d9d0a.txt
Normal file
74
nim/1106/data/attachments/17188ae3e8d9d0a.txt
Normal file
@ -0,0 +1,74 @@
|
||||
2026-03-06 04:31:53.616 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:31:53.616 DEBUG [tests.conftest] Running test: test_filter_unsubscribe_from_non_existing_content_topic with id: 2026-03-06_04-31-53__37ac5942-1649-407b-8b22-1fe78a6009ad
|
||||
2026-03-06 04:31:53.616 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:31:53.617 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-03-06 04:31:53.617 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2026-03-06 04:31:53.623 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:31:53.623 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-31-53__37ac5942-1649-407b-8b22-1fe78a6009ad__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:53.623 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:31:53.624 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:31:53.625 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:31:53.625 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.103.125
|
||||
2026-03-06 04:31:53.625 DEBUG [src.node.docker_mananger] Generated ports ['27835', '27836', '27837', '27838', '27839']
|
||||
2026-03-06 04:31:53.625 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:31:53.625 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:31:53.626 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:31:53.626 DEBUG [src.node.docker_mananger] docker run -i -t -p 27835:27835 -p 27836:27836 -p 27837:27837 -p 27838:27838 -p 27839:27839 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=27837 --rest-port=27835 --tcp-port=27836 --discv5-udp-port=27838 --rest-address=0.0.0.0 --nat=extip:172.18.103.125 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0db4dc9b3f8850744e290eadaecc5054bf0c63915a026cd7b60bbbaff54643ac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27839 --metrics-logging=true --relay=true --filter=true
|
||||
2026-03-06 04:31:53.821 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.103.125 waku 71976c37e671a80d6326939c690978fe20dc1aa5edc109674ffa897e65692c62
|
||||
2026-03-06 04:31:53.857 DEBUG [src.node.docker_mananger] Container started with ID 71976c37e671. Setting up logs at ./log/docker/node1_2026-03-06_04-31-53__37ac5942-1649-407b-8b22-1fe78a6009ad__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:53.857 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27835
|
||||
2026-03-06 04:31:53.857 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:31:53.903 ERROR [src.node.docker_mananger] Max retries reached for container 5a3a8938b67d. Exiting log stream.
|
||||
2026-03-06 04:31:54.422 ERROR [src.node.docker_mananger] Max retries reached for container 09f5c4903cf5. Exiting log stream.
|
||||
2026-03-06 04:31:54.859 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27835/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:54.862 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:31:54.862 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:31:54.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27835/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:54.864 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.103.125/tcp/27836/p2p/16Uiu2HAm32bed5724G9cw7hfgLhnnGRtExA7GzUB6SF99aVGyhPD","/ip4/172.18.103.125/tcp/27837/ws/p2p/16Uiu2HAm32bed5724G9cw7hfgLhnnGRtExA7GzUB6SF99aVGyhPD"],"enrUri":"enr:-L24QGdbcV8gEPGMtDxkWj3iizCpU8tMgJ7ennEWlH7qZm-FMR5uUoSdxKT3ZWsN6llCi-NXci2oertcjEXD4frVtRQCgmlkgnY0gmlwhKwSZ32KbXVsdGlhZGRyc5YACASsEmd9Bmy8AAoErBJnfQZsvd0DgnJzhQADAQAAiXNlY3AyNTZrMaECcPQ9gV2nvkCr3vhbQgsfL1nUHECxKMlWCQuGkiYDzxiDdGNwgmy8g3VkcIJsvoV3YWt1MgU"}'
|
||||
2026-03-06 04:31:54.865 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:31:54.865 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2026-03-06 04:31:54.872 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:31:54.872 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-31-53__37ac5942-1649-407b-8b22-1fe78a6009ad__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:54.872 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:31:54.872 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:31:54.873 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:31:54.874 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.134.191
|
||||
2026-03-06 04:31:54.874 DEBUG [src.node.docker_mananger] Generated ports ['56186', '56187', '56188', '56189', '56190']
|
||||
2026-03-06 04:31:54.874 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:31:54.874 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:31:54.874 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:31:54.874 DEBUG [src.node.docker_mananger] docker run -i -t -p 56186:56186 -p 56187:56187 -p 56188:56188 -p 56189:56189 -p 56190:56190 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=56188 --rest-port=56186 --tcp-port=56187 --discv5-udp-port=56189 --rest-address=0.0.0.0 --nat=extip:172.18.134.191 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=effaeea0c2038bbb3a385ba1ebe12c34cdf23fa4cca2c6aa2fecafcddc2eacdd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56190 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QGdbcV8gEPGMtDxkWj3iizCpU8tMgJ7ennEWlH7qZm-FMR5uUoSdxKT3ZWsN6llCi-NXci2oertcjEXD4frVtRQCgmlkgnY0gmlwhKwSZ32KbXVsdGlhZGRyc5YACASsEmd9Bmy8AAoErBJnfQZsvd0DgnJzhQADAQAAiXNlY3AyNTZrMaECcPQ9gV2nvkCr3vhbQgsfL1nUHECxKMlWCQuGkiYDzxiDdGNwgmy8g3VkcIJsvoV3YWt1MgU --filternode=/ip4/172.18.103.125/tcp/27836/p2p/16Uiu2HAm32bed5724G9cw7hfgLhnnGRtExA7GzUB6SF99aVGyhPD
|
||||
2026-03-06 04:31:55.075 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.134.191 waku b9e583396c3be92dee4829e2c28d0894ea656bdcfd60445a148d5d54df960106
|
||||
2026-03-06 04:31:55.111 DEBUG [src.node.docker_mananger] Container started with ID b9e583396c3b. Setting up logs at ./log/docker/node2_2026-03-06_04-31-53__37ac5942-1649-407b-8b22-1fe78a6009ad__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:55.112 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56186
|
||||
2026-03-06 04:31:55.112 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:31:56.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56186/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:56.115 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:31:56.115 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:31:56.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56186/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:56.118 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.134.191/tcp/56187/p2p/16Uiu2HAmPkYsWzSaCRZVupvuLQHftWz4bmXoTcBrGWXPLzAT8tYb","/ip4/172.18.134.191/tcp/56188/ws/p2p/16Uiu2HAmPkYsWzSaCRZVupvuLQHftWz4bmXoTcBrGWXPLzAT8tYb"],"enrUri":"enr:-L24QMcll2ofp8yBeIgDUxbW9OpRlb_dV86Ag_R8wEagZYBnLQfsOXJZdbMcG-meJt8Sc8qvdqPHkXETq1XrsZ7jYNMCgmlkgnY0gmlwhKwShr-KbXVsdGlhZGRyc5YACASsEoa_Btt7AAoErBKGvwbbfN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDpN07ZyIE2lh1LbhqkL-Dzl_cufSUruW6FNFfQFTePGyDdGNwgtt7g3VkcILbfYV3YWt1MgA"}'
|
||||
2026-03-06 04:31:56.118 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:31:56.119 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56186/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.103.125/tcp/27836/p2p/16Uiu2HAm32bed5724G9cw7hfgLhnnGRtExA7GzUB6SF99aVGyhPD"]'
|
||||
2026-03-06 04:31:56.154 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:56.155 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2026-03-06 04:31:56.156 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27835/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:31:56.174 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:56.175 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56186/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "95f6550c-8abe-4239-a8da-85edc91b0b35", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:56.192 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"95f6550c-8abe-4239-a8da-85edc91b0b35","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:56.193 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:56186/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/2/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:56.201 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:56186/filter/v2/subscriptions. Response content: b'{"requestId":"1","statusDesc":"NOT_FOUND: peer has no subscriptions"}'
|
||||
2026-03-06 04:31:56.202 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27835/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:56.209 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:56.210 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:56.310 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:56.310 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56186/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:56.313 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772771516202280214,"ephemeral":false}]'
|
||||
2026-03-06 04:31:56.316 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:31:56.317 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:31:56.317 DEBUG [src.node.waku_node] Stopping container with id 71976c37e671
|
||||
2026-03-06 04:31:56.863 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:31:56.865 DEBUG [src.node.waku_node] Stopping container with id b9e583396c3b
|
||||
2026-03-06 04:31:57.441 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:31:57.443 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:31:57.452 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:31:57.458 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
121
nim/1106/data/attachments/1719cda880cabfdc.txt
Normal file
121
nim/1106/data/attachments/1719cda880cabfdc.txt
Normal file
@ -0,0 +1,121 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_admin_peers_stats_counts with id: 2026-03-06_04-35-00__029b546e-f93b-45bc-8916-2191e6027b89
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-35-00__029b546e-f93b-45bc-8916-2191e6027b89__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-35-00__029b546e-f93b-45bc-8916-2191e6027b89__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-03-06_04-35-00__029b546e-f93b-45bc-8916-2191e6027b89__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node4_2026-03-06_04-35-00__029b546e-f93b-45bc-8916-2191e6027b89__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.219.151
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['64628', '64629', '64630', '64631', '64632']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 64628:64628 -p 64629:64629 -p 64630:64630 -p 64631:64631 -p 64632:64632 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=64630 --rest-port=64628 --tcp-port=64629 --discv5-udp-port=64631 --rest-address=0.0.0.0 --nat=extip:172.18.219.151 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5f4f8432e0f4c9bab75aef996c0c78e8cb6b9fafeebaa8f8bf08ebc231a69ea3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64632 --metrics-logging=true --filter=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.219.151 waku 044a9330a8cfb41e93c840708770b58c8d97b09bd4f4019d6b89552148a6f863
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container cbad99fc2b01. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 044a9330a8cf. Setting up logs at ./log/docker/node1_2026-03-06_04-35-00__029b546e-f93b-45bc-8916-2191e6027b89__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 64628
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container ed6b7d14535c. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64628/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64628/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.219.151/tcp/64629/p2p/16Uiu2HAkvkdUKtyv6BxskahF65pkL867UfMRjnySLGaw5K3Nwf2Q","/ip4/172.18.219.151/tcp/64630/ws/p2p/16Uiu2HAkvkdUKtyv6BxskahF65pkL867UfMRjnySLGaw5K3Nwf2Q"],"enrUri":"enr:-L24QGmpsFPk3LB_zWw7OTJhMygBPxYofti-B0CxsOU6BqwfNHEyvzOQ4BCJboAuqvghPn7KR-DRlAydW2UQtuAvxm8CgmlkgnY0gmlwhKwS25eKbXVsdGlhZGRyc5YACASsEtuXBvx1AAoErBLblwb8dt0DgnJzhQADAQAAiXNlY3AyNTZrMaECE7bi7ZH0vzeiSJJ94_ImhGnXJSCwuQ4d5EtTmYo6xCmDdGNwgvx1g3VkcIL8d4V3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.85.182
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['3406', '3407', '3408', '3409', '3410']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 3406:3406 -p 3407:3407 -p 3408:3408 -p 3409:3409 -p 3410:3410 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=3408 --rest-port=3406 --tcp-port=3407 --discv5-udp-port=3409 --rest-address=0.0.0.0 --nat=extip:172.18.85.182 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bf207717ff498e2a42ec61b231a6e9f2b4189d1f2bd92c580aae0ace938f68bb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3410 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGmpsFPk3LB_zWw7OTJhMygBPxYofti-B0CxsOU6BqwfNHEyvzOQ4BCJboAuqvghPn7KR-DRlAydW2UQtuAvxm8CgmlkgnY0gmlwhKwS25eKbXVsdGlhZGRyc5YACASsEtuXBvx1AAoErBLblwb8dt0DgnJzhQADAQAAiXNlY3AyNTZrMaECE7bi7ZH0vzeiSJJ94_ImhGnXJSCwuQ4d5EtTmYo6xCmDdGNwgvx1g3VkcIL8d4V3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.85.182 waku 5a9b3e66b874f7ccd5c0afba4fd0aa017329a395f238b9b9fd688d4e85f81a5d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 5a9b3e66b874. Setting up logs at ./log/docker/node2_2026-03-06_04-35-00__029b546e-f93b-45bc-8916-2191e6027b89__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 3406
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3406/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3406/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.85.182/tcp/3407/p2p/16Uiu2HAkweFQhT9FGznmDSXCm1LyzNqHyPKFyKBjS9tLbjx6oW7W","/ip4/172.18.85.182/tcp/3408/ws/p2p/16Uiu2HAkweFQhT9FGznmDSXCm1LyzNqHyPKFyKBjS9tLbjx6oW7W"],"enrUri":"enr:-L24QBurnaRmk6W4tJbVcPHMfwggT_2JUZXaas3RmHoMTMJVOU-sSei3ZEWJcDYhI7pwlocgaB6f32RacKB7Um065NcCgmlkgnY0gmlwhKwSVbaKbXVsdGlhZGRyc5YACASsElW2Bg1PAAoErBJVtgYNUN0DgnJzhQADAQAAiXNlY3AyNTZrMaECIPAkbXljDCLTDkfggdB0fomLYf3iW6x1sc_Ju9Dw7O2DdGNwgg1Pg3VkcIINUYV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.12.204
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['56629', '56630', '56631', '56632', '56633']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 56629:56629 -p 56630:56630 -p 56631:56631 -p 56632:56632 -p 56633:56633 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=56631 --rest-port=56629 --tcp-port=56630 --discv5-udp-port=56632 --rest-address=0.0.0.0 --nat=extip:172.18.12.204 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=401c867c9fe153e4449118a0ed6fdfb62cdab8caef3772e60eeab5b184ea080a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56633 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGmpsFPk3LB_zWw7OTJhMygBPxYofti-B0CxsOU6BqwfNHEyvzOQ4BCJboAuqvghPn7KR-DRlAydW2UQtuAvxm8CgmlkgnY0gmlwhKwS25eKbXVsdGlhZGRyc5YACASsEtuXBvx1AAoErBLblwb8dt0DgnJzhQADAQAAiXNlY3AyNTZrMaECE7bi7ZH0vzeiSJJ94_ImhGnXJSCwuQ4d5EtTmYo6xCmDdGNwgvx1g3VkcIL8d4V3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.12.204 waku c1030f135432f1879e503482d48af7c3941d1b38e73b2f648da92413790e10b5
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c1030f135432. Setting up logs at ./log/docker/node3_2026-03-06_04-35-00__029b546e-f93b-45bc-8916-2191e6027b89__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 56629
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56629/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56629/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.12.204/tcp/56630/p2p/16Uiu2HAmQRQFkyQnCGpXY33uDTyrxwZe18pUGxVqtdgBk8RzjCx9","/ip4/172.18.12.204/tcp/56631/ws/p2p/16Uiu2HAmQRQFkyQnCGpXY33uDTyrxwZe18pUGxVqtdgBk8RzjCx9"],"enrUri":"enr:-L24QILA2L9yon6-ykEcU-KYFul4KdkITdTQH6ljaU3bA3EgGnc6bWo_U5ikSSf5zatkYxlAhdMIwSX6WLH6ERXa9jYCgmlkgnY0gmlwhKwSDMyKbXVsdGlhZGRyc5YACASsEgzMBt02AAoErBIMzAbdN90DgnJzhQADAQAAiXNlY3AyNTZrMaEDrtEkDtKq6cpRLZ-d6dx3lSaGrjwR8bOg8quqJqXwjmqDdGNwgt02g3VkcILdOIV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64628/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.85.182/tcp/3407/p2p/16Uiu2HAkweFQhT9FGznmDSXCm1LyzNqHyPKFyKBjS9tLbjx6oW7W"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64628/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.12.204/tcp/56630/p2p/16Uiu2HAmQRQFkyQnCGpXY33uDTyrxwZe18pUGxVqtdgBk8RzjCx9"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64628/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.12.204/tcp/56630/p2p/16Uiu2HAmQRQFkyQnCGpXY33uDTyrxwZe18pUGxVqtdgBk8RzjCx9"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.107.90
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['49135', '49136', '49137', '49138', '49139']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 49135:49135 -p 49136:49136 -p 49137:49137 -p 49138:49138 -p 49139:49139 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=49137 --rest-port=49135 --tcp-port=49136 --discv5-udp-port=49138 --rest-address=0.0.0.0 --nat=extip:172.18.107.90 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=88abbf0cff0dbf1cfa7e0dcf6b250c1d34f7aff36c3af4e7cda5041a27ff73d1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49139 --metrics-logging=true --relay=false --filternode=/ip4/172.18.219.151/tcp/64629/p2p/16Uiu2HAkvkdUKtyv6BxskahF65pkL867UfMRjnySLGaw5K3Nwf2Q --discv5-bootstrap-node=enr:-L24QGmpsFPk3LB_zWw7OTJhMygBPxYofti-B0CxsOU6BqwfNHEyvzOQ4BCJboAuqvghPn7KR-DRlAydW2UQtuAvxm8CgmlkgnY0gmlwhKwS25eKbXVsdGlhZGRyc5YACASsEtuXBvx1AAoErBLblwb8dt0DgnJzhQADAQAAiXNlY3AyNTZrMaECE7bi7ZH0vzeiSJJ94_ImhGnXJSCwuQ4d5EtTmYo6xCmDdGNwgvx1g3VkcIL8d4V3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.107.90 waku cf9ae3c87ab8c11e9540ff90410eba4be50d923524ffe1ebee8789791b76a87a
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID cf9ae3c87ab8. Setting up logs at ./log/docker/node4_2026-03-06_04-35-00__029b546e-f93b-45bc-8916-2191e6027b89__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 49135
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49135/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49135/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.107.90/tcp/49136/p2p/16Uiu2HAm9AnQ9M1jVfZJWC1BNZazZMDEm9WE1p42caX9yVDmg7Rw","/ip4/172.18.107.90/tcp/49137/ws/p2p/16Uiu2HAm9AnQ9M1jVfZJWC1BNZazZMDEm9WE1p42caX9yVDmg7Rw"],"enrUri":"enr:-L24QHM7ruaOPww5jiBcaYROqlXzcK4hc94CVDWldcBce95YXVmbeoZ4lCrWrHIyF5CgMLo9gd33O1gF5M85cJZOe80CgmlkgnY0gmlwhKwSa1qKbXVsdGlhZGRyc5YACASsEmtaBr_wAAoErBJrWga_8d0DgnJzhQADAQAAiXNlY3AyNTZrMaECzDMp7VrLM2BMEKIzWa-K7hrIEb7MHYRgSKFfGmhMzdaDdGNwgr_wg3VkcIK_8oV3YWt1MgA"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49135/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64628/admin/v1/peers/stats" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"Sum":{"Total peers":3},"By Connectedness":{"Connected":3,"NotConnected":0,"CannotConnect":0,"CanConnect":0},"Relay peers":{"0":2,"Total relay peers":1},"Mesh peers":{"0":2,"Total mesh peers":1},"By Protocols":{"/vac/waku/relay/2.0.0":2,"/vac/waku/filter-subscribe/2.0.0-beta1":0,"/vac/waku/filter-push/2.0.0-beta1":3,"/vac/waku/store-query/3.0.0":0,"/vac/waku/store/2.0.0-beta4":0,"/vac/waku/lightpush/3.0.0":0,"/vac/waku/lightpush/2.0.0-beta1":0,"/vac/waku/peer-exchange/2.0.0-alpha1":3,"/vac/waku/reconciliation/1.0.0":0}}'
|
||||
[35mDEBUG [0m tests.rest_flags.test_admin_flags:test_admin_flags.py:119 Node-1 admin peers stats {'Sum': {'Total peers': 3}, 'By Connectedness': {'Connected': 3, 'NotConnected': 0, 'CannotConnect': 0, 'CanConnect': 0}, 'Relay peers': {'0': 2, 'Total relay peers': 1}, 'Mesh peers': {'0': 2, 'Total mesh peers': 1}, 'By Protocols': {'/vac/waku/relay/2.0.0': 2, '/vac/waku/filter-subscribe/2.0.0-beta1': 0, '/vac/waku/filter-push/2.0.0-beta1': 3, '/vac/waku/store-query/3.0.0': 0, '/vac/waku/store/2.0.0-beta4': 0, '/vac/waku/lightpush/3.0.0': 0, '/vac/waku/lightpush/2.0.0-beta1': 0, '/vac/waku/peer-exchange/2.0.0-alpha1': 3, '/vac/waku/reconciliation/1.0.0': 0}}
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 044a9330a8cf
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5a9b3e66b874
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id c1030f135432
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 044a9330a8cf. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cf9ae3c87ab8
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 5a9b3e66b874. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
154
nim/1106/data/attachments/1779b1e5369f1875.txt
Normal file
154
nim/1106/data/attachments/1779b1e5369f1875.txt
Normal file
@ -0,0 +1,154 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_ping_only_some_nodes_have_subscriptions with id: 2026-03-06_04-31-54__48e223b6-c682-456e-b80a-64bb9d491c3d
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-31-54__48e223b6-c682-456e-b80a-64bb9d491c3d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.110.250
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['45637', '45638', '45639', '45640', '45641']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 45637:45637 -p 45638:45638 -p 45639:45639 -p 45640:45640 -p 45641:45641 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=45639 --rest-port=45637 --tcp-port=45638 --discv5-udp-port=45640 --rest-address=0.0.0.0 --nat=extip:172.18.110.250 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a44fef3e7f9ded6dd5de1ff61d7ffa2bb41b5adc8e0b9af96f775de0a6cf051b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45641 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.110.250 waku d1accc6e8d7cedd0f568368fe8d6bb187c1d07af0b995bdab846e105984dd8f9
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID d1accc6e8d7c. Setting up logs at ./log/docker/node1_2026-03-06_04-31-54__48e223b6-c682-456e-b80a-64bb9d491c3d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 45637
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 90334e4c4789. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container e715b8117a96. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45637/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45637/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.110.250/tcp/45638/p2p/16Uiu2HAmMt1tK4Nfz1oSMPWuatWii9pgw9cXaxPGj8ybbi4kxxLi","/ip4/172.18.110.250/tcp/45639/ws/p2p/16Uiu2HAmMt1tK4Nfz1oSMPWuatWii9pgw9cXaxPGj8ybbi4kxxLi"],"enrUri":"enr:-L24QL2MWeJ-EXmoQrhYNSILCOuIWHMTF9Ky2B_gwdriZLjFOr6pcAauf3cb7Ds4xa0aT-C_pT31_CqDPfXURIuJVMYCgmlkgnY0gmlwhKwSbvqKbXVsdGlhZGRyc5YACASsEm76BrJGAAoErBJu-gayR90DgnJzhQADAQAAiXNlY3AyNTZrMaEDiQ935Mq3RFXSWhILgbLfLthjhUVFEJnsUmeU6CbCG5uDdGNwgrJGg3VkcIKySIV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-31-54__48e223b6-c682-456e-b80a-64bb9d491c3d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.88.129
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['14782', '14783', '14784', '14785', '14786']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 14782:14782 -p 14783:14783 -p 14784:14784 -p 14785:14785 -p 14786:14786 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=14784 --rest-port=14782 --tcp-port=14783 --discv5-udp-port=14785 --rest-address=0.0.0.0 --nat=extip:172.18.88.129 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cb59a0fbcec0d64fa35917a52cd3b4e35be96b77efbcacb1cc8da8395b5d6c4a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14786 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QL2MWeJ-EXmoQrhYNSILCOuIWHMTF9Ky2B_gwdriZLjFOr6pcAauf3cb7Ds4xa0aT-C_pT31_CqDPfXURIuJVMYCgmlkgnY0gmlwhKwSbvqKbXVsdGlhZGRyc5YACASsEm76BrJGAAoErBJu-gayR90DgnJzhQADAQAAiXNlY3AyNTZrMaEDiQ935Mq3RFXSWhILgbLfLthjhUVFEJnsUmeU6CbCG5uDdGNwgrJGg3VkcIKySIV3YWt1MgU --filternode=/ip4/172.18.110.250/tcp/45638/p2p/16Uiu2HAmMt1tK4Nfz1oSMPWuatWii9pgw9cXaxPGj8ybbi4kxxLi
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.88.129 waku 256c5e6489989d34791a75c1fb1bfb9173e9f6123f3939b308d5e3903237c55e
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 256c5e648998. Setting up logs at ./log/docker/node2_2026-03-06_04-31-54__48e223b6-c682-456e-b80a-64bb9d491c3d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 14782
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:14782/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:14782/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.88.129/tcp/14783/p2p/16Uiu2HAm11FoSR4D2broNHkJCf2mM9tAPtxDQeNVT9o9zor4F88Q","/ip4/172.18.88.129/tcp/14784/ws/p2p/16Uiu2HAm11FoSR4D2broNHkJCf2mM9tAPtxDQeNVT9o9zor4F88Q"],"enrUri":"enr:-L24QNz0tMQjaewedytIW1eyr7vzDCISehWD6VcUjxxacx6fCZqZc4wD4aizeK7qFYz_pRyN3vP6wJ0FtyiUbvix1twCgmlkgnY0gmlwhKwSWIGKbXVsdGlhZGRyc5YACASsEliBBjm_AAoErBJYgQY5wN0DgnJzhQADAQAAiXNlY3AyNTZrMaECUuTX6KWvCJQXtJcK-CjXZlK-6aKWuLh7NSa3VKCG8KmDdGNwgjm_g3VkcII5wYV3YWt1MgA"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14782/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.110.250/tcp/45638/p2p/16Uiu2HAmMt1tK4Nfz1oSMPWuatWii9pgw9cXaxPGj8ybbi4kxxLi"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:45637/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14782/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "80e3a266-2e01-4d0d-9813-14ea029d0858", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"80e3a266-2e01-4d0d-9813-14ea029d0858","statusDesc":"OK"}'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-03-06_04-31-54__48e223b6-c682-456e-b80a-64bb9d491c3d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.119.37
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['13325', '13326', '13327', '13328', '13329']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 13325:13325 -p 13326:13326 -p 13327:13327 -p 13328:13328 -p 13329:13329 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=13327 --rest-port=13325 --tcp-port=13326 --discv5-udp-port=13328 --rest-address=0.0.0.0 --nat=extip:172.18.119.37 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9b82e2bb9b9522dc07ae02fc3413bc50f4a8406c628fe58252be32aff4f91eeb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13329 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QL2MWeJ-EXmoQrhYNSILCOuIWHMTF9Ky2B_gwdriZLjFOr6pcAauf3cb7Ds4xa0aT-C_pT31_CqDPfXURIuJVMYCgmlkgnY0gmlwhKwSbvqKbXVsdGlhZGRyc5YACASsEm76BrJGAAoErBJu-gayR90DgnJzhQADAQAAiXNlY3AyNTZrMaEDiQ935Mq3RFXSWhILgbLfLthjhUVFEJnsUmeU6CbCG5uDdGNwgrJGg3VkcIKySIV3YWt1MgU --filternode=/ip4/172.18.110.250/tcp/45638/p2p/16Uiu2HAmMt1tK4Nfz1oSMPWuatWii9pgw9cXaxPGj8ybbi4kxxLi
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.119.37 waku 4681b8b07d6595864019661719f335f893be969214d12f6923fa6b98e5593165
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 4681b8b07d65. Setting up logs at ./log/docker/node3_2026-03-06_04-31-54__48e223b6-c682-456e-b80a-64bb9d491c3d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 13325
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13325/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13325/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.119.37/tcp/13326/p2p/16Uiu2HAmEkAVhHMsiRHLhkPknhgCsESWgo1HA8t9RarR2fkHh5gT","/ip4/172.18.119.37/tcp/13327/ws/p2p/16Uiu2HAmEkAVhHMsiRHLhkPknhgCsESWgo1HA8t9RarR2fkHh5gT"],"enrUri":"enr:-L24QLejrg_u8FXR0EARm5CmEJHZGfLyf2nnHIehOk5i-EYxLnko9CTX-o0hEKlr3_1VFIMH2P79wF8wRlWlYnB3JKkCgmlkgnY0gmlwhKwSdyWKbXVsdGlhZGRyc5YACASsEnclBjQOAAoErBJ3JQY0D90DgnJzhQADAQAAiXNlY3AyNTZrMaEDHwq_sTNlVtFLDUnyDIx000gVkwXDMfFaYqswq2zmdKCDdGNwgjQOg3VkcII0EIV3YWt1MgA"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:13325/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.110.250/tcp/45638/p2p/16Uiu2HAmMt1tK4Nfz1oSMPWuatWii9pgw9cXaxPGj8ybbi4kxxLi"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node4_2026-03-06_04-31-54__48e223b6-c682-456e-b80a-64bb9d491c3d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.207.173
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['45360', '45361', '45362', '45363', '45364']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 45360:45360 -p 45361:45361 -p 45362:45362 -p 45363:45363 -p 45364:45364 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=45362 --rest-port=45360 --tcp-port=45361 --discv5-udp-port=45363 --rest-address=0.0.0.0 --nat=extip:172.18.207.173 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=efb08d1085d35ccf4fa315bd4318056cfa762e3fadc1ec61a5aaeca8c2066374 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45364 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QL2MWeJ-EXmoQrhYNSILCOuIWHMTF9Ky2B_gwdriZLjFOr6pcAauf3cb7Ds4xa0aT-C_pT31_CqDPfXURIuJVMYCgmlkgnY0gmlwhKwSbvqKbXVsdGlhZGRyc5YACASsEm76BrJGAAoErBJu-gayR90DgnJzhQADAQAAiXNlY3AyNTZrMaEDiQ935Mq3RFXSWhILgbLfLthjhUVFEJnsUmeU6CbCG5uDdGNwgrJGg3VkcIKySIV3YWt1MgU --filternode=/ip4/172.18.110.250/tcp/45638/p2p/16Uiu2HAmMt1tK4Nfz1oSMPWuatWii9pgw9cXaxPGj8ybbi4kxxLi
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.207.173 waku 51cdf7b27ab85976b886a28117d44ac022f57c123f6e4bb9ec79e2220ee84630
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 51cdf7b27ab8. Setting up logs at ./log/docker/node4_2026-03-06_04-31-54__48e223b6-c682-456e-b80a-64bb9d491c3d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 45360
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45360/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45360/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.207.173/tcp/45361/p2p/16Uiu2HAmQzFRyE5575WsamBSELhPNArBopUFiw7odFKvKexDF7a1","/ip4/172.18.207.173/tcp/45362/ws/p2p/16Uiu2HAmQzFRyE5575WsamBSELhPNArBopUFiw7odFKvKexDF7a1"],"enrUri":"enr:-L24QNQ8Y8vCXCKSloKO4zRKzXhZXjxaiBu1fiR1xDBCCagDO_6HnhKVKIpWTJIWADKdVqacGQZ5Ds3f2XEkK594lcQCgmlkgnY0gmlwhKwSz62KbXVsdGlhZGRyc5YACASsEs-tBrExAAoErBLPrQaxMt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDtztUjZcUx_ZOYNizFSGOziYBt4WxYRzcR63xlqmFS-KDdGNwgrExg3VkcIKxM4V3YWt1MgA"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:45360/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.110.250/tcp/45638/p2p/16Uiu2HAmMt1tK4Nfz1oSMPWuatWii9pgw9cXaxPGj8ybbi4kxxLi"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node5_2026-03-06_04-31-54__48e223b6-c682-456e-b80a-64bb9d491c3d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.135.0
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['16684', '16685', '16686', '16687', '16688']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 16684:16684 -p 16685:16685 -p 16686:16686 -p 16687:16687 -p 16688:16688 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=16686 --rest-port=16684 --tcp-port=16685 --discv5-udp-port=16687 --rest-address=0.0.0.0 --nat=extip:172.18.135.0 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c5684102ce9b4916165ae5b66523dccd4b2acea617c28dd9ba55acf587f79f24 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16688 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QL2MWeJ-EXmoQrhYNSILCOuIWHMTF9Ky2B_gwdriZLjFOr6pcAauf3cb7Ds4xa0aT-C_pT31_CqDPfXURIuJVMYCgmlkgnY0gmlwhKwSbvqKbXVsdGlhZGRyc5YACASsEm76BrJGAAoErBJu-gayR90DgnJzhQADAQAAiXNlY3AyNTZrMaEDiQ935Mq3RFXSWhILgbLfLthjhUVFEJnsUmeU6CbCG5uDdGNwgrJGg3VkcIKySIV3YWt1MgU --filternode=/ip4/172.18.110.250/tcp/45638/p2p/16Uiu2HAmMt1tK4Nfz1oSMPWuatWii9pgw9cXaxPGj8ybbi4kxxLi
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.135.0 waku 1bcab04f6682821b0121fa645346b890b9af4430e22c3ade20139181edf7ffcf
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 1bcab04f6682. Setting up logs at ./log/docker/node5_2026-03-06_04-31-54__48e223b6-c682-456e-b80a-64bb9d491c3d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 16684
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16684/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16684/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.135.0/tcp/16685/p2p/16Uiu2HAkvVZ3W1PNfVsq7uRUDBSNJeCJSiVEyP72cJcUgkCtZ28q","/ip4/172.18.135.0/tcp/16686/ws/p2p/16Uiu2HAkvVZ3W1PNfVsq7uRUDBSNJeCJSiVEyP72cJcUgkCtZ28q"],"enrUri":"enr:-L24QIfvDaEET5d20ckzHKzegemJl5jKzfrRTeLU104ogxO7e0CN1AYXdNTQptzRDQx8PwMT4QpXCudw2Ezerje3vP0CgmlkgnY0gmlwhKwShwCKbXVsdGlhZGRyc5YACASsEocABkEtAAoErBKHAAZBLt0DgnJzhQADAQAAiXNlY3AyNTZrMaECD9oq4iKT2w50FtjtJ0ly8wv0hh9qFWYoW2udIB2-1zqDdGNwgkEtg3VkcIJBL4V3YWt1MgA"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:16684/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.110.250/tcp/45638/p2p/16Uiu2HAmMt1tK4Nfz1oSMPWuatWii9pgw9cXaxPGj8ybbi4kxxLi"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:14782/filter/v2/subscriptions/1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13325/filter/v2/subscriptions/f23df059-c9c3-49a3-b426-3115a3f80ef6" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:13325/filter/v2/subscriptions/f23df059-c9c3-49a3-b426-3115a3f80ef6. Response content: b'{"requestId":"f23df059-c9c3-49a3-b426-3115a3f80ef6","statusDesc":"NOT_FOUND: peer has no subscriptions"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45360/filter/v2/subscriptions/3b91175c-f212-400b-b191-324383cd18ef" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:45360/filter/v2/subscriptions/3b91175c-f212-400b-b191-324383cd18ef. Response content: b'{"requestId":"3b91175c-f212-400b-b191-324383cd18ef","statusDesc":"NOT_FOUND: peer has no subscriptions"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16684/filter/v2/subscriptions/1418e239-88f5-42d8-9e0a-281cdfe79e47" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:16684/filter/v2/subscriptions/1418e239-88f5-42d8-9e0a-281cdfe79e47. Response content: b'{"requestId":"1418e239-88f5-42d8-9e0a-281cdfe79e47","statusDesc":"NOT_FOUND: peer has no subscriptions"}'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d1accc6e8d7c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 256c5e648998
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 4681b8b07d65
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container d1accc6e8d7c. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 51cdf7b27ab8
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 256c5e648998. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 1bcab04f6682
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 4681b8b07d65. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
101
nim/1106/data/attachments/17a78367f92c2da2.txt
Normal file
101
nim/1106/data/attachments/17a78367f92c2da2.txt
Normal file
@ -0,0 +1,101 @@
|
||||
2026-03-06 04:36:34.323 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:36:34.324 DEBUG [tests.conftest] Running test: test_store_with_empty_pubsub_topics with id: 2026-03-06_04-36-34__340e4700-60ac-4526-ac99-57217dea00ec
|
||||
2026-03-06 04:36:34.324 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:36:34.324 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-06 04:36:34.325 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2026-03-06 04:36:34.335 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:36:34.335 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-06_04-36-34__340e4700-60ac-4526-ac99-57217dea00ec__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:36:34.335 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:36:34.337 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:36:34.339 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:36:34.339 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.75.162
|
||||
2026-03-06 04:36:34.339 DEBUG [src.node.docker_mananger] Generated ports ['55673', '55674', '55675', '55676', '55677']
|
||||
2026-03-06 04:36:34.339 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:36:34.340 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:36:34.340 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:36:34.340 DEBUG [src.node.docker_mananger] docker run -i -t -p 55673:55673 -p 55674:55674 -p 55675:55675 -p 55676:55676 -p 55677:55677 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=55675 --rest-port=55673 --tcp-port=55674 --discv5-udp-port=55676 --rest-address=0.0.0.0 --nat=extip:172.18.75.162 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=faa7b3b249f33e3af0ce5df66aacf0ad0ffff6cadc4d99c0f10ebefca68edbec --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=55677 --metrics-logging=true --store=true --relay=true
|
||||
2026-03-06 04:36:34.519 ERROR [src.node.docker_mananger] Max retries reached for container f0a9b5c88d33. Exiting log stream.
|
||||
2026-03-06 04:36:34.541 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.75.162 waku e8d93851cc99077ba4de267d331e25916fc18bdfdf6a4c05b3a2be0312583d59
|
||||
2026-03-06 04:36:34.579 DEBUG [src.node.docker_mananger] Container started with ID e8d93851cc99. Setting up logs at ./log/docker/publishing_node1_2026-03-06_04-36-34__340e4700-60ac-4526-ac99-57217dea00ec__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:36:34.579 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 55673
|
||||
2026-03-06 04:36:34.581 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:36:35.172 ERROR [src.node.docker_mananger] Max retries reached for container 759cb22e7512. Exiting log stream.
|
||||
2026-03-06 04:36:35.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55673/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:35.584 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:36:35.585 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:36:35.585 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55673/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:35.588 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.75.162/tcp/55674/p2p/16Uiu2HAkxWki6AhYSv7Efegu8JyD8KkmLskvQiC1FjzGMpuQFmcp","/ip4/172.18.75.162/tcp/55675/ws/p2p/16Uiu2HAkxWki6AhYSv7Efegu8JyD8KkmLskvQiC1FjzGMpuQFmcp"],"enrUri":"enr:-L24QM9mM5tlrndrJ_8QCKXboOL6cZOb2YauScnIKoGYbBGhCKG8X_e54EjzGjXkClRildxnnUMnEO7OM5SSHY8ViFMCgmlkgnY0gmlwhKwSS6KKbXVsdGlhZGRyc5YACASsEkuiBtl6AAoErBJLogbZe90DgnJzhQADAQAAiXNlY3AyNTZrMaECLeBP7H1rWiG-ttTm-8KgFSXANUULz1uveMEsxiJbEi2DdGNwgtl6g3VkcILZfIV3YWt1MgM"}'
|
||||
2026-03-06 04:36:35.588 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:36:35.596 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:36:35.596 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-06_04-36-34__340e4700-60ac-4526-ac99-57217dea00ec__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:36:35.596 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:36:35.596 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:36:35.598 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:36:35.598 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.33.140
|
||||
2026-03-06 04:36:35.598 DEBUG [src.node.docker_mananger] Generated ports ['11514', '11515', '11516', '11517', '11518']
|
||||
2026-03-06 04:36:35.598 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:36:35.598 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:36:35.598 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:36:35.599 DEBUG [src.node.docker_mananger] docker run -i -t -p 11514:11514 -p 11515:11515 -p 11516:11516 -p 11517:11517 -p 11518:11518 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=11516 --rest-port=11514 --tcp-port=11515 --discv5-udp-port=11517 --rest-address=0.0.0.0 --nat=extip:172.18.33.140 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a6793d0bf79c5f703feb9a1e0ef81821d87de722c23eec68fc0e82aaf43be6b0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11518 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QM9mM5tlrndrJ_8QCKXboOL6cZOb2YauScnIKoGYbBGhCKG8X_e54EjzGjXkClRildxnnUMnEO7OM5SSHY8ViFMCgmlkgnY0gmlwhKwSS6KKbXVsdGlhZGRyc5YACASsEkuiBtl6AAoErBJLogbZe90DgnJzhQADAQAAiXNlY3AyNTZrMaECLeBP7H1rWiG-ttTm-8KgFSXANUULz1uveMEsxiJbEi2DdGNwgtl6g3VkcILZfIV3YWt1MgM --storenode=/ip4/172.18.75.162/tcp/55674/p2p/16Uiu2HAkxWki6AhYSv7Efegu8JyD8KkmLskvQiC1FjzGMpuQFmcp --store=true --relay=true
|
||||
2026-03-06 04:36:35.816 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.33.140 waku 99b14341dacd80edf9dd0d48c49337f094b3e3cbf3ed5b6acb60f4308e634d2a
|
||||
2026-03-06 04:36:35.853 DEBUG [src.node.docker_mananger] Container started with ID 99b14341dacd. Setting up logs at ./log/docker/store_node1_2026-03-06_04-36-34__340e4700-60ac-4526-ac99-57217dea00ec__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:36:35.854 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 11514
|
||||
2026-03-06 04:36:35.855 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:36:36.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11514/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:36.860 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":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:36:36.860 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:36:36.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11514/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:36.863 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.33.140/tcp/11515/p2p/16Uiu2HAkxwAdketn8sB8w8waQ1Ss4wGunMruXYvaVyEma2urH8V6","/ip4/172.18.33.140/tcp/11516/ws/p2p/16Uiu2HAkxwAdketn8sB8w8waQ1Ss4wGunMruXYvaVyEma2urH8V6"],"enrUri":"enr:-L24QLmWgwk5b2IeJgRK6kSxzMRTh32bVh948Twjdb2yteHJZ8OCbn2TE2pWrikCkvAS4jXoPmpVWvjBWdtw87URPAcCgmlkgnY0gmlwhKwSIYyKbXVsdGlhZGRyc5YACASsEiGMBiz7AAoErBIhjAYs_N0DgnJzhQADAQAAiXNlY3AyNTZrMaECNCFN0Nnp0azO_zd0uYHgPE4vOfKYzihnahed3E6YOCmDdGNwgiz7g3VkcIIs_YV3YWt1MgM"}'
|
||||
2026-03-06 04:36:36.863 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:36:36.863 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11514/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.75.162/tcp/55674/p2p/16Uiu2HAkxWki6AhYSv7Efegu8JyD8KkmLskvQiC1FjzGMpuQFmcp"]'
|
||||
2026-03-06 04:36:36.866 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:36.867 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55673/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:36:36.870 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:36.870 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11514/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:36:36.872 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:36.873 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:36:36.873 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55673/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:36:36.878 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:36.879 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:36:37.079 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:36:37.080 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55673/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:36:37.086 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:37.086 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:36:37.287 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:36:37.288 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55673/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:36:37.295 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:37.296 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:36:37.497 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:36:37.497 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55673/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:36:37.503 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:37.504 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:36:37.705 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:36:37.705 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55673/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:36:37.711 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:37.711 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:36:37.912 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:36:37.912 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55673/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:36:37.918 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:37.918 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:36:38.119 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:36:38.120 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55673/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:36:38.126 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:38.127 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:36:38.328 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:36:38.328 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55673/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:36:38.334 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:38.334 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:36:38.536 DEBUG [tests.store.test_topics] Trying to get stored msg with empty pubsub topic
|
||||
2026-03-06 04:36:38.536 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55673/store/v3/messages?includeData=true&pubsubTopic=&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:38.539 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x10f0889bf1ad71fe0f30b47e8cd8cf9fe999bbac2dec88fb92e3dd8a1e8ec8f6","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771796873073766,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x217ebf96ca1da64d08a4721834b8a8de9a0dabb4b670331744c3ea26f7a0358d","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1772771797079702253,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xaac15a71d541a3bfedeeaff62310afb2c2e6003f70d081706ce42f4c7e1d2b98","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772771797287593780,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x1cfd4b3d8eab94eb32b0a6decd6623f0d061641be38956fc296f0cc9605a5979","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1772771797496989856,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x27cacf009f6d3b3e94780d774163ed5c25bf34471299f34c98f243a9e9b412c1","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772771797705117768,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x24f7fa6a1209fc7f902fee52093311040c98c45f69e903b0246448f3b3801226","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772771797912466136,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xf478b67ae3c52fae131381672da8dbcb485745e54fe46d400bae699a1f0c4d47","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772771798119829825,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x098507bccd0a951234acd9671db5c7c976cdc36476cec18271b94ce937129574","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1772771798327980034,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"}]}'
|
||||
2026-03-06 04:36:38.540 DEBUG [tests.store.test_topics] getting the following response when sending empty pubsub_topic {'requestId': '', 'statusCode': 200, 'statusDesc': 'OK', 'messages': [{'messageHash': '0x10f0889bf1ad71fe0f30b47e8cd8cf9fe999bbac2dec88fb92e3dd8a1e8ec8f6', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/myapp/1/latest/proto', 'version': 0, 'timestamp': 1772771796873073766, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0x217ebf96ca1da64d08a4721834b8a8de9a0dabb4b670331744c3ea26f7a0358d', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/waku/2/content/test.js', 'version': 0, 'timestamp': 1772771797079702253, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0xaac15a71d541a3bfedeeaff62310afb2c2e6003f70d081706ce42f4c7e1d2b98', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/app/22/sometopic/someencoding', 'version': 0, 'timestamp': 1772771797287593780, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0x1cfd4b3d8eab94eb32b0a6decd6623f0d061641be38956fc296f0cc9605a5979', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/toychat/2/huilong/proto', 'version': 0, 'timestamp': 1772771797496989856, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0x27cacf009f6d3b3e94780d774163ed5c25bf34471299f34c98f243a9e9b412c1', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/statusim/1/community/cbor', 'version': 0, 'timestamp': 1772771797705117768, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0x24f7fa6a1209fc7f902fee52093311040c98c45f69e903b0246448f3b3801226', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/app/27/sometopic/someencoding', 'version': 0, 'timestamp': 1772771797912466136, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0xf478b67ae3c52fae131381672da8dbcb485745e54fe46d400bae699a1f0c4d47', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/app/29/sometopic/someencoding', 'version': 0, 'timestamp': 1772771798119829825, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0x098507bccd0a951234acd9671db5c7c976cdc36476cec18271b94ce937129574', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/app/20/sometopic/someencoding', 'version': 0, 'timestamp': 1772771798327980034, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}]}
|
||||
2026-03-06 04:36:38.540 DEBUG [tests.store.test_topics] messages successfully queried with empty pubsub topic
|
||||
2026-03-06 04:36:38.543 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:36:38.545 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:36:38.545 DEBUG [src.node.waku_node] Stopping container with id e8d93851cc99
|
||||
2026-03-06 04:36:39.144 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:36:39.144 DEBUG [src.node.waku_node] Stopping container with id 99b14341dacd
|
||||
2026-03-06 04:36:39.707 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:36:39.708 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:36:39.722 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:36:39.730 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
91
nim/1106/data/attachments/17e7bdc72302492c.txt
Normal file
91
nim/1106/data/attachments/17e7bdc72302492c.txt
Normal file
@ -0,0 +1,91 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_single_content_topic[/app/29/sometopic/someencoding] with id: 2026-03-06_04-33-19__e8e7b2b6-cc5b-40b2-a8be-dc4a30d65329
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-33-19__e8e7b2b6-cc5b-40b2-a8be-dc4a30d65329__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.6.7
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['41899', '41900', '41901', '41902', '41903']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 41899:41899 -p 41900:41900 -p 41901:41901 -p 41902:41902 -p 41903:41903 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=41901 --rest-port=41899 --tcp-port=41900 --discv5-udp-port=41902 --rest-address=0.0.0.0 --nat=extip:172.18.6.7 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=e89d07eedcfdd507fef2dca4fafba73adfaad2af1a4f3638baedafe7edfdc2aa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41903 --metrics-logging=true --relay=true --filter=true --content-topic=/app/29/sometopic/someencoding
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container ec15cc25f08f. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.6.7 waku 881bd3ba5d30eac46970f2bb6883f794f1e0cdd04f80b2e5ad469bf5d9e7b618
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 881bd3ba5d30. Setting up logs at ./log/docker/node1_2026-03-06_04-33-19__e8e7b2b6-cc5b-40b2-a8be-dc4a30d65329__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 41899
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 823774d6b80f. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41899/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41899/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41899/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41899/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41899/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41899/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41899/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41899/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.6.7/tcp/41900/p2p/16Uiu2HAmLwXQu2uUJQYmtdHStTNikpE1aVpbT2GkebyjL54Yud8e","/ip4/172.18.6.7/tcp/41901/ws/p2p/16Uiu2HAmLwXQu2uUJQYmtdHStTNikpE1aVpbT2GkebyjL54Yud8e"],"enrUri":"enr:-L24QLxdwjkvUpmwyWddxxx75t5Tltvwa5jVxcwlbgk2mL2rEB6kW_aEPciB4NUVDtTzOEq10gl8k8bcpka_wIx-qMICgmlkgnY0gmlwhKwSBgeKbXVsdGlhZGRyc5YACASsEgYHBqOsAAoErBIGBwajrd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDexnpFvOhdaxlbdFNd9mDMUO5ffegOYVAa7GSgX8tezuDdGNwgqOsg3VkcIKjroV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-33-19__e8e7b2b6-cc5b-40b2-a8be-dc4a30d65329__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.109.91
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['44166', '44167', '44168', '44169', '44170']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 44166:44166 -p 44167:44167 -p 44168:44168 -p 44169:44169 -p 44170:44170 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=44168 --rest-port=44166 --tcp-port=44167 --discv5-udp-port=44169 --rest-address=0.0.0.0 --nat=extip:172.18.109.91 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=5950da7770c63bb8dfc55e279ec84efdbb0b0bbfefcaa16a5bbe55365f80dad2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44170 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLxdwjkvUpmwyWddxxx75t5Tltvwa5jVxcwlbgk2mL2rEB6kW_aEPciB4NUVDtTzOEq10gl8k8bcpka_wIx-qMICgmlkgnY0gmlwhKwSBgeKbXVsdGlhZGRyc5YACASsEgYHBqOsAAoErBIGBwajrd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDexnpFvOhdaxlbdFNd9mDMUO5ffegOYVAa7GSgX8tezuDdGNwgqOsg3VkcIKjroV3YWt1MgU --content-topic=/app/29/sometopic/someencoding
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.109.91 waku d746a7d73b97ecbcd6c9d1bbcad36c09036adc372034cedbd16512431797d7e2
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID d746a7d73b97. Setting up logs at ./log/docker/node2_2026-03-06_04-33-19__e8e7b2b6-cc5b-40b2-a8be-dc4a30d65329__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 44166
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44166/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44166/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44166/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44166/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44166/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.109.91/tcp/44167/p2p/16Uiu2HAkz7EwRk4q4xA3ozWnkKS2hpDxYVRumi8d946dgYGxEwcn","/ip4/172.18.109.91/tcp/44168/ws/p2p/16Uiu2HAkz7EwRk4q4xA3ozWnkKS2hpDxYVRumi8d946dgYGxEwcn"],"enrUri":"enr:-L24QIJbB-_ddEGLnb2sE0QXbhoxWxQJAK_Y3bFewnVLW6JAaPB7iGjArejICWG_1Ki0rR8nKwlj0DprFS3fuIW_0a0CgmlkgnY0gmlwhKwSbVuKbXVsdGlhZGRyc5YACASsEm1bBqyHAAoErBJtWwasiN0DgnJzhQACAQAAiXNlY3AyNTZrMaECRZGqlgAkLW8WEuEiDvr4ao0a2qjorjEWCQZFSmD4gcuDdGNwgqyHg3VkcIKsiYV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44166/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.6.7/tcp/41900/p2p/16Uiu2HAmLwXQu2uUJQYmtdHStTNikpE1aVpbT2GkebyjL54Yud8e"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:41899/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/29/sometopic/someencoding"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44166/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/29/sometopic/someencoding"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:41899/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41899/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772771603231330729,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44166/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772771603231330729,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 881bd3ba5d30
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d746a7d73b97
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
258
nim/1106/data/attachments/185ca8235068b0cc.txt
Normal file
258
nim/1106/data/attachments/185ca8235068b0cc.txt
Normal file
@ -0,0 +1,258 @@
|
||||
2026-03-06 04:33:09.949 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:33:09.950 DEBUG [tests.conftest] Running test: test_subscribe_one_by_one_to_different_pubsub_topics_and_send_messages with id: 2026-03-06_04-33-09__3d5547fa-9ab1-46cb-815b-d722e3ba623a
|
||||
2026-03-06 04:33:09.950 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:33:09.950 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-06 04:33:09.951 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2026-03-06 04:33:09.959 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:33:09.959 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-33-09__3d5547fa-9ab1-46cb-815b-d722e3ba623a__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:09.960 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:33:09.960 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:33:09.961 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:33:09.962 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.217.87
|
||||
2026-03-06 04:33:09.962 DEBUG [src.node.docker_mananger] Generated ports ['10596', '10597', '10598', '10599', '10600']
|
||||
2026-03-06 04:33:09.962 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-03-06 04:33:09.962 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:33:09.962 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:33:09.962 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:33:09.963 DEBUG [src.node.docker_mananger] docker run -i -t -p 10596:10596 -p 10597:10597 -p 10598:10598 -p 10599:10599 -p 10600:10600 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=10598 --rest-port=10596 --tcp-port=10597 --discv5-udp-port=10599 --rest-address=0.0.0.0 --nat=extip:172.18.217.87 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=fdee36f9b09d07c609febe99d7dbfb0ebb9f74fd2f4c2a83410c1f5bb742ae4a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10600 --metrics-logging=true --relay=true --filter=true
|
||||
2026-03-06 04:33:10.169 ERROR [src.node.docker_mananger] Max retries reached for container 2146034686bf. Exiting log stream.
|
||||
2026-03-06 04:33:10.172 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.217.87 waku ed4a6bd13f242296a7ca0c9cc1e3db2f5bd6f48d7d8f2dc544a47c2b52e8a7e9
|
||||
2026-03-06 04:33:10.212 DEBUG [src.node.docker_mananger] Container started with ID ed4a6bd13f24. Setting up logs at ./log/docker/node1_2026-03-06_04-33-09__3d5547fa-9ab1-46cb-815b-d722e3ba623a__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:10.212 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 10596
|
||||
2026-03-06 04:33:10.213 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:33:10.615 ERROR [src.node.docker_mananger] Max retries reached for container cf5cfcba1c38. Exiting log stream.
|
||||
2026-03-06 04:33:11.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10596/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:11.216 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:33:11.317 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10596/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:11.320 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:33:11.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10596/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:11.423 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:33:11.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10596/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:11.544 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:33:11.645 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10596/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:11.648 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:33:11.649 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:33:11.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10596/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:11.651 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.217.87/tcp/10597/p2p/16Uiu2HAm3JhvqjsPX1NG3UUaT3ETinqCix3g6fXqPBTpiBoLmokr","/ip4/172.18.217.87/tcp/10598/ws/p2p/16Uiu2HAm3JhvqjsPX1NG3UUaT3ETinqCix3g6fXqPBTpiBoLmokr"],"enrUri":"enr:-L24QGCn8NakxY0ynEfEM7u_a190FQsI1VBAEkHpieSjhWHFf18iJlDkrEFzvzaDmNjbSR__81AoNHPNVjd9vr-4XCsCgmlkgnY0gmlwhKwS2VeKbXVsdGlhZGRyc5YACASsEtlXBillAAoErBLZVwYpZt0DgnJzhQACAQAAiXNlY3AyNTZrMaECdRSiM4B3oEbGCnWbv4FMDh1Dezeld5oilpN0t-BJODeDdGNwgillg3VkcIIpZ4V3YWt1MgU"}'
|
||||
2026-03-06 04:33:11.651 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:33:11.658 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:33:11.658 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-33-09__3d5547fa-9ab1-46cb-815b-d722e3ba623a__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:11.659 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:33:11.659 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:33:11.660 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:33:11.660 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.27.97
|
||||
2026-03-06 04:33:11.660 DEBUG [src.node.docker_mananger] Generated ports ['3497', '3498', '3499', '3500', '3501']
|
||||
2026-03-06 04:33:11.661 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-03-06 04:33:11.661 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:33:11.661 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:33:11.661 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:33:11.661 DEBUG [src.node.docker_mananger] docker run -i -t -p 3497:3497 -p 3498:3498 -p 3499:3499 -p 3500:3500 -p 3501:3501 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=3499 --rest-port=3497 --tcp-port=3498 --discv5-udp-port=3500 --rest-address=0.0.0.0 --nat=extip:172.18.27.97 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=f9f1eedd5baabfe3fbad0d75adda4efb4157fb1f6dff97394eab8db18dee3f6a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3501 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGCn8NakxY0ynEfEM7u_a190FQsI1VBAEkHpieSjhWHFf18iJlDkrEFzvzaDmNjbSR__81AoNHPNVjd9vr-4XCsCgmlkgnY0gmlwhKwS2VeKbXVsdGlhZGRyc5YACASsEtlXBillAAoErBLZVwYpZt0DgnJzhQACAQAAiXNlY3AyNTZrMaECdRSiM4B3oEbGCnWbv4FMDh1Dezeld5oilpN0t-BJODeDdGNwgillg3VkcIIpZ4V3YWt1MgU
|
||||
2026-03-06 04:33:11.867 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.27.97 waku c941c7c013b1580b398ce6e6336b1be6160d152a6f6bee702170f047b439fd93
|
||||
2026-03-06 04:33:11.905 DEBUG [src.node.docker_mananger] Container started with ID c941c7c013b1. Setting up logs at ./log/docker/node2_2026-03-06_04-33-09__3d5547fa-9ab1-46cb-815b-d722e3ba623a__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:11.905 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 3497
|
||||
2026-03-06 04:33:11.905 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:33:12.906 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3497/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:12.909 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:33:13.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3497/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:13.013 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:33:13.013 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:33:13.013 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3497/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:13.016 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.27.97/tcp/3498/p2p/16Uiu2HAmM97CF7itjPw8W18uj8z52DMxBJVL5dfSqeYinUPwLviv","/ip4/172.18.27.97/tcp/3499/ws/p2p/16Uiu2HAmM97CF7itjPw8W18uj8z52DMxBJVL5dfSqeYinUPwLviv"],"enrUri":"enr:-L24QGhvHL36rTwbEnc_WMtLzfoKMFx4KMWkzr2Spjj0PuldSNL5k2PDUcgD2RJpt9K_dlcFjzrvLqFmx6ia80662rECgmlkgnY0gmlwhKwSG2GKbXVsdGlhZGRyc5YACASsEhthBg2qAAoErBIbYQYNq90DgnJzhQACAQAAiXNlY3AyNTZrMaEDfhF_JCopuz5s5l69rEKao6dP5AJn0CEgA2Sag15PhEuDdGNwgg2qg3VkcIINrIV3YWt1MgE"}'
|
||||
2026-03-06 04:33:13.016 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:33:13.016 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3497/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.217.87/tcp/10597/p2p/16Uiu2HAm3JhvqjsPX1NG3UUaT3ETinqCix3g6fXqPBTpiBoLmokr"]'
|
||||
2026-03-06 04:33:13.042 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:13.045 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10596/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
2026-03-06 04:33:13.054 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:13.056 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3497/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
2026-03-06 04:33:13.061 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:13.062 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10596/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:13.078 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:13.079 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:33:13.179 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:13.179 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10596/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:13.182 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771590748595796,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771592612234178,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771593062406444,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:13.247 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:33:13.248 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:33:13.248 DEBUG [src.node.waku_node] Stopping container with id ed4a6bd13f24
|
||||
2026-03-06 04:33:13.850 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:33:13.852 DEBUG [src.node.waku_node] Stopping container with id c941c7c013b1
|
||||
2026-03-06 04:33:14.448 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:33:14.449 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:33:14.492 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:33:14.527 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:33:14.529 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
||||
2026-03-06 04:33:14.530 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
||||
2026-03-06 04:33:14.530 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-06_04-33-09__3d5547fa-9ab1-46cb-815b-d722e3ba623a__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:14.531 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-06_04-33-09__3d5547fa-9ab1-46cb-815b-d722e3ba623a__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:14.535 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:33:14.536 DEBUG [tests.conftest] Running test: test_subscribe_one_by_one_to_different_pubsub_topics_and_send_messages with id: 2026-03-06_04-33-14__e1761a58-265d-4569-9e48-0163263fe0d8
|
||||
2026-03-06 04:33:14.536 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:33:14.536 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-06 04:33:14.536 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2026-03-06 04:33:14.544 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:33:14.544 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-33-14__e1761a58-265d-4569-9e48-0163263fe0d8__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:14.544 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:33:14.545 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:33:14.546 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:33:14.546 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.130.67
|
||||
2026-03-06 04:33:14.546 DEBUG [src.node.docker_mananger] Generated ports ['21396', '21397', '21398', '21399', '21400']
|
||||
2026-03-06 04:33:14.547 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-03-06 04:33:14.547 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:33:14.547 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:33:14.547 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:33:14.547 DEBUG [src.node.docker_mananger] docker run -i -t -p 21396:21396 -p 21397:21397 -p 21398:21398 -p 21399:21399 -p 21400:21400 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=21398 --rest-port=21396 --tcp-port=21397 --discv5-udp-port=21399 --rest-address=0.0.0.0 --nat=extip:172.18.130.67 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=3ec23ae509eee85d94eaaef7f063c5eb1f8a2a912feab4dafc7a1be29321dbbc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21400 --metrics-logging=true --relay=true --filter=true
|
||||
2026-03-06 04:33:14.732 ERROR [src.node.docker_mananger] Max retries reached for container ed4a6bd13f24. Exiting log stream.
|
||||
2026-03-06 04:33:14.746 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.130.67 waku ec15cc25f08f35ce9ab2670ba502128efad11f9ddad909f2359100b2b9469997
|
||||
2026-03-06 04:33:14.782 DEBUG [src.node.docker_mananger] Container started with ID ec15cc25f08f. Setting up logs at ./log/docker/node1_2026-03-06_04-33-14__e1761a58-265d-4569-9e48-0163263fe0d8__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:14.782 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 21396
|
||||
2026-03-06 04:33:14.783 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:33:15.306 ERROR [src.node.docker_mananger] Max retries reached for container c941c7c013b1. Exiting log stream.
|
||||
2026-03-06 04:33:15.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21396/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:15.786 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:33:15.887 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21396/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:15.894 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":"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:33:15.895 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:33:15.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21396/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:15.898 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.130.67/tcp/21397/p2p/16Uiu2HAm3KXKyzAJWB3MbZmFUUeCtayHHYRV85o68jJCse22q8Je","/ip4/172.18.130.67/tcp/21398/ws/p2p/16Uiu2HAm3KXKyzAJWB3MbZmFUUeCtayHHYRV85o68jJCse22q8Je"],"enrUri":"enr:-L24QNVI72tQxOEyjQ55N9HJnC3aRf_mwBc9DvH0vuXASf7CVKQouYB4tgdi-wYmyjAaJcRKZsWiK3Drk7qBu2e_m48CgmlkgnY0gmlwhKwSgkOKbXVsdGlhZGRyc5YACASsEoJDBlOVAAoErBKCQwZTlt0DgnJzhQACAQAAiXNlY3AyNTZrMaECdUo6UosmZCSCz3h0qziBERLxE4czxCBy_HMLaoSEk2uDdGNwglOVg3VkcIJTl4V3YWt1MgU"}'
|
||||
2026-03-06 04:33:15.898 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:33:15.906 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:33:15.906 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-33-14__e1761a58-265d-4569-9e48-0163263fe0d8__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:15.906 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:33:15.906 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:33:15.908 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:33:15.908 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.138.29
|
||||
2026-03-06 04:33:15.908 DEBUG [src.node.docker_mananger] Generated ports ['29525', '29526', '29527', '29528', '29529']
|
||||
2026-03-06 04:33:15.908 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-03-06 04:33:15.908 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:33:15.909 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:33:15.909 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:33:15.909 DEBUG [src.node.docker_mananger] docker run -i -t -p 29525:29525 -p 29526:29526 -p 29527:29527 -p 29528:29528 -p 29529:29529 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=29527 --rest-port=29525 --tcp-port=29526 --discv5-udp-port=29528 --rest-address=0.0.0.0 --nat=extip:172.18.138.29 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=a1bdced7f4f4b85c3c05f9af8a4be438569777fb2ddd864a3b623cf06af617ac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29529 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QNVI72tQxOEyjQ55N9HJnC3aRf_mwBc9DvH0vuXASf7CVKQouYB4tgdi-wYmyjAaJcRKZsWiK3Drk7qBu2e_m48CgmlkgnY0gmlwhKwSgkOKbXVsdGlhZGRyc5YACASsEoJDBlOVAAoErBKCQwZTlt0DgnJzhQACAQAAiXNlY3AyNTZrMaECdUo6UosmZCSCz3h0qziBERLxE4czxCBy_HMLaoSEk2uDdGNwglOVg3VkcIJTl4V3YWt1MgU
|
||||
2026-03-06 04:33:16.126 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.138.29 waku 823774d6b80f37a169163727cb48bf29a79bd2b9913f4ea76b8cc5930e953a4f
|
||||
2026-03-06 04:33:16.163 DEBUG [src.node.docker_mananger] Container started with ID 823774d6b80f. Setting up logs at ./log/docker/node2_2026-03-06_04-33-14__e1761a58-265d-4569-9e48-0163263fe0d8__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:16.163 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 29525
|
||||
2026-03-06 04:33:16.163 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:33:17.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29525/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:17.167 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:33:17.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29525/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:17.284 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:33:17.385 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29525/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:17.390 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:33:17.390 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:33:17.390 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29525/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:17.394 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.138.29/tcp/29526/p2p/16Uiu2HAmCvtShHCqFVTLY75KsvU4XjD421Ac6Ci9fDgkgaFX4p8Z","/ip4/172.18.138.29/tcp/29527/ws/p2p/16Uiu2HAmCvtShHCqFVTLY75KsvU4XjD421Ac6Ci9fDgkgaFX4p8Z"],"enrUri":"enr:-L24QLz7BjkMk9EJETNHhlMkCnlVVVqTseb8TpMu4u91VjTeAIq5_ye7hr1SKGsOwBoqvfU_ArxjuVOTw4zU_UnDhd4CgmlkgnY0gmlwhKwSih2KbXVsdGlhZGRyc5YACASsEoodBnNWAAoErBKKHQZzV90DgnJzhQACAQAAiXNlY3AyNTZrMaEDBBKdNcFdND3s9UiBen6pBHRmoAhr5z6u2MNqlRBWGSqDdGNwgnNWg3VkcIJzWIV3YWt1MgE"}'
|
||||
2026-03-06 04:33:17.395 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:33:17.395 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29525/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.130.67/tcp/21397/p2p/16Uiu2HAm3KXKyzAJWB3MbZmFUUeCtayHHYRV85o68jJCse22q8Je"]'
|
||||
2026-03-06 04:33:17.421 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:17.422 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21396/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
2026-03-06 04:33:17.428 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:17.429 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29525/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
2026-03-06 04:33:17.434 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:17.435 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21396/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:17.447 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:17.447 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:33:17.548 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:17.548 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21396/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:17.551 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771597435129369,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:17.553 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:17.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29525/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:17.555 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771597435129369,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:17.557 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21396/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
||||
2026-03-06 04:33:17.561 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:17.561 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29525/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
||||
2026-03-06 04:33:17.563 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:17.564 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21396/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:17.573 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:17.573 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:33:17.674 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:17.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21396/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:17.677 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771597564244720,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:17.679 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:17.679 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29525/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:17.681 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771597564244720,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:17.683 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21396/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/2"]'
|
||||
2026-03-06 04:33:17.686 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:17.686 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29525/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/2"]'
|
||||
2026-03-06 04:33:17.689 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:17.690 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21396/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:17.698 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:17.699 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:33:17.799 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:17.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21396/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:17.803 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771597690346305,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:17.804 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:17.804 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29525/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:17.806 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771597690346305,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:17.808 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21396/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/3"]'
|
||||
2026-03-06 04:33:17.811 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:17.812 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29525/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/3"]'
|
||||
2026-03-06 04:33:17.814 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:17.815 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21396/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:17.823 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:17.824 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:33:17.925 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:17.925 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21396/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:17.928 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771597815035094,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:17.929 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:17.930 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29525/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:17.932 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771597815035094,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:17.934 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21396/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/4"]'
|
||||
2026-03-06 04:33:17.936 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:17.936 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29525/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/4"]'
|
||||
2026-03-06 04:33:17.940 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:17.940 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21396/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:17.950 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:17.951 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:33:18.051 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:18.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21396/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:18.054 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771597940656045,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:18.056 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:18.056 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29525/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:18.058 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771597940656045,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:18.060 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21396/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/5"]'
|
||||
2026-03-06 04:33:18.062 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:18.063 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29525/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/5"]'
|
||||
2026-03-06 04:33:18.066 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:18.066 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21396/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:18.076 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:18.077 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:33:18.177 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:18.177 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21396/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:18.180 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771598066826840,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:18.181 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:18.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29525/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:18.184 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771598066826840,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:18.185 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21396/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/6"]'
|
||||
2026-03-06 04:33:18.188 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:18.188 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29525/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/6"]'
|
||||
2026-03-06 04:33:18.192 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:18.193 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21396/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:18.201 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:18.201 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:33:18.302 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:18.302 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21396/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:18.305 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771598193116767,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:18.306 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:18.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29525/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:18.309 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771598193116767,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:18.311 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21396/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/7"]'
|
||||
2026-03-06 04:33:18.314 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:18.315 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29525/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/7"]'
|
||||
2026-03-06 04:33:18.317 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:18.317 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21396/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:18.326 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:18.327 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:33:18.427 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:18.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21396/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:18.430 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771598317753147,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:18.432 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:18.433 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29525/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:18.442 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771598317753147,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:18.449 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:33:18.454 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:33:18.454 DEBUG [src.node.waku_node] Stopping container with id ec15cc25f08f
|
||||
2026-03-06 04:33:19.022 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:33:19.022 DEBUG [src.node.waku_node] Stopping container with id 823774d6b80f
|
||||
2026-03-06 04:33:19.620 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:33:19.623 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:33:19.662 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:33:19.702 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
380
nim/1106/data/attachments/186ef21f27e8bcab.txt
Normal file
380
nim/1106/data/attachments/186ef21f27e8bcab.txt
Normal file
@ -0,0 +1,380 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_unsubscribe_from_all_pubsub_topics with id: 2026-03-06_04-39-21__d78bd709-d690-4f46-bbf9-a1db84f207f3
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-39-21__d78bd709-d690-4f46-bbf9-a1db84f207f3__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.191.234
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['60952', '60953', '60954', '60955', '60956']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:163 Removing pubsub-topic from nwaku args
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 60952:60952 -p 60953:60953 -p 60954:60954 -p 60955:60955 -p 60956:60956 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=60954 --rest-port=60952 --tcp-port=60953 --discv5-udp-port=60955 --rest-address=0.0.0.0 --nat=extip:172.18.191.234 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=f64e60c39de7a5cc3d14e1a8a6f6a82c7d01ad5cf5fd18a3fe3bd6cceca3b4c5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60956 --metrics-logging=true --relay=true --filter=true
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 67894f343435. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.191.234 waku b8505e8fb6ce288d61fa5b7f4c7f2aa9e9437beb37c45eb8cb32878f07e0a5f9
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID b8505e8fb6ce. Setting up logs at ./log/docker/node1_2026-03-06_04-39-21__d78bd709-d690-4f46-bbf9-a1db84f207f3__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 60952
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container e117c260e8f9. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container b8505e8fb6ce. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60952/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=60952): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd7f07ee420>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.211.21
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['49749', '49750', '49751', '49752', '49753']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:163 Removing pubsub-topic from nwaku args
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 49749:49749 -p 49750:49750 -p 49751:49751 -p 49752:49752 -p 49753:49753 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=49751 --rest-port=49749 --tcp-port=49750 --discv5-udp-port=49752 --rest-address=0.0.0.0 --nat=extip:172.18.211.21 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=fde0ddbe6dee0d05dab35c8dcb2654bfcb7fb1f490dd0e243a7e4bdbcbd9c91c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49753 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.211.21 waku 8563a1c08c0ef3db0c19ddeb121c4607de1d9828aba4aedcb12e64b3846b1067
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 8563a1c08c0e. Setting up logs at ./log/docker/node1_2026-03-06_04-39-21__d78bd709-d690-4f46-bbf9-a1db84f207f3__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 49749
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49749/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49749/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","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"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49749/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.211.21/tcp/49750/p2p/16Uiu2HAm85ZyncQT9z3eMuP4G5gzcRZj2LgRnf2FDgqT2m48ptdb","/ip4/172.18.211.21/tcp/49751/ws/p2p/16Uiu2HAm85ZyncQT9z3eMuP4G5gzcRZj2LgRnf2FDgqT2m48ptdb"],"enrUri":"enr:-L24QAF1tw6jZEEoBmFIF2cffnBFigFtdHvHiWyBtte_PJu5DUvVPnl8HdsDjFre777bIWmL3Sx2pbjwjtxxri21krECgmlkgnY0gmlwhKwS0xWKbXVsdGlhZGRyc5YACASsEtMVBsJWAAoErBLTFQbCV90DgnJzhQACAQAAiXNlY3AyNTZrMaECvAGHjmJVfmUS9ldjRNe9kGHQeTb5aw6JaF2U8xSTw56DdGNwgsJWg3VkcILCWIV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-39-21__d78bd709-d690-4f46-bbf9-a1db84f207f3__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.255.206
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['58443', '58444', '58445', '58446', '58447']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:163 Removing pubsub-topic from nwaku args
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 58443:58443 -p 58444:58444 -p 58445:58445 -p 58446:58446 -p 58447:58447 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=58445 --rest-port=58443 --tcp-port=58444 --discv5-udp-port=58446 --rest-address=0.0.0.0 --nat=extip:172.18.255.206 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=0ebccbb91da27c1d6838b4bb1fefcec18ff9e807d8b1bc399e932b5c0fa0270d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58447 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QAF1tw6jZEEoBmFIF2cffnBFigFtdHvHiWyBtte_PJu5DUvVPnl8HdsDjFre777bIWmL3Sx2pbjwjtxxri21krECgmlkgnY0gmlwhKwS0xWKbXVsdGlhZGRyc5YACASsEtMVBsJWAAoErBLTFQbCV90DgnJzhQACAQAAiXNlY3AyNTZrMaECvAGHjmJVfmUS9ldjRNe9kGHQeTb5aw6JaF2U8xSTw56DdGNwgsJWg3VkcILCWIV3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.255.206 waku 1d611fd0aea68d45b50e95e1cecafa81596324105fedd1c5905b2a3bde05d622
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 1d611fd0aea6. Setting up logs at ./log/docker/node2_2026-03-06_04-39-21__d78bd709-d690-4f46-bbf9-a1db84f207f3__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 58443
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58443/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58443/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58443/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.255.206/tcp/58444/p2p/16Uiu2HAmCcJ5dhbPskvnuGtg15k1CrADb3Ge7rrPX7GFAhiQEwRZ","/ip4/172.18.255.206/tcp/58445/ws/p2p/16Uiu2HAmCcJ5dhbPskvnuGtg15k1CrADb3Ge7rrPX7GFAhiQEwRZ"],"enrUri":"enr:-L24QENibVzkIF-QQ9aG3CHWW1miZrgoylUMFG6B44Aw2zmSDbx3o_rRTSvxLfA-SmI7w2aKc5DjF80hQ808183OkFoCgmlkgnY0gmlwhKwS_86KbXVsdGlhZGRyc5YACASsEv_OBuRMAAoErBL_zgbkTd0DgnJzhQACAQAAiXNlY3AyNTZrMaEC_09OFcZbnRhGZzplLBZ6-3tBzxDompzhmz53ktisVsCDdGNwguRMg3VkcILkToV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:58443/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.211.21/tcp/49750/p2p/16Uiu2HAm85ZyncQT9z3eMuP4G5gzcRZj2LgRnf2FDgqT2m48ptdb"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49749/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:58443/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49749/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49749/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771986078267554,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58443/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771986078267554,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49749/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49749/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771986203672458,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58443/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771986203672458,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49749/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49749/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771986326558063,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58443/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771986326558063,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49749/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49749/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771986448568349,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58443/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771986448568349,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49749/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49749/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771986569902753,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58443/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771986569902753,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49749/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49749/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771986694222165,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58443/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771986694222165,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49749/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49749/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771986816842002,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58443/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771986816842002,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49749/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49749/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771986982505180,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58443/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771986982505180,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:49749/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:58443/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49749/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:49749/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/0'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49749/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:49749/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/1'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49749/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:49749/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/2'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49749/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:49749/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/3'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49749/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:49749/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/4'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49749/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:49749/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/5'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49749/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:49749/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/6'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49749/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:49749/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/7'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8563a1c08c0e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 1d611fd0aea6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
114
nim/1106/data/attachments/187b82c9d2ae55eb.txt
Normal file
114
nim/1106/data/attachments/187b82c9d2ae55eb.txt
Normal file
@ -0,0 +1,114 @@
|
||||
2026-03-06 04:36:40.153 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:36:40.154 DEBUG [tests.conftest] Running test: test_publish_after_node2_restarts with id: 2026-03-06_04-36-40__08a99f53-a6f5-429b-8f53-e052b616c2e8
|
||||
2026-03-06 04:36:40.154 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:36:40.154 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-06 04:36:40.154 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
||||
2026-03-06 04:36:40.161 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:36:40.161 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-36-40__08a99f53-a6f5-429b-8f53-e052b616c2e8__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:36:40.161 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:36:40.161 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:36:40.162 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:36:40.163 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.109.176
|
||||
2026-03-06 04:36:40.163 DEBUG [src.node.docker_mananger] Generated ports ['15352', '15353', '15354', '15355', '15356']
|
||||
2026-03-06 04:36:40.163 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:36:40.163 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:36:40.163 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:36:40.163 DEBUG [src.node.docker_mananger] docker run -i -t -p 15352:15352 -p 15353:15353 -p 15354:15354 -p 15355:15355 -p 15356:15356 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=15354 --rest-port=15352 --tcp-port=15353 --discv5-udp-port=15355 --rest-address=0.0.0.0 --nat=extip:172.18.109.176 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=12faaa4aca59b40f6f21badd33ca02db3cb95eb30da3fad967ac6eb1c60fee7c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15356 --metrics-logging=true --relay=true
|
||||
2026-03-06 04:36:40.347 ERROR [src.node.docker_mananger] Max retries reached for container d0b8fb8a12de. Exiting log stream.
|
||||
2026-03-06 04:36:40.364 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.109.176 waku 00a03d72c02bdb1fcf42478fd23da216d1bff4f365d107bc0580afc3e463ba5a
|
||||
2026-03-06 04:36:40.399 DEBUG [src.node.docker_mananger] Container started with ID 00a03d72c02b. Setting up logs at ./log/docker/node1_2026-03-06_04-36-40__08a99f53-a6f5-429b-8f53-e052b616c2e8__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:36:40.400 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15352
|
||||
2026-03-06 04:36:40.401 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:36:40.821 ERROR [src.node.docker_mananger] Max retries reached for container 0baed69a5400. Exiting log stream.
|
||||
2026-03-06 04:36:41.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:41.404 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:36:41.404 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:36:41.405 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15352/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:41.407 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.109.176/tcp/15353/p2p/16Uiu2HAmQkCfi8pUVueAepNjKt3KLk16uCjeRucUpXQy7Syedm9K","/ip4/172.18.109.176/tcp/15354/ws/p2p/16Uiu2HAmQkCfi8pUVueAepNjKt3KLk16uCjeRucUpXQy7Syedm9K"],"enrUri":"enr:-L24QFfCTDQD8JPIhNFPxCV4fptj5f37fOrToLgYxl_Es6TqZci7f8kiEbJENwK7FbwcFFZbBrgD--brpEKUQrZ3tjUCgmlkgnY0gmlwhKwSbbCKbXVsdGlhZGRyc5YACASsEm2wBjv5AAoErBJtsAY7-t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDs6ITH8r2CAVVFszX6YLDwOGH0r6hAgtTGuFDtKu9OUKDdGNwgjv5g3VkcII7-4V3YWt1MgE"}'
|
||||
2026-03-06 04:36:41.407 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:36:41.414 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:36:41.414 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-36-40__08a99f53-a6f5-429b-8f53-e052b616c2e8__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:36:41.414 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:36:41.414 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:36:41.415 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:36:41.416 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.236.35
|
||||
2026-03-06 04:36:41.416 DEBUG [src.node.docker_mananger] Generated ports ['16212', '16213', '16214', '16215', '16216']
|
||||
2026-03-06 04:36:41.416 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:36:41.416 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:36:41.416 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:36:41.416 DEBUG [src.node.docker_mananger] docker run -i -t -p 16212:16212 -p 16213:16213 -p 16214:16214 -p 16215:16215 -p 16216:16216 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=16214 --rest-port=16212 --tcp-port=16213 --discv5-udp-port=16215 --rest-address=0.0.0.0 --nat=extip:172.18.236.35 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0de4c3ed61fff0bbbeddca1acd5d6bfdbe2f09b7bb1e8670ab58f7e7fe7d524a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16216 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFfCTDQD8JPIhNFPxCV4fptj5f37fOrToLgYxl_Es6TqZci7f8kiEbJENwK7FbwcFFZbBrgD--brpEKUQrZ3tjUCgmlkgnY0gmlwhKwSbbCKbXVsdGlhZGRyc5YACASsEm2wBjv5AAoErBJtsAY7-t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDs6ITH8r2CAVVFszX6YLDwOGH0r6hAgtTGuFDtKu9OUKDdGNwgjv5g3VkcII7-4V3YWt1MgE
|
||||
2026-03-06 04:36:41.609 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.236.35 waku 413a7ba08df99f0f677b1fa9f6bb976f755c056c0536d3b3e7d87a89e2d3bcd5
|
||||
2026-03-06 04:36:41.641 DEBUG [src.node.docker_mananger] Container started with ID 413a7ba08df9. Setting up logs at ./log/docker/node2_2026-03-06_04-36-40__08a99f53-a6f5-429b-8f53-e052b616c2e8__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:36:41.642 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16212
|
||||
2026-03-06 04:36:41.642 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:36:42.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16212/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:42.660 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:36:42.661 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:36:42.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16212/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:42.667 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.236.35/tcp/16213/p2p/16Uiu2HAmLcMMSaQpzqwt9yWhxmE4c8bXhRzwvouwXtgLzowUExps","/ip4/172.18.236.35/tcp/16214/ws/p2p/16Uiu2HAmLcMMSaQpzqwt9yWhxmE4c8bXhRzwvouwXtgLzowUExps"],"enrUri":"enr:-L24QApTVauchplRJotbhuRpJRN09Eo6SK5mZ-88erX-RQUJAzGtqcpPQ26aspdRppsRSomWyeypK4UoikH3olNpWsgCgmlkgnY0gmlwhKwS7COKbXVsdGlhZGRyc5YACASsEuwjBj9VAAoErBLsIwY_Vt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDdjCALztOzW95ZLaRzdiOQAoInbRVsj2T-46poI-AvQyDdGNwgj9Vg3VkcII_V4V3YWt1MgE"}'
|
||||
2026-03-06 04:36:42.668 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:36:42.669 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16212/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.109.176/tcp/15353/p2p/16Uiu2HAmQkCfi8pUVueAepNjKt3KLk16uCjeRucUpXQy7Syedm9K"]'
|
||||
2026-03-06 04:36:42.674 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:42.674 DEBUG [src.steps.relay] Running fixture setup: subscribe_main_relay_nodes
|
||||
2026-03-06 04:36:42.674 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15352/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:36:42.678 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:42.678 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16212/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:36:42.683 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:42.684 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15352/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:36:42.690 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:42.690 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:36:42.791 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:36:42.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15352/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:42.794 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771802684637952,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:36:42.796 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:36:42.796 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16212/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:42.798 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771802684637952,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:36:42.799 INFO [src.steps.relay] WARM UP successful!!
|
||||
2026-03-06 04:36:42.801 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15352/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:36:42.805 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:42.806 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:36:42.907 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:36:42.907 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15352/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:42.910 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771802801027933,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:36:42.911 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:36:42.912 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16212/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:42.914 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771802801027933,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:36:42.915 DEBUG [src.node.waku_node] Restarting container with id 413a7ba08df9
|
||||
2026-03-06 04:36:43.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16212/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:43.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16212/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:43.758 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:36:43.758 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:36:43.758 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16212/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:43.760 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.236.35/tcp/16213/p2p/16Uiu2HAmLcMMSaQpzqwt9yWhxmE4c8bXhRzwvouwXtgLzowUExps","/ip4/172.18.236.35/tcp/16214/ws/p2p/16Uiu2HAmLcMMSaQpzqwt9yWhxmE4c8bXhRzwvouwXtgLzowUExps"],"enrUri":"enr:-L24QApTVauchplRJotbhuRpJRN09Eo6SK5mZ-88erX-RQUJAzGtqcpPQ26aspdRppsRSomWyeypK4UoikH3olNpWsgCgmlkgnY0gmlwhKwS7COKbXVsdGlhZGRyc5YACASsEuwjBj9VAAoErBLsIwY_Vt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDdjCALztOzW95ZLaRzdiOQAoInbRVsj2T-46poI-AvQyDdGNwgj9Vg3VkcII_V4V3YWt1MgE"}'
|
||||
2026-03-06 04:36:43.761 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:36:43.761 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15352/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:36:43.764 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:43.764 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16212/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:36:43.787 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:43.788 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15352/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:36:43.792 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:43.792 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:36:43.892 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:36:43.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15352/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:43.895 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771803787975936,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:36:43.896 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:36:43.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16212/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:43.898 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[]'
|
||||
2026-03-06 04:36:44.899 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15352/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:36:44.905 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:44.905 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:36:45.005 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:36:45.005 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15352/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:45.008 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771804899522304,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:36:45.009 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:36:45.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16212/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:45.012 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771804899522304,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:36:45.015 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:36:45.016 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:36:45.016 DEBUG [src.node.waku_node] Stopping container with id 00a03d72c02b
|
||||
2026-03-06 04:36:45.581 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:36:45.581 DEBUG [src.node.waku_node] Stopping container with id 413a7ba08df9
|
||||
2026-03-06 04:36:46.133 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:36:46.137 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:36:46.157 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:36:46.176 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
124
nim/1106/data/attachments/18a59b1c57270ee8.txt
Normal file
124
nim/1106/data/attachments/18a59b1c57270ee8.txt
Normal file
@ -0,0 +1,124 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_unsubscribe_from_non_subscribed_content_topics with id: 2026-03-06_04-38-32__274cb547-afed-4285-b76a-9a17011a3e9d
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-38-32__274cb547-afed-4285-b76a-9a17011a3e9d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.29.56
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['41490', '41491', '41492', '41493', '41494']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 41490:41490 -p 41491:41491 -p 41492:41492 -p 41493:41493 -p 41494:41494 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=41492 --rest-port=41490 --tcp-port=41491 --discv5-udp-port=41493 --rest-address=0.0.0.0 --nat=extip:172.18.29.56 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=bd51bfccdaf7caa4cc9e5b7d5ddc1aaf87a70f1eda5ffeb704cab5add8ca58fe --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41494 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container beaa5dd7c22d. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.29.56 waku a602c7e6b91a8a4ea9f7aec027599101fb50800d7447209e535e621716e33ddd
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID a602c7e6b91a. Setting up logs at ./log/docker/node1_2026-03-06_04-38-32__274cb547-afed-4285-b76a-9a17011a3e9d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 41490
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 4ce25877f0b7. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41490/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41490/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41490/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41490/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41490/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.29.56/tcp/41491/p2p/16Uiu2HAmDdvW4BwBi1tgFZMDfXeXwctNVYsFJkLSA1Pp4wRKASxt","/ip4/172.18.29.56/tcp/41492/ws/p2p/16Uiu2HAmDdvW4BwBi1tgFZMDfXeXwctNVYsFJkLSA1Pp4wRKASxt"],"enrUri":"enr:-L24QJR0rTM6eroSUGXnCBG9I1mhtf8SgSq3TTV-Sy_aqihhDCKSjDLhv8qsVZ-N34ef4IZzbEq9V2iNTIazskH7yuECgmlkgnY0gmlwhKwSHTiKbXVsdGlhZGRyc5YACASsEh04BqITAAoErBIdOAaiFN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDDpXBEtGcVeZnvchGU0Fy0lvsL3oZ4LaY5pACn68ahrWDdGNwgqITg3VkcIKiFYV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-38-32__274cb547-afed-4285-b76a-9a17011a3e9d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.59.245
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['20813', '20814', '20815', '20816', '20817']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 20813:20813 -p 20814:20814 -p 20815:20815 -p 20816:20816 -p 20817:20817 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=20815 --rest-port=20813 --tcp-port=20814 --discv5-udp-port=20816 --rest-address=0.0.0.0 --nat=extip:172.18.59.245 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=c2afafa9c8c74b4a497ae9a06dca44dbf6d4d0df31626467d014bf3bbe3dfdea --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=20817 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJR0rTM6eroSUGXnCBG9I1mhtf8SgSq3TTV-Sy_aqihhDCKSjDLhv8qsVZ-N34ef4IZzbEq9V2iNTIazskH7yuECgmlkgnY0gmlwhKwSHTiKbXVsdGlhZGRyc5YACASsEh04BqITAAoErBIdOAaiFN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDDpXBEtGcVeZnvchGU0Fy0lvsL3oZ4LaY5pACn68ahrWDdGNwgqITg3VkcIKiFYV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.59.245 waku c929beca03ee80523657193976b674bfac5a3de074dab1d31341e50a3a1ff720
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c929beca03ee. Setting up logs at ./log/docker/node2_2026-03-06_04-38-32__274cb547-afed-4285-b76a-9a17011a3e9d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 20813
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20813/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20813/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20813/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20813/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20813/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.59.245/tcp/20814/p2p/16Uiu2HAmE1vkWJQH7m4LA9Q7ruNteQEyehWYq6kmvLkecpgwXzN5","/ip4/172.18.59.245/tcp/20815/ws/p2p/16Uiu2HAmE1vkWJQH7m4LA9Q7ruNteQEyehWYq6kmvLkecpgwXzN5"],"enrUri":"enr:-L24QEnXWHfEv6bqvrEShOhy3HLEQYUpQFSnQi5UQFIpj5gATMBXWaxpraGiCThmRpt1H6rVFC0T853QwO2njp_NAPYCgmlkgnY0gmlwhKwSO_WKbXVsdGlhZGRyc5YACASsEjv1BlFOAAoErBI79QZRT90DgnJzhQACAQAAiXNlY3AyNTZrMaEDFDjQToRfzSKRoZ3RD_QWJ_dPscnvby5d5INsao7tW3qDdGNwglFOg3VkcIJRUIV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20813/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.29.56/tcp/41491/p2p/16Uiu2HAmDdvW4BwBi1tgFZMDfXeXwctNVYsFJkLSA1Pp4wRKASxt"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:41490/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"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:20813/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"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:41490/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41490/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:41490/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto. Response content: b'/myapp/1/latest/proto'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:41490/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41490/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:41490/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js. Response content: b'/waku/2/content/test.js'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:41490/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41490/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:41490/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding. Response content: b'/app/22/sometopic/someencoding'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:41490/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41490/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:41490/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto. Response content: b'/toychat/2/huilong/proto'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:41490/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41490/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:41490/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor. Response content: b'/statusim/1/community/cbor'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:41490/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41490/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:41490/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding. Response content: b'/app/27/sometopic/someencoding'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:41490/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41490/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:41490/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding. Response content: b'/app/29/sometopic/someencoding'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:41490/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41490/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:41490/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding. Response content: b'/app/20/sometopic/someencoding'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id a602c7e6b91a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id c929beca03ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
164
nim/1106/data/attachments/18ad9dbf96e1f997.txt
Normal file
164
nim/1106/data/attachments/18ad9dbf96e1f997.txt
Normal file
@ -0,0 +1,164 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_optional_nodes_not_subscribed_to_same_topic with id: 2026-03-06_04-32-54__f44f8f85-4d86-4346-b436-35e82196b1a6
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-32-54__f44f8f85-4d86-4346-b436-35e82196b1a6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.27.87
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['53709', '53710', '53711', '53712', '53713']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 53709:53709 -p 53710:53710 -p 53711:53711 -p 53712:53712 -p 53713:53713 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=53711 --rest-port=53709 --tcp-port=53710 --discv5-udp-port=53712 --rest-address=0.0.0.0 --nat=extip:172.18.27.87 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b6bbabc6bd5fd7f2efe9fa7b393886beae806402a7623b41fe12159992aaabaa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53713 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.27.87 waku 254029ab9eb2e5731ba48cb9b863019d58f1d7783f481444a8a3ca9cf97a11e9
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container b9f3d1294306. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 254029ab9eb2. Setting up logs at ./log/docker/node1_2026-03-06_04-32-54__f44f8f85-4d86-4346-b436-35e82196b1a6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 53709
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container ab08f59fc596. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:53709/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:53709/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.27.87/tcp/53710/p2p/16Uiu2HAm7CySrxXpE6NtKm9d9x62x87DR6x68qnV9SmF8A5uyiNY","/ip4/172.18.27.87/tcp/53711/ws/p2p/16Uiu2HAm7CySrxXpE6NtKm9d9x62x87DR6x68qnV9SmF8A5uyiNY"],"enrUri":"enr:-L24QKUqjpvEaac7IZZpdkR917ZcSa0ZEOFSezDc9aj47PceRGO75qNNsmsm8SShUevWQz_Rzz1x3rdh098jhVr8aNMCgmlkgnY0gmlwhKwSG1eKbXVsdGlhZGRyc5YACASsEhtXBtHOAAoErBIbVwbRz90DgnJzhQADAQAAiXNlY3AyNTZrMaECrwtxN-x3xmvbfIYW7z6JCQWDk5iFe9t3tRJhokWuQeWDdGNwgtHOg3VkcILR0IV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-32-54__f44f8f85-4d86-4346-b436-35e82196b1a6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.50.16
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['58006', '58007', '58008', '58009', '58010']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 58006:58006 -p 58007:58007 -p 58008:58008 -p 58009:58009 -p 58010:58010 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=58008 --rest-port=58006 --tcp-port=58007 --discv5-udp-port=58009 --rest-address=0.0.0.0 --nat=extip:172.18.50.16 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e5471cdf3f562aeadc7e90afdcd9d5bb200681295725a79e3adcac5cb984d4ac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58010 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QKUqjpvEaac7IZZpdkR917ZcSa0ZEOFSezDc9aj47PceRGO75qNNsmsm8SShUevWQz_Rzz1x3rdh098jhVr8aNMCgmlkgnY0gmlwhKwSG1eKbXVsdGlhZGRyc5YACASsEhtXBtHOAAoErBIbVwbRz90DgnJzhQADAQAAiXNlY3AyNTZrMaECrwtxN-x3xmvbfIYW7z6JCQWDk5iFe9t3tRJhokWuQeWDdGNwgtHOg3VkcILR0IV3YWt1MgU --filternode=/ip4/172.18.27.87/tcp/53710/p2p/16Uiu2HAm7CySrxXpE6NtKm9d9x62x87DR6x68qnV9SmF8A5uyiNY
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.50.16 waku 979bfb148db051bf960c6a5ee8e4819050e6efd7682a7bf298a38699cb45dccb
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 979bfb148db0. Setting up logs at ./log/docker/node2_2026-03-06_04-32-54__f44f8f85-4d86-4346-b436-35e82196b1a6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 58006
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58006/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58006/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.50.16/tcp/58007/p2p/16Uiu2HAmLYVfogTxzeuvDJ4GXfXBE9eEXkCcQGAnRhmK28bGrzLg","/ip4/172.18.50.16/tcp/58008/ws/p2p/16Uiu2HAmLYVfogTxzeuvDJ4GXfXBE9eEXkCcQGAnRhmK28bGrzLg"],"enrUri":"enr:-L24QALouhUHkflw-5xwDx6KE2uaSt4dfhNDKRVdG9dUNkdoDnSpemUwcYkbnl497Wn2PCa1R6GkEoPg9snY1ReGleUCgmlkgnY0gmlwhKwSMhCKbXVsdGlhZGRyc5YACASsEjIQBuKXAAoErBIyEAbimN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDdTOUw_EGq2Z4RAfogNRIfLSWw4MJpBMcl7-aJmpmJpGDdGNwguKXg3VkcILimYV3YWt1MgA"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:58006/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.27.87/tcp/53710/p2p/16Uiu2HAm7CySrxXpE6NtKm9d9x62x87DR6x68qnV9SmF8A5uyiNY"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-03-06_04-32-54__f44f8f85-4d86-4346-b436-35e82196b1a6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.66.78
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['2904', '2905', '2906', '2907', '2908']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 2904:2904 -p 2905:2905 -p 2906:2906 -p 2907:2907 -p 2908:2908 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=2906 --rest-port=2904 --tcp-port=2905 --discv5-udp-port=2907 --rest-address=0.0.0.0 --nat=extip:172.18.66.78 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cc0fc75aec8dfbb7dae4c83dbc7ae4fca6c00f9260bbfc2da8f5af42eec60c0a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2908 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QKUqjpvEaac7IZZpdkR917ZcSa0ZEOFSezDc9aj47PceRGO75qNNsmsm8SShUevWQz_Rzz1x3rdh098jhVr8aNMCgmlkgnY0gmlwhKwSG1eKbXVsdGlhZGRyc5YACASsEhtXBtHOAAoErBIbVwbRz90DgnJzhQADAQAAiXNlY3AyNTZrMaECrwtxN-x3xmvbfIYW7z6JCQWDk5iFe9t3tRJhokWuQeWDdGNwgtHOg3VkcILR0IV3YWt1MgU --filternode=/ip4/172.18.27.87/tcp/53710/p2p/16Uiu2HAm7CySrxXpE6NtKm9d9x62x87DR6x68qnV9SmF8A5uyiNY
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.66.78 waku a280edc053325ffbdae9523e1bfd722f1b639501579068d00feed811e58fb241
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID a280edc05332. Setting up logs at ./log/docker/node3_2026-03-06_04-32-54__f44f8f85-4d86-4346-b436-35e82196b1a6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 2904
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2904/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2904/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.66.78/tcp/2905/p2p/16Uiu2HAmUevUMaRJSRm4xNDE1Rdj4P3UdmhgesgaRGNm2onNuLv8","/ip4/172.18.66.78/tcp/2906/ws/p2p/16Uiu2HAmUevUMaRJSRm4xNDE1Rdj4P3UdmhgesgaRGNm2onNuLv8"],"enrUri":"enr:-L24QLH7hMfvLfU81XqvbWL3tciNLsZ9d0NqLNTLYK1dobb4MZRPdPzIJbDhLdWY8Kr-pcwjI8qkfZe9StXfMTCN4-sCgmlkgnY0gmlwhKwSQk6KbXVsdGlhZGRyc5YACASsEkJOBgtZAAoErBJCTgYLWt0DgnJzhQADAQAAiXNlY3AyNTZrMaED7babEpVEMylYGhWUgm1rjpUHsbrop104iSWVhQr-eUWDdGNwggtZg3VkcIILW4V3YWt1MgA"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:2904/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.27.87/tcp/53710/p2p/16Uiu2HAm7CySrxXpE6NtKm9d9x62x87DR6x68qnV9SmF8A5uyiNY"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node4_2026-03-06_04-32-54__f44f8f85-4d86-4346-b436-35e82196b1a6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.123.253
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['44795', '44796', '44797', '44798', '44799']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 44795:44795 -p 44796:44796 -p 44797:44797 -p 44798:44798 -p 44799:44799 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=44797 --rest-port=44795 --tcp-port=44796 --discv5-udp-port=44798 --rest-address=0.0.0.0 --nat=extip:172.18.123.253 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f84ec973415634ad8bbad28fbeafd03516accdd7cf68e2dd0f1e63ba2135c0e2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44799 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QKUqjpvEaac7IZZpdkR917ZcSa0ZEOFSezDc9aj47PceRGO75qNNsmsm8SShUevWQz_Rzz1x3rdh098jhVr8aNMCgmlkgnY0gmlwhKwSG1eKbXVsdGlhZGRyc5YACASsEhtXBtHOAAoErBIbVwbRz90DgnJzhQADAQAAiXNlY3AyNTZrMaECrwtxN-x3xmvbfIYW7z6JCQWDk5iFe9t3tRJhokWuQeWDdGNwgtHOg3VkcILR0IV3YWt1MgU --filternode=/ip4/172.18.27.87/tcp/53710/p2p/16Uiu2HAm7CySrxXpE6NtKm9d9x62x87DR6x68qnV9SmF8A5uyiNY
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.123.253 waku e0064889041f4912cfa2efa7c74464eebbd31ab00261ca1b4243c1a37ad7cd4f
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID e0064889041f. Setting up logs at ./log/docker/node4_2026-03-06_04-32-54__f44f8f85-4d86-4346-b436-35e82196b1a6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 44795
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44795/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.123.253/tcp/44796/p2p/16Uiu2HAmBsb8UnypVffzvpS4mU4qwWa8Lv3Dz4C2UNosmEHbMDEY","/ip4/172.18.123.253/tcp/44797/ws/p2p/16Uiu2HAmBsb8UnypVffzvpS4mU4qwWa8Lv3Dz4C2UNosmEHbMDEY"],"enrUri":"enr:-L24QF_QA6agHr6Lza2YdpMXSFIbolwmRSad2iIxJneYm2-4Y5AvcUB_IgMyXR9ZzlwZQAx6Vjh5yaP6QjHq7jmjWx4CgmlkgnY0gmlwhKwSe_2KbXVsdGlhZGRyc5YACASsEnv9Bq78AAoErBJ7_Qau_d0DgnJzhQADAQAAiXNlY3AyNTZrMaEC9F6bkQXuSaZREf5eFR4_JLWulStuXFD5c_JksPRA-0GDdGNwgq78g3VkcIKu_oV3YWt1MgA"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44795/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.27.87/tcp/53710/p2p/16Uiu2HAm7CySrxXpE6NtKm9d9x62x87DR6x68qnV9SmF8A5uyiNY"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node5_2026-03-06_04-32-54__f44f8f85-4d86-4346-b436-35e82196b1a6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.0.207
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['17597', '17598', '17599', '17600', '17601']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 17597:17597 -p 17598:17598 -p 17599:17599 -p 17600:17600 -p 17601:17601 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=17599 --rest-port=17597 --tcp-port=17598 --discv5-udp-port=17600 --rest-address=0.0.0.0 --nat=extip:172.18.0.207 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ccffde6e3f90a3b2f9fdc5ddcde7f0fbfda04fda210b20cda0045eaf3f0ee16b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17601 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QKUqjpvEaac7IZZpdkR917ZcSa0ZEOFSezDc9aj47PceRGO75qNNsmsm8SShUevWQz_Rzz1x3rdh098jhVr8aNMCgmlkgnY0gmlwhKwSG1eKbXVsdGlhZGRyc5YACASsEhtXBtHOAAoErBIbVwbRz90DgnJzhQADAQAAiXNlY3AyNTZrMaECrwtxN-x3xmvbfIYW7z6JCQWDk5iFe9t3tRJhokWuQeWDdGNwgtHOg3VkcILR0IV3YWt1MgU --filternode=/ip4/172.18.27.87/tcp/53710/p2p/16Uiu2HAm7CySrxXpE6NtKm9d9x62x87DR6x68qnV9SmF8A5uyiNY
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.0.207 waku 4b4ffc3ab6e1f5937937ebdd30b44f912c4f21d97ae4e4ff425181e0e5ddfd29
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 4b4ffc3ab6e1. Setting up logs at ./log/docker/node5_2026-03-06_04-32-54__f44f8f85-4d86-4346-b436-35e82196b1a6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 17597
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17597/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17597/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.0.207/tcp/17598/p2p/16Uiu2HAmCsj5PLzfv3aYt3UVwqnugdAWGs8HdYwna3praxR9xRV6","/ip4/172.18.0.207/tcp/17599/ws/p2p/16Uiu2HAmCsj5PLzfv3aYt3UVwqnugdAWGs8HdYwna3praxR9xRV6"],"enrUri":"enr:-L24QKYqerAr1EUYoO0gOkVcmrh-xDdDC0KvAh7M-iyEWkBkaAe4hCmcRImj-3YzYNlIIr1FgOaYtUCifIyjQnZ99RMCgmlkgnY0gmlwhKwSAM-KbXVsdGlhZGRyc5YACASsEgDPBkS-AAoErBIAzwZEv90DgnJzhQADAQAAiXNlY3AyNTZrMaEDA0NHqOaDm_CX4hZlaSgyFMnr5qeIStLJwbNFqopRmRWDdGNwgkS-g3VkcIJEwIV3YWt1MgA"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:17597/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.27.87/tcp/53710/p2p/16Uiu2HAm7CySrxXpE6NtKm9d9x62x87DR6x68qnV9SmF8A5uyiNY"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53709/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:58006/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "2460db68-1d18-4882-b1d4-18d067475432", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"2460db68-1d18-4882-b1d4-18d067475432","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:2904/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "560f3c7a-02e2-4493-8827-98b54a39035a", "contentFilters": ["/test/2/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"560f3c7a-02e2-4493-8827-98b54a39035a","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44795/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "9e041a57-edb5-4d49-9c22-859f9e5409e4", "contentFilters": ["/test/2/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"9e041a57-edb5-4d49-9c22-859f9e5409e4","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:17597/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "13e9e97a-b1be-44fb-b162-b18a9f408506", "contentFilters": ["/test/2/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"13e9e97a-b1be-44fb-b162-b18a9f408506","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53709/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:96 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58006/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772771581001856105,"ephemeral":false}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53709/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:96 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2904/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:2904/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto. Response content: b'Not subscribed to topic: /test/1/waku-filter/proto'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 254029ab9eb2
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 979bfb148db0
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id a280edc05332
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 254029ab9eb2. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e0064889041f
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 979bfb148db0. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 4b4ffc3ab6e1
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container a280edc05332. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
4154
nim/1106/data/attachments/18b03c0b430a7e2f.txt
Normal file
4154
nim/1106/data/attachments/18b03c0b430a7e2f.txt
Normal file
File diff suppressed because it is too large
Load Diff
209
nim/1106/data/attachments/1966716402391886.txt
Normal file
209
nim/1106/data/attachments/1966716402391886.txt
Normal file
@ -0,0 +1,209 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_unsubscribe_from_some_pubsub_topics with id: 2026-03-06_04-39-15__c8591c8d-1ba1-4a4c-bcd1-da2f5a2bb172
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-39-15__c8591c8d-1ba1-4a4c-bcd1-da2f5a2bb172__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.228.165
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['34233', '34234', '34235', '34236', '34237']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:163 Removing pubsub-topic from nwaku args
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 34233:34233 -p 34234:34234 -p 34235:34235 -p 34236:34236 -p 34237:34237 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=34235 --rest-port=34233 --tcp-port=34234 --discv5-udp-port=34236 --rest-address=0.0.0.0 --nat=extip:172.18.228.165 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=3e1baa6ead83afbafce4fb5eb5f1cebc3c8b0f02cdb88d9d4d5eb0b19381780a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34237 --metrics-logging=true --relay=true --filter=true
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 3796fed9effc. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.107.152
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['42647', '42648', '42649', '42650', '42651']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:163 Removing pubsub-topic from nwaku args
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 42647:42647 -p 42648:42648 -p 42649:42649 -p 42650:42650 -p 42651:42651 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=42649 --rest-port=42647 --tcp-port=42648 --discv5-udp-port=42650 --rest-address=0.0.0.0 --nat=extip:172.18.107.152 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=a9f94d3d30cee7088f38d9ceda2cbf36d0caecff7a9ddab7f7b7fe56be88aa8a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42651 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.107.152 waku 67894f3434353dc0bf6b214bb11c23a5835eff7461716c16014e8a268b225c5a
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 67894f343435. Setting up logs at ./log/docker/node1_2026-03-06_04-39-15__c8591c8d-1ba1-4a4c-bcd1-da2f5a2bb172__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 42647
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 55a376b6e6de. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42647/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42647/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42647/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","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"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42647/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.107.152/tcp/42648/p2p/16Uiu2HAmRVogN5nVGSyJuFnt4mGvs1M3mXRNvQPgD8NQyZV7H6pE","/ip4/172.18.107.152/tcp/42649/ws/p2p/16Uiu2HAmRVogN5nVGSyJuFnt4mGvs1M3mXRNvQPgD8NQyZV7H6pE"],"enrUri":"enr:-L24QFptvHKwhf4bWYflJNExPUcgQMIszNQYpQVRc0YoEK-SJqSSXeNt9G9Vkv0HqBGcnLg2SbYPxs3ef-77qR6bTkQCgmlkgnY0gmlwhKwSa5iKbXVsdGlhZGRyc5YACASsEmuYBqaYAAoErBJrmAammd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDvs2jCkCr7f3N3OOee1Ui3SnD1s8i41nLd762v5nKM8eDdGNwgqaYg3VkcIKmmoV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-39-15__c8591c8d-1ba1-4a4c-bcd1-da2f5a2bb172__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.115.37
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['52113', '52114', '52115', '52116', '52117']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:163 Removing pubsub-topic from nwaku args
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 52113:52113 -p 52114:52114 -p 52115:52115 -p 52116:52116 -p 52117:52117 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=52115 --rest-port=52113 --tcp-port=52114 --discv5-udp-port=52116 --rest-address=0.0.0.0 --nat=extip:172.18.115.37 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=e7a9ec888b3a0cca6b778ea3e46bced6f75a4532d400ad4ed0cb7f4c8b9260a5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52117 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFptvHKwhf4bWYflJNExPUcgQMIszNQYpQVRc0YoEK-SJqSSXeNt9G9Vkv0HqBGcnLg2SbYPxs3ef-77qR6bTkQCgmlkgnY0gmlwhKwSa5iKbXVsdGlhZGRyc5YACASsEmuYBqaYAAoErBJrmAammd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDvs2jCkCr7f3N3OOee1Ui3SnD1s8i41nLd762v5nKM8eDdGNwgqaYg3VkcIKmmoV3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.115.37 waku e117c260e8f994441ec10bcd1f0b00d9d8402b2a9d0c6c430a650b7cfd0c21a3
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID e117c260e8f9. Setting up logs at ./log/docker/node2_2026-03-06_04-39-15__c8591c8d-1ba1-4a4c-bcd1-da2f5a2bb172__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 52113
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52113/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52113/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52113/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.115.37/tcp/52114/p2p/16Uiu2HAm6TvCTzFStAjtkfrnKhR963kV7A4tQ3jYDCxEJsZr7u6A","/ip4/172.18.115.37/tcp/52115/ws/p2p/16Uiu2HAm6TvCTzFStAjtkfrnKhR963kV7A4tQ3jYDCxEJsZr7u6A"],"enrUri":"enr:-L24QHrWgNni7nhvnidYtBporrpCQwR6pB6E2MpuA0vfA-3PYH6_SRE_vRVimmEXqDlr2LGw05aNp1LCERDWo_6-lVICgmlkgnY0gmlwhKwScyWKbXVsdGlhZGRyc5YACASsEnMlBsuSAAoErBJzJQbLk90DgnJzhQACAQAAiXNlY3AyNTZrMaECpAPLchGj-3zJFEPnch-79A8-jUiQcsslYX0qM0A7p3uDdGNwgsuSg3VkcILLlIV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52113/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.107.152/tcp/42648/p2p/16Uiu2HAmRVogN5nVGSyJuFnt4mGvs1M3mXRNvQPgD8NQyZV7H6pE"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42647/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52113/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42647/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42647/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771958864333737,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52113/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771958864333737,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42647/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42647/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771958989382392,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52113/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771958989382392,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42647/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42647/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771959110607528,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52113/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771959110607528,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42647/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42647/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771959233266228,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52113/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771959233266228,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42647/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42647/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771959354494747,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52113/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771959354494747,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42647/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42647/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771959477086671,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52113/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771959477086671,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42647/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42647/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771959600210228,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52113/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771959600210228,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42647/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42647/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771959724071863,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52113/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771959724071863,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:42647/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:52113/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42647/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:42647/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/0'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42647/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:42647/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/1'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42647/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:42647/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/2'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42647/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42647/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771959909928730,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52113/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771959909928730,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42647/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42647/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771960031829822,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52113/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771960031829822,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42647/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42647/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771960153929365,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52113/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771960153929365,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42647/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42647/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771960278120630,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52113/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771960278120630,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42647/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42647/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771960400347782,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52113/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771960400347782,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 67894f343435
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e117c260e8f9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
127
nim/1106/data/attachments/196f09af86ac2cb1.txt
Normal file
127
nim/1106/data/attachments/196f09af86ac2cb1.txt
Normal file
@ -0,0 +1,127 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_filter_unsubscribe_all_from_few_content_topics with id: 2026-03-06_04-32-03__5c734833-e3d9-43be-9068-32497bccc785
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-32-03__5c734833-e3d9-43be-9068-32497bccc785__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.124.255
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['20282', '20283', '20284', '20285', '20286']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 20282:20282 -p 20283:20283 -p 20284:20284 -p 20285:20285 -p 20286:20286 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=20284 --rest-port=20282 --tcp-port=20283 --discv5-udp-port=20285 --rest-address=0.0.0.0 --nat=extip:172.18.124.255 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=37def463a0441eecbc9cdbde17ddc5f720dbe5ed76af891baebb6bb6cdd3afba --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=20286 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.124.255 waku cb08b2aa2fe8d0a1b64b155022446dd1f3d75b6519685e61b5e88a09c924db6d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID cb08b2aa2fe8. Setting up logs at ./log/docker/node1_2026-03-06_04-32-03__5c734833-e3d9-43be-9068-32497bccc785__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 20282
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 51cdf7b27ab8. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 1bcab04f6682. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20282/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20282/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.124.255/tcp/20283/p2p/16Uiu2HAmBFicTtTweYrpL6tsB7mtn3JoMPgseyHBRFpvMV1HSoFF","/ip4/172.18.124.255/tcp/20284/ws/p2p/16Uiu2HAmBFicTtTweYrpL6tsB7mtn3JoMPgseyHBRFpvMV1HSoFF"],"enrUri":"enr:-L24QMlJW3rUxDtPOnBK3arjC02VxknHfbb1vqRkNA5DyFDJaIePBJe7LYset0TlcSjNQbYUAc__dFGxws6yjU7swTcCgmlkgnY0gmlwhKwSfP-KbXVsdGlhZGRyc5YACASsEnz_Bk87AAoErBJ8_wZPPN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC6y4otl6d9NixtoG7spFlIqb6sjzM7hF9GJuPLjoQspqDdGNwgk87g3VkcIJPPYV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-32-03__5c734833-e3d9-43be-9068-32497bccc785__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.67.253
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['44324', '44325', '44326', '44327', '44328']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 44324:44324 -p 44325:44325 -p 44326:44326 -p 44327:44327 -p 44328:44328 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=44326 --rest-port=44324 --tcp-port=44325 --discv5-udp-port=44327 --rest-address=0.0.0.0 --nat=extip:172.18.67.253 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a1f1d84fc36aebeedbdaca7c4bbda79e6e99dbd4d14dafaccf2dc4da1ed67fcf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44328 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QMlJW3rUxDtPOnBK3arjC02VxknHfbb1vqRkNA5DyFDJaIePBJe7LYset0TlcSjNQbYUAc__dFGxws6yjU7swTcCgmlkgnY0gmlwhKwSfP-KbXVsdGlhZGRyc5YACASsEnz_Bk87AAoErBJ8_wZPPN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC6y4otl6d9NixtoG7spFlIqb6sjzM7hF9GJuPLjoQspqDdGNwgk87g3VkcIJPPYV3YWt1MgU --filternode=/ip4/172.18.124.255/tcp/20283/p2p/16Uiu2HAmBFicTtTweYrpL6tsB7mtn3JoMPgseyHBRFpvMV1HSoFF
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.67.253 waku 500738dde560b5fe63fc1409c3bd53d847d3a69021bf344a907d7d51656f834e
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 500738dde560. Setting up logs at ./log/docker/node2_2026-03-06_04-32-03__5c734833-e3d9-43be-9068-32497bccc785__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 44324
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44324/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44324/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.67.253/tcp/44325/p2p/16Uiu2HAmQa9hfFC9pFZo48PzUx51GfJ1sRy2sNSFE5tTc9MTMNaz","/ip4/172.18.67.253/tcp/44326/ws/p2p/16Uiu2HAmQa9hfFC9pFZo48PzUx51GfJ1sRy2sNSFE5tTc9MTMNaz"],"enrUri":"enr:-L24QNT9gc2STgE1ZUqdzt2kIIgYs4Gqg605mEwHqiVaSA2iau2r_-G1AJtefWhDPEMCYPajwKUPWdmz6Q48fXhNd5sCgmlkgnY0gmlwhKwSQ_2KbXVsdGlhZGRyc5YACASsEkP9Bq0lAAoErBJD_QatJt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDsQ7pmvROH-gVHPlaCAf6TafCmpj6zambOURoiNSL7GeDdGNwgq0lg3VkcIKtJ4V3YWt1MgA"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44324/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.124.255/tcp/20283/p2p/16Uiu2HAmBFicTtTweYrpL6tsB7mtn3JoMPgseyHBRFpvMV1HSoFF"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20282/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44324/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "b37d0d8e-3de9-4060-a2ed-8920b0ceb707", "contentFilters": ["Hello World!", "1234567890", "{\"key\": \"value\"}", "\u8fd9\u662f\u4e00\u4e9b\u4e2d\u6587", "\ud83d\ude80\ud83c\udf1f\u2728"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"b37d0d8e-3de9-4060-a2ed-8920b0ceb707","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20282/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "Hello World!", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:96 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44324/filter/v2/messages/Hello%20World%21" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"Hello World!","version":0,"timestamp":1772771526015696427,"ephemeral":false}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20282/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "1234567890", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:96 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44324/filter/v2/messages/1234567890" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"1234567890","version":0,"timestamp":1772771526129320332,"ephemeral":false}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20282/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "{\"key\": \"value\"}", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:96 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44324/filter/v2/messages/%7B%22key%22%3A%20%22value%22%7D" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"{\\"key\\": \\"value\\"}","version":0,"timestamp":1772771526239496953,"ephemeral":false}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20282/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "\u8fd9\u662f\u4e00\u4e9b\u4e2d\u6587", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:96 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44324/filter/v2/messages/%E8%BF%99%E6%98%AF%E4%B8%80%E4%BA%9B%E4%B8%AD%E6%96%87" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"\xe8\xbf\x99\xe6\x98\xaf\xe4\xb8\x80\xe4\xba\x9b\xe4\xb8\xad\xe6\x96\x87","version":0,"timestamp":1772771526350157796,"ephemeral":false}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20282/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "\ud83d\ude80\ud83c\udf1f\u2728", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:96 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44324/filter/v2/messages/%F0%9F%9A%80%F0%9F%8C%9F%E2%9C%A8" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"\xf0\x9f\x9a\x80\xf0\x9f\x8c\x9f\xe2\x9c\xa8","version":0,"timestamp":1772771526461140904,"ephemeral":false}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:44324/filter/v2/subscriptions/all" -H "Content-Type: application/json" -d '{"requestId": "1"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20282/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "Hello World!", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:96 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44324/filter/v2/messages/Hello%20World%21" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:44324/filter/v2/messages/Hello%20World%21. Response content: b'Not subscribed to topic: Hello World!'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20282/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "1234567890", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:96 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44324/filter/v2/messages/1234567890" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:44324/filter/v2/messages/1234567890. Response content: b'Not subscribed to topic: 1234567890'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20282/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "{\"key\": \"value\"}", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:96 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44324/filter/v2/messages/%7B%22key%22%3A%20%22value%22%7D" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:44324/filter/v2/messages/%7B%22key%22%3A%20%22value%22%7D. Response content: b'Not subscribed to topic: {"key": "value"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20282/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "\u8fd9\u662f\u4e00\u4e9b\u4e2d\u6587", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:96 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44324/filter/v2/messages/%E8%BF%99%E6%98%AF%E4%B8%80%E4%BA%9B%E4%B8%AD%E6%96%87" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:44324/filter/v2/messages/%E8%BF%99%E6%98%AF%E4%B8%80%E4%BA%9B%E4%B8%AD%E6%96%87. Response content: b'Not subscribed to topic: \xe8\xbf\x99\xe6\x98\xaf\xe4\xb8\x80\xe4\xba\x9b\xe4\xb8\xad\xe6\x96\x87'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20282/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "\ud83d\ude80\ud83c\udf1f\u2728", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:96 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44324/filter/v2/messages/%F0%9F%9A%80%F0%9F%8C%9F%E2%9C%A8" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:44324/filter/v2/messages/%F0%9F%9A%80%F0%9F%8C%9F%E2%9C%A8. Response content: b'Not subscribed to topic: \xf0\x9f\x9a\x80\xf0\x9f\x8c\x9f\xe2\x9c\xa8'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cb08b2aa2fe8
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 500738dde560
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
76
nim/1106/data/attachments/19d12ec201eceb9b.txt
Normal file
76
nim/1106/data/attachments/19d12ec201eceb9b.txt
Normal file
@ -0,0 +1,76 @@
|
||||
2026-03-06 04:39:58.564 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:39:58.565 DEBUG [tests.conftest] Running test: test_message_with_ephemeral_false with id: 2026-03-06_04-39-58__711441a9-42ee-4a6b-9f99-30176b06367c
|
||||
2026-03-06 04:39:58.566 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:39:58.567 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-06 04:39:58.568 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2026-03-06 04:39:58.579 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:39:58.580 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-06_04-39-58__711441a9-42ee-4a6b-9f99-30176b06367c__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:39:58.580 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:39:58.580 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:39:58.583 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:39:58.583 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.97.64
|
||||
2026-03-06 04:39:58.583 DEBUG [src.node.docker_mananger] Generated ports ['32324', '32325', '32326', '32327', '32328']
|
||||
2026-03-06 04:39:58.583 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:39:58.584 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:39:58.584 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:39:58.584 DEBUG [src.node.docker_mananger] docker run -i -t -p 32324:32324 -p 32325:32325 -p 32326:32326 -p 32327:32327 -p 32328:32328 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=32326 --rest-port=32324 --tcp-port=32325 --discv5-udp-port=32327 --rest-address=0.0.0.0 --nat=extip:172.18.97.64 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a0eaecea3bf5ecaa35e033d5f6dd13e0ebbae2cf4fdb0c6fd19f1cdc89fcc1c5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32328 --metrics-logging=true --store=true --relay=true
|
||||
2026-03-06 04:39:58.760 ERROR [src.node.docker_mananger] Max retries reached for container 9029d2c9ce1c. Exiting log stream.
|
||||
2026-03-06 04:39:58.796 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.97.64 waku 30aa447d9538649552de87bae08fae83425171c616edd0947422bd7303eb1148
|
||||
2026-03-06 04:39:58.832 DEBUG [src.node.docker_mananger] Container started with ID 30aa447d9538. Setting up logs at ./log/docker/publishing_node1_2026-03-06_04-39-58__711441a9-42ee-4a6b-9f99-30176b06367c__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:39:58.832 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 32324
|
||||
2026-03-06 04:39:58.832 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:39:59.410 ERROR [src.node.docker_mananger] Max retries reached for container 136b83758cc9. Exiting log stream.
|
||||
2026-03-06 04:39:59.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32324/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:39:59.836 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:39:59.836 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:39:59.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32324/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:39:59.839 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.97.64/tcp/32325/p2p/16Uiu2HAmGxjBbhcTeC5fzAUovurrMTW256L4UFZNBRTX6Zw2frWT","/ip4/172.18.97.64/tcp/32326/ws/p2p/16Uiu2HAmGxjBbhcTeC5fzAUovurrMTW256L4UFZNBRTX6Zw2frWT"],"enrUri":"enr:-L24QHp5OZm_S-Is-UIR6elQ4lCbnyOLX4uRk_vSIoYnU3-yaVQXl0_u4x-yIQ6LsN-U-TKX0MQQxH922a_0s4CwCisCgmlkgnY0gmlwhKwSYUCKbXVsdGlhZGRyc5YACASsEmFABn5FAAoErBJhQAZ-Rt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDP_oNg-g8jp68Mg5OeFsX0qe6_Nys3TlJ6afyYVvER9CDdGNwgn5Fg3VkcIJ-R4V3YWt1MgM"}'
|
||||
2026-03-06 04:39:59.839 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:39:59.846 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:39:59.846 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-06_04-39-58__711441a9-42ee-4a6b-9f99-30176b06367c__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:39:59.847 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:39:59.847 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:39:59.848 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:39:59.848 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.119.5
|
||||
2026-03-06 04:39:59.849 DEBUG [src.node.docker_mananger] Generated ports ['65114', '65115', '65116', '65117', '65118']
|
||||
2026-03-06 04:39:59.849 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:39:59.849 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:39:59.849 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:39:59.849 DEBUG [src.node.docker_mananger] docker run -i -t -p 65114:65114 -p 65115:65115 -p 65116:65116 -p 65117:65117 -p 65118:65118 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=65116 --rest-port=65114 --tcp-port=65115 --discv5-udp-port=65117 --rest-address=0.0.0.0 --nat=extip:172.18.119.5 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6cb4ce0a50ae9673928b874aba306a44d0b17d99bcba9ba0db1ef9a2c70b1bf4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=65118 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QHp5OZm_S-Is-UIR6elQ4lCbnyOLX4uRk_vSIoYnU3-yaVQXl0_u4x-yIQ6LsN-U-TKX0MQQxH922a_0s4CwCisCgmlkgnY0gmlwhKwSYUCKbXVsdGlhZGRyc5YACASsEmFABn5FAAoErBJhQAZ-Rt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDP_oNg-g8jp68Mg5OeFsX0qe6_Nys3TlJ6afyYVvER9CDdGNwgn5Fg3VkcIJ-R4V3YWt1MgM --storenode=/ip4/172.18.97.64/tcp/32325/p2p/16Uiu2HAmGxjBbhcTeC5fzAUovurrMTW256L4UFZNBRTX6Zw2frWT --store=true --relay=true
|
||||
2026-03-06 04:40:00.059 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.119.5 waku 7c0c430a9b1235d1bef1a334ea531adca8326197860cf9cd9c791b6d69f86aff
|
||||
2026-03-06 04:40:00.106 DEBUG [src.node.docker_mananger] Container started with ID 7c0c430a9b12. Setting up logs at ./log/docker/store_node1_2026-03-06_04-39-58__711441a9-42ee-4a6b-9f99-30176b06367c__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:40:00.107 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 65114
|
||||
2026-03-06 04:40:00.107 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:40:01.107 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65114/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:40:01.110 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":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:40:01.110 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:40:01.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65114/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:40:01.113 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.119.5/tcp/65115/p2p/16Uiu2HAm74Qnyami3g5WmDwx7wVjdKqSG2xzRXH8yMCVwyWN5UVd","/ip4/172.18.119.5/tcp/65116/ws/p2p/16Uiu2HAm74Qnyami3g5WmDwx7wVjdKqSG2xzRXH8yMCVwyWN5UVd"],"enrUri":"enr:-L24QP-q7A6_jjIehyrEIwDzMMsZg2Yo1lYaXnFR2GK4Unf9HGKcoOD-fKB0DSeufYZ7GNa9WAClZXK5--bPoZGX0N8CgmlkgnY0gmlwhKwSdwWKbXVsdGlhZGRyc5YACASsEncFBv5bAAoErBJ3BQb-XN0DgnJzhQADAQAAiXNlY3AyNTZrMaECrNnf69m3H7Nas9PyHkYTI_SCGM2un7pKPM9G4QBLRliDdGNwgv5bg3VkcIL-XYV3YWt1MgM"}'
|
||||
2026-03-06 04:40:01.113 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:40:01.114 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65114/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.97.64/tcp/32325/p2p/16Uiu2HAmGxjBbhcTeC5fzAUovurrMTW256L4UFZNBRTX6Zw2frWT"]'
|
||||
2026-03-06 04:40:01.116 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:40:01.117 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32324/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:40:01.119 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:40:01.120 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65114/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:40:01.122 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:40:01.123 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:40:01.123 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)', "ephemeral": false}'
|
||||
2026-03-06 04:40:01.129 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:40:01.129 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:40:01.330 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-03-06 04:40:01.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32324/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:40:01.333 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xd94a310598fd6ba0bfe6b032887ec115f2495537b7fa6f46faab150b8fef31d6"}]}'
|
||||
2026-03-06 04:40:01.333 DEBUG [src.steps.store] messages length is 1
|
||||
2026-03-06 04:40:01.334 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-03-06 04:40:01.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65114/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:40:01.337 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xd94a310598fd6ba0bfe6b032887ec115f2495537b7fa6f46faab150b8fef31d6"}]}'
|
||||
2026-03-06 04:40:01.337 DEBUG [src.steps.store] messages length is 1
|
||||
2026-03-06 04:40:01.339 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:40:01.340 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:40:01.340 DEBUG [src.node.waku_node] Stopping container with id 30aa447d9538
|
||||
2026-03-06 04:40:01.895 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:40:01.896 DEBUG [src.node.waku_node] Stopping container with id 7c0c430a9b12
|
||||
2026-03-06 04:40:02.502 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:40:02.504 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:40:02.515 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:40:02.521 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
72
nim/1106/data/attachments/19f1227f1e05078f.txt
Normal file
72
nim/1106/data/attachments/19f1227f1e05078f.txt
Normal file
@ -0,0 +1,72 @@
|
||||
2026-03-06 04:32:48.683 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:32:48.685 DEBUG [tests.conftest] Running test: test_filter_get_message_with_150_kb_payload with id: 2026-03-06_04-32-48__1fab10d3-2667-4ba0-815e-5f0d83e2bfe0
|
||||
2026-03-06 04:32:48.685 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:32:48.686 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-03-06 04:32:48.687 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2026-03-06 04:32:48.697 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:32:48.697 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-32-48__1fab10d3-2667-4ba0-815e-5f0d83e2bfe0__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:48.697 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:32:48.697 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:32:48.700 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:32:48.700 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.56.15
|
||||
2026-03-06 04:32:48.700 DEBUG [src.node.docker_mananger] Generated ports ['42115', '42116', '42117', '42118', '42119']
|
||||
2026-03-06 04:32:48.700 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:32:48.700 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:32:48.700 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:32:48.701 DEBUG [src.node.docker_mananger] docker run -i -t -p 42115:42115 -p 42116:42116 -p 42117:42117 -p 42118:42118 -p 42119:42119 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=42117 --rest-port=42115 --tcp-port=42116 --discv5-udp-port=42118 --rest-address=0.0.0.0 --nat=extip:172.18.56.15 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=231cbec5bcbe28c5ca1eb91bbb7026cedf6ca5ecdbffad3f7b03dbfdfb6b6d3e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42119 --metrics-logging=true --relay=true --filter=true
|
||||
2026-03-06 04:32:48.894 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.56.15 waku b9f3d1294306490bee9f7e99d30549f376caa7aba696a3781cc78012d6388297
|
||||
2026-03-06 04:32:48.915 ERROR [src.node.docker_mananger] Max retries reached for container 55923faf0357. Exiting log stream.
|
||||
2026-03-06 04:32:48.936 DEBUG [src.node.docker_mananger] Container started with ID b9f3d1294306. Setting up logs at ./log/docker/node1_2026-03-06_04-32-48__1fab10d3-2667-4ba0-815e-5f0d83e2bfe0__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:48.937 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 42115
|
||||
2026-03-06 04:32:48.938 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:32:49.512 ERROR [src.node.docker_mananger] Max retries reached for container ee22de3f3cfc. Exiting log stream.
|
||||
2026-03-06 04:32:49.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42115/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:49.943 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:32:49.943 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:32:49.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42115/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:49.946 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.56.15/tcp/42116/p2p/16Uiu2HAmBLB5AQ6M4FcZgHVLXZ4MS7qZNbBURuDDZYqB1qedTmp6","/ip4/172.18.56.15/tcp/42117/ws/p2p/16Uiu2HAmBLB5AQ6M4FcZgHVLXZ4MS7qZNbBURuDDZYqB1qedTmp6"],"enrUri":"enr:-L24QETuB8i_WrrjWDWrbTT1Ufy0FXyTJEnsz572C1xvjk-QYHolScC5n5ANHXg-1YOjZOBEUOaEeM8S96MDgLR6f3gCgmlkgnY0gmlwhKwSOA-KbXVsdGlhZGRyc5YACASsEjgPBqSEAAoErBI4Dwakhd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC7FJmqvkkEY0v5YMY_DQnZOEnPt8leg3MpjmvYF1BPUuDdGNwgqSEg3VkcIKkhoV3YWt1MgU"}'
|
||||
2026-03-06 04:32:49.946 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:32:49.947 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2026-03-06 04:32:49.953 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:32:49.953 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-32-48__1fab10d3-2667-4ba0-815e-5f0d83e2bfe0__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:49.954 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:32:49.954 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:32:49.955 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:32:49.956 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.67.234
|
||||
2026-03-06 04:32:49.956 DEBUG [src.node.docker_mananger] Generated ports ['39634', '39635', '39636', '39637', '39638']
|
||||
2026-03-06 04:32:49.956 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:32:49.956 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:32:49.956 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:32:49.956 DEBUG [src.node.docker_mananger] docker run -i -t -p 39634:39634 -p 39635:39635 -p 39636:39636 -p 39637:39637 -p 39638:39638 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=39636 --rest-port=39634 --tcp-port=39635 --discv5-udp-port=39637 --rest-address=0.0.0.0 --nat=extip:172.18.67.234 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c202ebd1548aa18ea2baa773f38d541fb052f43a1f598ea6bff8c22adb6e2b34 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39638 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QETuB8i_WrrjWDWrbTT1Ufy0FXyTJEnsz572C1xvjk-QYHolScC5n5ANHXg-1YOjZOBEUOaEeM8S96MDgLR6f3gCgmlkgnY0gmlwhKwSOA-KbXVsdGlhZGRyc5YACASsEjgPBqSEAAoErBI4Dwakhd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC7FJmqvkkEY0v5YMY_DQnZOEnPt8leg3MpjmvYF1BPUuDdGNwgqSEg3VkcIKkhoV3YWt1MgU --filternode=/ip4/172.18.56.15/tcp/42116/p2p/16Uiu2HAmBLB5AQ6M4FcZgHVLXZ4MS7qZNbBURuDDZYqB1qedTmp6
|
||||
2026-03-06 04:32:50.150 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.67.234 waku ab08f59fc596f9276d3ffb3db5faeaf9bafbefa0f9ea0f7ce06c2b69fe9f09cf
|
||||
2026-03-06 04:32:50.189 DEBUG [src.node.docker_mananger] Container started with ID ab08f59fc596. Setting up logs at ./log/docker/node2_2026-03-06_04-32-48__1fab10d3-2667-4ba0-815e-5f0d83e2bfe0__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:50.190 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 39634
|
||||
2026-03-06 04:32:50.191 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:32:51.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39634/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:51.194 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:32:51.195 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:32:51.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39634/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:51.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.67.234/tcp/39635/p2p/16Uiu2HAmSwSA4dL68feeRrURBkLB34eUeUw8oBEehjE3ZbqUi1Jj","/ip4/172.18.67.234/tcp/39636/ws/p2p/16Uiu2HAmSwSA4dL68feeRrURBkLB34eUeUw8oBEehjE3ZbqUi1Jj"],"enrUri":"enr:-L24QFuKXkoISMj6Wny4nw5XXzMc5HwXvXpCBDl2nNXJ2sb4YdakqjFP7q8dg3o7QN8XmpBqHNsekLptibC_fxbkvrwCgmlkgnY0gmlwhKwSQ-qKbXVsdGlhZGRyc5YACASsEkPqBprTAAoErBJD6gaa1N0DgnJzhQADAQAAiXNlY3AyNTZrMaED1DoW337keg5XqZtRBkNyEL17UVKm9DOVkV06BbAeU5yDdGNwgprTg3VkcIKa1YV3YWt1MgA"}'
|
||||
2026-03-06 04:32:51.197 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:32:51.198 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39634/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.56.15/tcp/42116/p2p/16Uiu2HAmBLB5AQ6M4FcZgHVLXZ4MS7qZNbBURuDDZYqB1qedTmp6"]'
|
||||
2026-03-06 04:32:51.235 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:51.236 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2026-03-06 04:32:51.237 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42115/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:32:51.258 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:51.259 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39634/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "3f77115b-6d36-4bd5-bfb3-ae27dd854032", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:32:51.273 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"3f77115b-6d36-4bd5-bfb3-ae27dd854032","statusDesc":"OK"}'
|
||||
2026-03-06 04:32:51.276 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-06 04:32:51.296 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:51.297 DEBUG [src.libs.common] Sleeping for 2 seconds
|
||||
2026-03-06 04:32:53.297 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:32:53.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39634/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:53.303 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-06 04:32:53.307 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:32:53.308 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:32:53.308 DEBUG [src.node.waku_node] Stopping container with id b9f3d1294306
|
||||
2026-03-06 04:32:53.897 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:32:53.899 DEBUG [src.node.waku_node] Stopping container with id ab08f59fc596
|
||||
2026-03-06 04:32:54.477 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:32:54.478 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:32:54.487 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:32:54.492 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
116
nim/1106/data/attachments/1a12ea1714bc04b7.txt
Normal file
116
nim/1106/data/attachments/1a12ea1714bc04b7.txt
Normal file
@ -0,0 +1,116 @@
|
||||
2026-03-06 04:32:31.643 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:32:31.643 DEBUG [tests.conftest] Running test: test_admin_set_all_log_levels with id: 2026-03-06_04-32-31__a26569fc-c12d-4cd5-a746-7f1f8d2f4a58
|
||||
2026-03-06 04:32:31.643 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:32:31.643 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-03-06 04:32:31.644 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-03-06 04:32:31.650 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:32:31.650 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-32-31__a26569fc-c12d-4cd5-a746-7f1f8d2f4a58__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:31.656 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:32:31.656 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-32-31__a26569fc-c12d-4cd5-a746-7f1f8d2f4a58__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:31.662 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:32:31.662 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-06_04-32-31__a26569fc-c12d-4cd5-a746-7f1f8d2f4a58__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:31.668 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:32:31.668 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-03-06_04-32-31__a26569fc-c12d-4cd5-a746-7f1f8d2f4a58__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:31.668 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-06 04:32:31.668 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-06 04:32:31.669 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:32:31.669 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:32:31.670 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:32:31.670 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.185.112
|
||||
2026-03-06 04:32:31.671 DEBUG [src.node.docker_mananger] Generated ports ['16850', '16851', '16852', '16853', '16854']
|
||||
2026-03-06 04:32:31.671 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:32:31.671 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:32:31.671 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:32:31.671 DEBUG [src.node.docker_mananger] docker run -i -t -p 16850:16850 -p 16851:16851 -p 16852:16852 -p 16853:16853 -p 16854:16854 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=16852 --rest-port=16850 --tcp-port=16851 --discv5-udp-port=16853 --rest-address=0.0.0.0 --nat=extip:172.18.185.112 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1049efb2fecd1867df233d6a8aaebccfccf9aa79e474c4dbd40dca9bdc02bbec --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16854 --metrics-logging=true --relay=true
|
||||
2026-03-06 04:32:31.878 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.185.112 waku a12be75b943b21300f159ca2d1450fdf69cd1503e304c6847fc489fe744845b7
|
||||
2026-03-06 04:32:31.912 DEBUG [src.node.docker_mananger] Container started with ID a12be75b943b. Setting up logs at ./log/docker/node1_2026-03-06_04-32-31__a26569fc-c12d-4cd5-a746-7f1f8d2f4a58__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:31.913 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16850
|
||||
2026-03-06 04:32:31.913 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:32:31.928 ERROR [src.node.docker_mananger] Max retries reached for container 43b8e02667e8. Exiting log stream.
|
||||
2026-03-06 04:32:32.449 ERROR [src.node.docker_mananger] Max retries reached for container 2b9bfdb3d55a. Exiting log stream.
|
||||
2026-03-06 04:32:32.914 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16850/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:32.917 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:32:32.917 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:32:32.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16850/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:32.920 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.185.112/tcp/16851/p2p/16Uiu2HAmUY9RskqzPgdiSfyyhN96WQM9jrKfxBEY2T1B7r6RLENx","/ip4/172.18.185.112/tcp/16852/ws/p2p/16Uiu2HAmUY9RskqzPgdiSfyyhN96WQM9jrKfxBEY2T1B7r6RLENx"],"enrUri":"enr:-L24QJr_S4eKwhWzqq4AJZkClJof5zeucYmKt_xdcTKfjqwFWo_2UUjqj8S4aaUey8GkuUJua7fN8XhtjNAlrwAkDQkCgmlkgnY0gmlwhKwSuXCKbXVsdGlhZGRyc5YACASsErlwBkHTAAoErBK5cAZB1N0DgnJzhQADAQAAiXNlY3AyNTZrMaED6_ow3n3hwmwfyyJvnI_I64ZlxqBtivlLWy3ELsiVAaWDdGNwgkHTg3VkcIJB1YV3YWt1MgE"}'
|
||||
2026-03-06 04:32:32.920 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:32:32.920 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:32:32.920 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:32:32.922 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:32:32.922 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.143.153
|
||||
2026-03-06 04:32:32.922 DEBUG [src.node.docker_mananger] Generated ports ['34059', '34060', '34061', '34062', '34063']
|
||||
2026-03-06 04:32:32.922 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:32:32.922 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:32:32.922 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:32:32.922 DEBUG [src.node.docker_mananger] docker run -i -t -p 34059:34059 -p 34060:34060 -p 34061:34061 -p 34062:34062 -p 34063:34063 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=34061 --rest-port=34059 --tcp-port=34060 --discv5-udp-port=34062 --rest-address=0.0.0.0 --nat=extip:172.18.143.153 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7b3ab442ebbafd3bcf14b4be735eb62ce12bedead77ea7c30dff762b46a47fbe --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34063 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJr_S4eKwhWzqq4AJZkClJof5zeucYmKt_xdcTKfjqwFWo_2UUjqj8S4aaUey8GkuUJua7fN8XhtjNAlrwAkDQkCgmlkgnY0gmlwhKwSuXCKbXVsdGlhZGRyc5YACASsErlwBkHTAAoErBK5cAZB1N0DgnJzhQADAQAAiXNlY3AyNTZrMaED6_ow3n3hwmwfyyJvnI_I64ZlxqBtivlLWy3ELsiVAaWDdGNwgkHTg3VkcIJB1YV3YWt1MgE
|
||||
2026-03-06 04:32:33.117 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.143.153 waku 9c38962f3eca066cfc4a071a56f46e25daa7e1fbe56185fc02e903007c536af7
|
||||
2026-03-06 04:32:33.154 DEBUG [src.node.docker_mananger] Container started with ID 9c38962f3eca. Setting up logs at ./log/docker/node2_2026-03-06_04-32-31__a26569fc-c12d-4cd5-a746-7f1f8d2f4a58__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:33.154 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 34059
|
||||
2026-03-06 04:32:33.155 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:32:34.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34059/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:34.178 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:32:34.179 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:32:34.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34059/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:34.183 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.143.153/tcp/34060/p2p/16Uiu2HAkyzaJNYcsRghVb7snbCRuyr2JRMXx9qU1wZ1WoknNno95","/ip4/172.18.143.153/tcp/34061/ws/p2p/16Uiu2HAkyzaJNYcsRghVb7snbCRuyr2JRMXx9qU1wZ1WoknNno95"],"enrUri":"enr:-L24QGOnPpt25YpALi3bsmVppaJdh0SnuBBMWpWH6xdoSkwWP-jgfrDy4PAayDT8pbyCe-C8fzU8Q2LQLnbC2xouuOACgmlkgnY0gmlwhKwSj5mKbXVsdGlhZGRyc5YACASsEo-ZBoUMAAoErBKPmQaFDd0DgnJzhQADAQAAiXNlY3AyNTZrMaECQ9x-DD2i3ryFmN5JJdL4Bvut3Ek--1A3n9kO2VRwE4SDdGNwgoUMg3VkcIKFDoV3YWt1MgE"}'
|
||||
2026-03-06 04:32:34.183 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:32:34.184 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16850/admin/v1/log-level/TRACE" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:34.187 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:34.187 DEBUG [tests.rest_flags.test_admin_flags] Set log level (TRACE) -> status=200
|
||||
2026-03-06 04:32:34.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34059/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:34.191 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.143.153/tcp/34060/p2p/16Uiu2HAkyzaJNYcsRghVb7snbCRuyr2JRMXx9qU1wZ1WoknNno95","/ip4/172.18.143.153/tcp/34061/ws/p2p/16Uiu2HAkyzaJNYcsRghVb7snbCRuyr2JRMXx9qU1wZ1WoknNno95"],"enrUri":"enr:-L24QGOnPpt25YpALi3bsmVppaJdh0SnuBBMWpWH6xdoSkwWP-jgfrDy4PAayDT8pbyCe-C8fzU8Q2LQLnbC2xouuOACgmlkgnY0gmlwhKwSj5mKbXVsdGlhZGRyc5YACASsEo-ZBoUMAAoErBKPmQaFDd0DgnJzhQADAQAAiXNlY3AyNTZrMaECQ9x-DD2i3ryFmN5JJdL4Bvut3Ek--1A3n9kO2VRwE4SDdGNwgoUMg3VkcIKFDoV3YWt1MgE"}'
|
||||
2026-03-06 04:32:34.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34059/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:34.194 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-164-g0ad551'
|
||||
2026-03-06 04:32:34.194 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16850/admin/v1/log-level/DEBUG" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:34.196 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:34.196 DEBUG [tests.rest_flags.test_admin_flags] Set log level (DEBUG) -> status=200
|
||||
2026-03-06 04:32:34.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34059/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:34.198 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.143.153/tcp/34060/p2p/16Uiu2HAkyzaJNYcsRghVb7snbCRuyr2JRMXx9qU1wZ1WoknNno95","/ip4/172.18.143.153/tcp/34061/ws/p2p/16Uiu2HAkyzaJNYcsRghVb7snbCRuyr2JRMXx9qU1wZ1WoknNno95"],"enrUri":"enr:-L24QGOnPpt25YpALi3bsmVppaJdh0SnuBBMWpWH6xdoSkwWP-jgfrDy4PAayDT8pbyCe-C8fzU8Q2LQLnbC2xouuOACgmlkgnY0gmlwhKwSj5mKbXVsdGlhZGRyc5YACASsEo-ZBoUMAAoErBKPmQaFDd0DgnJzhQADAQAAiXNlY3AyNTZrMaECQ9x-DD2i3ryFmN5JJdL4Bvut3Ek--1A3n9kO2VRwE4SDdGNwgoUMg3VkcIKFDoV3YWt1MgE"}'
|
||||
2026-03-06 04:32:34.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34059/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:34.201 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-164-g0ad551'
|
||||
2026-03-06 04:32:34.201 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16850/admin/v1/log-level/INFO" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:34.203 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:34.203 DEBUG [tests.rest_flags.test_admin_flags] Set log level (INFO) -> status=200
|
||||
2026-03-06 04:32:34.203 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34059/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:34.205 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.143.153/tcp/34060/p2p/16Uiu2HAkyzaJNYcsRghVb7snbCRuyr2JRMXx9qU1wZ1WoknNno95","/ip4/172.18.143.153/tcp/34061/ws/p2p/16Uiu2HAkyzaJNYcsRghVb7snbCRuyr2JRMXx9qU1wZ1WoknNno95"],"enrUri":"enr:-L24QGOnPpt25YpALi3bsmVppaJdh0SnuBBMWpWH6xdoSkwWP-jgfrDy4PAayDT8pbyCe-C8fzU8Q2LQLnbC2xouuOACgmlkgnY0gmlwhKwSj5mKbXVsdGlhZGRyc5YACASsEo-ZBoUMAAoErBKPmQaFDd0DgnJzhQADAQAAiXNlY3AyNTZrMaECQ9x-DD2i3ryFmN5JJdL4Bvut3Ek--1A3n9kO2VRwE4SDdGNwgoUMg3VkcIKFDoV3YWt1MgE"}'
|
||||
2026-03-06 04:32:34.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34059/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:34.207 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-164-g0ad551'
|
||||
2026-03-06 04:32:34.207 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16850/admin/v1/log-level/NOTICE" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:34.209 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:34.209 DEBUG [tests.rest_flags.test_admin_flags] Set log level (NOTICE) -> status=200
|
||||
2026-03-06 04:32:34.209 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34059/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:34.212 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.143.153/tcp/34060/p2p/16Uiu2HAkyzaJNYcsRghVb7snbCRuyr2JRMXx9qU1wZ1WoknNno95","/ip4/172.18.143.153/tcp/34061/ws/p2p/16Uiu2HAkyzaJNYcsRghVb7snbCRuyr2JRMXx9qU1wZ1WoknNno95"],"enrUri":"enr:-L24QGOnPpt25YpALi3bsmVppaJdh0SnuBBMWpWH6xdoSkwWP-jgfrDy4PAayDT8pbyCe-C8fzU8Q2LQLnbC2xouuOACgmlkgnY0gmlwhKwSj5mKbXVsdGlhZGRyc5YACASsEo-ZBoUMAAoErBKPmQaFDd0DgnJzhQADAQAAiXNlY3AyNTZrMaECQ9x-DD2i3ryFmN5JJdL4Bvut3Ek--1A3n9kO2VRwE4SDdGNwgoUMg3VkcIKFDoV3YWt1MgE"}'
|
||||
2026-03-06 04:32:34.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34059/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:34.214 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-164-g0ad551'
|
||||
2026-03-06 04:32:34.214 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16850/admin/v1/log-level/WARN" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:34.216 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:34.216 DEBUG [tests.rest_flags.test_admin_flags] Set log level (WARN) -> status=200
|
||||
2026-03-06 04:32:34.216 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34059/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:34.218 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.143.153/tcp/34060/p2p/16Uiu2HAkyzaJNYcsRghVb7snbCRuyr2JRMXx9qU1wZ1WoknNno95","/ip4/172.18.143.153/tcp/34061/ws/p2p/16Uiu2HAkyzaJNYcsRghVb7snbCRuyr2JRMXx9qU1wZ1WoknNno95"],"enrUri":"enr:-L24QGOnPpt25YpALi3bsmVppaJdh0SnuBBMWpWH6xdoSkwWP-jgfrDy4PAayDT8pbyCe-C8fzU8Q2LQLnbC2xouuOACgmlkgnY0gmlwhKwSj5mKbXVsdGlhZGRyc5YACASsEo-ZBoUMAAoErBKPmQaFDd0DgnJzhQADAQAAiXNlY3AyNTZrMaECQ9x-DD2i3ryFmN5JJdL4Bvut3Ek--1A3n9kO2VRwE4SDdGNwgoUMg3VkcIKFDoV3YWt1MgE"}'
|
||||
2026-03-06 04:32:34.219 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34059/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:34.221 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-164-g0ad551'
|
||||
2026-03-06 04:32:34.221 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16850/admin/v1/log-level/ERROR" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:34.223 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:34.223 DEBUG [tests.rest_flags.test_admin_flags] Set log level (ERROR) -> status=200
|
||||
2026-03-06 04:32:34.223 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34059/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:34.225 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.143.153/tcp/34060/p2p/16Uiu2HAkyzaJNYcsRghVb7snbCRuyr2JRMXx9qU1wZ1WoknNno95","/ip4/172.18.143.153/tcp/34061/ws/p2p/16Uiu2HAkyzaJNYcsRghVb7snbCRuyr2JRMXx9qU1wZ1WoknNno95"],"enrUri":"enr:-L24QGOnPpt25YpALi3bsmVppaJdh0SnuBBMWpWH6xdoSkwWP-jgfrDy4PAayDT8pbyCe-C8fzU8Q2LQLnbC2xouuOACgmlkgnY0gmlwhKwSj5mKbXVsdGlhZGRyc5YACASsEo-ZBoUMAAoErBKPmQaFDd0DgnJzhQADAQAAiXNlY3AyNTZrMaECQ9x-DD2i3ryFmN5JJdL4Bvut3Ek--1A3n9kO2VRwE4SDdGNwgoUMg3VkcIKFDoV3YWt1MgE"}'
|
||||
2026-03-06 04:32:34.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34059/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:34.227 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-164-g0ad551'
|
||||
2026-03-06 04:32:34.227 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16850/admin/v1/log-level/FATAL" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:34.229 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:34.229 DEBUG [tests.rest_flags.test_admin_flags] Set log level (FATAL) -> status=200
|
||||
2026-03-06 04:32:34.230 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34059/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:34.232 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.143.153/tcp/34060/p2p/16Uiu2HAkyzaJNYcsRghVb7snbCRuyr2JRMXx9qU1wZ1WoknNno95","/ip4/172.18.143.153/tcp/34061/ws/p2p/16Uiu2HAkyzaJNYcsRghVb7snbCRuyr2JRMXx9qU1wZ1WoknNno95"],"enrUri":"enr:-L24QGOnPpt25YpALi3bsmVppaJdh0SnuBBMWpWH6xdoSkwWP-jgfrDy4PAayDT8pbyCe-C8fzU8Q2LQLnbC2xouuOACgmlkgnY0gmlwhKwSj5mKbXVsdGlhZGRyc5YACASsEo-ZBoUMAAoErBKPmQaFDd0DgnJzhQADAQAAiXNlY3AyNTZrMaECQ9x-DD2i3ryFmN5JJdL4Bvut3Ek--1A3n9kO2VRwE4SDdGNwgoUMg3VkcIKFDoV3YWt1MgE"}'
|
||||
2026-03-06 04:32:34.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34059/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:34.234 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-164-g0ad551'
|
||||
2026-03-06 04:32:34.234 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16850/admin/v1/log-level/TRACE" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:34.236 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:34.236 DEBUG [tests.rest_flags.test_admin_flags] Restore default log level (TRACE) -> status=200
|
||||
2026-03-06 04:32:34.238 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:32:34.239 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:32:34.239 DEBUG [src.node.waku_node] Stopping container with id a12be75b943b
|
||||
2026-03-06 04:32:34.816 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:32:34.817 DEBUG [src.node.waku_node] Stopping container with id 9c38962f3eca
|
||||
2026-03-06 04:32:35.328 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:32:35.331 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:32:35.336 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:32:35.343 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
72
nim/1106/data/attachments/1a4a9872d9c8913e.txt
Normal file
72
nim/1106/data/attachments/1a4a9872d9c8913e.txt
Normal file
@ -0,0 +1,72 @@
|
||||
2026-03-06 04:42:16.046 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:42:16.047 DEBUG [tests.conftest] Running test: test_store_with_peerAddr with id: 2026-03-06_04-42-16__25947e96-6893-456f-8898-56411a97723d
|
||||
2026-03-06 04:42:16.047 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:42:16.047 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-06 04:42:16.048 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2026-03-06 04:42:16.055 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:42:16.055 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-06_04-42-16__25947e96-6893-456f-8898-56411a97723d__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:42:16.055 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:42:16.055 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:42:16.056 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:42:16.057 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.140.164
|
||||
2026-03-06 04:42:16.057 DEBUG [src.node.docker_mananger] Generated ports ['33707', '33708', '33709', '33710', '33711']
|
||||
2026-03-06 04:42:16.057 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:42:16.057 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:42:16.057 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:42:16.057 DEBUG [src.node.docker_mananger] docker run -i -t -p 33707:33707 -p 33708:33708 -p 33709:33709 -p 33710:33710 -p 33711:33711 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=33709 --rest-port=33707 --tcp-port=33708 --discv5-udp-port=33710 --rest-address=0.0.0.0 --nat=extip:172.18.140.164 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4fd7a9c129fb8ec60c2be9f1e44dabadbca3c35dffaf9cdb8a0d64dee7cb31fd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33711 --metrics-logging=true --store=true --relay=true
|
||||
2026-03-06 04:42:16.246 ERROR [src.node.docker_mananger] Max retries reached for container b927df2b87ec. Exiting log stream.
|
||||
2026-03-06 04:42:16.264 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.140.164 waku 8b37b2b6e8f5ce86b16316d5c245a0b1aecb6c52c6084d131cbc527cee1145f3
|
||||
2026-03-06 04:42:16.299 DEBUG [src.node.docker_mananger] Container started with ID 8b37b2b6e8f5. Setting up logs at ./log/docker/publishing_node1_2026-03-06_04-42-16__25947e96-6893-456f-8898-56411a97723d__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:42:16.300 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 33707
|
||||
2026-03-06 04:42:16.300 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:42:16.823 ERROR [src.node.docker_mananger] Max retries reached for container 13940d609bde. Exiting log stream.
|
||||
2026-03-06 04:42:17.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33707/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:42:17.304 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:42:17.304 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:42:17.304 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33707/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:42:17.306 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.140.164/tcp/33708/p2p/16Uiu2HAkvuyrEnHxJAGP81FHracSx5TVvaYdrb9wwjozRbydih4F","/ip4/172.18.140.164/tcp/33709/ws/p2p/16Uiu2HAkvuyrEnHxJAGP81FHracSx5TVvaYdrb9wwjozRbydih4F"],"enrUri":"enr:-L24QAGoRkvvH6Opb6FGmfX2sYGwDpMJWvb-2NOrUCcAAG7nMP0xnZuDKlRPDsXPMGQQ_VyyzunWhTHYOm09ipiCh44CgmlkgnY0gmlwhKwSjKSKbXVsdGlhZGRyc5YACASsEoykBoOsAAoErBKMpAaDrd0DgnJzhQADAQAAiXNlY3AyNTZrMaECFhwnq21T8o7sMMU5BjiZcF_I_fBFLP9g0Z33_wsjvYSDdGNwgoOsg3VkcIKDroV3YWt1MgM"}'
|
||||
2026-03-06 04:42:17.307 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:42:17.314 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:42:17.314 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-06_04-42-16__25947e96-6893-456f-8898-56411a97723d__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:42:17.314 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:42:17.314 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:42:17.316 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:42:17.316 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.204.82
|
||||
2026-03-06 04:42:17.316 DEBUG [src.node.docker_mananger] Generated ports ['3323', '3324', '3325', '3326', '3327']
|
||||
2026-03-06 04:42:17.316 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:42:17.317 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:42:17.317 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:42:17.317 DEBUG [src.node.docker_mananger] docker run -i -t -p 3323:3323 -p 3324:3324 -p 3325:3325 -p 3326:3326 -p 3327:3327 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=3325 --rest-port=3323 --tcp-port=3324 --discv5-udp-port=3326 --rest-address=0.0.0.0 --nat=extip:172.18.204.82 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ec04e5c2b6ef8d6d05af8e067d05cd5b6ff4a8fb7a5afbb00b1e6ebdccdc479c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3327 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QAGoRkvvH6Opb6FGmfX2sYGwDpMJWvb-2NOrUCcAAG7nMP0xnZuDKlRPDsXPMGQQ_VyyzunWhTHYOm09ipiCh44CgmlkgnY0gmlwhKwSjKSKbXVsdGlhZGRyc5YACASsEoykBoOsAAoErBKMpAaDrd0DgnJzhQADAQAAiXNlY3AyNTZrMaECFhwnq21T8o7sMMU5BjiZcF_I_fBFLP9g0Z33_wsjvYSDdGNwgoOsg3VkcIKDroV3YWt1MgM --storenode=/ip4/172.18.140.164/tcp/33708/p2p/16Uiu2HAkvuyrEnHxJAGP81FHracSx5TVvaYdrb9wwjozRbydih4F --store=true --relay=true
|
||||
2026-03-06 04:42:17.517 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.204.82 waku da42af394c69e41a61f66ec3111802c58254978cc632f93c5665426aafe809d7
|
||||
2026-03-06 04:42:17.557 DEBUG [src.node.docker_mananger] Container started with ID da42af394c69. Setting up logs at ./log/docker/store_node1_2026-03-06_04-42-16__25947e96-6893-456f-8898-56411a97723d__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:42:17.557 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 3323
|
||||
2026-03-06 04:42:17.558 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:42:18.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3323/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:42:18.562 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":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:42:18.562 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:42:18.562 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3323/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:42:18.565 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.204.82/tcp/3324/p2p/16Uiu2HAm2Uumxtd7jvhtftUME3oMN51ogwAN5n68yaX7b8eUUZYX","/ip4/172.18.204.82/tcp/3325/ws/p2p/16Uiu2HAm2Uumxtd7jvhtftUME3oMN51ogwAN5n68yaX7b8eUUZYX"],"enrUri":"enr:-L24QE5kWQNhxwZ9vwQdh1T3gkxdaH4k0pEKLzqJ_zy9dX_ILSLKhwH6U_48_OFYF2ulQVHO3KUuyAeJ1Uc4JN_DdHsCgmlkgnY0gmlwhKwSzFKKbXVsdGlhZGRyc5YACASsEsxSBgz8AAoErBLMUgYM_d0DgnJzhQADAQAAiXNlY3AyNTZrMaECaNYmcJhXkkWehY70NWvo61Wz0P-O5SzvFIb2xqtbhWyDdGNwggz8g3VkcIIM_oV3YWt1MgM"}'
|
||||
2026-03-06 04:42:18.565 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:42:18.566 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3323/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.140.164/tcp/33708/p2p/16Uiu2HAkvuyrEnHxJAGP81FHracSx5TVvaYdrb9wwjozRbydih4F"]'
|
||||
2026-03-06 04:42:18.568 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:42:18.569 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33707/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:42:18.571 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:42:18.571 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3323/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:42:18.573 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:42:18.574 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:42:18.575 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33707/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:42:18.580 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:42:18.580 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:42:18.781 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-03-06 04:42:18.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3323/store/v3/messages?peerAddr=%2Fip4%2F172.18.140.164%2Ftcp%2F33708%2Fp2p%2F16Uiu2HAkvuyrEnHxJAGP81FHracSx5TVvaYdrb9wwjozRbydih4F&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:42:18.790 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"8245ca41981db79f610f","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x17db87aada31c740fa9e05480e0eda4725f4d26cd5a1038067e4c7929acfab24"}]}'
|
||||
2026-03-06 04:42:18.791 DEBUG [src.steps.store] messages length is 1
|
||||
2026-03-06 04:42:18.793 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:42:18.794 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:42:18.794 DEBUG [src.node.waku_node] Stopping container with id 8b37b2b6e8f5
|
||||
2026-03-06 04:42:19.384 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:42:19.385 DEBUG [src.node.waku_node] Stopping container with id da42af394c69
|
||||
2026-03-06 04:42:19.947 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:42:19.949 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:42:19.962 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:42:19.968 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
93
nim/1106/data/attachments/1a917ad6e2566a34.txt
Normal file
93
nim/1106/data/attachments/1a917ad6e2566a34.txt
Normal file
@ -0,0 +1,93 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_single_pubsub_topic[/waku/2/rs/2/0] with id: 2026-03-06_04-37-05__3d986e29-1e3b-49ea-8696-e1f5db7fde94
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-37-05__3d986e29-1e3b-49ea-8696-e1f5db7fde94__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.177.17
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['17871', '17872', '17873', '17874', '17875']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:72 Cluster id was resolved to: 2
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:163 Removing pubsub-topic from nwaku args
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 17871:17871 -p 17872:17872 -p 17873:17873 -p 17874:17874 -p 17875:17875 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=17873 --rest-port=17871 --tcp-port=17872 --discv5-udp-port=17874 --rest-address=0.0.0.0 --nat=extip:172.18.177.17 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=eac6bdf246d7dfcbba497803de01b78fbe3f4dbddb431ff37b9e38ec105706f5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17875 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.177.17 waku e1e13cfaa9d9388bff7afe935ab93b767d4045cf7152b3cd853b57e5b3038613
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container d388bfe28bf6. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID e1e13cfaa9d9. Setting up logs at ./log/docker/node1_2026-03-06_04-37-05__3d986e29-1e3b-49ea-8696-e1f5db7fde94__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 17871
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 92ac4d851e1f. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17871/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17871/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17871/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17871/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17871/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17871/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17871/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.177.17/tcp/17872/p2p/16Uiu2HAm6BnbWEb6A2Vhj1iEDXWpJfD4cUmmuSTcrVEcL5hEZvzF","/ip4/172.18.177.17/tcp/17873/ws/p2p/16Uiu2HAm6BnbWEb6A2Vhj1iEDXWpJfD4cUmmuSTcrVEcL5hEZvzF"],"enrUri":"enr:-L24QEgfTgGXx0uiJ8opEnLmy9rgZ8Pj6_lJ6Cp2H3Yh9HSPROiKkl-gSKgEjE2zWSa6_hXL0pjIdC8ntVc9Hhf4xxoCgmlkgnY0gmlwhKwSsRGKbXVsdGlhZGRyc5YACASsErERBkXQAAoErBKxEQZF0d0DgnJzhQACAQAAiXNlY3AyNTZrMaECn-Hnv_mvVWx5-HITTpdQo1mGaDL_8WA8QVSPW3AW8ryDdGNwgkXQg3VkcIJF0oV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-37-05__3d986e29-1e3b-49ea-8696-e1f5db7fde94__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.34.52
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['46433', '46434', '46435', '46436', '46437']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:72 Cluster id was resolved to: 2
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:163 Removing pubsub-topic from nwaku args
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 46433:46433 -p 46434:46434 -p 46435:46435 -p 46436:46436 -p 46437:46437 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=46435 --rest-port=46433 --tcp-port=46434 --discv5-udp-port=46436 --rest-address=0.0.0.0 --nat=extip:172.18.34.52 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=1c81b509b2eb140195ea54f9fb15c57ec95f458622a18aa3049d3fd2fbbffc10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46437 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QEgfTgGXx0uiJ8opEnLmy9rgZ8Pj6_lJ6Cp2H3Yh9HSPROiKkl-gSKgEjE2zWSa6_hXL0pjIdC8ntVc9Hhf4xxoCgmlkgnY0gmlwhKwSsRGKbXVsdGlhZGRyc5YACASsErERBkXQAAoErBKxEQZF0d0DgnJzhQACAQAAiXNlY3AyNTZrMaECn-Hnv_mvVWx5-HITTpdQo1mGaDL_8WA8QVSPW3AW8ryDdGNwgkXQg3VkcIJF0oV3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.34.52 waku 85cec2ab6eb1c42c7c49802420f4d7428ca366e72274a2db00cac8a47bf9b213
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 85cec2ab6eb1. Setting up logs at ./log/docker/node2_2026-03-06_04-37-05__3d986e29-1e3b-49ea-8696-e1f5db7fde94__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 46433
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46433/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46433/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46433/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46433/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46433/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.34.52/tcp/46434/p2p/16Uiu2HAm8FRVNeQuwGpjzp7ZWvGnmkuxtgsvnp3x7nzMm638sLat","/ip4/172.18.34.52/tcp/46435/ws/p2p/16Uiu2HAm8FRVNeQuwGpjzp7ZWvGnmkuxtgsvnp3x7nzMm638sLat"],"enrUri":"enr:-L24QATUsMeBCAbrMketscWWlRrayeRJTVPtY37rD3xyJBoINzuj-6e8zf4dhHSH5mwQA6mlWTMyEcsXqoeW3rI5zrYCgmlkgnY0gmlwhKwSIjSKbXVsdGlhZGRyc5YACASsEiI0BrViAAoErBIiNAa1Y90DgnJzhQACAQAAiXNlY3AyNTZrMaECvoe88echKp58gsHaDMVEl4TTgD9PxUYDtE2txLDugxmDdGNwgrVig3VkcIK1ZIV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:46433/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.177.17/tcp/17872/p2p/16Uiu2HAm6BnbWEb6A2Vhj1iEDXWpJfD4cUmmuSTcrVEcL5hEZvzF"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:17871/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:46433/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:17871/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17871/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771829107977404,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46433/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771829107977404,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e13cfaa9d9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 85cec2ab6eb1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
666
nim/1106/data/attachments/1acc6b7c1ac5db8d.txt
Normal file
666
nim/1106/data/attachments/1acc6b7c1ac5db8d.txt
Normal file
@ -0,0 +1,666 @@
|
||||
2026-03-06 04:31:27.497 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:31:27.497 DEBUG [tests.conftest] Running test: test_filter_subscribe_to_29_content_topics_in_separate_calls with id: 2026-03-06_04-31-27__afba3706-6315-4a8d-9f41-f49ca715831a
|
||||
2026-03-06 04:31:27.498 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:31:27.498 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-03-06 04:31:27.498 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2026-03-06 04:31:27.504 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:31:27.505 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-31-27__afba3706-6315-4a8d-9f41-f49ca715831a__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:27.505 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:31:27.505 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:31:27.506 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:31:27.506 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.191.209
|
||||
2026-03-06 04:31:27.507 DEBUG [src.node.docker_mananger] Generated ports ['48160', '48161', '48162', '48163', '48164']
|
||||
2026-03-06 04:31:27.507 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:31:27.507 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:31:27.507 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:31:27.507 DEBUG [src.node.docker_mananger] docker run -i -t -p 48160:48160 -p 48161:48161 -p 48162:48162 -p 48163:48163 -p 48164:48164 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=48162 --rest-port=48160 --tcp-port=48161 --discv5-udp-port=48163 --rest-address=0.0.0.0 --nat=extip:172.18.191.209 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4decddca3eb1baa1ec5a53bc2fff5ff356da2c2f7f5914cdc992bdc5737ccf6c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48164 --metrics-logging=true --relay=true --filter=true
|
||||
2026-03-06 04:31:27.702 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.191.209 waku d59b74faea1678ddcabd9ef3fe9efc6f27725410f0e5ff106114409c46c5d2c6
|
||||
2026-03-06 04:31:27.739 DEBUG [src.node.docker_mananger] Container started with ID d59b74faea16. Setting up logs at ./log/docker/node1_2026-03-06_04-31-27__afba3706-6315-4a8d-9f41-f49ca715831a__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:27.739 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48160
|
||||
2026-03-06 04:31:27.739 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:31:27.780 ERROR [src.node.docker_mananger] Max retries reached for container d861703170df. Exiting log stream.
|
||||
2026-03-06 04:31:28.297 ERROR [src.node.docker_mananger] Max retries reached for container 2772be78b9d3. Exiting log stream.
|
||||
2026-03-06 04:31:28.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48160/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:28.743 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:31:28.743 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:31:28.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48160/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:28.746 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.191.209/tcp/48161/p2p/16Uiu2HAkznJPLQDqM2yK38E5Xx2a7JtpWZ3MdDLRCvonsRLWBMYV","/ip4/172.18.191.209/tcp/48162/ws/p2p/16Uiu2HAkznJPLQDqM2yK38E5Xx2a7JtpWZ3MdDLRCvonsRLWBMYV"],"enrUri":"enr:-L24QAS5BieVSPD2TaRboQvF6Yrh6Y3vEBHFSpcwZTqPDAc1fMYgddDW3IS0qhjD-qfCDCDbJkVcdAmvQ11xjK3jmX4CgmlkgnY0gmlwhKwSv9GKbXVsdGlhZGRyc5YACASsEr_RBrwhAAoErBK_0Qa8It0DgnJzhQADAQAAiXNlY3AyNTZrMaECT5M3D_su40Kvx-WHEDnj4F9J3vG0sginOIhZBgc1kTKDdGNwgrwhg3VkcIK8I4V3YWt1MgU"}'
|
||||
2026-03-06 04:31:28.746 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:31:28.746 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2026-03-06 04:31:28.753 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:31:28.753 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-31-27__afba3706-6315-4a8d-9f41-f49ca715831a__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:28.753 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:31:28.753 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:31:28.754 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:31:28.755 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.31.41
|
||||
2026-03-06 04:31:28.755 DEBUG [src.node.docker_mananger] Generated ports ['55612', '55613', '55614', '55615', '55616']
|
||||
2026-03-06 04:31:28.755 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:31:28.755 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:31:28.755 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:31:28.755 DEBUG [src.node.docker_mananger] docker run -i -t -p 55612:55612 -p 55613:55613 -p 55614:55614 -p 55615:55615 -p 55616:55616 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=55614 --rest-port=55612 --tcp-port=55613 --discv5-udp-port=55615 --rest-address=0.0.0.0 --nat=extip:172.18.31.41 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f74cbddcfe51ace32a3e77af8feab51dc73abb40dddcfcecdf6872faa9b1fe4c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=55616 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QAS5BieVSPD2TaRboQvF6Yrh6Y3vEBHFSpcwZTqPDAc1fMYgddDW3IS0qhjD-qfCDCDbJkVcdAmvQ11xjK3jmX4CgmlkgnY0gmlwhKwSv9GKbXVsdGlhZGRyc5YACASsEr_RBrwhAAoErBK_0Qa8It0DgnJzhQADAQAAiXNlY3AyNTZrMaECT5M3D_su40Kvx-WHEDnj4F9J3vG0sginOIhZBgc1kTKDdGNwgrwhg3VkcIK8I4V3YWt1MgU --filternode=/ip4/172.18.191.209/tcp/48161/p2p/16Uiu2HAkznJPLQDqM2yK38E5Xx2a7JtpWZ3MdDLRCvonsRLWBMYV
|
||||
2026-03-06 04:31:28.954 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.31.41 waku 6cb74ba4c640a3d6e0b5734bc87fb4d2f75e20fc557472be7203aa880522cbec
|
||||
2026-03-06 04:31:28.988 DEBUG [src.node.docker_mananger] Container started with ID 6cb74ba4c640. Setting up logs at ./log/docker/node2_2026-03-06_04-31-27__afba3706-6315-4a8d-9f41-f49ca715831a__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:28.989 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 55612
|
||||
2026-03-06 04:31:28.989 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:31:29.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55612/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:29.992 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:31:29.993 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:31:29.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55612/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:29.995 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.31.41/tcp/55613/p2p/16Uiu2HAmKbqHuzTFvcrPNeCuPmocRv2HgDiEn3rN3dFedid8537M","/ip4/172.18.31.41/tcp/55614/ws/p2p/16Uiu2HAmKbqHuzTFvcrPNeCuPmocRv2HgDiEn3rN3dFedid8537M"],"enrUri":"enr:-L24QNo9JQCvcrdrFYe98jZsARJfne9-2NX564R7axG0f6frbOGt9wDMJtzm0XGWWWLdqxEb8vGezKrPGY9XQk797RACgmlkgnY0gmlwhKwSHymKbXVsdGlhZGRyc5YACASsEh8pBtk9AAoErBIfKQbZPt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDZzLS7H-S9ET34XyOGxGzN-Icx0_wzJHEPMohhZPlpYiDdGNwgtk9g3VkcILZP4V3YWt1MgA"}'
|
||||
2026-03-06 04:31:29.995 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:31:29.996 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55612/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.191.209/tcp/48161/p2p/16Uiu2HAkznJPLQDqM2yK38E5Xx2a7JtpWZ3MdDLRCvonsRLWBMYV"]'
|
||||
2026-03-06 04:31:30.033 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:30.036 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2026-03-06 04:31:30.037 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48160/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:31:30.050 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:30.053 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55612/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "7585e83c-71fe-4344-9d6d-a2a77d77ca6b", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:30.067 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"7585e83c-71fe-4344-9d6d-a2a77d77ca6b","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:30.068 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55612/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["0"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:30.077 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:30.078 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55612/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["1"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:30.087 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:30.087 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55612/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["2"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:30.096 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:30.097 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55612/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["3"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:30.107 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:30.107 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55612/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["4"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:30.117 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:30.117 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55612/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["5"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:30.127 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:30.127 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55612/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["6"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:30.137 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:30.138 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55612/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["7"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:30.147 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:30.148 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55612/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["8"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:30.158 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:30.159 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55612/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["9"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:30.169 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:30.170 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55612/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["10"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:30.179 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:30.180 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55612/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["11"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:30.191 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:30.192 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55612/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["12"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:30.203 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:30.203 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55612/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["13"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:30.215 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:30.215 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55612/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["14"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:30.226 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:30.227 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55612/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["15"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:30.239 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:30.239 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55612/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["16"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:30.251 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:30.251 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55612/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["17"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:30.264 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:30.264 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55612/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["18"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:30.275 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:30.276 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55612/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["19"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:30.288 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:30.289 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55612/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["20"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:30.301 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:30.301 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55612/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["21"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:30.314 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:30.315 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55612/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["22"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:30.328 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:30.329 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55612/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["23"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:30.342 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:30.342 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55612/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["24"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:30.356 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:30.356 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55612/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["25"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:30.370 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:30.370 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55612/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["26"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:30.383 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:30.384 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55612/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["27"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:30.397 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:30.397 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55612/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["28"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:30.412 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:30.412 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 0
|
||||
2026-03-06 04:31:30.412 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48160/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "0", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:30.427 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:30.427 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:30.528 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:30.528 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55612/filter/v2/messages/0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:30.530 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"0","version":0,"timestamp":1772771490412746848,"ephemeral":false}]'
|
||||
2026-03-06 04:31:30.532 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 1
|
||||
2026-03-06 04:31:30.532 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48160/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "1", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:30.544 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:30.544 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:30.644 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:30.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55612/filter/v2/messages/1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:30.647 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"1","version":0,"timestamp":1772771490532600943,"ephemeral":false}]'
|
||||
2026-03-06 04:31:30.649 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 2
|
||||
2026-03-06 04:31:30.649 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48160/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "2", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:30.661 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:30.661 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:30.761 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:30.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55612/filter/v2/messages/2" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:30.764 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"2","version":0,"timestamp":1772771490649286747,"ephemeral":false}]'
|
||||
2026-03-06 04:31:30.765 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 3
|
||||
2026-03-06 04:31:30.766 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48160/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "3", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:30.777 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:30.777 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:30.877 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:30.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55612/filter/v2/messages/3" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:30.880 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"3","version":0,"timestamp":1772771490766032189,"ephemeral":false}]'
|
||||
2026-03-06 04:31:30.881 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 4
|
||||
2026-03-06 04:31:30.882 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48160/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "4", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:30.893 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:30.893 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:30.994 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:30.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55612/filter/v2/messages/4" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:30.996 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"4","version":0,"timestamp":1772771490882178654,"ephemeral":false}]'
|
||||
2026-03-06 04:31:30.997 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 5
|
||||
2026-03-06 04:31:30.998 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48160/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "5", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:31.009 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:31.009 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:31.110 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:31.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55612/filter/v2/messages/5" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:31.112 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"5","version":0,"timestamp":1772771490998167170,"ephemeral":false}]'
|
||||
2026-03-06 04:31:31.114 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 6
|
||||
2026-03-06 04:31:31.114 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48160/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "6", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:31.126 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:31.126 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:31.226 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:31.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55612/filter/v2/messages/6" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:31.229 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"6","version":0,"timestamp":1772771491114491572,"ephemeral":false}]'
|
||||
2026-03-06 04:31:31.230 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 7
|
||||
2026-03-06 04:31:31.231 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48160/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "7", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:31.242 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:31.242 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:31.342 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:31.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55612/filter/v2/messages/7" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:31.345 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"7","version":0,"timestamp":1772771491230862133,"ephemeral":false}]'
|
||||
2026-03-06 04:31:31.346 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 8
|
||||
2026-03-06 04:31:31.347 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48160/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "8", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:31.357 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:31.358 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:31.458 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:31.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55612/filter/v2/messages/8" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:31.461 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"8","version":0,"timestamp":1772771491346993226,"ephemeral":false}]'
|
||||
2026-03-06 04:31:31.462 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 9
|
||||
2026-03-06 04:31:31.462 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48160/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "9", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:31.474 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:31.474 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:31.574 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:31.575 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55612/filter/v2/messages/9" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:31.577 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"9","version":0,"timestamp":1772771491462584312,"ephemeral":false}]'
|
||||
2026-03-06 04:31:31.578 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 10
|
||||
2026-03-06 04:31:31.579 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48160/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "10", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:31.590 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:31.590 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:31.690 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:31.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55612/filter/v2/messages/10" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:31.693 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"10","version":0,"timestamp":1772771491579055510,"ephemeral":false}]'
|
||||
2026-03-06 04:31:31.694 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 11
|
||||
2026-03-06 04:31:31.695 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48160/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "11", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:31.706 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:31.706 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:31.807 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:31.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55612/filter/v2/messages/11" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:31.810 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"11","version":0,"timestamp":1772771491695149329,"ephemeral":false}]'
|
||||
2026-03-06 04:31:31.811 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 12
|
||||
2026-03-06 04:31:31.812 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48160/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "12", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:31.823 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:31.823 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:31.923 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:31.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55612/filter/v2/messages/12" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:31.926 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"12","version":0,"timestamp":1772771491811864924,"ephemeral":false}]'
|
||||
2026-03-06 04:31:31.927 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 13
|
||||
2026-03-06 04:31:31.928 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48160/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "13", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:31.939 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:31.939 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:32.039 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:32.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55612/filter/v2/messages/13" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:32.042 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"13","version":0,"timestamp":1772771491928128264,"ephemeral":false}]'
|
||||
2026-03-06 04:31:32.043 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 14
|
||||
2026-03-06 04:31:32.043 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48160/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "14", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:32.055 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:32.055 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:32.155 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:32.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55612/filter/v2/messages/14" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:32.158 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"14","version":0,"timestamp":1772771492043813383,"ephemeral":false}]'
|
||||
2026-03-06 04:31:32.159 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 15
|
||||
2026-03-06 04:31:32.159 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48160/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "15", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:32.171 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:32.171 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:32.271 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:32.271 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55612/filter/v2/messages/15" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:32.274 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"15","version":0,"timestamp":1772771492159585846,"ephemeral":false}]'
|
||||
2026-03-06 04:31:32.275 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 16
|
||||
2026-03-06 04:31:32.275 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48160/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "16", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:32.287 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:32.287 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:32.387 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:32.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55612/filter/v2/messages/16" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:32.390 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"16","version":0,"timestamp":1772771492275833853,"ephemeral":false}]'
|
||||
2026-03-06 04:31:32.391 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 17
|
||||
2026-03-06 04:31:32.392 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48160/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "17", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:32.403 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:32.403 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:32.503 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:32.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55612/filter/v2/messages/17" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:32.507 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"17","version":0,"timestamp":1772771492392174025,"ephemeral":false}]'
|
||||
2026-03-06 04:31:32.508 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 18
|
||||
2026-03-06 04:31:32.508 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48160/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "18", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:32.519 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:32.520 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:32.620 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:32.621 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55612/filter/v2/messages/18" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:32.623 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"18","version":0,"timestamp":1772771492508613742,"ephemeral":false}]'
|
||||
2026-03-06 04:31:32.625 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 19
|
||||
2026-03-06 04:31:32.625 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48160/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "19", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:32.637 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:32.637 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:32.738 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:32.738 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55612/filter/v2/messages/19" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:32.740 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"19","version":0,"timestamp":1772771492625745785,"ephemeral":false}]'
|
||||
2026-03-06 04:31:32.742 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 20
|
||||
2026-03-06 04:31:32.742 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48160/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "20", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:32.753 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:32.754 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:32.854 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:32.854 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55612/filter/v2/messages/20" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:32.857 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"20","version":0,"timestamp":1772771492742316919,"ephemeral":false}]'
|
||||
2026-03-06 04:31:32.858 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 21
|
||||
2026-03-06 04:31:32.858 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48160/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "21", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:32.870 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:32.870 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:32.970 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:32.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55612/filter/v2/messages/21" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:32.973 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"21","version":0,"timestamp":1772771492858743836,"ephemeral":false}]'
|
||||
2026-03-06 04:31:32.975 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 22
|
||||
2026-03-06 04:31:32.975 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48160/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "22", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:32.986 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:32.986 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:33.087 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:33.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55612/filter/v2/messages/22" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:33.090 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"22","version":0,"timestamp":1772771492975486378,"ephemeral":false}]'
|
||||
2026-03-06 04:31:33.091 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 23
|
||||
2026-03-06 04:31:33.091 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48160/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "23", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:33.103 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:33.103 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:33.203 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:33.204 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55612/filter/v2/messages/23" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:33.206 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"23","version":0,"timestamp":1772771493091801629,"ephemeral":false}]'
|
||||
2026-03-06 04:31:33.207 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 24
|
||||
2026-03-06 04:31:33.208 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48160/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "24", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:33.219 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:33.219 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:33.319 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:33.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55612/filter/v2/messages/24" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:33.322 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"24","version":0,"timestamp":1772771493208014490,"ephemeral":false}]'
|
||||
2026-03-06 04:31:33.323 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 25
|
||||
2026-03-06 04:31:33.324 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48160/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "25", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:33.335 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:33.335 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:33.435 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:33.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55612/filter/v2/messages/25" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:33.438 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"25","version":0,"timestamp":1772771493324004984,"ephemeral":false}]'
|
||||
2026-03-06 04:31:33.439 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 26
|
||||
2026-03-06 04:31:33.440 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48160/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "26", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:33.451 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:33.451 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:33.551 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:33.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55612/filter/v2/messages/26" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:33.554 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"26","version":0,"timestamp":1772771493439847604,"ephemeral":false}]'
|
||||
2026-03-06 04:31:33.555 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 27
|
||||
2026-03-06 04:31:33.555 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48160/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "27", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:33.566 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:33.567 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:33.667 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:33.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55612/filter/v2/messages/27" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:33.669 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"27","version":0,"timestamp":1772771493555731096,"ephemeral":false}]'
|
||||
2026-03-06 04:31:33.671 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 28
|
||||
2026-03-06 04:31:33.671 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48160/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "28", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:33.682 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:33.682 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:33.782 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:33.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55612/filter/v2/messages/28" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:33.785 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"28","version":0,"timestamp":1772771493671444470,"ephemeral":false}]'
|
||||
2026-03-06 04:31:33.786 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55612/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["rate limited"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:33.800 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:33.842 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:31:33.842 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:31:33.843 DEBUG [src.node.waku_node] Stopping container with id d59b74faea16
|
||||
2026-03-06 04:31:34.379 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:31:34.380 DEBUG [src.node.waku_node] Stopping container with id 6cb74ba4c640
|
||||
2026-03-06 04:31:34.960 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:31:34.963 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:31:34.984 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:31:35.004 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:31:35.005 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
||||
2026-03-06 04:31:35.006 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
||||
2026-03-06 04:31:35.007 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-06_04-31-27__afba3706-6315-4a8d-9f41-f49ca715831a__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:35.008 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-06_04-31-27__afba3706-6315-4a8d-9f41-f49ca715831a__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:35.016 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:31:35.016 DEBUG [tests.conftest] Running test: test_filter_subscribe_to_29_content_topics_in_separate_calls with id: 2026-03-06_04-31-35__b8675c29-e80a-4e25-94d6-66bebd9ee8a6
|
||||
2026-03-06 04:31:35.016 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:31:35.017 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-03-06 04:31:35.017 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2026-03-06 04:31:35.023 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:31:35.023 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-31-35__b8675c29-e80a-4e25-94d6-66bebd9ee8a6__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:35.023 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:31:35.023 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:31:35.025 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:31:35.025 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.140.49
|
||||
2026-03-06 04:31:35.025 DEBUG [src.node.docker_mananger] Generated ports ['16238', '16239', '16240', '16241', '16242']
|
||||
2026-03-06 04:31:35.025 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:31:35.025 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:31:35.025 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:31:35.026 DEBUG [src.node.docker_mananger] docker run -i -t -p 16238:16238 -p 16239:16239 -p 16240:16240 -p 16241:16241 -p 16242:16242 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=16240 --rest-port=16238 --tcp-port=16239 --discv5-udp-port=16241 --rest-address=0.0.0.0 --nat=extip:172.18.140.49 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fe5a597ffe6bbf62de04e4d89fb060bdee7dcf519dcb83fe2391daeb9e1090c2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16242 --metrics-logging=true --relay=true --filter=true
|
||||
2026-03-06 04:31:35.209 ERROR [src.node.docker_mananger] Max retries reached for container d59b74faea16. Exiting log stream.
|
||||
2026-03-06 04:31:35.221 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.140.49 waku af1b31877a0f240b7c6e3241f683a387c203112c995f07f18479c8553c703585
|
||||
2026-03-06 04:31:35.255 DEBUG [src.node.docker_mananger] Container started with ID af1b31877a0f. Setting up logs at ./log/docker/node1_2026-03-06_04-31-35__b8675c29-e80a-4e25-94d6-66bebd9ee8a6__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:35.256 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16238
|
||||
2026-03-06 04:31:35.257 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:31:35.794 ERROR [src.node.docker_mananger] Max retries reached for container 6cb74ba4c640. Exiting log stream.
|
||||
2026-03-06 04:31:36.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16238/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:36.260 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:31:36.260 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:31:36.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16238/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:36.263 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.140.49/tcp/16239/p2p/16Uiu2HAmKnBjsQCNkCXpma1WJ9Sr9iBVFcdbtsWydBMzE8y92UKA","/ip4/172.18.140.49/tcp/16240/ws/p2p/16Uiu2HAmKnBjsQCNkCXpma1WJ9Sr9iBVFcdbtsWydBMzE8y92UKA"],"enrUri":"enr:-L24QAEFfP_CAGC3GaUo14gdHwPFHfG_Fb8t-8UoiwlktbQaBovPXnuT4zIIDg9WfZFS3PQg9qQQpR1Xl0MXEVxGXZsCgmlkgnY0gmlwhKwSjDGKbXVsdGlhZGRyc5YACASsEowxBj9vAAoErBKMMQY_cN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDadnAiFdEsN5CAbUorare_q3_r8Bk4Nt6c08QHYTbQdGDdGNwgj9vg3VkcII_cYV3YWt1MgU"}'
|
||||
2026-03-06 04:31:36.263 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:31:36.264 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2026-03-06 04:31:36.270 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:31:36.270 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-31-35__b8675c29-e80a-4e25-94d6-66bebd9ee8a6__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:36.271 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:31:36.271 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:31:36.272 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:31:36.272 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.63.99
|
||||
2026-03-06 04:31:36.272 DEBUG [src.node.docker_mananger] Generated ports ['30593', '30594', '30595', '30596', '30597']
|
||||
2026-03-06 04:31:36.273 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:31:36.273 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:31:36.273 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:31:36.273 DEBUG [src.node.docker_mananger] docker run -i -t -p 30593:30593 -p 30594:30594 -p 30595:30595 -p 30596:30596 -p 30597:30597 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=30595 --rest-port=30593 --tcp-port=30594 --discv5-udp-port=30596 --rest-address=0.0.0.0 --nat=extip:172.18.63.99 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=52aefe87f5bcca297e65808afcc5dfcd5eeeb04e4ecdbdefdcefc014421e1a7c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30597 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QAEFfP_CAGC3GaUo14gdHwPFHfG_Fb8t-8UoiwlktbQaBovPXnuT4zIIDg9WfZFS3PQg9qQQpR1Xl0MXEVxGXZsCgmlkgnY0gmlwhKwSjDGKbXVsdGlhZGRyc5YACASsEowxBj9vAAoErBKMMQY_cN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDadnAiFdEsN5CAbUorare_q3_r8Bk4Nt6c08QHYTbQdGDdGNwgj9vg3VkcII_cYV3YWt1MgU --filternode=/ip4/172.18.140.49/tcp/16239/p2p/16Uiu2HAmKnBjsQCNkCXpma1WJ9Sr9iBVFcdbtsWydBMzE8y92UKA
|
||||
2026-03-06 04:31:36.474 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.63.99 waku 2c9ce4ddaf8ead27d324f04f035e5e85bc702545ec0246c4af0d6d1fbcfab3a7
|
||||
2026-03-06 04:31:36.507 DEBUG [src.node.docker_mananger] Container started with ID 2c9ce4ddaf8e. Setting up logs at ./log/docker/node2_2026-03-06_04-31-35__b8675c29-e80a-4e25-94d6-66bebd9ee8a6__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:36.508 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 30593
|
||||
2026-03-06 04:31:36.509 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:31:37.509 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30593/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:37.512 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:31:37.513 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:31:37.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30593/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:37.515 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.63.99/tcp/30594/p2p/16Uiu2HAmNmSmBn478M9N7bEKFDbHBFPd1AgqD8DRNxmTPMWEe4Pd","/ip4/172.18.63.99/tcp/30595/ws/p2p/16Uiu2HAmNmSmBn478M9N7bEKFDbHBFPd1AgqD8DRNxmTPMWEe4Pd"],"enrUri":"enr:-L24QD8EcKAkdCQToEoHnORwIiPQo62h8RIt1pLHbeNPbZyXEqKt0BCgiJhsgrF_jmI6MImYTaQld1QJGhoxKWJhpDsCgmlkgnY0gmlwhKwSP2OKbXVsdGlhZGRyc5YACASsEj9jBneCAAoErBI_YwZ3g90DgnJzhQADAQAAiXNlY3AyNTZrMaEDljw34PII8XFZFHI_Gu8i0I0R7iCgwK18pUx1TrPqa0SDdGNwgneCg3VkcIJ3hIV3YWt1MgA"}'
|
||||
2026-03-06 04:31:37.515 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:31:37.516 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30593/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.140.49/tcp/16239/p2p/16Uiu2HAmKnBjsQCNkCXpma1WJ9Sr9iBVFcdbtsWydBMzE8y92UKA"]'
|
||||
2026-03-06 04:31:37.553 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:37.554 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2026-03-06 04:31:37.554 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16238/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:31:37.571 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:37.572 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30593/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "d56fe02c-9a65-4c96-ac04-e719ed525de1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:37.584 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"d56fe02c-9a65-4c96-ac04-e719ed525de1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:37.585 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30593/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["0"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:37.594 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:37.594 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30593/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["1"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:37.603 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:37.604 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30593/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["2"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:37.613 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:37.613 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30593/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["3"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:37.623 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:37.624 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30593/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["4"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:37.633 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:37.634 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30593/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["5"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:37.643 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:37.643 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30593/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["6"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:37.653 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:37.654 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30593/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["7"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:37.663 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:37.664 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30593/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["8"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:37.674 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:37.675 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30593/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["9"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:37.685 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:37.685 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30593/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["10"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:37.696 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:37.696 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30593/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["11"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:37.707 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:37.707 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30593/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["12"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:37.717 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:37.718 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30593/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["13"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:37.729 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:37.729 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30593/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["14"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:37.741 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:37.741 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30593/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["15"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:37.752 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:37.753 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30593/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["16"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:37.764 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:37.764 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30593/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["17"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:37.776 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:37.777 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30593/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["18"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:37.789 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:37.789 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30593/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["19"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:37.801 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:37.801 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30593/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["20"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:37.814 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:37.814 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30593/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["21"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:37.827 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:37.827 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30593/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["22"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:37.840 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:37.840 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30593/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["23"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:37.853 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:37.853 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30593/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["24"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:37.866 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:37.867 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30593/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["25"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:37.880 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:37.881 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30593/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["26"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:37.894 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:37.895 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30593/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["27"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:37.908 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:37.909 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30593/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["28"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:37.923 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:37.923 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 0
|
||||
2026-03-06 04:31:37.923 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16238/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "0", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:37.939 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:37.940 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:38.040 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:38.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30593/filter/v2/messages/0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:38.043 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"0","version":0,"timestamp":1772771497923758914,"ephemeral":false}]'
|
||||
2026-03-06 04:31:38.044 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 1
|
||||
2026-03-06 04:31:38.045 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16238/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "1", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:38.056 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:38.056 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:38.156 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:38.157 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30593/filter/v2/messages/1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:38.159 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"1","version":0,"timestamp":1772771498044818186,"ephemeral":false}]'
|
||||
2026-03-06 04:31:38.161 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 2
|
||||
2026-03-06 04:31:38.161 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16238/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "2", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:38.173 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:38.173 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:38.273 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:38.273 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30593/filter/v2/messages/2" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:38.275 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"2","version":0,"timestamp":1772771498161450802,"ephemeral":false}]'
|
||||
2026-03-06 04:31:38.277 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 3
|
||||
2026-03-06 04:31:38.277 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16238/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "3", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:38.289 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:38.289 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:38.389 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:38.390 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30593/filter/v2/messages/3" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:38.392 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"3","version":0,"timestamp":1772771498277561841,"ephemeral":false}]'
|
||||
2026-03-06 04:31:38.393 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 4
|
||||
2026-03-06 04:31:38.394 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16238/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "4", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:38.405 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:38.405 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:38.506 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:38.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30593/filter/v2/messages/4" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:38.508 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"4","version":0,"timestamp":1772771498394065772,"ephemeral":false}]'
|
||||
2026-03-06 04:31:38.509 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 5
|
||||
2026-03-06 04:31:38.510 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16238/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "5", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:38.521 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:38.521 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:38.621 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:38.622 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30593/filter/v2/messages/5" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:38.624 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"5","version":0,"timestamp":1772771498510134379,"ephemeral":false}]'
|
||||
2026-03-06 04:31:38.626 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 6
|
||||
2026-03-06 04:31:38.626 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16238/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "6", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:38.638 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:38.638 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:38.739 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:38.739 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30593/filter/v2/messages/6" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:38.741 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"6","version":0,"timestamp":1772771498626674756,"ephemeral":false}]'
|
||||
2026-03-06 04:31:38.743 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 7
|
||||
2026-03-06 04:31:38.743 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16238/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "7", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:38.754 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:38.755 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:38.855 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:38.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30593/filter/v2/messages/7" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:38.858 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"7","version":0,"timestamp":1772771498743464148,"ephemeral":false}]'
|
||||
2026-03-06 04:31:38.859 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 8
|
||||
2026-03-06 04:31:38.860 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16238/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "8", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:38.871 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:38.871 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:38.971 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:38.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30593/filter/v2/messages/8" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:38.974 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"8","version":0,"timestamp":1772771498859994773,"ephemeral":false}]'
|
||||
2026-03-06 04:31:38.975 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 9
|
||||
2026-03-06 04:31:38.976 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16238/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "9", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:38.987 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:38.987 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:39.087 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:39.088 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30593/filter/v2/messages/9" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:39.090 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"9","version":0,"timestamp":1772771498976008377,"ephemeral":false}]'
|
||||
2026-03-06 04:31:39.091 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 10
|
||||
2026-03-06 04:31:39.092 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16238/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "10", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:39.103 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:39.103 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:39.203 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:39.204 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30593/filter/v2/messages/10" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:39.206 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"10","version":0,"timestamp":1772771499092108947,"ephemeral":false}]'
|
||||
2026-03-06 04:31:39.207 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 11
|
||||
2026-03-06 04:31:39.208 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16238/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "11", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:39.219 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:39.219 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:39.320 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:39.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30593/filter/v2/messages/11" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:39.322 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"11","version":0,"timestamp":1772771499207915039,"ephemeral":false}]'
|
||||
2026-03-06 04:31:39.323 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 12
|
||||
2026-03-06 04:31:39.324 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16238/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "12", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:39.335 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:39.335 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:39.435 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:39.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30593/filter/v2/messages/12" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:39.438 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"12","version":0,"timestamp":1772771499324179585,"ephemeral":false}]'
|
||||
2026-03-06 04:31:39.440 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 13
|
||||
2026-03-06 04:31:39.440 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16238/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "13", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:39.451 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:39.452 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:39.552 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:39.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30593/filter/v2/messages/13" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:39.555 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"13","version":0,"timestamp":1772771499440510369,"ephemeral":false}]'
|
||||
2026-03-06 04:31:39.556 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 14
|
||||
2026-03-06 04:31:39.557 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16238/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "14", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:39.568 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:39.568 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:39.669 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:39.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30593/filter/v2/messages/14" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:39.671 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"14","version":0,"timestamp":1772771499557062241,"ephemeral":false}]'
|
||||
2026-03-06 04:31:39.672 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 15
|
||||
2026-03-06 04:31:39.673 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16238/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "15", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:39.684 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:39.684 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:39.785 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:39.785 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30593/filter/v2/messages/15" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:39.787 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"15","version":0,"timestamp":1772771499673192231,"ephemeral":false}]'
|
||||
2026-03-06 04:31:39.788 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 16
|
||||
2026-03-06 04:31:39.789 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16238/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "16", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:39.800 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:39.800 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:39.900 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:39.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30593/filter/v2/messages/16" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:39.903 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"16","version":0,"timestamp":1772771499789075382,"ephemeral":false}]'
|
||||
2026-03-06 04:31:39.904 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 17
|
||||
2026-03-06 04:31:39.905 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16238/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "17", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:39.916 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:39.916 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:40.016 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:40.016 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30593/filter/v2/messages/17" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:40.019 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"17","version":0,"timestamp":1772771499904955466,"ephemeral":false}]'
|
||||
2026-03-06 04:31:40.020 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 18
|
||||
2026-03-06 04:31:40.021 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16238/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "18", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:40.031 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:40.032 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:40.132 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:40.132 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30593/filter/v2/messages/18" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:40.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"18","version":0,"timestamp":1772771500020884798,"ephemeral":false}]'
|
||||
2026-03-06 04:31:40.136 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 19
|
||||
2026-03-06 04:31:40.136 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16238/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "19", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:40.148 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:40.148 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:40.248 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:40.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30593/filter/v2/messages/19" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:40.251 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"19","version":0,"timestamp":1772771500136765676,"ephemeral":false}]'
|
||||
2026-03-06 04:31:40.252 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 20
|
||||
2026-03-06 04:31:40.253 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16238/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "20", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:40.264 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:40.264 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:40.365 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:40.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30593/filter/v2/messages/20" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:40.367 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"20","version":0,"timestamp":1772771500253198379,"ephemeral":false}]'
|
||||
2026-03-06 04:31:40.369 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 21
|
||||
2026-03-06 04:31:40.369 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16238/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "21", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:40.381 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:40.381 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:40.481 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:40.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30593/filter/v2/messages/21" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:40.484 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"21","version":0,"timestamp":1772771500369269381,"ephemeral":false}]'
|
||||
2026-03-06 04:31:40.486 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 22
|
||||
2026-03-06 04:31:40.486 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16238/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "22", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:40.498 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:40.498 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:40.598 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:40.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30593/filter/v2/messages/22" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:40.601 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"22","version":0,"timestamp":1772771500486496943,"ephemeral":false}]'
|
||||
2026-03-06 04:31:40.603 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 23
|
||||
2026-03-06 04:31:40.603 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16238/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "23", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:40.615 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:40.615 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:40.716 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:40.716 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30593/filter/v2/messages/23" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:40.719 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"23","version":0,"timestamp":1772771500603658874,"ephemeral":false}]'
|
||||
2026-03-06 04:31:40.721 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 24
|
||||
2026-03-06 04:31:40.721 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16238/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "24", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:40.733 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:40.733 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:40.833 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:40.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30593/filter/v2/messages/24" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:40.836 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"24","version":0,"timestamp":1772771500721353062,"ephemeral":false}]'
|
||||
2026-03-06 04:31:40.837 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 25
|
||||
2026-03-06 04:31:40.838 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16238/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "25", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:40.849 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:40.849 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:40.949 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:40.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30593/filter/v2/messages/25" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:40.952 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"25","version":0,"timestamp":1772771500838041132,"ephemeral":false}]'
|
||||
2026-03-06 04:31:40.953 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 26
|
||||
2026-03-06 04:31:40.954 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16238/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "26", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:40.965 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:40.965 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:41.065 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:41.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30593/filter/v2/messages/26" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:41.068 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"26","version":0,"timestamp":1772771500954076160,"ephemeral":false}]'
|
||||
2026-03-06 04:31:41.069 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 27
|
||||
2026-03-06 04:31:41.070 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16238/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "27", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:41.081 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:41.081 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:41.181 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:41.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30593/filter/v2/messages/27" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:41.184 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"27","version":0,"timestamp":1772771501070118894,"ephemeral":false}]'
|
||||
2026-03-06 04:31:41.185 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 28
|
||||
2026-03-06 04:31:41.186 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16238/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "28", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:31:41.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:41.197 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:31:41.298 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:31:41.298 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30593/filter/v2/messages/28" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:41.300 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"28","version":0,"timestamp":1772771501186030385,"ephemeral":false}]'
|
||||
2026-03-06 04:31:41.302 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30593/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["rate limited"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:41.315 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:41.324 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:31:41.325 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:31:41.325 DEBUG [src.node.waku_node] Stopping container with id af1b31877a0f
|
||||
2026-03-06 04:31:41.866 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:31:41.866 DEBUG [src.node.waku_node] Stopping container with id 2c9ce4ddaf8e
|
||||
2026-03-06 04:31:42.411 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:31:42.413 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:31:42.435 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:31:42.454 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:31:42.455 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
||||
2026-03-06 04:31:42.455 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
||||
2026-03-06 04:31:42.455 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-06_04-31-35__b8675c29-e80a-4e25-94d6-66bebd9ee8a6__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:42.456 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-06_04-31-35__b8675c29-e80a-4e25-94d6-66bebd9ee8a6__wakuorg_nwaku:latest.log
|
||||
81
nim/1106/data/attachments/1acd29349db19fe2.txt
Normal file
81
nim/1106/data/attachments/1acd29349db19fe2.txt
Normal file
@ -0,0 +1,81 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_single_pubsub_topic[/waku/2/rs/2/1] with id: 2026-03-06_04-33-16__5a0fd2fb-b593-48dc-b1ab-f103a3beb20a
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-33-16__5a0fd2fb-b593-48dc-b1ab-f103a3beb20a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.152.127
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['8254', '8255', '8256', '8257', '8258']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:72 Cluster id was resolved to: 2
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:163 Removing pubsub-topic from nwaku args
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 8254:8254 -p 8255:8255 -p 8256:8256 -p 8257:8257 -p 8258:8258 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=8256 --rest-port=8254 --tcp-port=8255 --discv5-udp-port=8257 --rest-address=0.0.0.0 --nat=extip:172.18.152.127 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ad38dc1bc7ae6cf00c2debe67bc421e69daad3333ab1edd9ffbd1bd9ffaabba6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8258 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.152.127 waku 833d8680047bf85a75d8cae9985fd9ace7749995444460ec9e28b4042f6a455a
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 833d8680047b. Setting up logs at ./log/docker/node1_2026-03-06_04-33-16__5a0fd2fb-b593-48dc-b1ab-f103a3beb20a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 8254
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 4b2b6f5bd882. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 457b634f41ca. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:8254/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:8254/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","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"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:8254/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.152.127/tcp/8255/p2p/16Uiu2HAmEuuS2CJDp3R45strGrgykCPsbSdR28GLRiB9uzqKmxNJ","/ip4/172.18.152.127/tcp/8256/ws/p2p/16Uiu2HAmEuuS2CJDp3R45strGrgykCPsbSdR28GLRiB9uzqKmxNJ"],"enrUri":"enr:-L24QFWyjrRk4RHJDHzQnsIpWf_RP9j6Q5W9ZA5kP6Q6DwkLA-pIH_l9B6jelPyJTe_nD0UCib1X891aMN1gWi3_Af0CgmlkgnY0gmlwhKwSmH-KbXVsdGlhZGRyc5YACASsEph_BiA_AAoErBKYfwYgQN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDIYmGU4DIqWPcmFg4okBJdyF1bRLEdumXU9y8mszc1c-DdGNwgiA_g3VkcIIgQYV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-33-16__5a0fd2fb-b593-48dc-b1ab-f103a3beb20a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.120.213
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['27815', '27816', '27817', '27818', '27819']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:72 Cluster id was resolved to: 2
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:163 Removing pubsub-topic from nwaku args
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 27815:27815 -p 27816:27816 -p 27817:27817 -p 27818:27818 -p 27819:27819 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=27817 --rest-port=27815 --tcp-port=27816 --discv5-udp-port=27818 --rest-address=0.0.0.0 --nat=extip:172.18.120.213 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=e6d38ebfaaea5edddbbbf1d9a9e0c5f254f3d43ed2dfcf35bad94edcbabaf97c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27819 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFWyjrRk4RHJDHzQnsIpWf_RP9j6Q5W9ZA5kP6Q6DwkLA-pIH_l9B6jelPyJTe_nD0UCib1X891aMN1gWi3_Af0CgmlkgnY0gmlwhKwSmH-KbXVsdGlhZGRyc5YACASsEph_BiA_AAoErBKYfwYgQN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDIYmGU4DIqWPcmFg4okBJdyF1bRLEdumXU9y8mszc1c-DdGNwgiA_g3VkcIIgQYV3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.120.213 waku cc23ac496c5072172fd4d9bdd6ee2a68c8f4b0a8ae020104c5d4e125f5172733
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID cc23ac496c50. Setting up logs at ./log/docker/node2_2026-03-06_04-33-16__5a0fd2fb-b593-48dc-b1ab-f103a3beb20a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 27815
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27815/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27815/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27815/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.120.213/tcp/27816/p2p/16Uiu2HAm8y211nNWqEMCYTWmpjtKvtAfNi2NjS5pcKg1RJxHnjUg","/ip4/172.18.120.213/tcp/27817/ws/p2p/16Uiu2HAm8y211nNWqEMCYTWmpjtKvtAfNi2NjS5pcKg1RJxHnjUg"],"enrUri":"enr:-L24QINWulrW6yHERc5LnwsMoHQhlGd3PEL9p7OHvFaI758PHi-DoKQmUWK6rWncuU51aXnHPggTmNxbXGsGG6GPVCACgmlkgnY0gmlwhKwSeNWKbXVsdGlhZGRyc5YACASsEnjVBmyoAAoErBJ41QZsqd0DgnJzhQACAQAAiXNlY3AyNTZrMaECyS-Sr86WHwmXvIc83eJfzbf9UAM3K5bIri37ZI5JSdWDdGNwgmyog3VkcIJsqoV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:27815/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.152.127/tcp/8255/p2p/16Uiu2HAmEuuS2CJDp3R45strGrgykCPsbSdR28GLRiB9uzqKmxNJ"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:8254/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:27815/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:8254/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:8254/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771598998528734,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27815/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771598998528734,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 833d8680047b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cc23ac496c50
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
100
nim/1106/data/attachments/1b042c6278a1090a.txt
Normal file
100
nim/1106/data/attachments/1b042c6278a1090a.txt
Normal file
@ -0,0 +1,100 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_store_node_not_connected_directly_to_relaying_node with id: 2026-03-06_04-31-04__99633478-44f0-4ba2-acf1-5eedda42badd
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-31-04__99633478-44f0-4ba2-acf1-5eedda42badd__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-31-04__99633478-44f0-4ba2-acf1-5eedda42badd__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-03-06_04-31-04__99633478-44f0-4ba2-acf1-5eedda42badd__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:33 Network waku created
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.129.221
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['29676', '29677', '29678', '29679', '29680']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 29676:29676 -p 29677:29677 -p 29678:29678 -p 29679:29679 -p 29680:29680 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=29678 --rest-port=29676 --tcp-port=29677 --discv5-udp-port=29679 --rest-address=0.0.0.0 --nat=extip:172.18.129.221 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=57e3d1af80188d15869dceabfe1db93f0fcee7e5a3f17c4b2f3beb37f14d0b0a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29680 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.129.221 waku c996ab686e76f73308129a2f1ec0dbb2f0bd683e25c51552ac9e56bb6eb05f91
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c996ab686e76. Setting up logs at ./log/docker/node1_2026-03-06_04-31-04__99633478-44f0-4ba2-acf1-5eedda42badd__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 29676
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:29676/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:29676/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.129.221/tcp/29677/p2p/16Uiu2HAmATQj8DRbDvkJLMspKE67ucWTFx49QCofU5sJPdUBYE1n","/ip4/172.18.129.221/tcp/29678/ws/p2p/16Uiu2HAmATQj8DRbDvkJLMspKE67ucWTFx49QCofU5sJPdUBYE1n"],"enrUri":"enr:-L24QAiSenmqzcowFHzTQvvTkbWdl176EdDFZEhds58VtsWVUubtAZbfLasfjha9HHNRD0NCEmwFAR7JySR9DdowtmECgmlkgnY0gmlwhKwSgd2KbXVsdGlhZGRyc5YACASsEoHdBnPtAAoErBKB3QZz7t0DgnJzhQADAQAAiXNlY3AyNTZrMaEC31E4EIX-NEc3eZRzng8PWW9P-L8kDmZllUbMN9WWFVmDdGNwgnPtg3VkcIJz74V3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.12.170
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['40775', '40776', '40777', '40778', '40779']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 40775:40775 -p 40776:40776 -p 40777:40777 -p 40778:40778 -p 40779:40779 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=40777 --rest-port=40775 --tcp-port=40776 --discv5-udp-port=40778 --rest-address=0.0.0.0 --nat=extip:172.18.12.170 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4f8533d6dcacfbcae39ded1ecf838df6becae5871bee40aefac2dcbad2fb780b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40779 --metrics-logging=true --store=true --relay=true --discv5-bootstrap-node=enr:-L24QAiSenmqzcowFHzTQvvTkbWdl176EdDFZEhds58VtsWVUubtAZbfLasfjha9HHNRD0NCEmwFAR7JySR9DdowtmECgmlkgnY0gmlwhKwSgd2KbXVsdGlhZGRyc5YACASsEoHdBnPtAAoErBKB3QZz7t0DgnJzhQADAQAAiXNlY3AyNTZrMaEC31E4EIX-NEc3eZRzng8PWW9P-L8kDmZllUbMN9WWFVmDdGNwgnPtg3VkcIJz74V3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.12.170 waku 0f9f8244db2c28ea71ba8d39183d3b1d6e308106c8e718c2d158df65710d68a0
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 0f9f8244db2c. Setting up logs at ./log/docker/node2_2026-03-06_04-31-04__99633478-44f0-4ba2-acf1-5eedda42badd__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 40775
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40775/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40775/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.12.170/tcp/40776/p2p/16Uiu2HAm95SSD86T6vuvEQANeNpUvz5XJxGuG8P2TfxyFjDYRNid","/ip4/172.18.12.170/tcp/40777/ws/p2p/16Uiu2HAm95SSD86T6vuvEQANeNpUvz5XJxGuG8P2TfxyFjDYRNid"],"enrUri":"enr:-L24QKBfFz1Xq4SBuqixH12bUBYV1wjGr5gg8_Szji7yX2RRfOJ-3L_yILZ_fH7Kh5ImPfgYuRsPoej3vpJOHJcogzMCgmlkgnY0gmlwhKwSDKqKbXVsdGlhZGRyc5YACASsEgyqBp9IAAoErBIMqgafSd0DgnJzhQADAQAAiXNlY3AyNTZrMaECytSvmHKM_BDgJbLD48NJFc2Y_eeEd6vsh-YiV1CXiRKDdGNwgp9Ig3VkcIKfSoV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.73.65
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['4263', '4264', '4265', '4266', '4267']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 4263:4263 -p 4264:4264 -p 4265:4265 -p 4266:4266 -p 4267:4267 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=4265 --rest-port=4263 --tcp-port=4264 --discv5-udp-port=4266 --rest-address=0.0.0.0 --nat=extip:172.18.73.65 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c0a79bd2b0bd08ba940fccf2f24babecaead9f82abcf02fac9d95e8e133f5f8d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4267 --metrics-logging=true --relay=false --storenode=/ip4/172.18.12.170/tcp/40776/p2p/16Uiu2HAm95SSD86T6vuvEQANeNpUvz5XJxGuG8P2TfxyFjDYRNid --discv5-bootstrap-node=enr:-L24QKBfFz1Xq4SBuqixH12bUBYV1wjGr5gg8_Szji7yX2RRfOJ-3L_yILZ_fH7Kh5ImPfgYuRsPoej3vpJOHJcogzMCgmlkgnY0gmlwhKwSDKqKbXVsdGlhZGRyc5YACASsEgyqBp9IAAoErBIMqgafSd0DgnJzhQADAQAAiXNlY3AyNTZrMaECytSvmHKM_BDgJbLD48NJFc2Y_eeEd6vsh-YiV1CXiRKDdGNwgp9Ig3VkcIKfSoV3YWt1MgM
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.73.65 waku 1ee9c950854ad6f5c9dfca467b69a00dcf26d6c66d1a1330c996f8790cc4753c
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 1ee9c950854a. Setting up logs at ./log/docker/node3_2026-03-06_04-31-04__99633478-44f0-4ba2-acf1-5eedda42badd__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 4263
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4263/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.73.65/tcp/4264/p2p/16Uiu2HAmSY3dKagv1gKgaV8yYGPxH6ByQmqHrotkr1Xi3N4dAVmj","/ip4/172.18.73.65/tcp/4265/ws/p2p/16Uiu2HAmSY3dKagv1gKgaV8yYGPxH6ByQmqHrotkr1Xi3N4dAVmj"],"enrUri":"enr:-L24QOw-3QFZO3WeiQU4slSGL_mk1Im1eFcWOiP2HI0MJB1JIFeclEUSz1lEnJFObsNjcHzCAZfMNbtSBFMAxRprXfsCgmlkgnY0gmlwhKwSSUGKbXVsdGlhZGRyc5YACASsEklBBhCoAAoErBJJQQYQqd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDzjxBhZZ7kpfT2JatrxSVZoVSuf3jU2vnC5rHtEp-AdqDdGNwghCog3VkcIIQqoV3YWt1MgA"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:29676/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:40775/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:29676/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.12.170/tcp/57496/p2p/16Uiu2HAm95SSD86T6vuvEQANeNpUvz5XJxGuG8P2TfxyFjDYRNid","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/store-query/3.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"UnknownOrigin"}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40775/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.129.221/tcp/29677/p2p/16Uiu2HAmATQj8DRbDvkJLMspKE67ucWTFx49QCofU5sJPdUBYE1n","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"Discv5"}]'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 30 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:29676/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:211 Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4263/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"ad39d5be6dbc92a712d8","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe26499f9b6da846965c9883b06776464264619c4e26683a54bfc256530035187"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 1
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id c996ab686e76
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 0f9f8244db2c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 1ee9c950854a
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container c996ab686e76. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
4375
nim/1106/data/attachments/1b33c5bd56641295.txt
Normal file
4375
nim/1106/data/attachments/1b33c5bd56641295.txt
Normal file
File diff suppressed because it is too large
Load Diff
219
nim/1106/data/attachments/1b7aade1ddbffbb4.txt
Normal file
219
nim/1106/data/attachments/1b7aade1ddbffbb4.txt
Normal file
@ -0,0 +1,219 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_filter_get_50_messages with id: 2026-03-06_04-37-36__b6f2f920-2a50-45b4-9c13-8389d70dac28
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-37-36__b6f2f920-2a50-45b4-9c13-8389d70dac28__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.70.6
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['50811', '50812', '50813', '50814', '50815']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 50811:50811 -p 50812:50812 -p 50813:50813 -p 50814:50814 -p 50815:50815 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=50813 --rest-port=50811 --tcp-port=50812 --discv5-udp-port=50814 --rest-address=0.0.0.0 --nat=extip:172.18.70.6 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b6d8d7caf3ef4bca03b188d4b55cd060582eac6841cba8d8ddd4af116dd7f1f2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50815 --metrics-logging=true --relay=true --filter=true
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 826f84861a3c. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.70.6 waku 9a2d42ddcb86d2a76c62955e29d421da5d92b97abb7069b7560279a742b46610
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 9a2d42ddcb86. Setting up logs at ./log/docker/node1_2026-03-06_04-37-36__b6f2f920-2a50-45b4-9c13-8389d70dac28__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 50811
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 04f9793f31ff. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50811/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50811/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.70.6/tcp/50812/p2p/16Uiu2HAmK5iJT8i3Dpmi4e7TXTnWUSuSJ2Gqcxjdddwi5vVBDb5d","/ip4/172.18.70.6/tcp/50813/ws/p2p/16Uiu2HAmK5iJT8i3Dpmi4e7TXTnWUSuSJ2Gqcxjdddwi5vVBDb5d"],"enrUri":"enr:-L24QEF4N0HNOCmdmnAZV6BOMp4VCfLx_01HwYHS550n9TeAdfK2nxZBgilcS21rxEcADklloFTge6ZkisATmgErGd0CgmlkgnY0gmlwhKwSRgaKbXVsdGlhZGRyc5YACASsEkYGBsZ8AAoErBJGBgbGfd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDX3t-xNn2xdFfhEFxtIHSB1OzoUclEwmWp2WHO1fMpBSDdGNwgsZ8g3VkcILGfoV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-37-36__b6f2f920-2a50-45b4-9c13-8389d70dac28__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.151.54
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['10746', '10747', '10748', '10749', '10750']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 10746:10746 -p 10747:10747 -p 10748:10748 -p 10749:10749 -p 10750:10750 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=10748 --rest-port=10746 --tcp-port=10747 --discv5-udp-port=10749 --rest-address=0.0.0.0 --nat=extip:172.18.151.54 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fceaba1e6c586a9bedaad426cd5f8df87d3fd2214dabfae0dcaceecb99dbdaaa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10750 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QEF4N0HNOCmdmnAZV6BOMp4VCfLx_01HwYHS550n9TeAdfK2nxZBgilcS21rxEcADklloFTge6ZkisATmgErGd0CgmlkgnY0gmlwhKwSRgaKbXVsdGlhZGRyc5YACASsEkYGBsZ8AAoErBJGBgbGfd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDX3t-xNn2xdFfhEFxtIHSB1OzoUclEwmWp2WHO1fMpBSDdGNwgsZ8g3VkcILGfoV3YWt1MgU --filternode=/ip4/172.18.70.6/tcp/50812/p2p/16Uiu2HAmK5iJT8i3Dpmi4e7TXTnWUSuSJ2Gqcxjdddwi5vVBDb5d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.151.54 waku 31fee606d3e5c09be604e88ab274afc2ff1e8dfdb7f49d5e26a813906ce31646
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 31fee606d3e5. Setting up logs at ./log/docker/node2_2026-03-06_04-37-36__b6f2f920-2a50-45b4-9c13-8389d70dac28__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 10746
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10746/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10746/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.151.54/tcp/10747/p2p/16Uiu2HAkwJ6qX6Uf7kEvHrqeK3n2KfzAVRGSn2C4BaaQoHCamgnB","/ip4/172.18.151.54/tcp/10748/ws/p2p/16Uiu2HAkwJ6qX6Uf7kEvHrqeK3n2KfzAVRGSn2C4BaaQoHCamgnB"],"enrUri":"enr:-L24QOIfG9GyzFMw2uBflgRKqPb6ifNB-fTXZnNVzT7zio11Tbc3EXM_ZARLYXcx275KtefwdZDEv8hLH7DmW0Dan6ICgmlkgnY0gmlwhKwSlzaKbXVsdGlhZGRyc5YACASsEpc2Bin7AAoErBKXNgYp_N0DgnJzhQADAQAAiXNlY3AyNTZrMaECG8bVa5SU1YyOcJpzCRGX_fDmGEDc5sSRBG5mOSD8YoiDdGNwgin7g3VkcIIp_YV3YWt1MgA"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10746/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.70.6/tcp/50812/p2p/16Uiu2HAmK5iJT8i3Dpmi4e7TXTnWUSuSJ2Gqcxjdddwi5vVBDb5d"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:47 Running fixture setup: subscribe_main_nodes
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10746/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "c706908c-90e9-4f85-a9e3-c4b1fb364576", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"c706908c-90e9-4f85-a9e3-c4b1fb364576","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8w", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8x", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8y", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8z", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV80", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV81", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV82", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV83", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV84", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV85", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8xMA==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8xMQ==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8xMg==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8xMw==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8xNA==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8xNQ==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8xNg==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8xNw==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8xOA==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8xOQ==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8yMA==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8yMQ==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8yMg==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8yMw==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8yNA==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8yNQ==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8yNg==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8yNw==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8yOA==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8yOQ==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8zMA==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8zMQ==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8zMg==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8zMw==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8zNA==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8zNQ==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8zNg==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8zNw==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8zOA==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8zOQ==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV80MA==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV80MQ==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV80Mg==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV80Mw==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV80NA==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV80NQ==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV80Ng==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV80Nw==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV80OA==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50811/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV80OQ==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10746/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:custom_logger.py:10 Log line was discarded because it's longer than max_log_line_length=5000
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 9a2d42ddcb86
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 31fee606d3e5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
225
nim/1106/data/attachments/1bac1e8928f123d3.txt
Normal file
225
nim/1106/data/attachments/1bac1e8928f123d3.txt
Normal file
@ -0,0 +1,225 @@
|
||||
2026-03-06 04:31:43.060 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:31:43.062 DEBUG [tests.conftest] Running test: test_filter_3_senders_multiple_msg_1_receiver with id: 2026-03-06_04-31-43__3776f7a9-462f-421a-9ada-e9b3208dad65
|
||||
2026-03-06 04:31:43.063 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:31:43.063 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-03-06 04:31:43.064 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-03-06 04:31:43.072 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:31:43.072 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-31-43__3776f7a9-462f-421a-9ada-e9b3208dad65__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:43.078 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:31:43.078 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-31-43__3776f7a9-462f-421a-9ada-e9b3208dad65__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:43.084 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:31:43.084 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-06_04-31-43__3776f7a9-462f-421a-9ada-e9b3208dad65__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:43.084 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-06 04:31:43.084 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-06 04:31:43.091 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:31:43.091 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-03-06_04-31-43__3776f7a9-462f-421a-9ada-e9b3208dad65__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:43.097 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:31:43.097 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node5_2026-03-06_04-31-43__3776f7a9-462f-421a-9ada-e9b3208dad65__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:43.097 DEBUG [tests.e2e.test_e2e] Start 5 nodes
|
||||
2026-03-06 04:31:43.097 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:31:43.097 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:31:43.099 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:31:43.099 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.98.186
|
||||
2026-03-06 04:31:43.099 DEBUG [src.node.docker_mananger] Generated ports ['30339', '30340', '30341', '30342', '30343']
|
||||
2026-03-06 04:31:43.099 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:31:43.099 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:31:43.099 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:31:43.100 DEBUG [src.node.docker_mananger] docker run -i -t -p 30339:30339 -p 30340:30340 -p 30341:30341 -p 30342:30342 -p 30343:30343 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=30341 --rest-port=30339 --tcp-port=30340 --discv5-udp-port=30342 --rest-address=0.0.0.0 --nat=extip:172.18.98.186 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1eb60f5ff5aa64e9ba48dfc62cba88bfa4fb1a238ec4cbb3b655b7bd5d14b7ef --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30343 --metrics-logging=true --relay=true --store=false
|
||||
2026-03-06 04:31:43.280 ERROR [src.node.docker_mananger] Max retries reached for container 0f9f8244db2c. Exiting log stream.
|
||||
2026-03-06 04:31:43.292 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.98.186 waku 3d19be4721b317054a8fd63a90b469b0ee7d7fbc0c5a8930ae0c59d27ddc0fed
|
||||
2026-03-06 04:31:43.328 DEBUG [src.node.docker_mananger] Container started with ID 3d19be4721b3. Setting up logs at ./log/docker/node1_2026-03-06_04-31-43__3776f7a9-462f-421a-9ada-e9b3208dad65__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:43.328 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 30339
|
||||
2026-03-06 04:31:43.329 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:31:43.881 ERROR [src.node.docker_mananger] Max retries reached for container 1ee9c950854a. Exiting log stream.
|
||||
2026-03-06 04:31:44.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:44.333 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:31:44.333 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:31:44.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30339/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:44.336 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.98.186/tcp/30340/p2p/16Uiu2HAm2GTpnotffb6aYKdDHjA6pGcTEUB45DdFBZPn8Lf3PX2Y","/ip4/172.18.98.186/tcp/30341/ws/p2p/16Uiu2HAm2GTpnotffb6aYKdDHjA6pGcTEUB45DdFBZPn8Lf3PX2Y"],"enrUri":"enr:-L24QAGvLmnZxAyLsgaa8rGJuFkLEDMRwpCa-sXUc0AxockVTLPF8VqCNZ1qymhZHxiyspPy9hVDmYSi1huFAnsftScCgmlkgnY0gmlwhKwSYrqKbXVsdGlhZGRyc5YACASsEmK6BnaEAAoErBJiugZ2hd0DgnJzhQADAQAAiXNlY3AyNTZrMaECZaXWVfNScs4c03Fgh2s9Ejc4jYCTQdwRkwP-8uyuEyGDdGNwgnaEg3VkcIJ2hoV3YWt1MgE"}'
|
||||
2026-03-06 04:31:44.336 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:31:44.336 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:31:44.336 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:31:44.338 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:31:44.338 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.66.199
|
||||
2026-03-06 04:31:44.338 DEBUG [src.node.docker_mananger] Generated ports ['33704', '33705', '33706', '33707', '33708']
|
||||
2026-03-06 04:31:44.338 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:31:44.339 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:31:44.339 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:31:44.339 DEBUG [src.node.docker_mananger] docker run -i -t -p 33704:33704 -p 33705:33705 -p 33706:33706 -p 33707:33707 -p 33708:33708 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=33706 --rest-port=33704 --tcp-port=33705 --discv5-udp-port=33707 --rest-address=0.0.0.0 --nat=extip:172.18.66.199 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e1c862563bedaa0fcbdac619d0554bf2c3da2f7db72fbd2ec988e2ef1c34cdad --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33708 --metrics-logging=true --relay=true --store=false --discv5-bootstrap-node=enr:-L24QAGvLmnZxAyLsgaa8rGJuFkLEDMRwpCa-sXUc0AxockVTLPF8VqCNZ1qymhZHxiyspPy9hVDmYSi1huFAnsftScCgmlkgnY0gmlwhKwSYrqKbXVsdGlhZGRyc5YACASsEmK6BnaEAAoErBJiugZ2hd0DgnJzhQADAQAAiXNlY3AyNTZrMaECZaXWVfNScs4c03Fgh2s9Ejc4jYCTQdwRkwP-8uyuEyGDdGNwgnaEg3VkcIJ2hoV3YWt1MgE
|
||||
2026-03-06 04:31:44.532 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.66.199 waku 0291ca48598bdf908d2c64cef8ab5d24fb145a810b00d854a4c4b41df30a9c66
|
||||
2026-03-06 04:31:44.566 DEBUG [src.node.docker_mananger] Container started with ID 0291ca48598b. Setting up logs at ./log/docker/node2_2026-03-06_04-31-43__3776f7a9-462f-421a-9ada-e9b3208dad65__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:44.566 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 33704
|
||||
2026-03-06 04:31:44.566 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:31:45.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33704/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:45.584 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:31:45.586 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:31:45.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33704/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:45.593 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.66.199/tcp/33705/p2p/16Uiu2HAm7T4VoPbT1HeDyyioajRDdYx8VUFg7wmyhhc5gUs8E1Zo","/ip4/172.18.66.199/tcp/33706/ws/p2p/16Uiu2HAm7T4VoPbT1HeDyyioajRDdYx8VUFg7wmyhhc5gUs8E1Zo"],"enrUri":"enr:-L24QA8SrIJzEi8TDzTUgl8qqvPaUUgO5E9LC6_dyRvmGqvbNq7lTOUN1juHYvEWiuPFajPBU6V2bd78JKwt_GlKag8CgmlkgnY0gmlwhKwSQseKbXVsdGlhZGRyc5YACASsEkLHBoOpAAoErBJCxwaDqt0DgnJzhQADAQAAiXNlY3AyNTZrMaECsqdIzcnwNTzDzPBaaKKyi2OqN3TL8qVnTzgGjPJNhGaDdGNwgoOpg3VkcIKDq4V3YWt1MgE"}'
|
||||
2026-03-06 04:31:45.594 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:31:45.595 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:31:45.595 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:31:45.601 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:31:45.601 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.246.77
|
||||
2026-03-06 04:31:45.601 DEBUG [src.node.docker_mananger] Generated ports ['59631', '59632', '59633', '59634', '59635']
|
||||
2026-03-06 04:31:45.601 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:31:45.601 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:31:45.601 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:31:45.602 DEBUG [src.node.docker_mananger] docker run -i -t -p 59631:59631 -p 59632:59632 -p 59633:59633 -p 59634:59634 -p 59635:59635 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=59633 --rest-port=59631 --tcp-port=59632 --discv5-udp-port=59634 --rest-address=0.0.0.0 --nat=extip:172.18.246.77 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f8e5fdaaff6fceff7cab2f1d9db0dd1c8ea8d6c1fdabc4aeb24f929d83d598f7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59635 --metrics-logging=true --relay=true --store=false --filter=true --discv5-bootstrap-node=enr:-L24QA8SrIJzEi8TDzTUgl8qqvPaUUgO5E9LC6_dyRvmGqvbNq7lTOUN1juHYvEWiuPFajPBU6V2bd78JKwt_GlKag8CgmlkgnY0gmlwhKwSQseKbXVsdGlhZGRyc5YACASsEkLHBoOpAAoErBJCxwaDqt0DgnJzhQADAQAAiXNlY3AyNTZrMaECsqdIzcnwNTzDzPBaaKKyi2OqN3TL8qVnTzgGjPJNhGaDdGNwgoOpg3VkcIKDq4V3YWt1MgE
|
||||
2026-03-06 04:31:45.801 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.246.77 waku db03a4db63fd34af81b1cebdcc2635d8b25caaa54f0f2261e5d3e871f655a097
|
||||
2026-03-06 04:31:45.837 DEBUG [src.node.docker_mananger] Container started with ID db03a4db63fd. Setting up logs at ./log/docker/node3_2026-03-06_04-31-43__3776f7a9-462f-421a-9ada-e9b3208dad65__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:45.837 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 59631
|
||||
2026-03-06 04:31:45.838 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:31:46.839 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:46.852 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:31:46.853 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:31:46.854 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59631/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:46.863 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.246.77/tcp/59632/p2p/16Uiu2HAmQopnUXTG2RjMqDFRBa8AmYUYZqga37gLTD6KxVJXc67Y","/ip4/172.18.246.77/tcp/59633/ws/p2p/16Uiu2HAmQopnUXTG2RjMqDFRBa8AmYUYZqga37gLTD6KxVJXc67Y"],"enrUri":"enr:-L24QO_lgiKkC9Nc2pEUwPBUut6-6ooMiCw3Pclq6moDm-5TBFInKMisYQXoK3SPCTOMJttdAiu51MB2RXUtMHMuGvkCgmlkgnY0gmlwhKwS9k2KbXVsdGlhZGRyc5YACASsEvZNBujwAAoErBL2TQbo8d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDtI-ng4VZXOnHjpqTns1yjZlm8kkKbxzjnRiab8pCoqeDdGNwgujwg3VkcILo8oV3YWt1MgU"}'
|
||||
2026-03-06 04:31:46.863 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:31:46.864 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:31:46.864 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:31:46.865 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:31:46.865 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.252.71
|
||||
2026-03-06 04:31:46.866 DEBUG [src.node.docker_mananger] Generated ports ['25757', '25758', '25759', '25760', '25761']
|
||||
2026-03-06 04:31:46.866 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:31:46.866 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:31:46.866 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:31:46.866 DEBUG [src.node.docker_mananger] docker run -i -t -p 25757:25757 -p 25758:25758 -p 25759:25759 -p 25760:25760 -p 25761:25761 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=25759 --rest-port=25757 --tcp-port=25758 --discv5-udp-port=25760 --rest-address=0.0.0.0 --nat=extip:172.18.252.71 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2cde8b4dccee49ecfdcd557acedb4b41cd4cbadc996dda3b0ccd53aedbcabdcf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25761 --metrics-logging=true --relay=true --filter=true --store=false --discv5-bootstrap-node=enr:-L24QO_lgiKkC9Nc2pEUwPBUut6-6ooMiCw3Pclq6moDm-5TBFInKMisYQXoK3SPCTOMJttdAiu51MB2RXUtMHMuGvkCgmlkgnY0gmlwhKwS9k2KbXVsdGlhZGRyc5YACASsEvZNBujwAAoErBL2TQbo8d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDtI-ng4VZXOnHjpqTns1yjZlm8kkKbxzjnRiab8pCoqeDdGNwgujwg3VkcILo8oV3YWt1MgU
|
||||
2026-03-06 04:31:47.057 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.252.71 waku 8cec2ce7a8c6a4eb156aec28b605cb20310f3496160f684c7a7d331002d66d23
|
||||
2026-03-06 04:31:47.095 DEBUG [src.node.docker_mananger] Container started with ID 8cec2ce7a8c6. Setting up logs at ./log/docker/node4_2026-03-06_04-31-43__3776f7a9-462f-421a-9ada-e9b3208dad65__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:47.096 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25757
|
||||
2026-03-06 04:31:47.096 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:31:48.096 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25757/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:48.110 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:31:48.110 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:31:48.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25757/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:48.118 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.252.71/tcp/25758/p2p/16Uiu2HAmJeB7cgP47xRQFvpLTNhUugDgsHknQBCB22qUknUs88bJ","/ip4/172.18.252.71/tcp/25759/ws/p2p/16Uiu2HAmJeB7cgP47xRQFvpLTNhUugDgsHknQBCB22qUknUs88bJ"],"enrUri":"enr:-L24QLo-8oeOZCR4biLgpWfXtD8qJMeNN63xlbxpUEUpOQMlF2P5umyzGnm_mP71nI7dbh5oN2fLOz98T6GEXlzHeu0CgmlkgnY0gmlwhKwS_EeKbXVsdGlhZGRyc5YACASsEvxHBmSeAAoErBL8RwZkn90DgnJzhQADAQAAiXNlY3AyNTZrMaEDWPC2QDhZzIwso1l_dhoBCor4NdzlWm8hELSf0p4nM5mDdGNwgmSeg3VkcIJkoIV3YWt1MgU"}'
|
||||
2026-03-06 04:31:48.119 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:31:48.119 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:31:48.119 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:31:48.122 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:31:48.122 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.1.202
|
||||
2026-03-06 04:31:48.123 DEBUG [src.node.docker_mananger] Generated ports ['27694', '27695', '27696', '27697', '27698']
|
||||
2026-03-06 04:31:48.124 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:31:48.124 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:31:48.125 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:31:48.125 DEBUG [src.node.docker_mananger] docker run -i -t -p 27694:27694 -p 27695:27695 -p 27696:27696 -p 27697:27697 -p 27698:27698 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=27696 --rest-port=27694 --tcp-port=27695 --discv5-udp-port=27697 --rest-address=0.0.0.0 --nat=extip:172.18.1.202 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ab6ac957ba5e6a2a04d91df5e765ab9b3fd9c43a4feb24ccedc4da439ddc9d50 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27698 --metrics-logging=true --relay=false --filternode=/ip4/172.18.252.71/tcp/25758/p2p/16Uiu2HAmJeB7cgP47xRQFvpLTNhUugDgsHknQBCB22qUknUs88bJ --store=false --discv5-bootstrap-node=enr:-L24QO_lgiKkC9Nc2pEUwPBUut6-6ooMiCw3Pclq6moDm-5TBFInKMisYQXoK3SPCTOMJttdAiu51MB2RXUtMHMuGvkCgmlkgnY0gmlwhKwS9k2KbXVsdGlhZGRyc5YACASsEvZNBujwAAoErBL2TQbo8d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDtI-ng4VZXOnHjpqTns1yjZlm8kkKbxzjnRiab8pCoqeDdGNwgujwg3VkcILo8oV3YWt1MgU
|
||||
2026-03-06 04:31:48.331 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.1.202 waku 5756c8123cef64f62917c87acd9b537df2867a465c30acc4f39d4ccaaf496f66
|
||||
2026-03-06 04:31:48.362 DEBUG [src.node.docker_mananger] Container started with ID 5756c8123cef. Setting up logs at ./log/docker/node5_2026-03-06_04-31-43__3776f7a9-462f-421a-9ada-e9b3208dad65__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:48.363 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27694
|
||||
2026-03-06 04:31:48.364 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:31:49.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27694/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:49.368 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:31:49.368 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:31:49.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27694/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:49.370 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.1.202/tcp/27695/p2p/16Uiu2HAmShyzUa7o5v8NFKEzfzwbCneqALjJT8vUQiv1BbaMw7Ht","/ip4/172.18.1.202/tcp/27696/ws/p2p/16Uiu2HAmShyzUa7o5v8NFKEzfzwbCneqALjJT8vUQiv1BbaMw7Ht"],"enrUri":"enr:-L24QOFoYoBycCSZkglKoyWG1IH7MM_2ACIuFSiOWXrY_o6LLUP62q1pHJkrzUs0y21bQUbiS70eWTtNPWHOfyoU0RYCgmlkgnY0gmlwhKwSAcqKbXVsdGlhZGRyc5YACASsEgHKBmwvAAoErBIBygZsMN0DgnJzhQADAQAAiXNlY3AyNTZrMaED0Mf0IXNUhk0T-1siNRT-Vuc6snjb6CL7rlvJZEPl8XuDdGNwgmwvg3VkcIJsMYV3YWt1MgA"}'
|
||||
2026-03-06 04:31:49.370 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:31:49.370 DEBUG [tests.e2e.test_e2e] Subscribe nodes to relay pubsub topic /waku/2/rs/3/1
|
||||
2026-03-06 04:31:49.371 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30339/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:31:49.374 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:49.375 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33704/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:31:49.383 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:49.384 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59631/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:31:49.392 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:49.396 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25757/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:31:49.403 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:31:49.404 DEBUG [tests.e2e.test_e2e] Node5 makes filter request pubsubtopic /waku/2/rs/3/1 and content topic /test/1/waku-filter/proto
|
||||
2026-03-06 04:31:49.405 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27694/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:31:49.448 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:31:49.449 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30339/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:49.460 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.66.199/tcp/60554/p2p/16Uiu2HAm7T4VoPbT1HeDyyioajRDdYx8VUFg7wmyhhc5gUs8E1Zo","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"Discv5"}]'
|
||||
2026-03-06 04:31:49.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33704/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:49.463 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.246.77/tcp/44500/p2p/16Uiu2HAmQopnUXTG2RjMqDFRBa8AmYUYZqga37gLTD6KxVJXc67Y","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-subscribe/2.0.0-beta1","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.98.186/tcp/30340/p2p/16Uiu2HAm2GTpnotffb6aYKdDHjA6pGcTEUB45DdFBZPn8Lf3PX2Y","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"Discv5"}]'
|
||||
2026-03-06 04:31:49.463 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59631/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:49.465 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.66.199/tcp/33705/p2p/16Uiu2HAm7T4VoPbT1HeDyyioajRDdYx8VUFg7wmyhhc5gUs8E1Zo","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"Discv5"},{"multiaddr":"/ip4/172.18.252.71/tcp/49290/p2p/16Uiu2HAmJeB7cgP47xRQFvpLTNhUugDgsHknQBCB22qUknUs88bJ","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-subscribe/2.0.0-beta1","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"UnknownOrigin"}]'
|
||||
2026-03-06 04:31:49.466 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25757/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:49.468 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.246.77/tcp/59632/p2p/16Uiu2HAmQopnUXTG2RjMqDFRBa8AmYUYZqga37gLTD6KxVJXc67Y","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-subscribe/2.0.0-beta1","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"Discv5"},{"multiaddr":"/ip4/172.18.1.202/tcp/34790/p2p/16Uiu2HAmShyzUa7o5v8NFKEzfzwbCneqALjJT8vUQiv1BbaMw7Ht","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"UnknownOrigin"}]'
|
||||
2026-03-06 04:31:49.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27694/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:49.471 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.246.77/tcp/59632/p2p/16Uiu2HAmQopnUXTG2RjMqDFRBa8AmYUYZqga37gLTD6KxVJXc67Y","protocols":["/vac/waku/relay/2.0.0","/vac/waku/filter-subscribe/2.0.0-beta1"],"shards":[0],"connected":"NotConnected","agent":"","origin":"Discv5"},{"multiaddr":"/ip4/172.18.252.71/tcp/25758/p2p/16Uiu2HAmJeB7cgP47xRQFvpLTNhUugDgsHknQBCB22qUknUs88bJ","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-subscribe/2.0.0-beta1","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0,1],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"UnknownOrigin"}]'
|
||||
2026-03-06 04:31:49.471 DEBUG [src.libs.common] Sleeping for 60 seconds
|
||||
2026-03-06 04:32:49.471 DEBUG [tests.e2e.test_e2e] 3 Nodes publish 12 message
|
||||
2026-03-06 04:32:49.472 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:32:49.472 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30339/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:32:49.482 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:49.483 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:32:49.685 DEBUG [src.libs.common] Sleeping for 2 seconds
|
||||
2026-03-06 04:32:51.685 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:32:51.686 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30339/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:32:51.695 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:51.699 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:32:51.901 DEBUG [src.libs.common] Sleeping for 2 seconds
|
||||
2026-03-06 04:32:53.902 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:32:53.903 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30339/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:32:53.913 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:53.914 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:32:54.114 DEBUG [src.libs.common] Sleeping for 2 seconds
|
||||
2026-03-06 04:32:56.115 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:32:56.115 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30339/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:32:56.122 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:56.122 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:32:56.323 DEBUG [src.libs.common] Sleeping for 2 seconds
|
||||
2026-03-06 04:32:58.324 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:32:58.324 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33704/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:32:58.331 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:58.332 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:32:58.539 DEBUG [src.libs.common] Sleeping for 2 seconds
|
||||
2026-03-06 04:33:00.540 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:33:00.540 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33704/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:00.553 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:00.553 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:33:00.753 DEBUG [src.libs.common] Sleeping for 2 seconds
|
||||
2026-03-06 04:33:02.754 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:33:02.754 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33704/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:02.761 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:02.762 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:33:02.962 DEBUG [src.libs.common] Sleeping for 2 seconds
|
||||
2026-03-06 04:33:04.963 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:33:04.963 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33704/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:04.972 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:04.973 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:33:05.174 DEBUG [src.libs.common] Sleeping for 2 seconds
|
||||
2026-03-06 04:33:07.176 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:33:07.177 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59631/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:07.189 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:07.192 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:33:07.394 DEBUG [src.libs.common] Sleeping for 2 seconds
|
||||
2026-03-06 04:33:09.395 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:33:09.395 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59631/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:09.407 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:09.408 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:33:09.609 DEBUG [src.libs.common] Sleeping for 2 seconds
|
||||
2026-03-06 04:33:11.610 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:33:11.611 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59631/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:11.625 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:11.625 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:33:11.829 DEBUG [src.libs.common] Sleeping for 2 seconds
|
||||
2026-03-06 04:33:13.829 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:33:13.830 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59631/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:13.840 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:13.840 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:33:14.041 DEBUG [src.libs.common] Sleeping for 2 seconds
|
||||
2026-03-06 04:33:16.041 DEBUG [tests.e2e.test_e2e] Node5 requests messages of subscribed filter topic /waku/2/rs/3/1
|
||||
2026-03-06 04:33:16.041 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27694/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:16.044 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772771569472353262,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772771571685727822,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772771573902545097,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772771576115032779,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772771578324125855,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772771580540190753,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772771582754258880,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772771584963314246,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772771587174762582,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772771589395479080,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772771591610562076,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772771593829718570,"ephemeral":false}]'
|
||||
2026-03-06 04:33:16.045 DEBUG [tests.e2e.test_e2e] Response for node 5 is [{'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772771569472353262, 'ephemeral': False}, {'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772771571685727822, 'ephemeral': False}, {'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772771573902545097, 'ephemeral': False}, {'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772771576115032779, 'ephemeral': False}, {'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772771578324125855, 'ephemeral': False}, {'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772771580540190753, 'ephemeral': False}, {'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772771582754258880, 'ephemeral': False}, {'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772771584963314246, 'ephemeral': False}, {'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772771587174762582, 'ephemeral': False}, {'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772771589395479080, 'ephemeral': False}, {'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772771591610562076, 'ephemeral': False}, {'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772771593829718570, 'ephemeral': False}]
|
||||
2026-03-06 04:33:16.047 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:33:16.048 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:33:16.048 DEBUG [src.node.waku_node] Stopping container with id 3d19be4721b3
|
||||
2026-03-06 04:33:16.622 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:33:16.622 DEBUG [src.node.waku_node] Stopping container with id 0291ca48598b
|
||||
2026-03-06 04:33:17.213 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:33:17.221 DEBUG [src.node.waku_node] Stopping container with id db03a4db63fd
|
||||
2026-03-06 04:33:17.448 ERROR [src.node.docker_mananger] Max retries reached for container 3d19be4721b3. Exiting log stream.
|
||||
2026-03-06 04:33:17.785 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:33:17.788 DEBUG [src.node.waku_node] Stopping container with id 8cec2ce7a8c6
|
||||
2026-03-06 04:33:18.281 ERROR [src.node.docker_mananger] Max retries reached for container 0291ca48598b. Exiting log stream.
|
||||
2026-03-06 04:33:18.823 ERROR [src.node.docker_mananger] Max retries reached for container db03a4db63fd. Exiting log stream.
|
||||
2026-03-06 04:33:28.338 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:33:28.339 DEBUG [src.node.waku_node] Stopping container with id 5756c8123cef
|
||||
2026-03-06 04:33:28.872 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:33:28.873 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:33:28.945 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:33:29.093 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:33:29.242 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:33:29.327 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:33:29.352 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:33:29.352 ERROR [src.node.docker_mananger] Max retries reached for container 8cec2ce7a8c6. Exiting log stream.
|
||||
466
nim/1106/data/attachments/1bc948964b2b4e69.txt
Normal file
466
nim/1106/data/attachments/1bc948964b2b4e69.txt
Normal file
@ -0,0 +1,466 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_store_sync_high_jitter_stress with id: 2026-03-06_04-34-54__1186fcb2-b5ad-4bdd-b13f-88a280d4d811
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-34-54__1186fcb2-b5ad-4bdd-b13f-88a280d4d811__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-34-54__1186fcb2-b5ad-4bdd-b13f-88a280d4d811__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-03-06_04-34-54__1186fcb2-b5ad-4bdd-b13f-88a280d4d811__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.229.15
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['14235', '14236', '14237', '14238', '14239']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 14235:14235 -p 14236:14236 -p 14237:14237 -p 14238:14238 -p 14239:14239 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=14237 --rest-port=14235 --tcp-port=14236 --discv5-udp-port=14238 --rest-address=0.0.0.0 --nat=extip:172.18.229.15 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3cbf4e36bbbbcd01caefc1e2cf0e2a2ebc857e2ac92aedec46c9dde82627c6be --store-sync=true --store=true --store-sync-range=120 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14239 --metrics-logging=true --store-sync-relay-jitter=90 --relay=true --dns-discovery=false
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container e09ec816059d. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.229.15 waku 22bb8ee2d6162718ffae2a249ec89753dac88d24598baf0df3c35a53f8b540a9
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 22bb8ee2d616. Setting up logs at ./log/docker/node1_2026-03-06_04-34-54__1186fcb2-b5ad-4bdd-b13f-88a280d4d811__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 14235
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container f13a0b48bb51. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:14235/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:14235/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.229.15/tcp/14236/p2p/16Uiu2HAmQG2iJuDPA7zxCBwxZhtYjkRGB2UEyKknhSsCib9m2GqQ","/ip4/172.18.229.15/tcp/14237/ws/p2p/16Uiu2HAmQG2iJuDPA7zxCBwxZhtYjkRGB2UEyKknhSsCib9m2GqQ"],"enrUri":"enr:-L24QBeNiKRi9W0QojNj_XToX10p4DJfXpGxOWbWTuyAuRWHZSBjOawwio-icTUDujnCCPIIpReHdKFDoryxiYizPE8CgmlkgnY0gmlwhKwS5Q-KbXVsdGlhZGRyc5YACASsEuUPBjecAAoErBLlDwY3nd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDrGqOQZ9Hy0yhISeUZ3Kuk3RGBMTrKH1VRyBbuV9cy_uDdGNwgjecg3VkcII3noV3YWt1MhM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.37.161
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['49779', '49780', '49781', '49782', '49783']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 49779:49779 -p 49780:49780 -p 49781:49781 -p 49782:49782 -p 49783:49783 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=49781 --rest-port=49779 --tcp-port=49780 --discv5-udp-port=49782 --rest-address=0.0.0.0 --nat=extip:172.18.37.161 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=29c0c8dcf5903b0ae9fb8bfb1de0bcfda810a1f44aba5f5f38bcc0d4caf6e93e --store-sync=true --store=true --store-sync-range=120 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49783 --metrics-logging=true --store-sync-relay-jitter=90 --relay=true --dns-discovery=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.37.161 waku ee74257a0d8b85bf6c4092f7d7241994b3512934aa6a9214f8ca4e3284a0cdbc
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID ee74257a0d8b. Setting up logs at ./log/docker/node2_2026-03-06_04-34-54__1186fcb2-b5ad-4bdd-b13f-88a280d4d811__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 49779
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49779/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49779/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.37.161/tcp/49780/p2p/16Uiu2HAkvb1YyYV5byh637arGFFdheLx6r7DKjbCUbqhrPXbyddJ","/ip4/172.18.37.161/tcp/49781/ws/p2p/16Uiu2HAkvb1YyYV5byh637arGFFdheLx6r7DKjbCUbqhrPXbyddJ"],"enrUri":"enr:-L24QLelZR4kK8pQ1zOUvYBqnlzMWySqAI8fJ18O1r_sAIjbfPa1314mNCF1iNXRZIQ3__WqyKJU7aajwNNgGYPdPiICgmlkgnY0gmlwhKwSJaGKbXVsdGlhZGRyc5YACASsEiWhBsJ0AAoErBIloQbCdd0DgnJzhQADAQAAiXNlY3AyNTZrMaECEUALYbCK0gEcHdJl7Ce7S2Jp1_N1eRtDQn8KVXEJQumDdGNwgsJ0g3VkcILCdoV3YWt1MhM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.37.161/tcp/49780/p2p/16Uiu2HAkvb1YyYV5byh637arGFFdheLx6r7DKjbCUbqhrPXbyddJ"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49779/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.0 seconds
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 120 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:14235/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:custom_logger.py:10 Log line was discarded because it's longer than max_log_line_length=5000
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49779/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:custom_logger.py:10 Log line was discarded because it's longer than max_log_line_length=5000
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 22bb8ee2d616
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id ee74257a0d8b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
94
nim/1106/data/attachments/1bcc1be7342cf18b.txt
Normal file
94
nim/1106/data/attachments/1bcc1be7342cf18b.txt
Normal file
@ -0,0 +1,94 @@
|
||||
2026-03-06 04:35:51.915 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:35:51.915 DEBUG [tests.conftest] Running test: test_on_empty_postgress_db with id: 2026-03-06_04-35-51__63de3673-0287-413f-8cfd-0ea14b981e38
|
||||
2026-03-06 04:35:51.916 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:35:51.916 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-06 04:35:52.122 ERROR [src.node.docker_mananger] Max retries reached for container dec3693f1e57. Exiting log stream.
|
||||
2026-03-06 04:35:52.722 ERROR [src.node.docker_mananger] Max retries reached for container fe1b5b9bc5bd. Exiting log stream.
|
||||
2026-03-06 04:35:55.987 DEBUG [src.postgres_setup] Postgres container started
|
||||
2026-03-06 04:35:55.996 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:35:55.996 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-06_04-35-51__63de3673-0287-413f-8cfd-0ea14b981e38__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:35:55.996 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:35:55.996 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:35:55.998 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:35:55.998 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.204.4
|
||||
2026-03-06 04:35:55.998 DEBUG [src.node.docker_mananger] Generated ports ['10978', '10979', '10980', '10981', '10982']
|
||||
2026-03-06 04:35:55.998 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:35:55.999 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:35:55.999 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:35:55.999 DEBUG [src.node.docker_mananger] docker run -i -t -p 10978:10978 -p 10979:10979 -p 10980:10980 -p 10981:10981 -p 10982:10982 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=10980 --rest-port=10978 --tcp-port=10979 --discv5-udp-port=10981 --rest-address=0.0.0.0 --nat=extip:172.18.204.4 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=beefb6ef4d2d8edda9793b0a2f564094abdf4f278e4e7bbe17dbd85c4cb895b9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10982 --metrics-logging=true --store=true --relay=true --store-message-db-url=postgres://postgres:test123@postgres:5432/postgres
|
||||
2026-03-06 04:35:56.229 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.204.4 waku ac47f3878b7cd04f20d93185e2307d23ce55a6368aef0320072507650f99b97f
|
||||
2026-03-06 04:35:56.270 DEBUG [src.node.docker_mananger] Container started with ID ac47f3878b7c. Setting up logs at ./log/docker/publishing_node1_2026-03-06_04-35-51__63de3673-0287-413f-8cfd-0ea14b981e38__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:35:56.270 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 10978
|
||||
2026-03-06 04:35:56.272 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:35:57.272 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10978/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:35:57.374 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10978/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:35:57.476 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10978/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:35:57.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10978/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:35:57.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10978/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:35:57.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10978/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:35:57.884 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10978/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:35:57.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10978/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:35:58.088 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10978/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:35:58.190 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10978/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:35:58.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10978/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:35:58.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10978/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:35:58.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10978/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:35:58.598 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10978/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:35:58.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10978/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:35:58.801 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10978/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:35:58.903 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10978/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:35:59.005 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10978/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:35:59.008 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:35:59.008 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:35:59.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10978/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:35:59.011 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.204.4/tcp/10979/p2p/16Uiu2HAmA5etXWDzCgdypHx3SKbikiU26PU9kvNXq6FmFLouLPXe","/ip4/172.18.204.4/tcp/10980/ws/p2p/16Uiu2HAmA5etXWDzCgdypHx3SKbikiU26PU9kvNXq6FmFLouLPXe"],"enrUri":"enr:-L24QNhj6nj4F_HKTzSUcgP1vLJqAVi2sfT9ExbLC7YcSrrYK89PTOJ2WwvyeTqB02d0Ia_BDEQwTXHQ8ASK9bo0hhcCgmlkgnY0gmlwhKwSzASKbXVsdGlhZGRyc5YACASsEswEBirjAAoErBLMBAYq5N0DgnJzhQADAQAAiXNlY3AyNTZrMaEC2b50T00dBcDWH2Q3WUdLHfHb-_D-lY_2yJR7I_apeMGDdGNwgirjg3VkcIIq5YV3YWt1MgM"}'
|
||||
2026-03-06 04:35:59.011 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:35:59.019 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:35:59.019 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-06_04-35-51__63de3673-0287-413f-8cfd-0ea14b981e38__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:35:59.019 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:35:59.020 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:35:59.021 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:35:59.021 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.31.123
|
||||
2026-03-06 04:35:59.021 DEBUG [src.node.docker_mananger] Generated ports ['30524', '30525', '30526', '30527', '30528']
|
||||
2026-03-06 04:35:59.022 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:35:59.022 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:35:59.022 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:35:59.022 DEBUG [src.node.docker_mananger] docker run -i -t -p 30524:30524 -p 30525:30525 -p 30526:30526 -p 30527:30527 -p 30528:30528 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=30526 --rest-port=30524 --tcp-port=30525 --discv5-udp-port=30527 --rest-address=0.0.0.0 --nat=extip:172.18.31.123 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bc4b4b3e8c2dc3ee2cf8cea3fcbefebb391f56f012ea9d935a2ec9091ec9b2aa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30528 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QNhj6nj4F_HKTzSUcgP1vLJqAVi2sfT9ExbLC7YcSrrYK89PTOJ2WwvyeTqB02d0Ia_BDEQwTXHQ8ASK9bo0hhcCgmlkgnY0gmlwhKwSzASKbXVsdGlhZGRyc5YACASsEswEBirjAAoErBLMBAYq5N0DgnJzhQADAQAAiXNlY3AyNTZrMaEC2b50T00dBcDWH2Q3WUdLHfHb-_D-lY_2yJR7I_apeMGDdGNwgirjg3VkcIIq5YV3YWt1MgM --storenode=/ip4/172.18.204.4/tcp/10979/p2p/16Uiu2HAmA5etXWDzCgdypHx3SKbikiU26PU9kvNXq6FmFLouLPXe --store=false --relay=true
|
||||
2026-03-06 04:35:59.227 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.31.123 waku d8d87517e1ccfc754cc56050fc97731dc0947b58f98ea68da0ac602cd738258b
|
||||
2026-03-06 04:35:59.265 DEBUG [src.node.docker_mananger] Container started with ID d8d87517e1cc. Setting up logs at ./log/docker/store_node1_2026-03-06_04-35-51__63de3673-0287-413f-8cfd-0ea14b981e38__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:35:59.266 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 30524
|
||||
2026-03-06 04:35:59.266 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:36:00.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30524/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:00.279 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:36:00.280 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:36:00.280 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30524/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:00.303 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.31.123/tcp/30525/p2p/16Uiu2HAm3xARNHSXdGQBQVURu13rj14m2GqCvGTxhoXurxE3xGNK","/ip4/172.18.31.123/tcp/30526/ws/p2p/16Uiu2HAm3xARNHSXdGQBQVURu13rj14m2GqCvGTxhoXurxE3xGNK"],"enrUri":"enr:-L24QAwgcCUsSeTynBJ867SLH7F24v1o62vMrJWWKz3uE2RUBPRis9CMLYS5L9usesNLbVhLzQmXkTumEH2yEIkxwvgCgmlkgnY0gmlwhKwSH3uKbXVsdGlhZGRyc5YACASsEh97Bnc9AAoErBIfewZ3Pt0DgnJzhQADAQAAiXNlY3AyNTZrMaECfq0T9J2r9CySUz99ccY4sq_-NxjgazRGNrYVNSLDHgiDdGNwgnc9g3VkcIJ3P4V3YWt1MgE"}'
|
||||
2026-03-06 04:36:00.305 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:36:00.306 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30524/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.204.4/tcp/10979/p2p/16Uiu2HAmA5etXWDzCgdypHx3SKbikiU26PU9kvNXq6FmFLouLPXe"]'
|
||||
2026-03-06 04:36:00.312 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:00.313 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10978/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:36:00.316 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:00.317 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30524/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:36:00.319 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:00.320 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:36:00.320 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10978/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:36:00.328 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:00.329 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:36:00.530 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-03-06 04:36:00.530 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10978/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:00.536 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xa4b9d5a4b6a12baf68b5c53a47e0d33b4b09592e58f5ad33ccd888ca7ece110f"}]}'
|
||||
2026-03-06 04:36:00.537 DEBUG [src.steps.store] messages length is 1
|
||||
2026-03-06 04:36:00.537 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-03-06 04:36:00.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30524/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:00.546 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"cc31e5ed4f94fec21c2f","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xa4b9d5a4b6a12baf68b5c53a47e0d33b4b09592e58f5ad33ccd888ca7ece110f"}]}'
|
||||
2026-03-06 04:36:00.547 DEBUG [src.steps.store] messages length is 1
|
||||
2026-03-06 04:36:00.699 DEBUG [src.postgres_setup] Postgres container stopped and removed.
|
||||
2026-03-06 04:36:00.701 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:36:00.702 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:36:00.703 DEBUG [src.node.waku_node] Stopping container with id ac47f3878b7c
|
||||
2026-03-06 04:36:01.290 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:36:01.292 DEBUG [src.node.waku_node] Stopping container with id d8d87517e1cc
|
||||
2026-03-06 04:36:01.882 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:36:01.883 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:36:01.896 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:36:01.902 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
39
nim/1106/data/attachments/1c62c0fdbf8dcd0c.txt
Normal file
39
nim/1106/data/attachments/1c62c0fdbf8dcd0c.txt
Normal file
@ -0,0 +1,39 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_get_debug_version_is_string with id: 2026-03-06_04-38-05__dd2d013e-4913-4c72-899c-713de8198502
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-38-05__dd2d013e-4913-4c72-899c-713de8198502__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.134.204
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['17096', '17097', '17098', '17099', '17100']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 17096:17096 -p 17097:17097 -p 17098:17098 -p 17099:17099 -p 17100:17100 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=17098 --rest-port=17096 --tcp-port=17097 --discv5-udp-port=17099 --rest-address=0.0.0.0 --nat=extip:172.18.134.204 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fccb81eae881ab19d1dcab2be1dc654524df2e11cedbc06e0a21dfe9e205ad57 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17100 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.134.204 waku 915dc417fb08650c8d88eeddae4ef87fca6de20bbdf9d29b15d90bf956990b2f
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 915dc417fb08. Setting up logs at ./log/docker/node1_2026-03-06_04-38-05__dd2d013e-4913-4c72-899c-713de8198502__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 17096
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 9ac12b30b96f. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 885c3c29cf59. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17096/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17096/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.134.204/tcp/17097/p2p/16Uiu2HAmUKMErNVfdHBP8ogntx3R1AVYmSK6Du3zrxC3Hrmtowrm","/ip4/172.18.134.204/tcp/17098/ws/p2p/16Uiu2HAmUKMErNVfdHBP8ogntx3R1AVYmSK6Du3zrxC3Hrmtowrm"],"enrUri":"enr:-L24QGKxEJZcaygPQ_yIJ25cvrUec1_gzVbFTdf6HXZ1xQH9Mvf89TwbxLeoWRc8H4gsfZYAdBW4H5UidLzUqlZsM_4CgmlkgnY0gmlwhKwShsyKbXVsdGlhZGRyc5YACASsEobMBkLJAAoErBKGzAZCyt0DgnJzhQADAQAAiXNlY3AyNTZrMaED6LL-cPBGEoKQP8NBqMctF8lyCryXAFFKUEkZ1aWWo_6DdGNwgkLJg3VkcIJCy4V3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17096/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'v0.36.0-164-g0ad551'
|
||||
[35mDEBUG [0m tests.rest_flags.test_debug_flags:test_debug_flags.py:40 debug version returned: v0.36.0-164-g0ad551
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 915dc417fb08
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
73
nim/1106/data/attachments/1c7b3b36a75a0233.txt
Normal file
73
nim/1106/data/attachments/1c7b3b36a75a0233.txt
Normal file
@ -0,0 +1,73 @@
|
||||
2026-03-06 04:34:34.370 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:34:34.370 DEBUG [tests.conftest] Running test: test_content_topic_and_pubsub_topic_not_in_docker_flags with id: 2026-03-06_04-34-34__b209f92d-f947-4621-80b0-a1fb39cf8a2a
|
||||
2026-03-06 04:34:34.371 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:34:34.371 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-06 04:34:34.371 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2026-03-06 04:34:34.379 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:34:34.379 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-34-34__b209f92d-f947-4621-80b0-a1fb39cf8a2a__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:34:34.379 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:34:34.379 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:34:34.381 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:34:34.381 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.66.39
|
||||
2026-03-06 04:34:34.381 DEBUG [src.node.docker_mananger] Generated ports ['20653', '20654', '20655', '20656', '20657']
|
||||
2026-03-06 04:34:34.381 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:34:34.382 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:34:34.382 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:34:34.382 DEBUG [src.node.docker_mananger] docker run -i -t -p 20653:20653 -p 20654:20654 -p 20655:20655 -p 20656:20656 -p 20657:20657 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=20655 --rest-port=20653 --tcp-port=20654 --discv5-udp-port=20656 --rest-address=0.0.0.0 --nat=extip:172.18.66.39 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=8a7a06867f3acc37f8dedfcfc59cbb314ab5742f7b4dcb3cb51a8fb66e15ec52 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=20657 --metrics-logging=true --relay=true --filter=true
|
||||
2026-03-06 04:34:34.565 ERROR [src.node.docker_mananger] Max retries reached for container 54eb6c208b5a. Exiting log stream.
|
||||
2026-03-06 04:34:34.582 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.66.39 waku 02316a5d541f5290367b239ef4dc98071a8a618883f66b0dba02108f56661fb5
|
||||
2026-03-06 04:34:34.619 DEBUG [src.node.docker_mananger] Container started with ID 02316a5d541f. Setting up logs at ./log/docker/node1_2026-03-06_04-34-34__b209f92d-f947-4621-80b0-a1fb39cf8a2a__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:34:34.619 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 20653
|
||||
2026-03-06 04:34:34.619 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:34:35.105 ERROR [src.node.docker_mananger] Max retries reached for container 17eb53f42bf4. Exiting log stream.
|
||||
2026-03-06 04:34:35.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20653/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:35.622 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":"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:34:35.622 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:34:35.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20653/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:35.625 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.66.39/tcp/20654/p2p/16Uiu2HAmMURdcRX2k1f6B3XZexSSyqzXC8JdWCwNqrHPCfX1XAHK","/ip4/172.18.66.39/tcp/20655/ws/p2p/16Uiu2HAmMURdcRX2k1f6B3XZexSSyqzXC8JdWCwNqrHPCfX1XAHK"],"enrUri":"enr:-L24QDJv_mZ6JNCa6keXTcHNZ-rqiNWiZz_RVzN-cIX9xKkPawYBecZ1pqeRuPK8DZoRLHujSuc3CtsPiKW8W7riSW8CgmlkgnY0gmlwhKwSQieKbXVsdGlhZGRyc5YACASsEkInBlCuAAoErBJCJwZQr90DgnJzhQACAQAAiXNlY3AyNTZrMaEDgwRhFFlt1WlAlfyItyq5eAT7zSj-NAAU8P0BR1O1vmaDdGNwglCug3VkcIJQsIV3YWt1MgU"}'
|
||||
2026-03-06 04:34:35.625 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:34:35.632 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:34:35.632 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-34-34__b209f92d-f947-4621-80b0-a1fb39cf8a2a__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:34:35.633 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:34:35.633 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:34:35.634 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:34:35.634 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.195.58
|
||||
2026-03-06 04:34:35.634 DEBUG [src.node.docker_mananger] Generated ports ['25254', '25255', '25256', '25257', '25258']
|
||||
2026-03-06 04:34:35.634 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:34:35.635 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:34:35.635 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:34:35.635 DEBUG [src.node.docker_mananger] docker run -i -t -p 25254:25254 -p 25255:25255 -p 25256:25256 -p 25257:25257 -p 25258:25258 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=25256 --rest-port=25254 --tcp-port=25255 --discv5-udp-port=25257 --rest-address=0.0.0.0 --nat=extip:172.18.195.58 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=43669a38c8092b35065de8a3ab1059c34676f2a97fe604e2ee264e4edfdd9b73 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25258 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QDJv_mZ6JNCa6keXTcHNZ-rqiNWiZz_RVzN-cIX9xKkPawYBecZ1pqeRuPK8DZoRLHujSuc3CtsPiKW8W7riSW8CgmlkgnY0gmlwhKwSQieKbXVsdGlhZGRyc5YACASsEkInBlCuAAoErBJCJwZQr90DgnJzhQACAQAAiXNlY3AyNTZrMaEDgwRhFFlt1WlAlfyItyq5eAT7zSj-NAAU8P0BR1O1vmaDdGNwglCug3VkcIJQsIV3YWt1MgU
|
||||
2026-03-06 04:34:35.847 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.195.58 waku 9f202b2eed8bd71009d035373df1ca14feafd034f5605ac540bf6704a5685197
|
||||
2026-03-06 04:34:35.882 DEBUG [src.node.docker_mananger] Container started with ID 9f202b2eed8b. Setting up logs at ./log/docker/node2_2026-03-06_04-34-34__b209f92d-f947-4621-80b0-a1fb39cf8a2a__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:34:35.882 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25254
|
||||
2026-03-06 04:34:35.882 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:34:36.884 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:36.887 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:34:36.887 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:34:36.887 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25254/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:36.889 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.195.58/tcp/25255/p2p/16Uiu2HAmQMPzJRX1VmoG5BPGAMvN4vM85xb8j99DXLebH4o96Wqv","/ip4/172.18.195.58/tcp/25256/ws/p2p/16Uiu2HAmQMPzJRX1VmoG5BPGAMvN4vM85xb8j99DXLebH4o96Wqv"],"enrUri":"enr:-L24QNSY8itvo0wV3TOBpH5osKTWovZv446OuqXJ_hrV7W4WMDSL0ozY8IfH3ADeUMppcWZMD4pFQvf5hao2wKyyTAkCgmlkgnY0gmlwhKwSwzqKbXVsdGlhZGRyc5YACASsEsM6BmKnAAoErBLDOgZiqN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDrcqEKh1rTtYKFsUoZXfzNc2SPAdajQiXw7TPLpZlMPGDdGNwgmKng3VkcIJiqYV3YWt1MgE"}'
|
||||
2026-03-06 04:34:36.890 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:34:36.890 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25254/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.66.39/tcp/20654/p2p/16Uiu2HAmMURdcRX2k1f6B3XZexSSyqzXC8JdWCwNqrHPCfX1XAHK"]'
|
||||
2026-03-06 04:34:36.910 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:36.912 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20653/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
||||
2026-03-06 04:34:36.924 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:36.925 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25254/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
||||
2026-03-06 04:34:36.930 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:36.931 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20653/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:34:36.941 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:36.942 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:34:37.042 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:34:37.042 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20653/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:37.045 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771676930983194,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:34:37.047 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:34:37.047 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25254/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:37.049 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771676930983194,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:34:37.052 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:34:37.053 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:34:37.053 DEBUG [src.node.waku_node] Stopping container with id 02316a5d541f
|
||||
2026-03-06 04:34:37.655 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:34:37.655 DEBUG [src.node.waku_node] Stopping container with id 9f202b2eed8b
|
||||
2026-03-06 04:34:38.233 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:34:38.236 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:34:38.264 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:34:38.293 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
68
nim/1106/data/attachments/1cd0d50247d62e69.txt
Normal file
68
nim/1106/data/attachments/1cd0d50247d62e69.txt
Normal file
@ -0,0 +1,68 @@
|
||||
2026-03-06 04:32:29.384 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:32:29.384 DEBUG [tests.conftest] Running test: test_filter_unsubscribe_with_no_request_id with id: 2026-03-06_04-32-29__27d2a755-d95c-4a05-b46d-4236afb5dfff
|
||||
2026-03-06 04:32:29.384 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:32:29.385 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-03-06 04:32:29.385 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2026-03-06 04:32:29.392 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:32:29.393 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-32-29__27d2a755-d95c-4a05-b46d-4236afb5dfff__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:29.393 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:32:29.393 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:32:29.394 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:32:29.395 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.143.109
|
||||
2026-03-06 04:32:29.395 DEBUG [src.node.docker_mananger] Generated ports ['55586', '55587', '55588', '55589', '55590']
|
||||
2026-03-06 04:32:29.395 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:32:29.395 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:32:29.395 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:32:29.395 DEBUG [src.node.docker_mananger] docker run -i -t -p 55586:55586 -p 55587:55587 -p 55588:55588 -p 55589:55589 -p 55590:55590 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=55588 --rest-port=55586 --tcp-port=55587 --discv5-udp-port=55589 --rest-address=0.0.0.0 --nat=extip:172.18.143.109 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=64e2093b949bf8e8ac73b1aca9f6b5ceea49bcfbc6e22d57b390eb1ae303681e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=55590 --metrics-logging=true --relay=true --filter=true
|
||||
2026-03-06 04:32:29.557 ERROR [src.node.docker_mananger] Max retries reached for container 0e98429681d3. Exiting log stream.
|
||||
2026-03-06 04:32:29.589 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.143.109 waku ce43623a870b8334c1da5a959f000cf268d3f06d09f25639be189c49a4485bc0
|
||||
2026-03-06 04:32:29.629 DEBUG [src.node.docker_mananger] Container started with ID ce43623a870b. Setting up logs at ./log/docker/node1_2026-03-06_04-32-29__27d2a755-d95c-4a05-b46d-4236afb5dfff__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:29.629 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 55586
|
||||
2026-03-06 04:32:29.631 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:32:30.117 ERROR [src.node.docker_mananger] Max retries reached for container d0c3d5942ba5. Exiting log stream.
|
||||
2026-03-06 04:32:30.631 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55586/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:30.634 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:32:30.634 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:32:30.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55586/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:30.637 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.143.109/tcp/55587/p2p/16Uiu2HAm6k1xJcfqQ29jzLJPuDgdLi3jWYWTck15cR9q6Ke1dLey","/ip4/172.18.143.109/tcp/55588/ws/p2p/16Uiu2HAm6k1xJcfqQ29jzLJPuDgdLi3jWYWTck15cR9q6Ke1dLey"],"enrUri":"enr:-L24QBjn_wEFGA_9wrP49GjrK3pttltkLkWQHtyckC5Sh71YbNLlCdBh5o6Uw2ezV-TSYkGqPUaEcvyEZev5FtLAAd4CgmlkgnY0gmlwhKwSj22KbXVsdGlhZGRyc5YACASsEo9tBtkjAAoErBKPbQbZJN0DgnJzhQADAQAAiXNlY3AyNTZrMaECqCOYhjAyqH-sXCskuaDlNHq5z26YX1jtTgoBr039TQaDdGNwgtkjg3VkcILZJYV3YWt1MgU"}'
|
||||
2026-03-06 04:32:30.637 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:32:30.638 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2026-03-06 04:32:30.645 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:32:30.645 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-32-29__27d2a755-d95c-4a05-b46d-4236afb5dfff__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:30.645 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:32:30.645 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:32:30.647 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:32:30.647 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.117.140
|
||||
2026-03-06 04:32:30.647 DEBUG [src.node.docker_mananger] Generated ports ['4170', '4171', '4172', '4173', '4174']
|
||||
2026-03-06 04:32:30.647 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:32:30.647 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:32:30.647 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:32:30.648 DEBUG [src.node.docker_mananger] docker run -i -t -p 4170:4170 -p 4171:4171 -p 4172:4172 -p 4173:4173 -p 4174:4174 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=4172 --rest-port=4170 --tcp-port=4171 --discv5-udp-port=4173 --rest-address=0.0.0.0 --nat=extip:172.18.117.140 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2fdcac7bddf258ead6e1fdc743f062013df5ac30f2df3a2cbd7a1b1cc0793abc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4174 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QBjn_wEFGA_9wrP49GjrK3pttltkLkWQHtyckC5Sh71YbNLlCdBh5o6Uw2ezV-TSYkGqPUaEcvyEZev5FtLAAd4CgmlkgnY0gmlwhKwSj22KbXVsdGlhZGRyc5YACASsEo9tBtkjAAoErBKPbQbZJN0DgnJzhQADAQAAiXNlY3AyNTZrMaECqCOYhjAyqH-sXCskuaDlNHq5z26YX1jtTgoBr039TQaDdGNwgtkjg3VkcILZJYV3YWt1MgU --filternode=/ip4/172.18.143.109/tcp/55587/p2p/16Uiu2HAm6k1xJcfqQ29jzLJPuDgdLi3jWYWTck15cR9q6Ke1dLey
|
||||
2026-03-06 04:32:30.850 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.117.140 waku 829a5d843c1dfe5027b14d0aaea51f5792bde4b551d67329349a58d6642302ee
|
||||
2026-03-06 04:32:30.887 DEBUG [src.node.docker_mananger] Container started with ID 829a5d843c1d. Setting up logs at ./log/docker/node2_2026-03-06_04-32-29__27d2a755-d95c-4a05-b46d-4236afb5dfff__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:30.887 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4170
|
||||
2026-03-06 04:32:30.887 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:32:31.888 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4170/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:31.890 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:32:31.891 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:32:31.891 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4170/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:31.893 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.117.140/tcp/4171/p2p/16Uiu2HAmMAgSyaMqtXyoptMrZFyNP1QduXP7TTAqwQcU8ifEuqtD","/ip4/172.18.117.140/tcp/4172/ws/p2p/16Uiu2HAmMAgSyaMqtXyoptMrZFyNP1QduXP7TTAqwQcU8ifEuqtD"],"enrUri":"enr:-L24QPLKzB40Bgaqc9Z_9SOjmdIgIrti51EnVaWF6bPSvoEKcvnatWeAENWqPc2Ky0aDbjdol9Ea_eiSd11JQHPNcAcCgmlkgnY0gmlwhKwSdYyKbXVsdGlhZGRyc5YACASsEnWMBhBLAAoErBJ1jAYQTN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDfnitiRzULviy-bH4ruu0_BavFLwthyMEXeKrH2nt0MqDdGNwghBLg3VkcIIQTYV3YWt1MgA"}'
|
||||
2026-03-06 04:32:31.893 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:32:31.894 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4170/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.143.109/tcp/55587/p2p/16Uiu2HAm6k1xJcfqQ29jzLJPuDgdLi3jWYWTck15cR9q6Ke1dLey"]'
|
||||
2026-03-06 04:32:31.924 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:31.926 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2026-03-06 04:32:31.928 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55586/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:32:31.946 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:31.947 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4170/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "012f17e9-322e-4bd3-8e02-99e679149ad6", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:32:31.959 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"012f17e9-322e-4bd3-8e02-99e679149ad6","statusDesc":"OK"}'
|
||||
2026-03-06 04:32:31.961 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:4170/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:32:31.964 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:4170/filter/v2/subscriptions. Response content: b'{"requestId":"unknown","statusDesc":"BAD_REQUEST: Failed to decode request: (status: 400 Bad Request, headers: , kind: Error, errobj: (status: 400 Bad Request, message: \\"Invalid content body, could not decode. Unable to deserialize data: \\", contentType: \\"text/plain\\"))"}'
|
||||
2026-03-06 04:32:31.967 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:32:31.968 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:32:31.968 DEBUG [src.node.waku_node] Stopping container with id ce43623a870b
|
||||
2026-03-06 04:32:32.514 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:32:32.515 DEBUG [src.node.waku_node] Stopping container with id 829a5d843c1d
|
||||
2026-03-06 04:32:33.101 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:32:33.103 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:32:33.109 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:32:33.113 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
128
nim/1106/data/attachments/1cd802aaf38c97f2.txt
Normal file
128
nim/1106/data/attachments/1cd802aaf38c97f2.txt
Normal file
@ -0,0 +1,128 @@
|
||||
2026-03-06 04:34:43.473 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:34:43.474 DEBUG [tests.conftest] Running test: test_store_with_one_content_topic with id: 2026-03-06_04-34-43__a2de0fcd-21f1-4a9d-bb87-871d95d35215
|
||||
2026-03-06 04:34:43.475 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:34:43.476 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-06 04:34:43.476 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2026-03-06 04:34:43.487 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:34:43.487 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-06_04-34-43__a2de0fcd-21f1-4a9d-bb87-871d95d35215__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:34:43.488 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:34:43.488 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:34:43.491 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:34:43.491 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.234.0
|
||||
2026-03-06 04:34:43.492 DEBUG [src.node.docker_mananger] Generated ports ['58533', '58534', '58535', '58536', '58537']
|
||||
2026-03-06 04:34:43.493 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:34:43.493 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:34:43.493 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:34:43.494 DEBUG [src.node.docker_mananger] docker run -i -t -p 58533:58533 -p 58534:58534 -p 58535:58535 -p 58536:58536 -p 58537:58537 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=58535 --rest-port=58533 --tcp-port=58534 --discv5-udp-port=58536 --rest-address=0.0.0.0 --nat=extip:172.18.234.0 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0da1f54e303e4696db3d1cdfefad0ecc64dd76aa56bcbd55d07d7b53ad02c9d2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58537 --metrics-logging=true --store=true --relay=true
|
||||
2026-03-06 04:34:43.693 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.234.0 waku 2eb8f3be2c78718942c4f80f3489911e5b52c6e409b76525ab56a6d19ac0187b
|
||||
2026-03-06 04:34:43.719 ERROR [src.node.docker_mananger] Max retries reached for container ac1117c27cc3. Exiting log stream.
|
||||
2026-03-06 04:34:43.736 DEBUG [src.node.docker_mananger] Container started with ID 2eb8f3be2c78. Setting up logs at ./log/docker/publishing_node1_2026-03-06_04-34-43__a2de0fcd-21f1-4a9d-bb87-871d95d35215__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:34:43.736 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 58533
|
||||
2026-03-06 04:34:43.737 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:34:44.313 ERROR [src.node.docker_mananger] Max retries reached for container 41a2b3b44dea. Exiting log stream.
|
||||
2026-03-06 04:34:44.737 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58533/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:44.740 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:34:44.740 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:34:44.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58533/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:44.743 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.234.0/tcp/58534/p2p/16Uiu2HAm5UU1UCqHMUey1Xfm2yimHQm6dWS4ycU9px4fyU5AnsJz","/ip4/172.18.234.0/tcp/58535/ws/p2p/16Uiu2HAm5UU1UCqHMUey1Xfm2yimHQm6dWS4ycU9px4fyU5AnsJz"],"enrUri":"enr:-L24QAFDBkHNV-jJaIzaTqp7XmkKjdTqNXlu160ei1UkHoJhRzEU46IAdJquEE5vnJtFdzrMgUxV_xXV0rySaBipDo8CgmlkgnY0gmlwhKwS6gCKbXVsdGlhZGRyc5YACASsEuoABuSmAAoErBLqAAbkp90DgnJzhQADAQAAiXNlY3AyNTZrMaEClUwTb_sIGNlmKb7PLIB30OFw4Ua8KW8g3pqBgPDE1vODdGNwguSmg3VkcILkqIV3YWt1MgM"}'
|
||||
2026-03-06 04:34:44.744 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:34:44.752 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:34:44.752 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-06_04-34-43__a2de0fcd-21f1-4a9d-bb87-871d95d35215__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:34:44.752 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:34:44.752 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:34:44.754 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:34:44.754 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.248.44
|
||||
2026-03-06 04:34:44.754 DEBUG [src.node.docker_mananger] Generated ports ['53810', '53811', '53812', '53813', '53814']
|
||||
2026-03-06 04:34:44.754 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:34:44.754 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:34:44.754 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:34:44.755 DEBUG [src.node.docker_mananger] docker run -i -t -p 53810:53810 -p 53811:53811 -p 53812:53812 -p 53813:53813 -p 53814:53814 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=53812 --rest-port=53810 --tcp-port=53811 --discv5-udp-port=53813 --rest-address=0.0.0.0 --nat=extip:172.18.248.44 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fa348ccdfa37365c115eb3a8e8ec49323c9cfaccd116224d0183fa7bab2c0b12 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53814 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QAFDBkHNV-jJaIzaTqp7XmkKjdTqNXlu160ei1UkHoJhRzEU46IAdJquEE5vnJtFdzrMgUxV_xXV0rySaBipDo8CgmlkgnY0gmlwhKwS6gCKbXVsdGlhZGRyc5YACASsEuoABuSmAAoErBLqAAbkp90DgnJzhQADAQAAiXNlY3AyNTZrMaEClUwTb_sIGNlmKb7PLIB30OFw4Ua8KW8g3pqBgPDE1vODdGNwguSmg3VkcILkqIV3YWt1MgM --storenode=/ip4/172.18.234.0/tcp/58534/p2p/16Uiu2HAm5UU1UCqHMUey1Xfm2yimHQm6dWS4ycU9px4fyU5AnsJz --store=true --relay=true
|
||||
2026-03-06 04:34:44.953 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.248.44 waku 8c390451d69bf9fccf0b489f7b6708960f4b28c902b70356048244485bdb9cf7
|
||||
2026-03-06 04:34:44.988 DEBUG [src.node.docker_mananger] Container started with ID 8c390451d69b. Setting up logs at ./log/docker/store_node1_2026-03-06_04-34-43__a2de0fcd-21f1-4a9d-bb87-871d95d35215__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:34:44.989 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 53810
|
||||
2026-03-06 04:34:44.989 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:34:45.990 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53810/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:45.993 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":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:34:45.993 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:34:45.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53810/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:45.996 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.248.44/tcp/53811/p2p/16Uiu2HAm6NZbjQQgg5evwaYyLM2Si2Snw8rd5PUe61VumEi5bmsS","/ip4/172.18.248.44/tcp/53812/ws/p2p/16Uiu2HAm6NZbjQQgg5evwaYyLM2Si2Snw8rd5PUe61VumEi5bmsS"],"enrUri":"enr:-L24QIdgd5a6n1mOksYBv5WNcIt9Y64bX_sMxnSaZ36ESreBQIe6dVkG9cbQ0JBIi5cLHRz7aywcjNtiNROv-iRbTwICgmlkgnY0gmlwhKwS-CyKbXVsdGlhZGRyc5YACASsEvgsBtIzAAoErBL4LAbSNN0DgnJzhQADAQAAiXNlY3AyNTZrMaECoqSZdbfBl7BqoTWhZDrG00AXzuRO0eMbmrmbLeHPlQ2DdGNwgtIzg3VkcILSNYV3YWt1MgM"}'
|
||||
2026-03-06 04:34:45.996 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:34:45.997 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53810/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.234.0/tcp/58534/p2p/16Uiu2HAm5UU1UCqHMUey1Xfm2yimHQm6dWS4ycU9px4fyU5AnsJz"]'
|
||||
2026-03-06 04:34:46.000 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:46.000 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58533/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:34:46.002 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:46.003 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53810/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:34:46.005 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:46.006 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:46.006 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58533/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:46.012 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:46.012 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:46.213 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:46.213 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58533/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:46.221 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:46.222 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:46.423 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:46.423 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58533/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:46.430 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:46.431 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:46.632 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:46.632 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58533/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:46.638 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:46.639 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:46.840 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:46.840 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58533/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:46.846 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:46.847 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:47.048 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:47.048 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58533/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:47.055 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:47.055 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:47.257 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:47.257 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58533/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:47.263 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:47.264 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:47.465 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:47.465 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58533/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:47.472 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:47.472 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:47.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58533/store/v3/messages?contentTopics=%2Fmyapp%2F1%2Flatest%2Fproto&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:47.678 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xcfa43e94c03568ce04de83348c5e360c87be2f41ff5dde63c60b14a15f97630f"}]}'
|
||||
2026-03-06 04:34:47.678 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58533/store/v3/messages?contentTopics=%2Fwaku%2F2%2Fcontent%2Ftest.js&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:47.680 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x656813f6c2f157c85202302ce844795eb6006205714385d6cd7ba8add8496a04"}]}'
|
||||
2026-03-06 04:34:47.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58533/store/v3/messages?contentTopics=%2Fapp%2F22%2Fsometopic%2Fsomeencoding&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:47.683 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xfd2b6a48c641ffea3ec6103a46bdd6375855c2f2fcfef97152bebea691ec0fa5"}]}'
|
||||
2026-03-06 04:34:47.684 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58533/store/v3/messages?contentTopics=%2Ftoychat%2F2%2Fhuilong%2Fproto&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:47.687 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x4dbed4a740db47e510e1ee70390090eebb6d4d4c43a694afe548d172cb56cb08"}]}'
|
||||
2026-03-06 04:34:47.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58533/store/v3/messages?contentTopics=%2Fstatusim%2F1%2Fcommunity%2Fcbor&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:47.690 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x147ed3b07b6fffd6f381f4d5ff9758a5632ceaa9e1d1773e5d010e007d08d53b"}]}'
|
||||
2026-03-06 04:34:47.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58533/store/v3/messages?contentTopics=%2Fapp%2F27%2Fsometopic%2Fsomeencoding&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:47.693 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x695df553e99f0854e76b9828a1d4c85be6855a3bb7f1193f7b72adf90227f876"}]}'
|
||||
2026-03-06 04:34:47.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58533/store/v3/messages?contentTopics=%2Fapp%2F29%2Fsometopic%2Fsomeencoding&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:47.696 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x2fbbb1ee5bd89322ff6b3623f37910005e6a54bfda4db8f9f80c3978924adda1"}]}'
|
||||
2026-03-06 04:34:47.696 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58533/store/v3/messages?contentTopics=%2Fapp%2F20%2Fsometopic%2Fsomeencoding&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:47.699 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x67d931b052241d233b3dfcc18527c7e4a8e790060283a2a64ced1cb2f481519a"}]}'
|
||||
2026-03-06 04:34:47.699 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53810/store/v3/messages?contentTopics=%2Fmyapp%2F1%2Flatest%2Fproto&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:47.701 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xcfa43e94c03568ce04de83348c5e360c87be2f41ff5dde63c60b14a15f97630f"}]}'
|
||||
2026-03-06 04:34:47.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53810/store/v3/messages?contentTopics=%2Fwaku%2F2%2Fcontent%2Ftest.js&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:47.704 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x656813f6c2f157c85202302ce844795eb6006205714385d6cd7ba8add8496a04"}]}'
|
||||
2026-03-06 04:34:47.704 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53810/store/v3/messages?contentTopics=%2Fapp%2F22%2Fsometopic%2Fsomeencoding&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:47.707 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xfd2b6a48c641ffea3ec6103a46bdd6375855c2f2fcfef97152bebea691ec0fa5"}]}'
|
||||
2026-03-06 04:34:47.707 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53810/store/v3/messages?contentTopics=%2Ftoychat%2F2%2Fhuilong%2Fproto&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:47.710 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x4dbed4a740db47e510e1ee70390090eebb6d4d4c43a694afe548d172cb56cb08"}]}'
|
||||
2026-03-06 04:34:47.710 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53810/store/v3/messages?contentTopics=%2Fstatusim%2F1%2Fcommunity%2Fcbor&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:47.713 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x147ed3b07b6fffd6f381f4d5ff9758a5632ceaa9e1d1773e5d010e007d08d53b"}]}'
|
||||
2026-03-06 04:34:47.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53810/store/v3/messages?contentTopics=%2Fapp%2F27%2Fsometopic%2Fsomeencoding&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:47.716 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x695df553e99f0854e76b9828a1d4c85be6855a3bb7f1193f7b72adf90227f876"}]}'
|
||||
2026-03-06 04:34:47.716 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53810/store/v3/messages?contentTopics=%2Fapp%2F29%2Fsometopic%2Fsomeencoding&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:47.718 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x2fbbb1ee5bd89322ff6b3623f37910005e6a54bfda4db8f9f80c3978924adda1"}]}'
|
||||
2026-03-06 04:34:47.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53810/store/v3/messages?contentTopics=%2Fapp%2F20%2Fsometopic%2Fsomeencoding&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:47.721 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x67d931b052241d233b3dfcc18527c7e4a8e790060283a2a64ced1cb2f481519a"}]}'
|
||||
2026-03-06 04:34:47.724 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:34:47.725 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:34:47.725 DEBUG [src.node.waku_node] Stopping container with id 2eb8f3be2c78
|
||||
2026-03-06 04:34:48.289 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:34:48.291 DEBUG [src.node.waku_node] Stopping container with id 8c390451d69b
|
||||
2026-03-06 04:34:48.888 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:34:48.891 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:34:48.899 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:34:48.907 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
208
nim/1106/data/attachments/1cd82e4bef4479c6.txt
Normal file
208
nim/1106/data/attachments/1cd82e4bef4479c6.txt
Normal file
@ -0,0 +1,208 @@
|
||||
2026-03-06 04:38:04.122 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:38:04.122 DEBUG [tests.conftest] Running test: test_node_without_sync_or_relay_stays_empty with id: 2026-03-06_04-38-04__1b077fb2-f00f-4370-84bc-88615963ee5c
|
||||
2026-03-06 04:38:04.122 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:38:04.130 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:38:04.130 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-38-04__1b077fb2-f00f-4370-84bc-88615963ee5c__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:38:04.138 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:38:04.138 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-38-04__1b077fb2-f00f-4370-84bc-88615963ee5c__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:38:04.145 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:38:04.146 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-06_04-38-04__1b077fb2-f00f-4370-84bc-88615963ee5c__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:38:04.146 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-06 04:38:04.147 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:38:04.147 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:38:04.149 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:38:04.149 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.222.133
|
||||
2026-03-06 04:38:04.149 DEBUG [src.node.docker_mananger] Generated ports ['46947', '46948', '46949', '46950', '46951']
|
||||
2026-03-06 04:38:04.149 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:38:04.149 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:38:04.149 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:38:04.150 DEBUG [src.node.docker_mananger] docker run -i -t -p 46947:46947 -p 46948:46948 -p 46949:46949 -p 46950:46950 -p 46951:46951 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=46949 --rest-port=46947 --tcp-port=46948 --discv5-udp-port=46950 --rest-address=0.0.0.0 --nat=extip:172.18.222.133 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=affa1c19906d23af24babbb02a929a5ab27dcaae1ddd229082dabb8a4a1ebec1 --store-sync=true --store=true --store-sync-range=300 --store-sync-interval=6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46951 --metrics-logging=true --store-sync-relay-jitter=0 --relay=true --dns-discovery=false
|
||||
2026-03-06 04:38:04.336 ERROR [src.node.docker_mananger] Max retries reached for container 952c93e4070a. Exiting log stream.
|
||||
2026-03-06 04:38:04.363 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.222.133 waku 08f1a8a963f1d631bc53d71d14ce91eca6c0e8d38ae3e40b966c5e5e69330a93
|
||||
2026-03-06 04:38:04.400 DEBUG [src.node.docker_mananger] Container started with ID 08f1a8a963f1. Setting up logs at ./log/docker/node1_2026-03-06_04-38-04__1b077fb2-f00f-4370-84bc-88615963ee5c__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:38:04.400 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 46947
|
||||
2026-03-06 04:38:04.400 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:38:04.920 ERROR [src.node.docker_mananger] Max retries reached for container 7faff621279b. Exiting log stream.
|
||||
2026-03-06 04:38:05.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46947/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:38:05.404 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:38:05.404 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:38:05.404 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46947/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:38:05.406 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.222.133/tcp/46948/p2p/16Uiu2HAmT7BHSyFHHm8QUZKhggtYkmXhHSHbBwtXCgKE9p3qruaj","/ip4/172.18.222.133/tcp/46949/ws/p2p/16Uiu2HAmT7BHSyFHHm8QUZKhggtYkmXhHSHbBwtXCgKE9p3qruaj"],"enrUri":"enr:-L24QF1nQEE6h9POAtCr2StRlxO1PSla8S_38D9RmHiD9fQod1GFsrs0Jekm7Py31_nzLW1IZAiCw2fgZqkKijsiueQCgmlkgnY0gmlwhKwS3oWKbXVsdGlhZGRyc5YACASsEt6FBrdkAAoErBLehQa3Zd0DgnJzhQADAQAAiXNlY3AyNTZrMaED1rkUsygoPIZBPD8aX3XfxNmZSAYjwOHwQZ0ZqfO8gZyDdGNwgrdkg3VkcIK3ZoV3YWt1MhM"}'
|
||||
2026-03-06 04:38:05.407 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:38:05.407 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:38:05.407 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46947/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:38:05.427 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:38:05.427 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:38:05.638 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:38:05.638 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46947/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:38:05.643 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:38:05.643 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:38:05.854 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:38:05.854 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46947/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:38:05.859 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:38:05.859 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:38:06.070 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:38:06.070 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46947/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:38:06.074 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:38:06.074 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:38:06.285 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:38:06.285 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46947/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:38:06.290 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:38:06.290 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:38:06.501 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:38:06.501 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46947/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:38:06.506 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:38:06.506 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:38:06.717 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:38:06.717 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46947/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:38:06.721 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:38:06.722 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:38:06.932 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:38:06.933 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46947/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:38:06.937 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:38:06.937 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:38:07.148 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:38:07.148 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46947/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:38:07.153 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:38:07.153 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:38:07.364 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:38:07.364 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46947/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:38:07.369 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:38:07.369 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:38:07.580 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:38:07.580 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46947/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:38:07.585 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:38:07.585 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:38:07.796 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:38:07.796 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46947/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:38:07.800 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:38:07.800 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:38:08.011 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:38:08.011 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46947/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:38:08.016 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:38:08.016 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:38:08.227 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:38:08.227 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46947/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:38:08.232 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:38:08.232 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:38:08.443 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:38:08.443 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46947/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:38:08.448 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:38:08.448 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:38:08.659 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:38:08.659 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46947/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:38:08.664 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:38:08.664 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:38:08.875 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:38:08.875 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46947/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:38:08.879 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:38:08.879 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:38:09.090 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:38:09.090 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46947/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:38:09.095 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:38:09.095 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:38:09.306 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:38:09.306 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46947/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:38:09.310 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:38:09.311 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:38:09.521 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:38:09.522 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46947/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:38:09.526 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:38:09.526 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:38:09.737 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:38:09.737 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46947/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:38:09.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:38:09.742 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:38:09.953 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:38:09.953 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46947/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:38:09.957 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:38:09.958 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:38:10.168 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:38:10.169 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46947/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:38:10.173 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:38:10.173 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:38:10.384 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:38:10.384 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46947/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:38:10.389 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:38:10.389 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:38:10.600 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:38:10.600 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46947/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:38:10.604 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:38:10.604 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:38:10.815 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:38:10.815 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46947/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:38:10.820 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:38:10.820 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:38:11.031 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:38:11.032 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46947/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:38:11.038 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:38:11.038 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:38:11.249 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:38:11.250 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46947/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:38:11.254 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:38:11.254 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:38:11.465 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:38:11.465 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46947/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:38:11.470 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:38:11.470 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:38:11.681 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:38:11.681 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46947/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:38:11.685 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:38:11.685 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:38:11.896 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:38:11.896 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:38:11.898 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:38:11.898 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.156.14
|
||||
2026-03-06 04:38:11.899 DEBUG [src.node.docker_mananger] Generated ports ['37130', '37131', '37132', '37133', '37134']
|
||||
2026-03-06 04:38:11.899 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:38:11.899 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:38:11.899 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:38:11.899 DEBUG [src.node.docker_mananger] docker run -i -t -p 37130:37130 -p 37131:37131 -p 37132:37132 -p 37133:37133 -p 37134:37134 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=37132 --rest-port=37130 --tcp-port=37131 --discv5-udp-port=37133 --rest-address=0.0.0.0 --nat=extip:172.18.156.14 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e6ab82112bfbffe8e7a40f9acc23753fb4644c1ea234192d6cd97eae2a6604ca --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37134 --metrics-logging=true --relay=false --dns-discovery=false --discv5-bootstrap-node=enr:-L24QF1nQEE6h9POAtCr2StRlxO1PSla8S_38D9RmHiD9fQod1GFsrs0Jekm7Py31_nzLW1IZAiCw2fgZqkKijsiueQCgmlkgnY0gmlwhKwS3oWKbXVsdGlhZGRyc5YACASsEt6FBrdkAAoErBLehQa3Zd0DgnJzhQADAQAAiXNlY3AyNTZrMaED1rkUsygoPIZBPD8aX3XfxNmZSAYjwOHwQZ0ZqfO8gZyDdGNwgrdkg3VkcIK3ZoV3YWt1MhM
|
||||
2026-03-06 04:38:12.114 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.156.14 waku 9f565b9254217e3c39676b0d82c56a238df7293da7dbcf4f68e5827c7773e97f
|
||||
2026-03-06 04:38:12.150 DEBUG [src.node.docker_mananger] Container started with ID 9f565b925421. Setting up logs at ./log/docker/node2_2026-03-06_04-38-04__1b077fb2-f00f-4370-84bc-88615963ee5c__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:38:12.150 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37130
|
||||
2026-03-06 04:38:12.151 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:38:13.151 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37130/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:38:13.154 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:38:13.154 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:38:13.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37130/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:38:13.157 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.156.14/tcp/37131/p2p/16Uiu2HAmJkC7VLmusJzVjBMQmnUCJxkzYSMeWtnUcbDXhUe18zZf","/ip4/172.18.156.14/tcp/37132/ws/p2p/16Uiu2HAmJkC7VLmusJzVjBMQmnUCJxkzYSMeWtnUcbDXhUe18zZf"],"enrUri":"enr:-L24QHBhiOebqQJLgG_0wDbaDv_CPT0K6acImz3erTmuoLU7SULmJZ4X1t5iaw7Iv11DgYkj5wNqQkFo4aooXQbEEqUCgmlkgnY0gmlwhKwSnA6KbXVsdGlhZGRyc5YACASsEpwOBpELAAoErBKcDgaRDN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDWntTM8qftizvlTYQqEsqS5wn7j1yjzWthaTx0D2WHmKDdGNwgpELg3VkcIKRDYV3YWt1MgA"}'
|
||||
2026-03-06 04:38:13.158 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:38:13.158 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:38:13.158 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:38:13.159 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:38:13.159 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.139.251
|
||||
2026-03-06 04:38:13.160 DEBUG [src.node.docker_mananger] Generated ports ['1360', '1361', '1362', '1363', '1364']
|
||||
2026-03-06 04:38:13.160 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:38:13.160 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:38:13.160 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:38:13.160 DEBUG [src.node.docker_mananger] docker run -i -t -p 1360:1360 -p 1361:1361 -p 1362:1362 -p 1363:1363 -p 1364:1364 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=1362 --rest-port=1360 --tcp-port=1361 --discv5-udp-port=1363 --rest-address=0.0.0.0 --nat=extip:172.18.139.251 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=770eb5c3f0bcbdebc8bf9e79cb0019b7b5e3eff4471b57ee2417accdbed0432f --store-sync=true --store=true --store-sync-range=300 --store-sync-interval=6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1364 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false --discv5-bootstrap-node=enr:-L24QF1nQEE6h9POAtCr2StRlxO1PSla8S_38D9RmHiD9fQod1GFsrs0Jekm7Py31_nzLW1IZAiCw2fgZqkKijsiueQCgmlkgnY0gmlwhKwS3oWKbXVsdGlhZGRyc5YACASsEt6FBrdkAAoErBLehQa3Zd0DgnJzhQADAQAAiXNlY3AyNTZrMaED1rkUsygoPIZBPD8aX3XfxNmZSAYjwOHwQZ0ZqfO8gZyDdGNwgrdkg3VkcIK3ZoV3YWt1MhM
|
||||
2026-03-06 04:38:13.366 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.139.251 waku 3721986ecc44354b9386cb46eb9132a6fa35670cbb47dcd94a897c77ed0994af
|
||||
2026-03-06 04:38:13.404 DEBUG [src.node.docker_mananger] Container started with ID 3721986ecc44. Setting up logs at ./log/docker/node3_2026-03-06_04-38-04__1b077fb2-f00f-4370-84bc-88615963ee5c__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:38:13.405 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1360
|
||||
2026-03-06 04:38:13.405 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:38:14.405 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1360/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:38:14.408 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:38:14.409 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:38:14.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1360/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:38:14.411 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.139.251/tcp/1361/p2p/16Uiu2HAmBE7V9JYhvQWMf4ZGUJDKWQRjC6d2hr14QAgFkebVCxYt","/ip4/172.18.139.251/tcp/1362/ws/p2p/16Uiu2HAmBE7V9JYhvQWMf4ZGUJDKWQRjC6d2hr14QAgFkebVCxYt"],"enrUri":"enr:-L24QAMR7k645pxdnWqtyRIwCKhqk8RnDCcL3vEyweaFY6CEPFI6-AB_cq_HQXOOa6kWjNPTIXo-0T31FgYzUg_CDSoCgmlkgnY0gmlwhKwSi_uKbXVsdGlhZGRyc5YACASsEov7BgVRAAoErBKL-wYFUt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC6sTcYw_7DY3-9wzqYVgwnP0vQ_jF0YpONZ1xztHFAW2DdGNwggVRg3VkcIIFU4V3YWt1MhI"}'
|
||||
2026-03-06 04:38:14.412 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:38:14.412 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1360/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.222.133/tcp/46948/p2p/16Uiu2HAmT7BHSyFHHm8QUZKhggtYkmXhHSHbBwtXCgKE9p3qruaj"]'
|
||||
2026-03-06 04:38:14.452 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:38:32.453 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1360/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=200&ascending=true&peer_id=" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:38:32.458 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xaaddf0eee16ec1d1faa437f40723269c1e7eacc46595d9f903b1d79b3feed089"},{"messageHash":"0x0c759201b61ce84744a675bdb369507433ba6ca89b5548847a26327736cbb41b"},{"messageHash":"0x5d2c091fa49a8120ed1232fa2caa59e018ba39751c06271d3da15cd857726efe"},{"messageHash":"0xd012ccc94e410901ef719a697128f283ae28913b132c20231be14cff5e47071d"},{"messageHash":"0xe20950570f7eb8200dc2397dffab72cb379753ef2cac694bac733e7531c8b844"},{"messageHash":"0xdba71e069aa2fb44e0aae07eb7cce6e9449a6e44134d2012b38b5a04023a4ad0"},{"messageHash":"0xb4f8fee2394fd036edf54ac0db1b2fbecd29621860213bf453ecd8056cc7ba83"},{"messageHash":"0xb1718a6099f0dc2a2aec7973308801c57c9f6fd3a31a3f0f0e8768e1aff47b5d"},{"messageHash":"0x6757574c7a6e1ddfccfd5719205913e5661797d4d3318f2e2adfa67476a715d0"},{"messageHash":"0xf3062e31aa1dd15a7e76be42ffcdea374be231c9489f9ef30ff33d4a5a38c809"},{"messageHash":"0xe48dd3b0bd0e06832519f0bad26fbde760e9bcdef0c491b2547753cc5c182f8d"},{"messageHash":"0x6988d18fcd0b740589bb759346eb27383ba2ae74861157335a33cac6325a09c0"},{"messageHash":"0x29509a49cba35c1a66638eaee25fb2ebff0e3ed179657665c67830af0559417c"},{"messageHash":"0x0769b454283bc395cd6cd7fb1a525dfe36cb7f7ee6c95d2146f8fac12f2a3ed8"},{"messageHash":"0x4c6f386c2b26aa9479016ceedf5c1445dd1d48a50129e0b26406662f50f1809e"},{"messageHash":"0x49b404bd6c9d9c37e4b7c08f1f2d550aad7e2c8765ad5a5ed10f6fcb0c8dd31b"},{"messageHash":"0xa7f6e7fb8e8865ad4ec2ca132ce915ec1b87629670a18fcfa24d2cd14cf77845"},{"messageHash":"0x5f2de27a4b5d4146ab11613d7bea9dc2d86ded180c8036e07e63a9dd49b4d0a6"},{"messageHash":"0x457b522c7eeaf13a902d2e31d437930cc6761cead2923b232218e35864118388"},{"messageHash":"0x60e2bdd054c56564beed2fea3b6a5bd0f0ac8ba4861f970d607826e804426960"},{"messageHash":"0x282e6c45f1ac0ae3c37a85c26e53bf165571b30618b8f60b1ab757648727bd28"},{"messageHash":"0xf3b9bca962ad78ecf1beebfc0f7a5f0cd2d02087b3a5f6268d45dd1fd376bd7c"},{"messageHash":"0x2131c3cfa408b4b46ce0d8f33575a7e28ca100cbdf7573584d42b206d94049e9"},{"messageHash":"0xe223da29841667d9543e7ab6e4ee1affe24452818b2451806687b6a7d7b2ca01"},{"messageHash":"0x6242dce97464df7b9d7ca3e0bc2a54d310b646d6d6c6377cee47de7cbc000514"},{"messageHash":"0x09669b9d1f91170be6f3265bdc48e3cb7069fdcfdf9eab0a2475f02772e57472"},{"messageHash":"0xebbfdfaaace986b26b34df2f85988e87d67f1ab8affa7a7353f3a4fd0e7049fe"},{"messageHash":"0xf37a8d0d6f2ee1932380d83277982bccd5b526972e48c04b7cf2d3b966db3bf0"},{"messageHash":"0x50f2f5c98e3a9630c0405859d5ce540c7fd226909001ac21e39bf1cd4cd44502"},{"messageHash":"0x3843e4dbc5ae6aad941ef23411caa0c5d35810fe88cc5bd42579fe780cf1a19b"}]}'
|
||||
2026-03-06 04:38:32.458 DEBUG [tests.store_sync.test_store_sync] Node3 store has 30 messages expected 30
|
||||
2026-03-06 04:38:32.460 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:38:32.461 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:38:32.461 DEBUG [src.node.waku_node] Stopping container with id 08f1a8a963f1
|
||||
2026-03-06 04:38:33.034 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:38:33.035 DEBUG [src.node.waku_node] Stopping container with id 9f565b925421
|
||||
2026-03-06 04:38:33.638 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:38:33.640 DEBUG [src.node.waku_node] Stopping container with id 3721986ecc44
|
||||
2026-03-06 04:38:33.854 ERROR [src.node.docker_mananger] Max retries reached for container 08f1a8a963f1. Exiting log stream.
|
||||
2026-03-06 04:38:34.462 ERROR [src.node.docker_mananger] Max retries reached for container 9f565b925421. Exiting log stream.
|
||||
2026-03-06 04:38:44.196 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:38:44.198 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:38:44.215 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:38:44.219 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:38:44.231 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
106
nim/1106/data/attachments/1d2ddfa13bad85e2.txt
Normal file
106
nim/1106/data/attachments/1d2ddfa13bad85e2.txt
Normal file
@ -0,0 +1,106 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_publish_after_node_pauses_and_pauses with id: 2026-03-06_04-32-52__3906f5a4-39d6-45ae-b628-39a90345b416
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:34 Running fixture setup: setup_main_relay_nodes
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-32-52__3906f5a4-39d6-45ae-b628-39a90345b416__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.118.208
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['32303', '32304', '32305', '32306', '32307']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 32303:32303 -p 32304:32304 -p 32305:32305 -p 32306:32306 -p 32307:32307 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=32305 --rest-port=32303 --tcp-port=32304 --discv5-udp-port=32306 --rest-address=0.0.0.0 --nat=extip:172.18.118.208 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8e3e0b6b1a91c9ab0b02f4ee54eb21db85feffcedde3dc21aff4d13ae9144a0e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32307 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.118.208 waku d138bbd4199c8036b851f11d78721bff24cd30661754e8e69db6ea504da32130
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID d138bbd4199c. Setting up logs at ./log/docker/node1_2026-03-06_04-32-52__3906f5a4-39d6-45ae-b628-39a90345b416__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 32303
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 5a5783b02930. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 254b58e34920. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32303/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32303/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.118.208/tcp/32304/p2p/16Uiu2HAm9RMcBZJ6Prpem3pjJmdDX9kQVaVf5CBA79YCTBpLmV9b","/ip4/172.18.118.208/tcp/32305/ws/p2p/16Uiu2HAm9RMcBZJ6Prpem3pjJmdDX9kQVaVf5CBA79YCTBpLmV9b"],"enrUri":"enr:-L24QE2SE6Vg230J9UAJaseDMsqRCTMyFkXmVljNJPXFj04oTAMwgZndSWUSdKJh-_NndpAu2A-crZ4-pmZOaNWLyuQCgmlkgnY0gmlwhKwSdtCKbXVsdGlhZGRyc5YACASsEnbQBn4wAAoErBJ20AZ-Md0DgnJzhQADAQAAiXNlY3AyNTZrMaECz-7Xzz9Ofv0okAW7VB1uKF-G_GmRu-d4NrjwFPv3QdKDdGNwgn4wg3VkcIJ-MoV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-32-52__3906f5a4-39d6-45ae-b628-39a90345b416__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.74.138
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['23161', '23162', '23163', '23164', '23165']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 23161:23161 -p 23162:23162 -p 23163:23163 -p 23164:23164 -p 23165:23165 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=23163 --rest-port=23161 --tcp-port=23162 --discv5-udp-port=23164 --rest-address=0.0.0.0 --nat=extip:172.18.74.138 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8ac5bb170a42c6aa5526cc2bffebc54a614355c488aafdcb11ccbcf7ef6cf160 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23165 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QE2SE6Vg230J9UAJaseDMsqRCTMyFkXmVljNJPXFj04oTAMwgZndSWUSdKJh-_NndpAu2A-crZ4-pmZOaNWLyuQCgmlkgnY0gmlwhKwSdtCKbXVsdGlhZGRyc5YACASsEnbQBn4wAAoErBJ20AZ-Md0DgnJzhQADAQAAiXNlY3AyNTZrMaECz-7Xzz9Ofv0okAW7VB1uKF-G_GmRu-d4NrjwFPv3QdKDdGNwgn4wg3VkcIJ-MoV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.74.138 waku 2528857e250ecc328b7efdcdeddd639a8cda87684466bdd1744093a84520bab0
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 2528857e250e. Setting up logs at ./log/docker/node2_2026-03-06_04-32-52__3906f5a4-39d6-45ae-b628-39a90345b416__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 23161
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23161/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23161/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.74.138/tcp/23162/p2p/16Uiu2HAmLZ3TK9GRLj9WPn8svmv7QeAWzfjuZsuW2dKbQRZPBZJJ","/ip4/172.18.74.138/tcp/23163/ws/p2p/16Uiu2HAmLZ3TK9GRLj9WPn8svmv7QeAWzfjuZsuW2dKbQRZPBZJJ"],"enrUri":"enr:-L24QNoNVjzSx1_qcA6aw_6JB3qhWQTJJJ7_5G6qg-Dx-8imafyhtXYMQhsYBD_cWFe5GebrgPcZB1y1LcJsRkT8mrECgmlkgnY0gmlwhKwSSoqKbXVsdGlhZGRyc5YACASsEkqKBlp6AAoErBJKigZae90DgnJzhQADAQAAiXNlY3AyNTZrMaEDdVeFJTuRG_C-05MhMXiQGYMZCFMZ6-lcLQfU0B115tuDdGNwglp6g3VkcIJafIV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23161/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.118.208/tcp/32304/p2p/16Uiu2HAm9RMcBZJ6Prpem3pjJmdDX9kQVaVf5CBA79YCTBpLmV9b"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:59 Running fixture setup: subscribe_main_relay_nodes
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:32303/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23161/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:32303/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32303/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771574924266496,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23161/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771574924266496,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.steps.relay:relay.py:71 WARM UP successful!!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:32303/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32303/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771575039777738,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23161/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771575039777738,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:262 Pausing container with id d138bbd4199c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:267 Unpause container with id d138bbd4199c
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:32303/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TTE=", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32303/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"TTE=","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771575172395660,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23161/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"TTE=","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771575172395660,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:262 Pausing container with id 2528857e250e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:267 Unpause container with id 2528857e250e
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:32303/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TTI=", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32303/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"TTI=","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771575305407024,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23161/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"TTI=","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771575305407024,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d138bbd4199c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 2528857e250e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
81
nim/1106/data/attachments/1d4ae0f41a2268e6.txt
Normal file
81
nim/1106/data/attachments/1d4ae0f41a2268e6.txt
Normal file
@ -0,0 +1,81 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_pubsub_topic_not_in_docker_flags with id: 2026-03-06_04-37-10__60fbddb4-c641-450e-bec2-049df02af20c
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-37-10__60fbddb4-c641-450e-bec2-049df02af20c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.22.169
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['40829', '40830', '40831', '40832', '40833']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 40829:40829 -p 40830:40830 -p 40831:40831 -p 40832:40832 -p 40833:40833 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=40831 --rest-port=40829 --tcp-port=40830 --discv5-udp-port=40832 --rest-address=0.0.0.0 --nat=extip:172.18.22.169 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=bb87ee913f39fe7d38bf75fb69e36eabaedff6dba5af09cc63be9068b6a12fd2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40833 --metrics-logging=true --relay=true --filter=true
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container e1e13cfaa9d9. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.22.169 waku b5e5fd2f3bfe243cefb708d44c7f2a2be684bb708d0760ad6ce3864cc2c7c31c
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID b5e5fd2f3bfe. Setting up logs at ./log/docker/node1_2026-03-06_04-37-10__60fbddb4-c641-450e-bec2-049df02af20c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 40829
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 85cec2ab6eb1. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40829/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40829/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40829/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40829/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","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"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40829/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.22.169/tcp/40830/p2p/16Uiu2HAmUW8EioT779yrr1pQVXuaaDUnbsyAzBTvN81zuuPTRARz","/ip4/172.18.22.169/tcp/40831/ws/p2p/16Uiu2HAmUW8EioT779yrr1pQVXuaaDUnbsyAzBTvN81zuuPTRARz"],"enrUri":"enr:-L24QACWx7hVeE5zfeESQ-cvdEABGsV7r1HvwL6rQBEGem1KCHvZDzlWwXhne0-FNp12haDv5V1fH0YQb85M78hK41ECgmlkgnY0gmlwhKwSFqmKbXVsdGlhZGRyc5YACASsEhapBp9-AAoErBIWqQaff90DgnJzhQACAQAAiXNlY3AyNTZrMaED63WuXdgBEJpMBJbbVOmxaKNlc6te9n2FgfuHiRCusw2DdGNwgp9-g3VkcIKfgIV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-37-10__60fbddb4-c641-450e-bec2-049df02af20c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.249.115
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['33825', '33826', '33827', '33828', '33829']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 33825:33825 -p 33826:33826 -p 33827:33827 -p 33828:33828 -p 33829:33829 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=33827 --rest-port=33825 --tcp-port=33826 --discv5-udp-port=33828 --rest-address=0.0.0.0 --nat=extip:172.18.249.115 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=41c5bcebe9f3ad9eaf1dadefdbe74cae30afaff743fa6e4a3c13ed8b5fa75a2d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33829 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QACWx7hVeE5zfeESQ-cvdEABGsV7r1HvwL6rQBEGem1KCHvZDzlWwXhne0-FNp12haDv5V1fH0YQb85M78hK41ECgmlkgnY0gmlwhKwSFqmKbXVsdGlhZGRyc5YACASsEhapBp9-AAoErBIWqQaff90DgnJzhQACAQAAiXNlY3AyNTZrMaED63WuXdgBEJpMBJbbVOmxaKNlc6te9n2FgfuHiRCusw2DdGNwgp9-g3VkcIKfgIV3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.249.115 waku 6a7492a461c3a6c11935f747095d9222abde1ce1d68a817d46422a3391e080cf
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 6a7492a461c3. Setting up logs at ./log/docker/node2_2026-03-06_04-37-10__60fbddb4-c641-450e-bec2-049df02af20c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 33825
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33825/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33825/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33825/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.249.115/tcp/33826/p2p/16Uiu2HAmVDsHSMrtRiWNvUGhkoJ75TjHP9aDbTWNKBwMgvbTpHPT","/ip4/172.18.249.115/tcp/33827/ws/p2p/16Uiu2HAmVDsHSMrtRiWNvUGhkoJ75TjHP9aDbTWNKBwMgvbTpHPT"],"enrUri":"enr:-L24QGcTsR_OXjTGyxXCwU55e8tNsqjhRvESfGs6OucDQxTRSrmHiC5vxQpZfGhM59LZHzcD21zIWqga0bBMcWzGYSYCgmlkgnY0gmlwhKwS-XOKbXVsdGlhZGRyc5YACASsEvlzBoQiAAoErBL5cwaEI90DgnJzhQACAQAAiXNlY3AyNTZrMaED9icq4Zt1i6oETP7bf2IbDehZnJQUS0j1OyqQk4nf1E6DdGNwgoQig3VkcIKEJIV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:33825/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.22.169/tcp/40830/p2p/16Uiu2HAmUW8EioT779yrr1pQVXuaaDUnbsyAzBTvN81zuuPTRARz"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:40829/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:33825/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:40829/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40829/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771833510624211,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33825/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771833510624211,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b5e5fd2f3bfe
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6a7492a461c3
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
68
nim/1106/data/attachments/1d544972458fbba1.txt
Normal file
68
nim/1106/data/attachments/1d544972458fbba1.txt
Normal file
@ -0,0 +1,68 @@
|
||||
2026-03-06 04:31:57.467 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:31:57.468 DEBUG [tests.conftest] Running test: test_filter_unsubscribe_with_pubsub_topic_string_instead_of_list with id: 2026-03-06_04-31-57__32af4049-4dde-475d-bbd7-0a2fdaa2f048
|
||||
2026-03-06 04:31:57.469 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:31:57.469 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-03-06 04:31:57.470 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2026-03-06 04:31:57.481 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:31:57.482 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-31-57__32af4049-4dde-475d-bbd7-0a2fdaa2f048__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:57.482 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:31:57.482 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:31:57.483 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:31:57.484 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.205.249
|
||||
2026-03-06 04:31:57.484 DEBUG [src.node.docker_mananger] Generated ports ['7544', '7545', '7546', '7547', '7548']
|
||||
2026-03-06 04:31:57.484 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:31:57.484 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:31:57.484 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:31:57.484 DEBUG [src.node.docker_mananger] docker run -i -t -p 7544:7544 -p 7545:7545 -p 7546:7546 -p 7547:7547 -p 7548:7548 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=7546 --rest-port=7544 --tcp-port=7545 --discv5-udp-port=7547 --rest-address=0.0.0.0 --nat=extip:172.18.205.249 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b6a1fff9a7f27fdbadff8eafbe05ce08ca7429c17b6ebe6051275eccf141ad71 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7548 --metrics-logging=true --relay=true --filter=true
|
||||
2026-03-06 04:31:57.680 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.205.249 waku 6361bc0ffc614e13028d2976ae2d69c625d08d79b7641aeebf70e8511b2b6378
|
||||
2026-03-06 04:31:57.726 DEBUG [src.node.docker_mananger] Container started with ID 6361bc0ffc61. Setting up logs at ./log/docker/node1_2026-03-06_04-31-57__32af4049-4dde-475d-bbd7-0a2fdaa2f048__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:57.727 ERROR [src.node.docker_mananger] Max retries reached for container 71976c37e671. Exiting log stream.
|
||||
2026-03-06 04:31:57.727 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7544
|
||||
2026-03-06 04:31:57.727 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:31:58.292 ERROR [src.node.docker_mananger] Max retries reached for container b9e583396c3b. Exiting log stream.
|
||||
2026-03-06 04:31:58.728 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7544/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:58.731 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:31:58.732 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:31:58.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7544/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:58.734 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.205.249/tcp/7545/p2p/16Uiu2HAmKLQibsWfduBPdhS134kfA3uPkANkgvVY5CVm36BxKrdE","/ip4/172.18.205.249/tcp/7546/ws/p2p/16Uiu2HAmKLQibsWfduBPdhS134kfA3uPkANkgvVY5CVm36BxKrdE"],"enrUri":"enr:-L24QGzSAcs68f3QU4sgXcb_ELyknp6ohtMYhAQ_M8HDZDLACvHr5v9UWwb4O3bNM56dnT3hr37dfoq4GUbWvSJt3yICgmlkgnY0gmlwhKwSzfmKbXVsdGlhZGRyc5YACASsEs35Bh15AAoErBLN-QYdet0DgnJzhQADAQAAiXNlY3AyNTZrMaEDYz9TUnLO-iKgZOi13qQ2_vIKDSKCrMHO3bO8cRfpXdmDdGNwgh15g3VkcIIde4V3YWt1MgU"}'
|
||||
2026-03-06 04:31:58.734 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:31:58.735 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2026-03-06 04:31:58.741 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:31:58.741 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-31-57__32af4049-4dde-475d-bbd7-0a2fdaa2f048__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:58.741 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:31:58.742 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:31:58.743 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:31:58.743 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.218.50
|
||||
2026-03-06 04:31:58.743 DEBUG [src.node.docker_mananger] Generated ports ['59698', '59699', '59700', '59701', '59702']
|
||||
2026-03-06 04:31:58.743 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:31:58.744 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:31:58.744 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:31:58.744 DEBUG [src.node.docker_mananger] docker run -i -t -p 59698:59698 -p 59699:59699 -p 59700:59700 -p 59701:59701 -p 59702:59702 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=59700 --rest-port=59698 --tcp-port=59699 --discv5-udp-port=59701 --rest-address=0.0.0.0 --nat=extip:172.18.218.50 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ccffcd569dec2864a5e07aa580fd0a07cb5ede7cd7baff212a6ea7eb57d15d2d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59702 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QGzSAcs68f3QU4sgXcb_ELyknp6ohtMYhAQ_M8HDZDLACvHr5v9UWwb4O3bNM56dnT3hr37dfoq4GUbWvSJt3yICgmlkgnY0gmlwhKwSzfmKbXVsdGlhZGRyc5YACASsEs35Bh15AAoErBLN-QYdet0DgnJzhQADAQAAiXNlY3AyNTZrMaEDYz9TUnLO-iKgZOi13qQ2_vIKDSKCrMHO3bO8cRfpXdmDdGNwgh15g3VkcIIde4V3YWt1MgU --filternode=/ip4/172.18.205.249/tcp/7545/p2p/16Uiu2HAmKLQibsWfduBPdhS134kfA3uPkANkgvVY5CVm36BxKrdE
|
||||
2026-03-06 04:31:58.939 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.218.50 waku 912360bbfffcb1e094f5801724c2631c171e51ed60593cdd824dc471a28390d1
|
||||
2026-03-06 04:31:58.975 DEBUG [src.node.docker_mananger] Container started with ID 912360bbfffc. Setting up logs at ./log/docker/node2_2026-03-06_04-31-57__32af4049-4dde-475d-bbd7-0a2fdaa2f048__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:31:58.975 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 59698
|
||||
2026-03-06 04:31:58.976 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:31:59.976 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59698/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:59.979 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:31:59.979 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:31:59.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59698/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:31:59.982 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.218.50/tcp/59699/p2p/16Uiu2HAm9JS6u5sV5Du2iKLmtcrKLo9BDxTvvc6q3MsXVw6P8Ytm","/ip4/172.18.218.50/tcp/59700/ws/p2p/16Uiu2HAm9JS6u5sV5Du2iKLmtcrKLo9BDxTvvc6q3MsXVw6P8Ytm"],"enrUri":"enr:-L24QEvs2CHI694lpL-mx4yHv4JxD6pfMhI5-90avYdpHKAeVlsdoXetmqi3FM7lk0oX19RqAOwX_bWt-h3k3cnQYOACgmlkgnY0gmlwhKwS2jKKbXVsdGlhZGRyc5YACASsEtoyBukzAAoErBLaMgbpNN0DgnJzhQADAQAAiXNlY3AyNTZrMaECzijcJx9UkXkvC7cmmkwVQvU2l0PaU9VbkXsCVZxVTy6DdGNwgukzg3VkcILpNYV3YWt1MgA"}'
|
||||
2026-03-06 04:31:59.982 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:31:59.982 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59698/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.205.249/tcp/7545/p2p/16Uiu2HAmKLQibsWfduBPdhS134kfA3uPkANkgvVY5CVm36BxKrdE"]'
|
||||
2026-03-06 04:32:00.014 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:00.016 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2026-03-06 04:32:00.018 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7544/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:32:00.038 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:00.039 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59698/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "34fcfe42-2cd1-4414-a571-be2bd3b976bc", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:32:00.053 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"34fcfe42-2cd1-4414-a571-be2bd3b976bc","statusDesc":"OK"}'
|
||||
2026-03-06 04:32:00.056 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:59698/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": "/test/1/waku-filter/proto", "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:32:00.059 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:59698/filter/v2/subscriptions. Response content: b'{"requestId":"unknown","statusDesc":"BAD_REQUEST: Failed to decode request: (status: 400 Bad Request, headers: , kind: Error, errobj: (status: 400 Bad Request, message: \\"Invalid content body, could not decode. Unable to deserialize data: \\", contentType: \\"text/plain\\"))"}'
|
||||
2026-03-06 04:32:00.061 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:32:00.062 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:32:00.062 DEBUG [src.node.waku_node] Stopping container with id 6361bc0ffc61
|
||||
2026-03-06 04:32:00.609 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:32:00.610 DEBUG [src.node.waku_node] Stopping container with id 912360bbfffc
|
||||
2026-03-06 04:32:01.138 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:32:01.139 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:32:01.144 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:32:01.149 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
203
nim/1106/data/attachments/1d6054ce5a438083.txt
Normal file
203
nim/1106/data/attachments/1d6054ce5a438083.txt
Normal file
@ -0,0 +1,203 @@
|
||||
2026-03-06 04:32:28.729 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:32:28.729 DEBUG [tests.conftest] Running test: test_relay_get_message_after_one_peer_was_stopped with id: 2026-03-06_04-32-28__1dacae95-c087-44d7-87b7-b8eee03d6517
|
||||
2026-03-06 04:32:28.729 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:32:28.730 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-06 04:32:28.730 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
||||
2026-03-06 04:32:28.736 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:32:28.736 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-32-28__1dacae95-c087-44d7-87b7-b8eee03d6517__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:28.736 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:32:28.736 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:32:28.738 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:32:28.738 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.64.115
|
||||
2026-03-06 04:32:28.738 DEBUG [src.node.docker_mananger] Generated ports ['53655', '53656', '53657', '53658', '53659']
|
||||
2026-03-06 04:32:28.738 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:32:28.738 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:32:28.738 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:32:28.738 DEBUG [src.node.docker_mananger] docker run -i -t -p 53655:53655 -p 53656:53656 -p 53657:53657 -p 53658:53658 -p 53659:53659 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=53657 --rest-port=53655 --tcp-port=53656 --discv5-udp-port=53658 --rest-address=0.0.0.0 --nat=extip:172.18.64.115 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4dfdbb19aebc5ce9dc6bbb2e3eeb5dcd5f24daddde0cc5ba34d2ebfc7baa2be5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53659 --metrics-logging=true --relay=true
|
||||
2026-03-06 04:32:28.910 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.64.115 waku 780d9be6b59cce589356ba3e4596ceeb6cb3124c3091c806bae83d5705a857ca
|
||||
2026-03-06 04:32:28.937 DEBUG [src.node.docker_mananger] Container started with ID 780d9be6b59c. Setting up logs at ./log/docker/node1_2026-03-06_04-32-28__1dacae95-c087-44d7-87b7-b8eee03d6517__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:28.937 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 53655
|
||||
2026-03-06 04:32:28.937 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:32:28.990 ERROR [src.node.docker_mananger] Max retries reached for container 842129cd2b7f. Exiting log stream.
|
||||
2026-03-06 04:32:29.516 ERROR [src.node.docker_mananger] Max retries reached for container 51ead0a86b1a. Exiting log stream.
|
||||
2026-03-06 04:32:29.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53655/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:29.941 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:32:29.942 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:32:29.942 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53655/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:29.945 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.64.115/tcp/53656/p2p/16Uiu2HAm93mYBBgQKWfm7CwRU34NhtozFrVt6EZCDVKEBKtqP7i7","/ip4/172.18.64.115/tcp/53657/ws/p2p/16Uiu2HAm93mYBBgQKWfm7CwRU34NhtozFrVt6EZCDVKEBKtqP7i7"],"enrUri":"enr:-L24QALyFcFFT9yEu8J9skLb2YlH4iny-OIwiFV1IgWG2xYvKcPOag27-dmGI7OCGTXHvdVO4lhGu1E8bUGO6Ece4JUCgmlkgnY0gmlwhKwSQHOKbXVsdGlhZGRyc5YACASsEkBzBtGYAAoErBJAcwbRmd0DgnJzhQADAQAAiXNlY3AyNTZrMaECymcfva-togGMvFxBMKlrA5emVKXf--r25btPAi2gU_iDdGNwgtGYg3VkcILRmoV3YWt1MgE"}'
|
||||
2026-03-06 04:32:29.946 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:32:29.952 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:32:29.952 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-32-28__1dacae95-c087-44d7-87b7-b8eee03d6517__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:29.953 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:32:29.953 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:32:29.954 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:32:29.954 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.186.207
|
||||
2026-03-06 04:32:29.954 DEBUG [src.node.docker_mananger] Generated ports ['6945', '6946', '6947', '6948', '6949']
|
||||
2026-03-06 04:32:29.955 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:32:29.955 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:32:29.955 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:32:29.955 DEBUG [src.node.docker_mananger] docker run -i -t -p 6945:6945 -p 6946:6946 -p 6947:6947 -p 6948:6948 -p 6949:6949 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=6947 --rest-port=6945 --tcp-port=6946 --discv5-udp-port=6948 --rest-address=0.0.0.0 --nat=extip:172.18.186.207 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bc8c5bb3da6ff1e75ab4c4dfc2c5a2e946c0ff405caa25beba8df3f98102d2a8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6949 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QALyFcFFT9yEu8J9skLb2YlH4iny-OIwiFV1IgWG2xYvKcPOag27-dmGI7OCGTXHvdVO4lhGu1E8bUGO6Ece4JUCgmlkgnY0gmlwhKwSQHOKbXVsdGlhZGRyc5YACASsEkBzBtGYAAoErBJAcwbRmd0DgnJzhQADAQAAiXNlY3AyNTZrMaECymcfva-togGMvFxBMKlrA5emVKXf--r25btPAi2gU_iDdGNwgtGYg3VkcILRmoV3YWt1MgE
|
||||
2026-03-06 04:32:30.133 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.186.207 waku 87801b3f3761f569a5e1e81e23e315fd1ecf5ded5936aa2b4537049714985ee7
|
||||
2026-03-06 04:32:30.164 DEBUG [src.node.docker_mananger] Container started with ID 87801b3f3761. Setting up logs at ./log/docker/node2_2026-03-06_04-32-28__1dacae95-c087-44d7-87b7-b8eee03d6517__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:30.165 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 6945
|
||||
2026-03-06 04:32:30.165 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:32:31.165 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6945/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:31.180 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:32:31.181 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:32:31.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6945/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:31.188 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.186.207/tcp/6946/p2p/16Uiu2HAm13XM5TK7kspSiaGoibkpMFnkmz8AA6BfXeSvujrJk4yG","/ip4/172.18.186.207/tcp/6947/ws/p2p/16Uiu2HAm13XM5TK7kspSiaGoibkpMFnkmz8AA6BfXeSvujrJk4yG"],"enrUri":"enr:-L24QLfq4zyMW_Ug0Gouqz-ILyEDC78wBEcPuTIYvFxIsRb3G6Li8YMyT9d9bGdkPU7kIrFhQLIBWTDsWnxzNCU5uh4CgmlkgnY0gmlwhKwSus-KbXVsdGlhZGRyc5YACASsErrPBhsiAAoErBK6zwYbI90DgnJzhQADAQAAiXNlY3AyNTZrMaECU3mVFVg33Q01NopDPzqv9dFLqGcZJ2tBU43Jt4ND5hODdGNwghsig3VkcIIbJIV3YWt1MgE"}'
|
||||
2026-03-06 04:32:31.188 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:32:31.189 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6945/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.64.115/tcp/53656/p2p/16Uiu2HAm93mYBBgQKWfm7CwRU34NhtozFrVt6EZCDVKEBKtqP7i7"]'
|
||||
2026-03-06 04:32:31.192 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:31.193 DEBUG [src.steps.relay] Running fixture setup: setup_optional_relay_nodes
|
||||
2026-03-06 04:32:31.199 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:32:31.199 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-06_04-32-28__1dacae95-c087-44d7-87b7-b8eee03d6517__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:31.199 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:32:31.199 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:32:31.201 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:32:31.201 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.244.80
|
||||
2026-03-06 04:32:31.201 DEBUG [src.node.docker_mananger] Generated ports ['47696', '47697', '47698', '47699', '47700']
|
||||
2026-03-06 04:32:31.201 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:32:31.201 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:32:31.201 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:32:31.201 DEBUG [src.node.docker_mananger] docker run -i -t -p 47696:47696 -p 47697:47697 -p 47698:47698 -p 47699:47699 -p 47700:47700 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=47698 --rest-port=47696 --tcp-port=47697 --discv5-udp-port=47699 --rest-address=0.0.0.0 --nat=extip:172.18.244.80 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a5cbfba4c62b0af7f4adbb46bcccd3bb996da0d5ec0cfea3709bddfba1f0bdbf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47700 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QALyFcFFT9yEu8J9skLb2YlH4iny-OIwiFV1IgWG2xYvKcPOag27-dmGI7OCGTXHvdVO4lhGu1E8bUGO6Ece4JUCgmlkgnY0gmlwhKwSQHOKbXVsdGlhZGRyc5YACASsEkBzBtGYAAoErBJAcwbRmd0DgnJzhQADAQAAiXNlY3AyNTZrMaECymcfva-togGMvFxBMKlrA5emVKXf--r25btPAi2gU_iDdGNwgtGYg3VkcILRmoV3YWt1MgE
|
||||
2026-03-06 04:32:31.378 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.244.80 waku 50d6ecb89230e3d622163fe7a4aa636ed9da829e20f67700b6500f2e89922fd4
|
||||
2026-03-06 04:32:31.411 DEBUG [src.node.docker_mananger] Container started with ID 50d6ecb89230. Setting up logs at ./log/docker/node3_2026-03-06_04-32-28__1dacae95-c087-44d7-87b7-b8eee03d6517__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:31.412 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47696
|
||||
2026-03-06 04:32:31.412 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:32:32.412 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:32.421 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:32:32.422 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:32:32.422 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47696/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:32.427 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.244.80/tcp/47697/p2p/16Uiu2HAmH9bfggQ5LbzC5VvUakHMwVKFRAYeGkLkUjeHmeUymw1j","/ip4/172.18.244.80/tcp/47698/ws/p2p/16Uiu2HAmH9bfggQ5LbzC5VvUakHMwVKFRAYeGkLkUjeHmeUymw1j"],"enrUri":"enr:-L24QJSdtLpUpuC1xn9AqNGDk5hGSdrcjt99oze6wAzSRoYFVdQTTgLYL404Y_rKLIIs4Lx0ZOPCe8aKjGA93vL0IPwCgmlkgnY0gmlwhKwS9FCKbXVsdGlhZGRyc5YACASsEvRQBrpRAAoErBL0UAa6Ut0DgnJzhQADAQAAiXNlY3AyNTZrMaEDQsLxj3jFBI4mZlvL7hLvV53tSlrD6VIxEquPhXxUv0KDdGNwgrpRg3VkcIK6U4V3YWt1MgE"}'
|
||||
2026-03-06 04:32:32.428 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:32:32.429 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47696/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.64.115/tcp/53656/p2p/16Uiu2HAm93mYBBgQKWfm7CwRU34NhtozFrVt6EZCDVKEBKtqP7i7"]'
|
||||
2026-03-06 04:32:32.431 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:32.438 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:32:32.438 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-03-06_04-32-28__1dacae95-c087-44d7-87b7-b8eee03d6517__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:32.438 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:32:32.438 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:32:32.439 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:32:32.440 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.111.45
|
||||
2026-03-06 04:32:32.440 DEBUG [src.node.docker_mananger] Generated ports ['62148', '62149', '62150', '62151', '62152']
|
||||
2026-03-06 04:32:32.440 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:32:32.440 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:32:32.440 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:32:32.440 DEBUG [src.node.docker_mananger] docker run -i -t -p 62148:62148 -p 62149:62149 -p 62150:62150 -p 62151:62151 -p 62152:62152 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=62150 --rest-port=62148 --tcp-port=62149 --discv5-udp-port=62151 --rest-address=0.0.0.0 --nat=extip:172.18.111.45 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f1b9c4e1ae6ba18c28cf9f40d786a3585db9c73d6c581ca6499e03bfc280e4ed --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62152 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QALyFcFFT9yEu8J9skLb2YlH4iny-OIwiFV1IgWG2xYvKcPOag27-dmGI7OCGTXHvdVO4lhGu1E8bUGO6Ece4JUCgmlkgnY0gmlwhKwSQHOKbXVsdGlhZGRyc5YACASsEkBzBtGYAAoErBJAcwbRmd0DgnJzhQADAQAAiXNlY3AyNTZrMaECymcfva-togGMvFxBMKlrA5emVKXf--r25btPAi2gU_iDdGNwgtGYg3VkcILRmoV3YWt1MgE
|
||||
2026-03-06 04:32:32.597 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.111.45 waku 904195328e9a16bb55b9b8eb6b7daca46d33516f0ee27d6380583b8f85198e64
|
||||
2026-03-06 04:32:32.628 DEBUG [src.node.docker_mananger] Container started with ID 904195328e9a. Setting up logs at ./log/docker/node4_2026-03-06_04-32-28__1dacae95-c087-44d7-87b7-b8eee03d6517__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:32.629 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 62148
|
||||
2026-03-06 04:32:32.629 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:32:33.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62148/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:33.646 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:32:33.647 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:32:33.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62148/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:33.654 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.111.45/tcp/62149/p2p/16Uiu2HAmJoJ9npDLRUiz1PeoQ8GHDh6BRkkqQvTFdzjDbSoZLnDe","/ip4/172.18.111.45/tcp/62150/ws/p2p/16Uiu2HAmJoJ9npDLRUiz1PeoQ8GHDh6BRkkqQvTFdzjDbSoZLnDe"],"enrUri":"enr:-L24QENeTyak5sIlaaXaRpTVf77aP18c7AeUiQLxkDD4DGCJfPPPe_yeL3X7l0TkKprPfVRLEEw9uNv8X8Mo2LxQzRkCgmlkgnY0gmlwhKwSby2KbXVsdGlhZGRyc5YACASsEm8tBvLFAAoErBJvLQbyxt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDW0blgmE4PPqfmq6eopUnC_U3l7wVBiJ-2Wd0AyxpHSmDdGNwgvLFg3VkcILyx4V3YWt1MgE"}'
|
||||
2026-03-06 04:32:33.654 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:32:33.655 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62148/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.64.115/tcp/53656/p2p/16Uiu2HAm93mYBBgQKWfm7CwRU34NhtozFrVt6EZCDVKEBKtqP7i7"]'
|
||||
2026-03-06 04:32:33.657 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:33.663 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:32:33.663 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node5_2026-03-06_04-32-28__1dacae95-c087-44d7-87b7-b8eee03d6517__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:33.664 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:32:33.664 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:32:33.665 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:32:33.665 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.190.172
|
||||
2026-03-06 04:32:33.665 DEBUG [src.node.docker_mananger] Generated ports ['44766', '44767', '44768', '44769', '44770']
|
||||
2026-03-06 04:32:33.666 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:32:33.666 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:32:33.666 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:32:33.666 DEBUG [src.node.docker_mananger] docker run -i -t -p 44766:44766 -p 44767:44767 -p 44768:44768 -p 44769:44769 -p 44770:44770 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=44768 --rest-port=44766 --tcp-port=44767 --discv5-udp-port=44769 --rest-address=0.0.0.0 --nat=extip:172.18.190.172 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=84cafb8a33e0dda1d9d5dc843c1b5cebaacdb5bda1fff4dd557ae68fa0edb66c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44770 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QALyFcFFT9yEu8J9skLb2YlH4iny-OIwiFV1IgWG2xYvKcPOag27-dmGI7OCGTXHvdVO4lhGu1E8bUGO6Ece4JUCgmlkgnY0gmlwhKwSQHOKbXVsdGlhZGRyc5YACASsEkBzBtGYAAoErBJAcwbRmd0DgnJzhQADAQAAiXNlY3AyNTZrMaECymcfva-togGMvFxBMKlrA5emVKXf--r25btPAi2gU_iDdGNwgtGYg3VkcILRmoV3YWt1MgE
|
||||
2026-03-06 04:32:33.825 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.190.172 waku 4da0ddf5590229fbacf7b7dd53afa95663e2e046e93c62266eada874595a7cf1
|
||||
2026-03-06 04:32:33.860 DEBUG [src.node.docker_mananger] Container started with ID 4da0ddf55902. Setting up logs at ./log/docker/node5_2026-03-06_04-32-28__1dacae95-c087-44d7-87b7-b8eee03d6517__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:33.860 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 44766
|
||||
2026-03-06 04:32:33.860 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:32:34.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44766/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:34.871 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:32:34.871 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:32:34.871 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44766/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:34.879 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.190.172/tcp/44767/p2p/16Uiu2HAmQRJPYYxYUeNEoyhuCSpKdynND1oYXsmViziHNnDmhSdm","/ip4/172.18.190.172/tcp/44768/ws/p2p/16Uiu2HAmQRJPYYxYUeNEoyhuCSpKdynND1oYXsmViziHNnDmhSdm"],"enrUri":"enr:-L24QAdj6Gvfre-DHa8tF0bUPLq9xJh9MoakEHAGyzhJy4R5bPAFoBr_DB-fp2JHk-itR-bpKi34hPpEB3w1pQBCjcsCgmlkgnY0gmlwhKwSvqyKbXVsdGlhZGRyc5YACASsEr6sBq7fAAoErBK-rAau4N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDrsqCJ2PBkRzHe5RNSxYkd4a0_1XXbBX_PsCTiJoJpRiDdGNwgq7fg3VkcIKu4YV3YWt1MgE"}'
|
||||
2026-03-06 04:32:34.880 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:32:34.880 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44766/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.64.115/tcp/53656/p2p/16Uiu2HAm93mYBBgQKWfm7CwRU34NhtozFrVt6EZCDVKEBKtqP7i7"]'
|
||||
2026-03-06 04:32:34.883 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:34.883 DEBUG [src.steps.relay] Running fixture setup: subscribe_main_relay_nodes
|
||||
2026-03-06 04:32:34.884 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53655/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:32:34.892 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:34.892 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6945/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:32:34.897 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:34.898 DEBUG [src.steps.relay] Running fixture setup: subscribe_optional_relay_nodes
|
||||
2026-03-06 04:32:34.898 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47696/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:32:34.903 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:34.904 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62148/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:32:34.909 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:34.910 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44766/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:32:34.916 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:34.916 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53655/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:32:34.926 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:34.927 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:32:35.027 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:32:35.027 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53655/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:35.030 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771554916697344,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:32:35.032 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:32:35.032 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6945/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:35.034 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771554916697344,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:32:35.036 DEBUG [src.steps.relay] Checking that peer NODE_3:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:32:35.036 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47696/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:35.038 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771554916697344,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:32:35.040 DEBUG [src.steps.relay] Checking that peer NODE_4:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:32:35.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62148/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:35.042 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771554916697344,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:32:35.043 DEBUG [src.steps.relay] Checking that peer NODE_5:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:32:35.043 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44766/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:35.046 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771554916697344,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:32:35.047 INFO [src.steps.relay] WARM UP successful!!
|
||||
2026-03-06 04:32:35.048 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53655/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:32:35.055 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:35.055 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:32:35.155 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:32:35.156 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53655/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:35.158 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771555048331867,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:32:35.160 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:32:35.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6945/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:35.163 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771555048331867,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:32:35.164 DEBUG [src.steps.relay] Checking that peer NODE_3:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:32:35.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47696/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:35.167 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771555048331867,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:32:35.168 DEBUG [src.steps.relay] Checking that peer NODE_4:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:32:35.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62148/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:35.170 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771555048331867,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:32:35.172 DEBUG [src.steps.relay] Checking that peer NODE_5:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:32:35.172 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44766/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:35.174 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771555048331867,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:32:35.175 DEBUG [src.node.waku_node] Stopping container with id 87801b3f3761
|
||||
2026-03-06 04:32:35.684 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:32:35.685 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53655/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:32:35.695 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:35.696 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:32:35.797 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:32:35.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47696/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:35.800 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771555684871936,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:32:35.801 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:32:35.801 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62148/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:35.804 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771555684871936,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:32:35.806 DEBUG [src.steps.relay] Checking that peer NODE_3:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:32:35.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44766/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:35.808 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772771555684871936,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:32:35.811 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:32:35.812 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:32:35.812 DEBUG [src.node.waku_node] Stopping container with id 780d9be6b59c
|
||||
2026-03-06 04:32:36.328 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:32:36.328 DEBUG [src.node.waku_node] Stopping container with id 50d6ecb89230
|
||||
2026-03-06 04:32:36.498 ERROR [src.node.docker_mananger] Max retries reached for container 87801b3f3761. Exiting log stream.
|
||||
2026-03-06 04:32:36.790 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:32:36.792 DEBUG [src.node.waku_node] Stopping container with id 904195328e9a
|
||||
2026-03-06 04:32:37.137 ERROR [src.node.docker_mananger] Max retries reached for container 780d9be6b59c. Exiting log stream.
|
||||
2026-03-06 04:32:37.268 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:32:37.268 DEBUG [src.node.waku_node] Stopping container with id 4da0ddf55902
|
||||
2026-03-06 04:32:37.604 ERROR [src.node.docker_mananger] Max retries reached for container 50d6ecb89230. Exiting log stream.
|
||||
2026-03-06 04:32:37.769 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:32:37.771 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:32:37.787 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:32:37.795 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:32:37.804 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:32:37.811 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:32:37.820 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
91
nim/1106/data/attachments/1daaaf4bc02affd.txt
Normal file
91
nim/1106/data/attachments/1daaaf4bc02affd.txt
Normal file
@ -0,0 +1,91 @@
|
||||
2026-03-06 04:37:04.706 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:37:04.706 DEBUG [tests.conftest] Running test: test_cant_retrieve_messages_on_not_subscribed_content_topic with id: 2026-03-06_04-37-04__708f6eac-9cb5-401c-af2d-9ba8d30a62df
|
||||
2026-03-06 04:37:04.707 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:37:04.707 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-06 04:37:04.707 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2026-03-06 04:37:04.714 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:37:04.714 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-37-04__708f6eac-9cb5-401c-af2d-9ba8d30a62df__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:37:04.714 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:37:04.714 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:37:04.716 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:37:04.716 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.34.224
|
||||
2026-03-06 04:37:04.716 DEBUG [src.node.docker_mananger] Generated ports ['31950', '31951', '31952', '31953', '31954']
|
||||
2026-03-06 04:37:04.716 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:37:04.716 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:37:04.716 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:37:04.716 DEBUG [src.node.docker_mananger] docker run -i -t -p 31950:31950 -p 31951:31951 -p 31952:31952 -p 31953:31953 -p 31954:31954 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=31952 --rest-port=31950 --tcp-port=31951 --discv5-udp-port=31953 --rest-address=0.0.0.0 --nat=extip:172.18.34.224 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=eba0016bcee9caef3dfcd2a9bb12a75f8f8e72915dc4d92ff21b5cfbd719bccb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31954 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2026-03-06 04:37:04.913 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.34.224 waku dcc536c4abd14d89d8e1c276593847e5f265ac8f8646a4621603720d659a7d84
|
||||
2026-03-06 04:37:04.951 DEBUG [src.node.docker_mananger] Container started with ID dcc536c4abd1. Setting up logs at ./log/docker/node1_2026-03-06_04-37-04__708f6eac-9cb5-401c-af2d-9ba8d30a62df__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:37:04.952 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 31950
|
||||
2026-03-06 04:37:04.952 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:37:05.513 ERROR [src.node.docker_mananger] Max retries reached for container d722fcda30c4. Exiting log stream.
|
||||
2026-03-06 04:37:05.952 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31950/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:37:05.955 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:37:06.055 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31950/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:37:06.058 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:37:06.158 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31950/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:37:06.160 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:37:06.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31950/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:37:06.263 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":"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:37:06.263 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:37:06.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31950/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:37:06.266 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.34.224/tcp/31951/p2p/16Uiu2HAkwR9uoNEtGAiGDKSXSNC9Ku3eZja4b5D6c6A7s2ZwYe1p","/ip4/172.18.34.224/tcp/31952/ws/p2p/16Uiu2HAkwR9uoNEtGAiGDKSXSNC9Ku3eZja4b5D6c6A7s2ZwYe1p"],"enrUri":"enr:-L24QHuyCq6iuw4-RlSIYVHHG84lDmEeMnN5RTZgCNFPTph_UJqngvcJTi96_suHW8U8FBd2pC8crj51til-nUwMHyMCgmlkgnY0gmlwhKwSIuCKbXVsdGlhZGRyc5YACASsEiLgBnzPAAoErBIi4AZ80N0DgnJzhQACAQAAiXNlY3AyNTZrMaECHZVf-S4xz_IEQL4jrhvvsRSqJDyf6c8S2kIZ9lBbZduDdGNwgnzPg3VkcIJ80YV3YWt1MgU"}'
|
||||
2026-03-06 04:37:06.266 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:37:06.274 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:37:06.274 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-37-04__708f6eac-9cb5-401c-af2d-9ba8d30a62df__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:37:06.274 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:37:06.274 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:37:06.276 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:37:06.276 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.247.158
|
||||
2026-03-06 04:37:06.276 DEBUG [src.node.docker_mananger] Generated ports ['57341', '57342', '57343', '57344', '57345']
|
||||
2026-03-06 04:37:06.276 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:37:06.276 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:37:06.277 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:37:06.277 DEBUG [src.node.docker_mananger] docker run -i -t -p 57341:57341 -p 57342:57342 -p 57343:57343 -p 57344:57344 -p 57345:57345 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=57343 --rest-port=57341 --tcp-port=57342 --discv5-udp-port=57344 --rest-address=0.0.0.0 --nat=extip:172.18.247.158 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=92cd3515db6a5845fe180ff14ffac6f4c51469bccfb93abdb1abd4dfcaa7fde0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57345 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHuyCq6iuw4-RlSIYVHHG84lDmEeMnN5RTZgCNFPTph_UJqngvcJTi96_suHW8U8FBd2pC8crj51til-nUwMHyMCgmlkgnY0gmlwhKwSIuCKbXVsdGlhZGRyc5YACASsEiLgBnzPAAoErBIi4AZ80N0DgnJzhQACAQAAiXNlY3AyNTZrMaECHZVf-S4xz_IEQL4jrhvvsRSqJDyf6c8S2kIZ9lBbZduDdGNwgnzPg3VkcIJ80YV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2026-03-06 04:37:06.471 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.247.158 waku 5cd393cc2a1ee1f98b382c5691e6252399791580d9c5c974d67773e00f8faca1
|
||||
2026-03-06 04:37:06.509 DEBUG [src.node.docker_mananger] Container started with ID 5cd393cc2a1e. Setting up logs at ./log/docker/node2_2026-03-06_04-37-04__708f6eac-9cb5-401c-af2d-9ba8d30a62df__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:37:06.510 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 57341
|
||||
2026-03-06 04:37:06.510 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:37:07.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57341/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:37:07.513 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:37:07.614 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57341/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:37:07.616 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:37:07.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57341/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:37:07.719 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:37:07.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57341/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:37:07.822 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:37:07.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57341/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:37:07.925 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:37:08.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57341/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:37:08.028 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:37:08.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57341/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:37:08.131 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:37:08.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57341/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:37:08.234 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:37:08.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57341/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:37:08.337 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:37:08.338 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:37:08.338 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57341/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:37:08.340 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.247.158/tcp/57342/p2p/16Uiu2HAmRbBbrJanQ5WqjGSD674u9mkJRL8ru6KwqCjyr1WKsF9P","/ip4/172.18.247.158/tcp/57343/ws/p2p/16Uiu2HAmRbBbrJanQ5WqjGSD674u9mkJRL8ru6KwqCjyr1WKsF9P"],"enrUri":"enr:-L24QOQD65MShhE4ObDy2lCu818qF7P8DDmUbcRrwg9N0YGuZFnnZbVu3wqbVbBtTv8nFXbEpDywaR0Fzuv6yCxtbloCgmlkgnY0gmlwhKwS956KbXVsdGlhZGRyc5YACASsEveeBt_-AAoErBL3ngbf_90DgnJzhQACAQAAiXNlY3AyNTZrMaEDwC5UErzkStFj2MqkqwPqwVuSi3yo98rshYtWKGCFHm6DdGNwgt_-g3VkcILgAIV3YWt1MgE"}'
|
||||
2026-03-06 04:37:08.340 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:37:08.341 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57341/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.34.224/tcp/31951/p2p/16Uiu2HAkwR9uoNEtGAiGDKSXSNC9Ku3eZja4b5D6c6A7s2ZwYe1p"]'
|
||||
2026-03-06 04:37:08.371 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:37:08.372 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31950/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
||||
2026-03-06 04:37:08.380 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:37:08.380 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57341/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
||||
2026-03-06 04:37:08.383 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:37:08.384 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31950/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:37:08.393 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:37:08.394 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:37:08.494 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:37:08.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31950/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:37:08.498 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:31950/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto. Response content: b'/toychat/2/huilong/proto'
|
||||
2026-03-06 04:37:08.500 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:37:08.501 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:37:08.501 DEBUG [src.node.waku_node] Stopping container with id dcc536c4abd1
|
||||
2026-03-06 04:37:09.080 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:37:09.082 DEBUG [src.node.waku_node] Stopping container with id 5cd393cc2a1e
|
||||
2026-03-06 04:37:09.650 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:37:09.654 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:37:09.683 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:37:09.708 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
191
nim/1106/data/attachments/1db4b9d17ecd1d86.txt
Normal file
191
nim/1106/data/attachments/1db4b9d17ecd1d86.txt
Normal file
@ -0,0 +1,191 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_auto_shard_relay with id: 2026-03-06_04-38-43__d22b2771-d2c0-41f8-a530-0a693a3469c6
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-38-43__d22b2771-d2c0-41f8-a530-0a693a3469c6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.165.6
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['30530', '30531', '30532', '30533', '30534']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 30530:30530 -p 30531:30531 -p 30532:30532 -p 30533:30533 -p 30534:30534 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=30532 --rest-port=30530 --tcp-port=30531 --discv5-udp-port=30533 --rest-address=0.0.0.0 --nat=extip:172.18.165.6 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=2b40ff76faea5ae0a4bf98f15264ec1ddd400faa37dc5e21eee33489cbe61dac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30534 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.165.6 waku b026144042da1bee349cbcb559bbc9af064fce3c6c0d517128a34ec040f161a3
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 76c33c415123. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID b026144042da. Setting up logs at ./log/docker/node1_2026-03-06_04-38-43__d22b2771-d2c0-41f8-a530-0a693a3469c6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 30530
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 6797d849207b. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30530/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30530/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","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"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30530/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.165.6/tcp/30531/p2p/16Uiu2HAmP7StFgibaGEhfW8Fa1WFKWeujmv2Gn4hGMwt2hGDzNG9","/ip4/172.18.165.6/tcp/30532/ws/p2p/16Uiu2HAmP7StFgibaGEhfW8Fa1WFKWeujmv2Gn4hGMwt2hGDzNG9"],"enrUri":"enr:-L24QF8aiJRRbxs2y4_OHwDi0pI3meuFONTXSZeTm5DW1hhaJSRI5mzgWHnlW0fY-FqXO-ZsVbJ8Qe4Kvw77VbG9ViMCgmlkgnY0gmlwhKwSpQaKbXVsdGlhZGRyc5YACASsEqUGBndDAAoErBKlBgZ3RN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDm1v45Gu2_EKDSt8A75lW8lJpt4gevekHGLw1MhBuxuqDdGNwgndDg3VkcIJ3RYV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-38-43__d22b2771-d2c0-41f8-a530-0a693a3469c6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.43.4
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['63490', '63491', '63492', '63493', '63494']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 63490:63490 -p 63491:63491 -p 63492:63492 -p 63493:63493 -p 63494:63494 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=63492 --rest-port=63490 --tcp-port=63491 --discv5-udp-port=63493 --rest-address=0.0.0.0 --nat=extip:172.18.43.4 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=8e023aabd9fc2655a7ea8edf9f533e8a5e70e710f72fb85cc4e1ec5aed141bb2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63494 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QF8aiJRRbxs2y4_OHwDi0pI3meuFONTXSZeTm5DW1hhaJSRI5mzgWHnlW0fY-FqXO-ZsVbJ8Qe4Kvw77VbG9ViMCgmlkgnY0gmlwhKwSpQaKbXVsdGlhZGRyc5YACASsEqUGBndDAAoErBKlBgZ3RN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDm1v45Gu2_EKDSt8A75lW8lJpt4gevekHGLw1MhBuxuqDdGNwgndDg3VkcIJ3RYV3YWt1MgU --content-topic=/myapp/1/latest/proto
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.43.4 waku 82c2b2ebbb7cefe2bebaca9fa71a8d80309fb255da4342529aa77f465b93a437
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 82c2b2ebbb7c. Setting up logs at ./log/docker/node2_2026-03-06_04-38-43__d22b2771-d2c0-41f8-a530-0a693a3469c6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 63490
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63490/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63490/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63490/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63490/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63490/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.43.4/tcp/63491/p2p/16Uiu2HAkxovR6zzAkKv7AzNDLWbqH5ShceFBCCRbwN4nQ2ivdHTL","/ip4/172.18.43.4/tcp/63492/ws/p2p/16Uiu2HAkxovR6zzAkKv7AzNDLWbqH5ShceFBCCRbwN4nQ2ivdHTL"],"enrUri":"enr:-L24QNHcjjzOBH97RbCM0YVZv5eDTPuoOnQzAImn920tpxhQHguAyX2ryYk0V_PuT_kfzZagX4P7xJ4xrqEbH0KngM4CgmlkgnY0gmlwhKwSKwSKbXVsdGlhZGRyc5YACASsEisEBvgDAAoErBIrBAb4BN0DgnJzhQACAQAAiXNlY3AyNTZrMaECMkYpb5zfGACelXFxrzlHZ_pDMndpJUSe20rPgGNM54eDdGNwgvgDg3VkcIL4BYV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:63490/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.165.6/tcp/30531/p2p/16Uiu2HAmP7StFgibaGEhfW8Fa1WFKWeujmv2Gn4hGMwt2hGDzNG9"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-03-06_04-38-43__d22b2771-d2c0-41f8-a530-0a693a3469c6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.124.46
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['57806', '57807', '57808', '57809', '57810']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 57806:57806 -p 57807:57807 -p 57808:57808 -p 57809:57809 -p 57810:57810 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=57808 --rest-port=57806 --tcp-port=57807 --discv5-udp-port=57809 --rest-address=0.0.0.0 --nat=extip:172.18.124.46 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b3b8df6e2c35ea569acae0831ad5489e81f40dca5eb5b3e3a972d98b7dafe9d6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57810 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QF8aiJRRbxs2y4_OHwDi0pI3meuFONTXSZeTm5DW1hhaJSRI5mzgWHnlW0fY-FqXO-ZsVbJ8Qe4Kvw77VbG9ViMCgmlkgnY0gmlwhKwSpQaKbXVsdGlhZGRyc5YACASsEqUGBndDAAoErBKlBgZ3RN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDm1v45Gu2_EKDSt8A75lW8lJpt4gevekHGLw1MhBuxuqDdGNwgndDg3VkcIJ3RYV3YWt1MgU --content-topic=/myapp/1/latest/proto
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.124.46 waku e2e140f7207f55fbd28e9e97f92011ff7a9a40c0ac0019d1627b3165b914f960
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID e2e140f7207f. Setting up logs at ./log/docker/node3_2026-03-06_04-38-43__d22b2771-d2c0-41f8-a530-0a693a3469c6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 57806
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57806/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57806/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57806/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.124.46/tcp/57807/p2p/16Uiu2HAm34q1AzpFi3ApBf6TXGmP73Pnm5eFdnCs9bVb8atyznt2","/ip4/172.18.124.46/tcp/57808/ws/p2p/16Uiu2HAm34q1AzpFi3ApBf6TXGmP73Pnm5eFdnCs9bVb8atyznt2"],"enrUri":"enr:-L24QF1v4bzKMc5OtIuBFaTrxI16w4XZ5GdWOivZ6S8SzYYZcl7OtjBe6xdM6LOKQVxlV8fHwBk4HVKudv9waNS0k4kCgmlkgnY0gmlwhKwSfC6KbXVsdGlhZGRyc5YACASsEnwuBuHPAAoErBJ8Lgbh0N0DgnJzhQACAQAAiXNlY3AyNTZrMaECcYaAbBEYG449aIQH0OJ7CrmjM_ItjLuhuSe4Nb6TMeuDdGNwguHPg3VkcILh0YV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:57806/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.165.6/tcp/30531/p2p/16Uiu2HAmP7StFgibaGEhfW8Fa1WFKWeujmv2Gn4hGMwt2hGDzNG9"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node4_2026-03-06_04-38-43__d22b2771-d2c0-41f8-a530-0a693a3469c6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.12.81
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['14500', '14501', '14502', '14503', '14504']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 14500:14500 -p 14501:14501 -p 14502:14502 -p 14503:14503 -p 14504:14504 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=14502 --rest-port=14500 --tcp-port=14501 --discv5-udp-port=14503 --rest-address=0.0.0.0 --nat=extip:172.18.12.81 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=8edfdbeddedfdb7f90d8a2e22e366681156a119bc3dd8da6bb9692becb330fcb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14504 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QF8aiJRRbxs2y4_OHwDi0pI3meuFONTXSZeTm5DW1hhaJSRI5mzgWHnlW0fY-FqXO-ZsVbJ8Qe4Kvw77VbG9ViMCgmlkgnY0gmlwhKwSpQaKbXVsdGlhZGRyc5YACASsEqUGBndDAAoErBKlBgZ3RN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDm1v45Gu2_EKDSt8A75lW8lJpt4gevekHGLw1MhBuxuqDdGNwgndDg3VkcIJ3RYV3YWt1MgU --content-topic=/myapp/1/latest/proto
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.12.81 waku ecad0a57ac4901676755e6cb7150d789b9caff6ce6beb6dbe4df1ef0f3048890
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID ecad0a57ac49. Setting up logs at ./log/docker/node4_2026-03-06_04-38-43__d22b2771-d2c0-41f8-a530-0a693a3469c6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 14500
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:14500/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:14500/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:14500/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.12.81/tcp/14501/p2p/16Uiu2HAm6gGrGajSoDvV8EkP9qqtrrYV9jwJsH4Vxcw8yjLaGgeg","/ip4/172.18.12.81/tcp/14502/ws/p2p/16Uiu2HAm6gGrGajSoDvV8EkP9qqtrrYV9jwJsH4Vxcw8yjLaGgeg"],"enrUri":"enr:-L24QPNM2pijxc6EUZLLiLKdpi5OIs-TNarCbvQ24mRmjIxlG-LD7PozlEsrqJ09eJSuYnd6INITos6rr0TuFZfm3RMCgmlkgnY0gmlwhKwSDFGKbXVsdGlhZGRyc5YACASsEgxRBjilAAoErBIMUQY4pt0DgnJzhQACAQAAiXNlY3AyNTZrMaECpy4djvOR69xNozw-LSHrFUtprdZ5aL3zFTO6tZkfVM2DdGNwgjilg3VkcII4p4V3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14500/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.165.6/tcp/30531/p2p/16Uiu2HAmP7StFgibaGEhfW8Fa1WFKWeujmv2Gn4hGMwt2hGDzNG9"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node5_2026-03-06_04-38-43__d22b2771-d2c0-41f8-a530-0a693a3469c6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.143.138
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['48999', '49000', '49001', '49002', '49003']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 48999:48999 -p 49000:49000 -p 49001:49001 -p 49002:49002 -p 49003:49003 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=49001 --rest-port=48999 --tcp-port=49000 --discv5-udp-port=49002 --rest-address=0.0.0.0 --nat=extip:172.18.143.138 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=23f2ef1a67cb6aa683d524f6fccd3ec5ee2b0b10bce293b9fe82a81e7ee1eb20 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49003 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QF8aiJRRbxs2y4_OHwDi0pI3meuFONTXSZeTm5DW1hhaJSRI5mzgWHnlW0fY-FqXO-ZsVbJ8Qe4Kvw77VbG9ViMCgmlkgnY0gmlwhKwSpQaKbXVsdGlhZGRyc5YACASsEqUGBndDAAoErBKlBgZ3RN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDm1v45Gu2_EKDSt8A75lW8lJpt4gevekHGLw1MhBuxuqDdGNwgndDg3VkcIJ3RYV3YWt1MgU --content-topic=/myapp/1/latest/proto
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.143.138 waku 4e0964ef49833c56c54eaf64ecef38f339f37b652be0f3aa341560088fdcb2d5
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 4e0964ef4983. Setting up logs at ./log/docker/node5_2026-03-06_04-38-43__d22b2771-d2c0-41f8-a530-0a693a3469c6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 48999
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48999/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48999/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48999/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48999/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48999/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48999/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48999/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.143.138/tcp/49000/p2p/16Uiu2HAky9VNhD1eXWBHKA1HJ44jVbN8VFFt1bC1UTfF5RJNPX1p","/ip4/172.18.143.138/tcp/49001/ws/p2p/16Uiu2HAky9VNhD1eXWBHKA1HJ44jVbN8VFFt1bC1UTfF5RJNPX1p"],"enrUri":"enr:-L24QI8c9B1ls7eE_O3jRgI8ytYqgoSP1Y26tWg-GmDJf0iIHm8h0A7puW0irx6U4sLw_GvQGvxK1lU7NIzqWSKa5EgCgmlkgnY0gmlwhKwSj4qKbXVsdGlhZGRyc5YACASsEo-KBr9oAAoErBKPiga_ad0DgnJzhQACAQAAiXNlY3AyNTZrMaECN0l2pY-7euNbO_qZjOCgYT23LRtmeuVC7LfoYZ1ONceDdGNwgr9og3VkcIK_aoV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:48999/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.165.6/tcp/30531/p2p/16Uiu2HAmP7StFgibaGEhfW8Fa1WFKWeujmv2Gn4hGMwt2hGDzNG9"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:30530/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:63490/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:57806/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14500/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:48999/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:30530/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30530/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771930803070981,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63490/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771930803070981,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_3:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57806/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771930803070981,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_4:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:14500/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771930803070981,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_5:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48999/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771930803070981,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b026144042da
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 82c2b2ebbb7c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e2e140f7207f
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container b026144042da. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id ecad0a57ac49
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 82c2b2ebbb7c. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 4e0964ef4983
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container e2e140f7207f. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
89
nim/1106/data/attachments/1dc2fdba113a8170.txt
Normal file
89
nim/1106/data/attachments/1dc2fdba113a8170.txt
Normal file
@ -0,0 +1,89 @@
|
||||
2026-03-06 04:37:14.824 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:37:14.824 DEBUG [tests.conftest] Running test: test_sender_uses_auto_api_receiver_uses_regular_api with id: 2026-03-06_04-37-14__40721aeb-3d8c-4480-a473-458bc85433c2
|
||||
2026-03-06 04:37:14.825 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:37:14.825 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-06 04:37:14.825 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2026-03-06 04:37:14.832 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:37:14.832 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-37-14__40721aeb-3d8c-4480-a473-458bc85433c2__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:37:14.833 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:37:14.833 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:37:14.834 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:37:14.834 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.52.56
|
||||
2026-03-06 04:37:14.834 DEBUG [src.node.docker_mananger] Generated ports ['27957', '27958', '27959', '27960', '27961']
|
||||
2026-03-06 04:37:14.835 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-03-06 04:37:14.835 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:37:14.835 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:37:14.835 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:37:14.835 DEBUG [src.node.docker_mananger] docker run -i -t -p 27957:27957 -p 27958:27958 -p 27959:27959 -p 27960:27960 -p 27961:27961 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=27959 --rest-port=27957 --tcp-port=27958 --discv5-udp-port=27960 --rest-address=0.0.0.0 --nat=extip:172.18.52.56 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=afbdebd877333866ff2ffcfcd0064fd1df09eecf011b27e5cb8c9f64a6eb5aac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27961 --metrics-logging=true --relay=true --filter=true --num-shards-in-network=1
|
||||
2026-03-06 04:37:15.023 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.52.56 waku db998a39a85a88f94f9a951386bdd2ea0b667342b56091d7a5940ff99168eb85
|
||||
2026-03-06 04:37:15.024 ERROR [src.node.docker_mananger] Max retries reached for container d23ab82d8ae8. Exiting log stream.
|
||||
2026-03-06 04:37:15.060 DEBUG [src.node.docker_mananger] Container started with ID db998a39a85a. Setting up logs at ./log/docker/node1_2026-03-06_04-37-14__40721aeb-3d8c-4480-a473-458bc85433c2__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:37:15.061 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27957
|
||||
2026-03-06 04:37:15.061 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:37:15.595 ERROR [src.node.docker_mananger] Max retries reached for container 8a8b97ac0e83. Exiting log stream.
|
||||
2026-03-06 04:37:16.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27957/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:37:16.064 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:37:16.165 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27957/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:37:16.167 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:37:16.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27957/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:37:16.270 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:37:16.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27957/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:37:16.373 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:37:16.374 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:37:16.374 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27957/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:37:16.376 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.52.56/tcp/27958/p2p/16Uiu2HAmC3jUZemTG5MPPtHHKoiU7h5mhpH1ZPhCUwrs8FSUjnmZ","/ip4/172.18.52.56/tcp/27959/ws/p2p/16Uiu2HAmC3jUZemTG5MPPtHHKoiU7h5mhpH1ZPhCUwrs8FSUjnmZ"],"enrUri":"enr:-L24QFYWh2j8V6dEV6QHgZi3azt62JVHwR_pPZOUGWDZ1o41ZZAVGxqJa6mhdLSEZp-K_oLlpcPNYyctHL-JbzNtfRYCgmlkgnY0gmlwhKwSNDiKbXVsdGlhZGRyc5YACASsEjQ4Bm02AAoErBI0OAZtN90DgnJzhQACAQAAiXNlY3AyNTZrMaEC9vfaWcCIvkOJ4gfR9Wy6Wb4MtL06QlpCjSDSFSmZbkyDdGNwgm02g3VkcIJtOIV3YWt1MgU"}'
|
||||
2026-03-06 04:37:16.376 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:37:16.383 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:37:16.383 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-37-14__40721aeb-3d8c-4480-a473-458bc85433c2__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:37:16.383 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:37:16.383 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:37:16.385 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:37:16.385 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.254.147
|
||||
2026-03-06 04:37:16.386 DEBUG [src.node.docker_mananger] Generated ports ['19496', '19497', '19498', '19499', '19500']
|
||||
2026-03-06 04:37:16.386 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-03-06 04:37:16.386 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:37:16.387 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:37:16.387 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:37:16.388 DEBUG [src.node.docker_mananger] docker run -i -t -p 19496:19496 -p 19497:19497 -p 19498:19498 -p 19499:19499 -p 19500:19500 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=19498 --rest-port=19496 --tcp-port=19497 --discv5-udp-port=19499 --rest-address=0.0.0.0 --nat=extip:172.18.254.147 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=5ebdf6e298c6f6bf97b9d97dfc8f63d5f8ed8afef527a6dd14aed9cd3bc17ddc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19500 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFYWh2j8V6dEV6QHgZi3azt62JVHwR_pPZOUGWDZ1o41ZZAVGxqJa6mhdLSEZp-K_oLlpcPNYyctHL-JbzNtfRYCgmlkgnY0gmlwhKwSNDiKbXVsdGlhZGRyc5YACASsEjQ4Bm02AAoErBI0OAZtN90DgnJzhQACAQAAiXNlY3AyNTZrMaEC9vfaWcCIvkOJ4gfR9Wy6Wb4MtL06QlpCjSDSFSmZbkyDdGNwgm02g3VkcIJtOIV3YWt1MgU --num-shards-in-network=1
|
||||
2026-03-06 04:37:16.607 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.254.147 waku 5558a5fb52a1bc94a903bf3d91af21371f54759a5018a0ca29b69adb1916557b
|
||||
2026-03-06 04:37:16.642 DEBUG [src.node.docker_mananger] Container started with ID 5558a5fb52a1. Setting up logs at ./log/docker/node2_2026-03-06_04-37-14__40721aeb-3d8c-4480-a473-458bc85433c2__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:37:16.642 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19496
|
||||
2026-03-06 04:37:16.642 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:37:17.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19496/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:37:17.646 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:37:17.747 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19496/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:37:17.749 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:37:17.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19496/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:37:17.852 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:37:17.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19496/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:37:17.955 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:37:18.055 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19496/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:37:18.058 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:37:18.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19496/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:37:18.183 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:37:18.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19496/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:37:18.287 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:37:18.287 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:37:18.288 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19496/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:37:18.290 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.254.147/tcp/19497/p2p/16Uiu2HAm2kmDA9CjYng1nSA8RhD96d44fpc81TrtBnBfyUF6LmPN","/ip4/172.18.254.147/tcp/19498/ws/p2p/16Uiu2HAm2kmDA9CjYng1nSA8RhD96d44fpc81TrtBnBfyUF6LmPN"],"enrUri":"enr:-L24QJtIcFTKNHL-pkH77dgL2NLXh7riE4_D5tjynpRPnevVE_mtuw3sApw0p9hE-ZCc0pia7V6VyBBhD1-NcrL6ZxgCgmlkgnY0gmlwhKwS_pOKbXVsdGlhZGRyc5YACASsEv6TBkwpAAoErBL-kwZMKt0DgnJzhQACAQAAiXNlY3AyNTZrMaECbOXCBzM1ZncK6spKBm1c7IbrNc7zrkKEA6D2qysN2wmDdGNwgkwpg3VkcIJMK4V3YWt1MgE"}'
|
||||
2026-03-06 04:37:18.291 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:37:18.291 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19496/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.52.56/tcp/27958/p2p/16Uiu2HAmC3jUZemTG5MPPtHHKoiU7h5mhpH1ZPhCUwrs8FSUjnmZ"]'
|
||||
2026-03-06 04:37:18.315 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:37:18.318 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27957/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
||||
2026-03-06 04:37:18.324 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:37:18.325 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19496/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
2026-03-06 04:37:18.329 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:37:18.330 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27957/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:37:18.341 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:37:18.343 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:37:18.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19496/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:37:18.446 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771838330337756,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:37:18.448 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:37:18.449 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:37:18.449 DEBUG [src.node.waku_node] Stopping container with id db998a39a85a
|
||||
2026-03-06 04:37:19.052 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:37:19.052 DEBUG [src.node.waku_node] Stopping container with id 5558a5fb52a1
|
||||
2026-03-06 04:37:19.613 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:37:19.615 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:37:19.647 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:37:19.676 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
68
nim/1106/data/attachments/1dd98148bbd92e75.txt
Normal file
68
nim/1106/data/attachments/1dd98148bbd92e75.txt
Normal file
@ -0,0 +1,68 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_filter_unsubscribe_from_101_content_topics with id: 2026-03-06_04-33-06__72d7d99d-501c-4519-ab23-42ace7716fd7
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-33-06__72d7d99d-501c-4519-ab23-42ace7716fd7__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.205.254
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['43325', '43326', '43327', '43328', '43329']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 43325:43325 -p 43326:43326 -p 43327:43327 -p 43328:43328 -p 43329:43329 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=43327 --rest-port=43325 --tcp-port=43326 --discv5-udp-port=43328 --rest-address=0.0.0.0 --nat=extip:172.18.205.254 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ba5dfa93cedf04f14c17cebed4dc77ad28cccfc8ab8f0d5dd4eaceddccd5f9ab --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43329 --metrics-logging=true --relay=true --filter=true
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container b57b3e17a063. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.205.254 waku 34144c5f5297c503101cc8a09a5f5bd644fc6647594b3aef7d0037f945d8c0e1
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 34144c5f5297. Setting up logs at ./log/docker/node1_2026-03-06_04-33-06__72d7d99d-501c-4519-ab23-42ace7716fd7__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 43325
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 931fec3a3192. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43325/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43325/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.205.254/tcp/43326/p2p/16Uiu2HAmAE8vNwuYn3cK9M8hTfRGw72SAKUNkGPUuAxa8ZbXyseC","/ip4/172.18.205.254/tcp/43327/ws/p2p/16Uiu2HAmAE8vNwuYn3cK9M8hTfRGw72SAKUNkGPUuAxa8ZbXyseC"],"enrUri":"enr:-L24QNGhAd9lHGKQiu6pZxAPTvf3Ez1EQ3qMuWGVHbkdCHh4NRvaSCYYoeRxLaJ6-ree-e1YoQARgRZO8tXDOaeY2VgCgmlkgnY0gmlwhKwSzf6KbXVsdGlhZGRyc5YACASsEs3-Bqk-AAoErBLN_gapP90DgnJzhQADAQAAiXNlY3AyNTZrMaEC2-rL721OinskQyxuZFhsfJ4EJANoGqmsXRyOU99QtdWDdGNwgqk-g3VkcIKpQIV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-33-06__72d7d99d-501c-4519-ab23-42ace7716fd7__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.232.224
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['5797', '5798', '5799', '5800', '5801']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 5797:5797 -p 5798:5798 -p 5799:5799 -p 5800:5800 -p 5801:5801 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=5799 --rest-port=5797 --tcp-port=5798 --discv5-udp-port=5800 --rest-address=0.0.0.0 --nat=extip:172.18.232.224 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=afb4cbd1a773fd24a372f5cf2c2f8c0ecb89f92fab78ba81eede5e36987698ad --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5801 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QNGhAd9lHGKQiu6pZxAPTvf3Ez1EQ3qMuWGVHbkdCHh4NRvaSCYYoeRxLaJ6-ree-e1YoQARgRZO8tXDOaeY2VgCgmlkgnY0gmlwhKwSzf6KbXVsdGlhZGRyc5YACASsEs3-Bqk-AAoErBLN_gapP90DgnJzhQADAQAAiXNlY3AyNTZrMaEC2-rL721OinskQyxuZFhsfJ4EJANoGqmsXRyOU99QtdWDdGNwgqk-g3VkcIKpQIV3YWt1MgU --filternode=/ip4/172.18.205.254/tcp/43326/p2p/16Uiu2HAmAE8vNwuYn3cK9M8hTfRGw72SAKUNkGPUuAxa8ZbXyseC
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.232.224 waku e68d4d4520e2d2d05bc4a5d5e19d3efd5a63bd7815366a37c3c31b331edfcab3
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID e68d4d4520e2. Setting up logs at ./log/docker/node2_2026-03-06_04-33-06__72d7d99d-501c-4519-ab23-42ace7716fd7__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 5797
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5797/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5797/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.232.224/tcp/5798/p2p/16Uiu2HAkvUts2P7iCoG2JVuQCtcWYJNpVKByFfTTnahKmkXvNkqa","/ip4/172.18.232.224/tcp/5799/ws/p2p/16Uiu2HAkvUts2P7iCoG2JVuQCtcWYJNpVKByFfTTnahKmkXvNkqa"],"enrUri":"enr:-L24QOGLpxGGBT17Bbe1--pvPFhD_g7xUI2ko1T79yBIuM_TVE70UfVeq4w7vNjoPDJ1Q89dFCqJC9_scnCPvrdRbyUCgmlkgnY0gmlwhKwS6OCKbXVsdGlhZGRyc5YACASsEujgBhamAAoErBLo4AYWp90DgnJzhQADAQAAiXNlY3AyNTZrMaECD67_HVyP0OSD3_bsphpe3TzeeDA-QV87ufUWFaKRiyWDdGNwghamg3VkcIIWqIV3YWt1MgA"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:5797/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.205.254/tcp/43326/p2p/16Uiu2HAmAE8vNwuYn3cK9M8hTfRGw72SAKUNkGPUuAxa8ZbXyseC"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:47 Running fixture setup: subscribe_main_nodes
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:43325/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:5797/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "8a57e172-0bab-478a-810c-bcb2ec3d0a3f", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"8a57e172-0bab-478a-810c-bcb2ec3d0a3f","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:5797/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "68", "69", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", "100"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
[1m[31mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:5797/filter/v2/subscriptions. Response content: b'{"requestId":"1","statusDesc":"BAD_REQUEST: exceeds maximum content topics: 100"}'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 34144c5f5297
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e68d4d4520e2
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
9053
nim/1106/data/attachments/1e2beb4c80da4dab.txt
Normal file
9053
nim/1106/data/attachments/1e2beb4c80da4dab.txt
Normal file
File diff suppressed because it is too large
Load Diff
104
nim/1106/data/attachments/1e788916cb51237d.txt
Normal file
104
nim/1106/data/attachments/1e788916cb51237d.txt
Normal file
@ -0,0 +1,104 @@
|
||||
2026-03-06 04:36:28.868 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:36:28.871 DEBUG [tests.conftest] Running test: test_store_with_not_valid_content_topic with id: 2026-03-06_04-36-28__82a7f35b-7707-4b3b-b5f5-53a57b7df139
|
||||
2026-03-06 04:36:28.872 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:36:28.873 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-06 04:36:28.874 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2026-03-06 04:36:28.884 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:36:28.884 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-06_04-36-28__82a7f35b-7707-4b3b-b5f5-53a57b7df139__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:36:28.884 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:36:28.884 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:36:28.887 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:36:28.887 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.210.42
|
||||
2026-03-06 04:36:28.887 DEBUG [src.node.docker_mananger] Generated ports ['58561', '58562', '58563', '58564', '58565']
|
||||
2026-03-06 04:36:28.888 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:36:28.888 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:36:28.888 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:36:28.888 DEBUG [src.node.docker_mananger] docker run -i -t -p 58561:58561 -p 58562:58562 -p 58563:58563 -p 58564:58564 -p 58565:58565 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=58563 --rest-port=58561 --tcp-port=58562 --discv5-udp-port=58564 --rest-address=0.0.0.0 --nat=extip:172.18.210.42 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e93fa90b92793f9d1a5f5fff3e0bbcb1d867cca6a2a8ebffef44aabd75a203a1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58565 --metrics-logging=true --store=true --relay=true
|
||||
2026-03-06 04:36:29.065 ERROR [src.node.docker_mananger] Max retries reached for container 2cedc4328a02. Exiting log stream.
|
||||
2026-03-06 04:36:29.087 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.210.42 waku f0a9b5c88d336728fa7519308587b34a829f29856c36a3e9c28c081b11394386
|
||||
2026-03-06 04:36:29.126 DEBUG [src.node.docker_mananger] Container started with ID f0a9b5c88d33. Setting up logs at ./log/docker/publishing_node1_2026-03-06_04-36-28__82a7f35b-7707-4b3b-b5f5-53a57b7df139__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:36:29.126 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 58561
|
||||
2026-03-06 04:36:29.127 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:36:29.710 ERROR [src.node.docker_mananger] Max retries reached for container ad66ed64ceff. Exiting log stream.
|
||||
2026-03-06 04:36:30.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58561/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:30.130 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:36:30.130 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:36:30.130 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58561/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:30.133 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.210.42/tcp/58562/p2p/16Uiu2HAm44xnVnbgkkVE4kZG1PBgiFUU7tKXCc1cJ4FSbuTYmbAV","/ip4/172.18.210.42/tcp/58563/ws/p2p/16Uiu2HAm44xnVnbgkkVE4kZG1PBgiFUU7tKXCc1cJ4FSbuTYmbAV"],"enrUri":"enr:-L24QAx5YNZbah2feowN1-2F4V1i3HexEcaJd-hmMaeQ_D_-BUizMTqSOih6XgcAZjODRrtggmGRlatcsVpQQXCMLJwCgmlkgnY0gmlwhKwS0iqKbXVsdGlhZGRyc5YACASsEtIqBuTCAAoErBLSKgbkw90DgnJzhQADAQAAiXNlY3AyNTZrMaECgGr8savkbH0Fht23YNw0CZlSB6bWOoo0pdpc6Dmf-f6DdGNwguTCg3VkcILkxIV3YWt1MgM"}'
|
||||
2026-03-06 04:36:30.133 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:36:30.141 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:36:30.141 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-06_04-36-28__82a7f35b-7707-4b3b-b5f5-53a57b7df139__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:36:30.141 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:36:30.141 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:36:30.142 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:36:30.143 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.111.208
|
||||
2026-03-06 04:36:30.143 DEBUG [src.node.docker_mananger] Generated ports ['50280', '50281', '50282', '50283', '50284']
|
||||
2026-03-06 04:36:30.143 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:36:30.143 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:36:30.143 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:36:30.143 DEBUG [src.node.docker_mananger] docker run -i -t -p 50280:50280 -p 50281:50281 -p 50282:50282 -p 50283:50283 -p 50284:50284 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=50282 --rest-port=50280 --tcp-port=50281 --discv5-udp-port=50283 --rest-address=0.0.0.0 --nat=extip:172.18.111.208 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cb54e7edc9c5fb372a1e615c02edbb23e0f6ff7b6de355f6bc4750ebad4eade9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50284 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QAx5YNZbah2feowN1-2F4V1i3HexEcaJd-hmMaeQ_D_-BUizMTqSOih6XgcAZjODRrtggmGRlatcsVpQQXCMLJwCgmlkgnY0gmlwhKwS0iqKbXVsdGlhZGRyc5YACASsEtIqBuTCAAoErBLSKgbkw90DgnJzhQADAQAAiXNlY3AyNTZrMaECgGr8savkbH0Fht23YNw0CZlSB6bWOoo0pdpc6Dmf-f6DdGNwguTCg3VkcILkxIV3YWt1MgM --storenode=/ip4/172.18.210.42/tcp/58562/p2p/16Uiu2HAm44xnVnbgkkVE4kZG1PBgiFUU7tKXCc1cJ4FSbuTYmbAV --store=true --relay=true
|
||||
2026-03-06 04:36:30.356 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.111.208 waku 759cb22e751206d834e50d1bdc6744e54fb26be66540bd8233bfd63a5a71194b
|
||||
2026-03-06 04:36:30.394 DEBUG [src.node.docker_mananger] Container started with ID 759cb22e7512. Setting up logs at ./log/docker/store_node1_2026-03-06_04-36-28__82a7f35b-7707-4b3b-b5f5-53a57b7df139__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:36:30.396 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 50280
|
||||
2026-03-06 04:36:30.396 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:36:31.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50280/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:31.399 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":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:36:31.400 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:36:31.400 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50280/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:31.402 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.111.208/tcp/50281/p2p/16Uiu2HAkxw9UrEdscwccPcNTyNMEfzqjCRv13ExA6qLEfVxkgipy","/ip4/172.18.111.208/tcp/50282/ws/p2p/16Uiu2HAkxw9UrEdscwccPcNTyNMEfzqjCRv13ExA6qLEfVxkgipy"],"enrUri":"enr:-L24QKGA5-VlSc4RZVhANH_Vg7FItEU1RqGVCcB1aHn0tMaCOrRqoCM_OrUXJb1QiaVA5dV94_bAsEYtkGuqyxS0wy8CgmlkgnY0gmlwhKwSb9CKbXVsdGlhZGRyc5YACASsEm_QBsRpAAoErBJv0AbEat0DgnJzhQADAQAAiXNlY3AyNTZrMaECNB__63XsUOsi63mmE5VtFW_TqwkL4HncLfvKMF_oScqDdGNwgsRpg3VkcILEa4V3YWt1MgM"}'
|
||||
2026-03-06 04:36:31.402 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:36:31.403 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50280/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.210.42/tcp/58562/p2p/16Uiu2HAm44xnVnbgkkVE4kZG1PBgiFUU7tKXCc1cJ4FSbuTYmbAV"]'
|
||||
2026-03-06 04:36:31.406 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:31.406 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58561/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:36:31.409 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:31.409 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50280/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:36:31.412 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:31.412 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:36:31.412 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:36:31.418 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:31.419 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:36:31.620 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:36:31.620 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:36:31.626 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:31.627 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:36:31.828 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:36:31.829 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:36:31.835 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:31.836 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:36:32.036 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:36:32.037 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:36:32.043 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:32.043 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:36:32.244 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:36:32.245 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:36:32.250 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:32.251 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:36:32.451 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:36:32.452 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:36:32.458 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:32.458 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:36:32.659 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:36:32.659 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:36:32.665 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:32.665 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:36:32.866 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:36:32.866 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:36:32.872 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:32.872 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:36:33.074 DEBUG [tests.store.test_topics] trying to find stored messages with wrong content_topic =##
|
||||
2026-03-06 04:36:33.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58561/store/v3/messages?includeData=true&contentTopics=%23%23&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:33.078 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
|
||||
2026-03-06 04:36:33.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50280/store/v3/messages?includeData=true&contentTopics=%23%23&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:33.081 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
|
||||
2026-03-06 04:36:33.081 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58561/store/v3/messages?includeData=true&contentTopics=%20&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:33.083 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
|
||||
2026-03-06 04:36:33.084 DEBUG [tests.store.test_topics] response for invalid content_topic {'requestId': '', 'statusCode': 200, 'statusDesc': 'OK', 'messages': []}
|
||||
2026-03-06 04:36:33.086 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:36:33.088 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:36:33.088 DEBUG [src.node.waku_node] Stopping container with id f0a9b5c88d33
|
||||
2026-03-06 04:36:33.686 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:36:33.688 DEBUG [src.node.waku_node] Stopping container with id 759cb22e7512
|
||||
2026-03-06 04:36:34.293 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:36:34.298 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:36:34.306 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:36:34.313 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
224
nim/1106/data/attachments/1e99568ef2af93ae.txt
Normal file
224
nim/1106/data/attachments/1e99568ef2af93ae.txt
Normal file
@ -0,0 +1,224 @@
|
||||
2026-03-06 04:39:37.945 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:39:37.946 DEBUG [tests.conftest] Running test: test_check_sync_when_all_3_nodes_publish with id: 2026-03-06_04-39-37__261ac03f-44d4-469c-9a03-8559db7c9242
|
||||
2026-03-06 04:39:37.946 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:39:37.954 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:39:37.954 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-39-37__261ac03f-44d4-469c-9a03-8559db7c9242__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:39:37.960 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:39:37.961 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-39-37__261ac03f-44d4-469c-9a03-8559db7c9242__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:39:37.967 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:39:37.967 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-06_04-39-37__261ac03f-44d4-469c-9a03-8559db7c9242__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:39:37.968 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-06 04:39:37.969 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:39:37.969 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:39:37.971 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:39:37.971 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.104.233
|
||||
2026-03-06 04:39:37.971 DEBUG [src.node.docker_mananger] Generated ports ['21445', '21446', '21447', '21448', '21449']
|
||||
2026-03-06 04:39:37.971 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:39:37.971 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:39:37.971 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:39:37.971 DEBUG [src.node.docker_mananger] docker run -i -t -p 21445:21445 -p 21446:21446 -p 21447:21447 -p 21448:21448 -p 21449:21449 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=21447 --rest-port=21445 --tcp-port=21446 --discv5-udp-port=21448 --rest-address=0.0.0.0 --nat=extip:172.18.104.233 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bda1ed7fd1ecbcafc1c942138bcfa056b90733d83a7b0bf0dcc99ce0efb040ec --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21449 --metrics-logging=true --relay=true
|
||||
2026-03-06 04:39:38.167 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.104.233 waku fcd6065c08325c47812aceaa8215e62276d3a014012a732a9950df8376230777
|
||||
2026-03-06 04:39:38.198 ERROR [src.node.docker_mananger] Max retries reached for container 4dfb3a593454. Exiting log stream.
|
||||
2026-03-06 04:39:38.206 DEBUG [src.node.docker_mananger] Container started with ID fcd6065c0832. Setting up logs at ./log/docker/node1_2026-03-06_04-39-37__261ac03f-44d4-469c-9a03-8559db7c9242__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:39:38.207 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 21445
|
||||
2026-03-06 04:39:38.207 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:39:38.745 ERROR [src.node.docker_mananger] Max retries reached for container ca59ae03cc5f. Exiting log stream.
|
||||
2026-03-06 04:39:39.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21445/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:39:39.210 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:39:39.211 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:39:39.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21445/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:39:39.213 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.104.233/tcp/21446/p2p/16Uiu2HAm9dhURnQiXdAh2ZrEkT2e46WshZCg8xb2st5mYRRcbs5f","/ip4/172.18.104.233/tcp/21447/ws/p2p/16Uiu2HAm9dhURnQiXdAh2ZrEkT2e46WshZCg8xb2st5mYRRcbs5f"],"enrUri":"enr:-L24QEba-p2kRTKpSr2PgIiu_Ft6hXLiPl1uuEZmFi9eajyRSJzw5SLd16oeS718YqGP4NTGr3wGWXTeNglzgzXBS7kCgmlkgnY0gmlwhKwSaOmKbXVsdGlhZGRyc5YACASsEmjpBlPGAAoErBJo6QZTx90DgnJzhQADAQAAiXNlY3AyNTZrMaEC0xhGjlpTd5P7vfuUfoleUu8hTUmbhDpsfdLqn6QOVxaDdGNwglPGg3VkcIJTyIV3YWt1MhM"}'
|
||||
2026-03-06 04:39:39.213 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:39:39.213 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:39:39.214 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:39:39.215 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:39:39.215 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.251.183
|
||||
2026-03-06 04:39:39.215 DEBUG [src.node.docker_mananger] Generated ports ['23219', '23220', '23221', '23222', '23223']
|
||||
2026-03-06 04:39:39.216 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:39:39.216 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:39:39.216 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:39:39.216 DEBUG [src.node.docker_mananger] docker run -i -t -p 23219:23219 -p 23220:23220 -p 23221:23221 -p 23222:23222 -p 23223:23223 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=23221 --rest-port=23219 --tcp-port=23220 --discv5-udp-port=23222 --rest-address=0.0.0.0 --nat=extip:172.18.251.183 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=496fbdbb29d0594d434dba90ded024f8f6baa70acfac65f0c8a86e53d29a9bef --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23223 --metrics-logging=true --relay=true --storenode=/ip4/172.18.104.233/tcp/21446/p2p/16Uiu2HAm9dhURnQiXdAh2ZrEkT2e46WshZCg8xb2st5mYRRcbs5f --discv5-bootstrap-node=enr:-L24QEba-p2kRTKpSr2PgIiu_Ft6hXLiPl1uuEZmFi9eajyRSJzw5SLd16oeS718YqGP4NTGr3wGWXTeNglzgzXBS7kCgmlkgnY0gmlwhKwSaOmKbXVsdGlhZGRyc5YACASsEmjpBlPGAAoErBJo6QZTx90DgnJzhQADAQAAiXNlY3AyNTZrMaEC0xhGjlpTd5P7vfuUfoleUu8hTUmbhDpsfdLqn6QOVxaDdGNwglPGg3VkcIJTyIV3YWt1MhM
|
||||
2026-03-06 04:39:39.420 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.251.183 waku 09fbf8c397a9a0978474037e1514ab27bfe5573d45d945e70dd7df5a6c42f7be
|
||||
2026-03-06 04:39:39.455 DEBUG [src.node.docker_mananger] Container started with ID 09fbf8c397a9. Setting up logs at ./log/docker/node2_2026-03-06_04-39-37__261ac03f-44d4-469c-9a03-8559db7c9242__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:39:39.455 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23219
|
||||
2026-03-06 04:39:39.456 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:39:40.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23219/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:39:40.459 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":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:39:40.459 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:39:40.459 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23219/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:39:40.465 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.251.183/tcp/23220/p2p/16Uiu2HAmEXda5Bk8AJy6mJGVEpriod9FyWHd4B5i56oHdDQNTH6d","/ip4/172.18.251.183/tcp/23221/ws/p2p/16Uiu2HAmEXda5Bk8AJy6mJGVEpriod9FyWHd4B5i56oHdDQNTH6d"],"enrUri":"enr:-L24QNf9tQ56PpfNSsQWAtnia9rukt4NVOKqBWwFVL5zKa4SWbcHHGalP98FjCJvc4W-hcn9pmcq87O6aeS66Yi4wOsCgmlkgnY0gmlwhKwS-7eKbXVsdGlhZGRyc5YACASsEvu3Blq0AAoErBL7twZatd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDG9TQB8W2Fr5-R4gf777iczWzPv_Y0-13QmL90zys5EaDdGNwglq0g3VkcIJatoV3YWt1MhM"}'
|
||||
2026-03-06 04:39:40.465 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:39:40.466 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:39:40.466 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:39:40.468 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:39:40.468 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.60.53
|
||||
2026-03-06 04:39:40.468 DEBUG [src.node.docker_mananger] Generated ports ['34624', '34625', '34626', '34627', '34628']
|
||||
2026-03-06 04:39:40.468 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:39:40.468 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:39:40.469 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:39:40.469 DEBUG [src.node.docker_mananger] docker run -i -t -p 34624:34624 -p 34625:34625 -p 34626:34626 -p 34627:34627 -p 34628:34628 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=34626 --rest-port=34624 --tcp-port=34625 --discv5-udp-port=34627 --rest-address=0.0.0.0 --nat=extip:172.18.60.53 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=18b234ddb4250d6b4df62615968f9fe625ae8f94204c66125dc1285e8b9e4e6e --store-sync=true --store=false --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34628 --metrics-logging=true --relay=true --storenode=/ip4/172.18.251.183/tcp/23220/p2p/16Uiu2HAmEXda5Bk8AJy6mJGVEpriod9FyWHd4B5i56oHdDQNTH6d --discv5-bootstrap-node=enr:-L24QNf9tQ56PpfNSsQWAtnia9rukt4NVOKqBWwFVL5zKa4SWbcHHGalP98FjCJvc4W-hcn9pmcq87O6aeS66Yi4wOsCgmlkgnY0gmlwhKwS-7eKbXVsdGlhZGRyc5YACASsEvu3Blq0AAoErBL7twZatd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDG9TQB8W2Fr5-R4gf777iczWzPv_Y0-13QmL90zys5EaDdGNwglq0g3VkcIJatoV3YWt1MhM
|
||||
2026-03-06 04:39:40.669 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.60.53 waku 87fa08d24c5b42c55dd3a30f7cabac6585002437947606ce378e0dfb5799e20e
|
||||
2026-03-06 04:39:40.705 DEBUG [src.node.docker_mananger] Container started with ID 87fa08d24c5b. Setting up logs at ./log/docker/node3_2026-03-06_04-39-37__261ac03f-44d4-469c-9a03-8559db7c9242__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:39:40.706 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 34624
|
||||
2026-03-06 04:39:40.706 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:39:41.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34624/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:39:41.709 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:39:41.709 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:39:41.710 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34624/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:39:41.712 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.60.53/tcp/34625/p2p/16Uiu2HAmMim2mYd7AVz9NSjtAMqEkwAJb7NMb7eeAyheUwcXZP65","/ip4/172.18.60.53/tcp/34626/ws/p2p/16Uiu2HAmMim2mYd7AVz9NSjtAMqEkwAJb7NMb7eeAyheUwcXZP65"],"enrUri":"enr:-L24QFG5KuQOnav4NVL1lpYAwed9YUVyfb9UbL7Sj_0h5-QrK_SliYDKS9r1xZkHaqGXSdDpOTEA6rn4YjkC_MTXTAACgmlkgnY0gmlwhKwSPDWKbXVsdGlhZGRyc5YACASsEjw1BodBAAoErBI8NQaHQt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDhrByAy2_ExYVFHfrR7CYohjGj-6bUwllQCBSvNQVnf6DdGNwgodBg3VkcIKHQ4V3YWt1MgE"}'
|
||||
2026-03-06 04:39:41.712 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:39:41.712 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23219/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.104.233/tcp/21446/p2p/16Uiu2HAm9dhURnQiXdAh2ZrEkT2e46WshZCg8xb2st5mYRRcbs5f"]'
|
||||
2026-03-06 04:39:41.715 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:41.716 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34624/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.251.183/tcp/23220/p2p/16Uiu2HAmEXda5Bk8AJy6mJGVEpriod9FyWHd4B5i56oHdDQNTH6d"]'
|
||||
2026-03-06 04:39:41.764 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:41.767 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21445/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:39:41.773 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:41.774 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23219/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:39:41.778 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:41.780 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34624/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:39:41.786 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:41.786 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:39:41.786 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21445/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:39:41.792 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:41.792 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-06 04:39:41.803 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:39:41.803 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21445/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:39:41.808 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:41.810 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-06 04:39:41.821 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:39:41.821 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21445/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:39:41.826 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:41.827 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-06 04:39:41.837 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:39:41.838 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21445/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:39:41.842 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:41.843 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-06 04:39:41.854 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:39:41.854 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21445/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:39:41.859 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:41.861 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-06 04:39:41.872 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:39:41.872 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21445/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:39:41.877 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:41.878 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-06 04:39:41.890 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:39:41.890 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21445/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:39:41.896 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:41.897 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-06 04:39:41.908 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:39:41.908 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21445/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:39:41.913 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:41.914 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-06 04:39:41.925 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:39:41.925 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21445/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:39:41.930 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:41.934 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-06 04:39:41.944 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:39:41.944 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21445/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:39:41.949 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:41.949 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-06 04:39:41.960 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:39:41.960 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23219/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:39:41.967 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:41.968 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-06 04:39:41.978 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:39:41.979 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23219/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:39:41.985 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:41.986 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-06 04:39:41.998 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:39:41.998 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23219/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:39:42.005 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:42.005 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-06 04:39:42.016 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:39:42.017 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23219/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:39:42.024 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:42.025 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-06 04:39:42.035 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:39:42.035 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23219/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:39:42.043 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:42.044 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-06 04:39:42.054 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:39:42.054 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23219/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:39:42.060 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:42.063 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-06 04:39:42.073 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:39:42.074 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23219/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:39:42.080 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:42.081 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-06 04:39:42.091 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:39:42.091 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23219/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:39:42.097 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:42.098 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-06 04:39:42.109 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:39:42.109 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23219/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:39:42.118 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:42.118 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-06 04:39:42.130 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:39:42.130 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23219/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:39:42.138 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:42.138 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-06 04:39:42.149 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:39:42.149 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34624/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:39:42.154 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:42.154 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-06 04:39:42.164 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:39:42.164 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34624/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:39:42.170 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:42.171 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-06 04:39:42.181 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:39:42.182 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34624/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:39:42.186 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:42.186 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-06 04:39:42.196 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:39:42.197 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34624/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:39:42.201 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:42.201 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-06 04:39:42.212 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:39:42.212 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34624/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:39:42.218 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:42.220 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-06 04:39:42.230 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:39:42.231 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34624/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:39:42.235 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:42.235 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-06 04:39:42.246 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:39:42.246 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34624/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:39:42.251 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:42.251 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-06 04:39:42.262 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:39:42.262 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34624/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:39:42.266 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:42.266 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-06 04:39:42.278 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:39:42.278 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34624/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:39:42.283 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:42.283 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-06 04:39:42.294 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:39:42.294 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34624/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:39:42.299 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:39:42.301 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-06 04:39:42.312 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-03-06 04:39:42.313 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21445/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:39:42.316 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x7a4691ff315751c0c2a7f497e4d858c94f9d5c467c98deabf7b7d001a34e4987"},{"messageHash":"0x0c23e7c80e58ee310c5664aff4ac261bf5279ddd099582cee74a178ab44b571f"},{"messageHash":"0x607bca02472b3cc0d792ba2c1ff6d844b6fd7ba616b363aff120e26a407bc15f"},{"messageHash":"0x8333df25b400221d10553c3cdf2a13259b56f3cdecb7b9c22c8a23f8e432444c"},{"messageHash":"0xef8d19aa4728e8dc94d7d93738fe6da57d1017edc2d0745ed73bcf283ca3bc12"},{"messageHash":"0x99fe7aa9d2253972da9c9e7e64280399ec0f1effe57a3d40f1a61f100457f432"},{"messageHash":"0x78161a876a5f2f383423f6a20b9bae187787c3f70e3ea3a9aafcbe38c565d80e"},{"messageHash":"0x4165389989eb73ace2f672e26bce09ef193a0ee3a5fe75ad659a956c54f4e877"},{"messageHash":"0x689cf295fb60135a503ece1dbf9f2605fac417c304fef3e946673d2070c3452f"},{"messageHash":"0xa52fcf344bf445c90a638f22f332a4366b7fd40ae1a2d0ace37485018063527e"},{"messageHash":"0xe7be5114992c4a7c5fd682219609b6fcd8a05d2702de819a3c5a6b7457e34570"},{"messageHash":"0x6c939ff6b51e98e3f050bf2295df2eb5108699b66a131dcc4dd2f73dbe80fa2b"},{"messageHash":"0x6950dea4593bbdab0fdf6772f1099dbb9c9fd5593b98ff5e1ca6920bbe636a04"},{"messageHash":"0xfa49aab3496727b7d39519b2fa262ea009641d4d9158e64571706820ca3434f0"},{"messageHash":"0x20dec70ef1467a68386e9a598dfffddd22e3521b1b25a8a61fbb756a1c748998"},{"messageHash":"0xb968735484c19ff4cfafed0b2ecde0b8abaf9bcc05713409c5c470950beedb92"},{"messageHash":"0xcbaa5f97989efafcb2d933965261bd1f149667a24ed6a34206332f013bdc8821"},{"messageHash":"0x5c21ac590fd74cda19b63d81efaad0b4ccfc0cb92cba78f96a79c1f95e853aa4"},{"messageHash":"0xd650f5cde563465269bf13e9649dabfaf03227151a32cab2fa2b12df3ccc0add"},{"messageHash":"0x6323e5ca66a4d2c6de88d9fe25eb378f901cad5506aaf51993985a42b8485633"},{"messageHash":"0xef197096e11ed82db2d4b0947dd8d22df8a73cb388124ad51f74b971d917f3fc"},{"messageHash":"0xb81980772e7f0f0cbd09c9ce0c6a2bdfe31bba10eebb5b9bfc239f50d82724f4"},{"messageHash":"0x6e7ac007bcc6222194486c743184b740f898b58fce8f6558b9ca2aba92ab6228"},{"messageHash":"0xf942920a0c0db6cb52ac884452d0ab43ae750b3719d8b5487f371c4f4e736e16"},{"messageHash":"0xab8b4674ecde21f486e7760eb219a22590e6fbd29c4e14943318d4af02b33a96"},{"messageHash":"0x1a8c5ef8f271776a35f47ef2e0d36e83596c871af63a9ed672bd3d14c257fe1a"},{"messageHash":"0xf2787ffd1ae5172211c271f0983803d7d75ae805b70f37c89d5ee01adadc892c"},{"messageHash":"0x1846e79e07ede2933b6fb8c69aed341da1318b60ba250fd0a23be26ef1b5eead"},{"messageHash":"0xe432ffa407bf8aa460d1afa145386ba6b42e3d807ebfb7c3544a13eef12a4f4a"},{"messageHash":"0x64aab102921291ea94c56e5e8686069a63f1bc1632d195200ce9b2b082569e8a"}]}'
|
||||
2026-03-06 04:39:42.317 DEBUG [src.steps.store] messages length is 30
|
||||
2026-03-06 04:39:42.319 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-03-06 04:39:42.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23219/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:39:42.323 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x7a4691ff315751c0c2a7f497e4d858c94f9d5c467c98deabf7b7d001a34e4987"},{"messageHash":"0x0c23e7c80e58ee310c5664aff4ac261bf5279ddd099582cee74a178ab44b571f"},{"messageHash":"0x607bca02472b3cc0d792ba2c1ff6d844b6fd7ba616b363aff120e26a407bc15f"},{"messageHash":"0x8333df25b400221d10553c3cdf2a13259b56f3cdecb7b9c22c8a23f8e432444c"},{"messageHash":"0xef8d19aa4728e8dc94d7d93738fe6da57d1017edc2d0745ed73bcf283ca3bc12"},{"messageHash":"0x99fe7aa9d2253972da9c9e7e64280399ec0f1effe57a3d40f1a61f100457f432"},{"messageHash":"0x78161a876a5f2f383423f6a20b9bae187787c3f70e3ea3a9aafcbe38c565d80e"},{"messageHash":"0x4165389989eb73ace2f672e26bce09ef193a0ee3a5fe75ad659a956c54f4e877"},{"messageHash":"0x689cf295fb60135a503ece1dbf9f2605fac417c304fef3e946673d2070c3452f"},{"messageHash":"0xa52fcf344bf445c90a638f22f332a4366b7fd40ae1a2d0ace37485018063527e"},{"messageHash":"0xe7be5114992c4a7c5fd682219609b6fcd8a05d2702de819a3c5a6b7457e34570"},{"messageHash":"0x6c939ff6b51e98e3f050bf2295df2eb5108699b66a131dcc4dd2f73dbe80fa2b"},{"messageHash":"0x6950dea4593bbdab0fdf6772f1099dbb9c9fd5593b98ff5e1ca6920bbe636a04"},{"messageHash":"0xfa49aab3496727b7d39519b2fa262ea009641d4d9158e64571706820ca3434f0"},{"messageHash":"0x20dec70ef1467a68386e9a598dfffddd22e3521b1b25a8a61fbb756a1c748998"},{"messageHash":"0xb968735484c19ff4cfafed0b2ecde0b8abaf9bcc05713409c5c470950beedb92"},{"messageHash":"0xcbaa5f97989efafcb2d933965261bd1f149667a24ed6a34206332f013bdc8821"},{"messageHash":"0x5c21ac590fd74cda19b63d81efaad0b4ccfc0cb92cba78f96a79c1f95e853aa4"},{"messageHash":"0xd650f5cde563465269bf13e9649dabfaf03227151a32cab2fa2b12df3ccc0add"},{"messageHash":"0x6323e5ca66a4d2c6de88d9fe25eb378f901cad5506aaf51993985a42b8485633"},{"messageHash":"0xef197096e11ed82db2d4b0947dd8d22df8a73cb388124ad51f74b971d917f3fc"},{"messageHash":"0xb81980772e7f0f0cbd09c9ce0c6a2bdfe31bba10eebb5b9bfc239f50d82724f4"},{"messageHash":"0x6e7ac007bcc6222194486c743184b740f898b58fce8f6558b9ca2aba92ab6228"},{"messageHash":"0xf942920a0c0db6cb52ac884452d0ab43ae750b3719d8b5487f371c4f4e736e16"},{"messageHash":"0xab8b4674ecde21f486e7760eb219a22590e6fbd29c4e14943318d4af02b33a96"},{"messageHash":"0x1a8c5ef8f271776a35f47ef2e0d36e83596c871af63a9ed672bd3d14c257fe1a"},{"messageHash":"0xf2787ffd1ae5172211c271f0983803d7d75ae805b70f37c89d5ee01adadc892c"},{"messageHash":"0x1846e79e07ede2933b6fb8c69aed341da1318b60ba250fd0a23be26ef1b5eead"},{"messageHash":"0xe432ffa407bf8aa460d1afa145386ba6b42e3d807ebfb7c3544a13eef12a4f4a"},{"messageHash":"0x64aab102921291ea94c56e5e8686069a63f1bc1632d195200ce9b2b082569e8a"}]}'
|
||||
2026-03-06 04:39:42.323 DEBUG [src.steps.store] messages length is 30
|
||||
2026-03-06 04:39:42.326 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-03-06 04:39:42.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34624/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:39:42.335 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"60741ef75f139a4d0a25","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x7a4691ff315751c0c2a7f497e4d858c94f9d5c467c98deabf7b7d001a34e4987"},{"messageHash":"0x0c23e7c80e58ee310c5664aff4ac261bf5279ddd099582cee74a178ab44b571f"},{"messageHash":"0x607bca02472b3cc0d792ba2c1ff6d844b6fd7ba616b363aff120e26a407bc15f"},{"messageHash":"0x8333df25b400221d10553c3cdf2a13259b56f3cdecb7b9c22c8a23f8e432444c"},{"messageHash":"0xef8d19aa4728e8dc94d7d93738fe6da57d1017edc2d0745ed73bcf283ca3bc12"},{"messageHash":"0x99fe7aa9d2253972da9c9e7e64280399ec0f1effe57a3d40f1a61f100457f432"},{"messageHash":"0x78161a876a5f2f383423f6a20b9bae187787c3f70e3ea3a9aafcbe38c565d80e"},{"messageHash":"0x4165389989eb73ace2f672e26bce09ef193a0ee3a5fe75ad659a956c54f4e877"},{"messageHash":"0x689cf295fb60135a503ece1dbf9f2605fac417c304fef3e946673d2070c3452f"},{"messageHash":"0xa52fcf344bf445c90a638f22f332a4366b7fd40ae1a2d0ace37485018063527e"},{"messageHash":"0xe7be5114992c4a7c5fd682219609b6fcd8a05d2702de819a3c5a6b7457e34570"},{"messageHash":"0x6c939ff6b51e98e3f050bf2295df2eb5108699b66a131dcc4dd2f73dbe80fa2b"},{"messageHash":"0x6950dea4593bbdab0fdf6772f1099dbb9c9fd5593b98ff5e1ca6920bbe636a04"},{"messageHash":"0xfa49aab3496727b7d39519b2fa262ea009641d4d9158e64571706820ca3434f0"},{"messageHash":"0x20dec70ef1467a68386e9a598dfffddd22e3521b1b25a8a61fbb756a1c748998"},{"messageHash":"0xb968735484c19ff4cfafed0b2ecde0b8abaf9bcc05713409c5c470950beedb92"},{"messageHash":"0xcbaa5f97989efafcb2d933965261bd1f149667a24ed6a34206332f013bdc8821"},{"messageHash":"0x5c21ac590fd74cda19b63d81efaad0b4ccfc0cb92cba78f96a79c1f95e853aa4"},{"messageHash":"0xd650f5cde563465269bf13e9649dabfaf03227151a32cab2fa2b12df3ccc0add"},{"messageHash":"0x6323e5ca66a4d2c6de88d9fe25eb378f901cad5506aaf51993985a42b8485633"},{"messageHash":"0xef197096e11ed82db2d4b0947dd8d22df8a73cb388124ad51f74b971d917f3fc"},{"messageHash":"0xb81980772e7f0f0cbd09c9ce0c6a2bdfe31bba10eebb5b9bfc239f50d82724f4"},{"messageHash":"0x6e7ac007bcc6222194486c743184b740f898b58fce8f6558b9ca2aba92ab6228"},{"messageHash":"0xf942920a0c0db6cb52ac884452d0ab43ae750b3719d8b5487f371c4f4e736e16"},{"messageHash":"0xab8b4674ecde21f486e7760eb219a22590e6fbd29c4e14943318d4af02b33a96"},{"messageHash":"0x1a8c5ef8f271776a35f47ef2e0d36e83596c871af63a9ed672bd3d14c257fe1a"},{"messageHash":"0xf2787ffd1ae5172211c271f0983803d7d75ae805b70f37c89d5ee01adadc892c"},{"messageHash":"0x1846e79e07ede2933b6fb8c69aed341da1318b60ba250fd0a23be26ef1b5eead"},{"messageHash":"0xe432ffa407bf8aa460d1afa145386ba6b42e3d807ebfb7c3544a13eef12a4f4a"},{"messageHash":"0x64aab102921291ea94c56e5e8686069a63f1bc1632d195200ce9b2b082569e8a"}]}'
|
||||
2026-03-06 04:39:42.335 DEBUG [src.steps.store] messages length is 30
|
||||
2026-03-06 04:39:42.339 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:39:42.340 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:39:42.341 DEBUG [src.node.waku_node] Stopping container with id fcd6065c0832
|
||||
2026-03-06 04:39:42.918 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:39:42.920 DEBUG [src.node.waku_node] Stopping container with id 09fbf8c397a9
|
||||
2026-03-06 04:39:43.484 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:39:43.486 DEBUG [src.node.waku_node] Stopping container with id 87fa08d24c5b
|
||||
2026-03-06 04:39:43.735 ERROR [src.node.docker_mananger] Max retries reached for container fcd6065c0832. Exiting log stream.
|
||||
2026-03-06 04:39:44.070 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:39:44.072 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:39:44.086 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:39:44.119 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:39:44.129 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
112
nim/1106/data/attachments/1ea43140523665b8.txt
Normal file
112
nim/1106/data/attachments/1ea43140523665b8.txt
Normal file
@ -0,0 +1,112 @@
|
||||
2026-03-06 04:34:52.422 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:34:52.422 DEBUG [tests.conftest] Running test: test_cursor_near_end with id: 2026-03-06_04-34-52__57c3cea0-5d28-4f30-90d1-723fce5decf0
|
||||
2026-03-06 04:34:52.422 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:34:52.422 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-06 04:34:52.423 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2026-03-06 04:34:52.429 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:34:52.429 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-06_04-34-52__57c3cea0-5d28-4f30-90d1-723fce5decf0__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:34:52.430 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:34:52.430 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:34:52.431 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:34:52.431 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.207.177
|
||||
2026-03-06 04:34:52.431 DEBUG [src.node.docker_mananger] Generated ports ['35352', '35353', '35354', '35355', '35356']
|
||||
2026-03-06 04:34:52.432 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:34:52.432 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:34:52.432 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:34:52.432 DEBUG [src.node.docker_mananger] docker run -i -t -p 35352:35352 -p 35353:35353 -p 35354:35354 -p 35355:35355 -p 35356:35356 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=35354 --rest-port=35352 --tcp-port=35353 --discv5-udp-port=35355 --rest-address=0.0.0.0 --nat=extip:172.18.207.177 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5f5d8247e50ef683f6dcd6e5a21a4803b05f172aa6cbb5cb72af1f99c540878e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35356 --metrics-logging=true --store=true --relay=true
|
||||
2026-03-06 04:34:52.617 ERROR [src.node.docker_mananger] Max retries reached for container bddf9849797d. Exiting log stream.
|
||||
2026-03-06 04:34:52.629 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.207.177 waku a46bd26905368714deb802617d9a82ec3fc43964ea4a73a5f219fe391d2e830d
|
||||
2026-03-06 04:34:52.662 DEBUG [src.node.docker_mananger] Container started with ID a46bd2690536. Setting up logs at ./log/docker/publishing_node1_2026-03-06_04-34-52__57c3cea0-5d28-4f30-90d1-723fce5decf0__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:34:52.663 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 35352
|
||||
2026-03-06 04:34:52.663 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:34:53.203 ERROR [src.node.docker_mananger] Max retries reached for container 7bc353c1e91f. Exiting log stream.
|
||||
2026-03-06 04:34:53.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:53.667 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:34:53.667 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:34:53.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35352/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:53.669 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.207.177/tcp/35353/p2p/16Uiu2HAmMv6anHa2imtDSyMERKUWvnJ1XsdPx7Yi9pBVJnjczyWp","/ip4/172.18.207.177/tcp/35354/ws/p2p/16Uiu2HAmMv6anHa2imtDSyMERKUWvnJ1XsdPx7Yi9pBVJnjczyWp"],"enrUri":"enr:-L24QFZg33LoSFzoJ_5Tj-razGcbeMvU2mF_37RMbCdbtankXjE8SB1cmIDxp8Yx07Bkez_FZ-kYEr_zkBk-Lx-WepgCgmlkgnY0gmlwhKwSz7GKbXVsdGlhZGRyc5YACASsEs-xBooZAAoErBLPsQaKGt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDiZfxFDaAUMP7b4Vr10_yX7imoDoqsZ7uVQyZZKpSxrmDdGNwgooZg3VkcIKKG4V3YWt1MgM"}'
|
||||
2026-03-06 04:34:53.669 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:34:53.676 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:34:53.677 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-06_04-34-52__57c3cea0-5d28-4f30-90d1-723fce5decf0__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:34:53.677 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:34:53.677 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:34:53.678 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:34:53.679 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.89.26
|
||||
2026-03-06 04:34:53.679 DEBUG [src.node.docker_mananger] Generated ports ['41193', '41194', '41195', '41196', '41197']
|
||||
2026-03-06 04:34:53.679 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:34:53.679 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:34:53.679 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:34:53.680 DEBUG [src.node.docker_mananger] docker run -i -t -p 41193:41193 -p 41194:41194 -p 41195:41195 -p 41196:41196 -p 41197:41197 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=41195 --rest-port=41193 --tcp-port=41194 --discv5-udp-port=41196 --rest-address=0.0.0.0 --nat=extip:172.18.89.26 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=61cdc8defd7a8baff8dc7a96d6859013edf74acfe35cbbeddfe62db54af495ad --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41197 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QFZg33LoSFzoJ_5Tj-razGcbeMvU2mF_37RMbCdbtankXjE8SB1cmIDxp8Yx07Bkez_FZ-kYEr_zkBk-Lx-WepgCgmlkgnY0gmlwhKwSz7GKbXVsdGlhZGRyc5YACASsEs-xBooZAAoErBLPsQaKGt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDiZfxFDaAUMP7b4Vr10_yX7imoDoqsZ7uVQyZZKpSxrmDdGNwgooZg3VkcIKKG4V3YWt1MgM --storenode=/ip4/172.18.207.177/tcp/35353/p2p/16Uiu2HAmMv6anHa2imtDSyMERKUWvnJ1XsdPx7Yi9pBVJnjczyWp --store=true --relay=true
|
||||
2026-03-06 04:34:53.882 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.89.26 waku 702f5cf6ed3e4f7b3510931c3ea393d5fd119d2b2c1fafe89793ff3fd5124904
|
||||
2026-03-06 04:34:53.925 DEBUG [src.node.docker_mananger] Container started with ID 702f5cf6ed3e. Setting up logs at ./log/docker/store_node1_2026-03-06_04-34-52__57c3cea0-5d28-4f30-90d1-723fce5decf0__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:34:53.925 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 41193
|
||||
2026-03-06 04:34:53.925 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:34:54.926 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41193/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:54.929 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":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:34:54.929 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:34:54.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41193/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:54.932 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.89.26/tcp/41194/p2p/16Uiu2HAm2QAkzS6791srqdbmzku6rmnJCiPkP1oZM8ejNBjNdzs1","/ip4/172.18.89.26/tcp/41195/ws/p2p/16Uiu2HAm2QAkzS6791srqdbmzku6rmnJCiPkP1oZM8ejNBjNdzs1"],"enrUri":"enr:-L24QBhjCKWSydh2IWtMZ4zuJ2bM-WoNBm1_IQfaljTBATQ-dVLHCBoA7d5soT5BIgxTIWBOtFZMiQLE25Wih2zKnakCgmlkgnY0gmlwhKwSWRqKbXVsdGlhZGRyc5YACASsElkaBqDqAAoErBJZGgag690DgnJzhQADAQAAiXNlY3AyNTZrMaECZ58wDE9dsw0DYVa_lLKNpkAOjqNW50nWQhnyzrAGB4iDdGNwgqDqg3VkcIKg7IV3YWt1MgM"}'
|
||||
2026-03-06 04:34:54.932 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:34:54.932 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41193/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.207.177/tcp/35353/p2p/16Uiu2HAmMv6anHa2imtDSyMERKUWvnJ1XsdPx7Yi9pBVJnjczyWp"]'
|
||||
2026-03-06 04:34:54.935 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:54.935 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35352/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:34:54.938 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:54.938 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41193/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:34:54.940 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:54.941 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:54.941 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35352/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8w", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:54.946 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:54.947 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:55.148 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:55.148 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35352/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8x", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:55.153 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:55.154 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:55.355 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:55.355 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35352/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8y", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:55.362 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:55.363 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:55.564 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:55.564 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35352/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8z", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:55.570 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:55.571 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:55.772 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:55.772 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35352/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:55.777 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:55.778 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:55.979 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:55.979 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35352/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:55.985 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:55.986 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:56.186 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:56.187 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35352/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:56.192 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:56.192 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:56.393 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:56.393 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35352/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:56.398 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:56.399 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:56.600 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:56.600 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35352/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:56.606 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:56.606 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:56.807 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:34:56.807 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35352/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:34:56.815 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:34:56.815 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:34:57.016 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35352/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:57.020 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x50d3136492d27cf072e494bce6d10eb0be34cfe0c3312546afee502a26e8a58f"},{"messageHash":"0x3bf16a6016f0d42c5b62c68381d402b547d2fc04a5785587c7fc985c2d216497"},{"messageHash":"0x5d7ae9ce518feeb63226396e121db4aa02537da448a1988b80ca3d31523deaee"},{"messageHash":"0xc5d93a2916884e12fb70ff8748b72c3a8eadac87a8d7ea08b5820557a0b3affc"},{"messageHash":"0x18d3c54febc41ea2d6884e00c76c4ba3f63e327b5e1458fd17f3a53437c35305"}],"paginationCursor":"0x18d3c54febc41ea2d6884e00c76c4ba3f63e327b5e1458fd17f3a53437c35305"}'
|
||||
2026-03-06 04:34:57.020 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35352/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x18d3c54febc41ea2d6884e00c76c4ba3f63e327b5e1458fd17f3a53437c35305&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:57.023 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x4db886f9cd35a7bb34ef247e54bfbcfbf190da99055382ceb83421c29fd133cb"},{"messageHash":"0xd8f9b8fbbc6e273b6c89daae8d361a77c0c244d7f62b9d8197064269facfcc94"},{"messageHash":"0xbf283b8b994d960c1ded143acfd9aaa57a0e870c550cac7f038b74cf636a6ff2"},{"messageHash":"0x68a168f7b91f1f977e0021f2b5680e324adeb15a31954102c6054694450f64b9"},{"messageHash":"0xe3db5c933630d478edc519936b511e4c036c5e561731f1fc31bc9bb681b53652"}]}'
|
||||
2026-03-06 04:34:57.023 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41193/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:57.026 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x50d3136492d27cf072e494bce6d10eb0be34cfe0c3312546afee502a26e8a58f"},{"messageHash":"0x3bf16a6016f0d42c5b62c68381d402b547d2fc04a5785587c7fc985c2d216497"},{"messageHash":"0x5d7ae9ce518feeb63226396e121db4aa02537da448a1988b80ca3d31523deaee"},{"messageHash":"0xc5d93a2916884e12fb70ff8748b72c3a8eadac87a8d7ea08b5820557a0b3affc"},{"messageHash":"0x18d3c54febc41ea2d6884e00c76c4ba3f63e327b5e1458fd17f3a53437c35305"}],"paginationCursor":"0x18d3c54febc41ea2d6884e00c76c4ba3f63e327b5e1458fd17f3a53437c35305"}'
|
||||
2026-03-06 04:34:57.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41193/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x18d3c54febc41ea2d6884e00c76c4ba3f63e327b5e1458fd17f3a53437c35305&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:34:57.029 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x4db886f9cd35a7bb34ef247e54bfbcfbf190da99055382ceb83421c29fd133cb"},{"messageHash":"0xd8f9b8fbbc6e273b6c89daae8d361a77c0c244d7f62b9d8197064269facfcc94"},{"messageHash":"0xbf283b8b994d960c1ded143acfd9aaa57a0e870c550cac7f038b74cf636a6ff2"},{"messageHash":"0x68a168f7b91f1f977e0021f2b5680e324adeb15a31954102c6054694450f64b9"},{"messageHash":"0xe3db5c933630d478edc519936b511e4c036c5e561731f1fc31bc9bb681b53652"}]}'
|
||||
2026-03-06 04:34:57.031 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:34:57.032 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:34:57.032 DEBUG [src.node.waku_node] Stopping container with id a46bd2690536
|
||||
2026-03-06 04:34:57.617 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:34:57.618 DEBUG [src.node.waku_node] Stopping container with id 702f5cf6ed3e
|
||||
2026-03-06 04:34:58.204 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:34:58.205 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:34:58.216 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:34:58.224 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
226
nim/1106/data/attachments/1eaf13d63152cc4f.txt
Normal file
226
nim/1106/data/attachments/1eaf13d63152cc4f.txt
Normal file
@ -0,0 +1,226 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_sync_with_nodes_restart__case2 with id: 2026-03-06_04-38-34__ab1b27ef-c82c-48a9-a9e2-da8f3b35f396
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-38-34__ab1b27ef-c82c-48a9-a9e2-da8f3b35f396__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-38-34__ab1b27ef-c82c-48a9-a9e2-da8f3b35f396__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-03-06_04-38-34__ab1b27ef-c82c-48a9-a9e2-da8f3b35f396__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.153.244
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['47721', '47722', '47723', '47724', '47725']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 47721:47721 -p 47722:47722 -p 47723:47723 -p 47724:47724 -p 47725:47725 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=47723 --rest-port=47721 --tcp-port=47722 --discv5-udp-port=47724 --rest-address=0.0.0.0 --nat=extip:172.18.153.244 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=47f7d56efe6cfa17ead93dcebaec1ea142cccddcafeefedc10e1d75b6604fb61 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47725 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.153.244 waku 2a091dca9530c5a676936b5457e809b1179b017c1c6252b6262bc49c04d9330a
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 2a091dca9530. Setting up logs at ./log/docker/node1_2026-03-06_04-38-34__ab1b27ef-c82c-48a9-a9e2-da8f3b35f396__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 47721
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 610525a67b6c. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container f37450f201c2. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47721/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47721/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.153.244/tcp/47722/p2p/16Uiu2HAkxc2JsEVUByp3VQhNmrAcDoQX9bsXb1Bus7TCfkvro8jS","/ip4/172.18.153.244/tcp/47723/ws/p2p/16Uiu2HAkxc2JsEVUByp3VQhNmrAcDoQX9bsXb1Bus7TCfkvro8jS"],"enrUri":"enr:-L24QAUEGDo-t_2Et1obGW2FIRo9AnPEhcmf7yq-3dvqlcJpdn_oWAVMEHTBw3zeyUffikuu1QCmeAsmJW1PamnKuxkCgmlkgnY0gmlwhKwSmfSKbXVsdGlhZGRyc5YACASsEpn0BrpqAAoErBKZ9Aa6a90DgnJzhQADAQAAiXNlY3AyNTZrMaECLzna0o4ftngw32mqPHabQyMDgzeUO3NSq-iIdEypxbmDdGNwgrpqg3VkcIK6bIV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.86.67
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['45496', '45497', '45498', '45499', '45500']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 45496:45496 -p 45497:45497 -p 45498:45498 -p 45499:45499 -p 45500:45500 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=45498 --rest-port=45496 --tcp-port=45497 --discv5-udp-port=45499 --rest-address=0.0.0.0 --nat=extip:172.18.86.67 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=60bebee7cfe6b88bdcd76b836b7b81afdaa724cbd52aafe52c0d7b995fbbbeb6 --store-sync=true --store=false --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45500 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QAUEGDo-t_2Et1obGW2FIRo9AnPEhcmf7yq-3dvqlcJpdn_oWAVMEHTBw3zeyUffikuu1QCmeAsmJW1PamnKuxkCgmlkgnY0gmlwhKwSmfSKbXVsdGlhZGRyc5YACASsEpn0BrpqAAoErBKZ9Aa6a90DgnJzhQADAQAAiXNlY3AyNTZrMaECLzna0o4ftngw32mqPHabQyMDgzeUO3NSq-iIdEypxbmDdGNwgrpqg3VkcIK6bIV3YWt1MgM
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.86.67 waku f41dd6aa2668d2d10e8bf60a8927f19df3d0836f6dddf36c6698123bf70a881e
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID f41dd6aa2668. Setting up logs at ./log/docker/node2_2026-03-06_04-38-34__ab1b27ef-c82c-48a9-a9e2-da8f3b35f396__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 45496
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45496/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45496/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.86.67/tcp/45497/p2p/16Uiu2HAmRNNH8tzEryVaztPRF5MS1UgDtGBvxn1inbwvnNgtcfJS","/ip4/172.18.86.67/tcp/45498/ws/p2p/16Uiu2HAmRNNH8tzEryVaztPRF5MS1UgDtGBvxn1inbwvnNgtcfJS"],"enrUri":"enr:-L24QJBfrYAA9pb_8njIVIzTn4Hk0_TAVfxq07i-YSGfMVi7PPx8Y3R-fJXhuROaIY1duZmAITCs_6kA1MVylBH0GrcCgmlkgnY0gmlwhKwSVkOKbXVsdGlhZGRyc5YACASsElZDBrG5AAoErBJWQwaxut0DgnJzhQADAQAAiXNlY3AyNTZrMaEDvOXZznxHK_HPJ0y6HBMjVlAl4BTmI5pSc32BvgIVHRODdGNwgrG5g3VkcIKxu4V3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.105.217
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['12968', '12969', '12970', '12971', '12972']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 12968:12968 -p 12969:12969 -p 12970:12970 -p 12971:12971 -p 12972:12972 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=12970 --rest-port=12968 --tcp-port=12969 --discv5-udp-port=12971 --rest-address=0.0.0.0 --nat=extip:172.18.105.217 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=abd364e2daba0ad0bb33ade3ceffa7d7ea9fb31cb6f257638bcc30c51f5af0df --store-sync=true --store=false --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=12972 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJBfrYAA9pb_8njIVIzTn4Hk0_TAVfxq07i-YSGfMVi7PPx8Y3R-fJXhuROaIY1duZmAITCs_6kA1MVylBH0GrcCgmlkgnY0gmlwhKwSVkOKbXVsdGlhZGRyc5YACASsElZDBrG5AAoErBJWQwaxut0DgnJzhQADAQAAiXNlY3AyNTZrMaEDvOXZznxHK_HPJ0y6HBMjVlAl4BTmI5pSc32BvgIVHRODdGNwgrG5g3VkcIKxu4V3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.105.217 waku 7de2d283eb059ae6dbfc8b29420028d019af4f096be5372fb8107d6d286dc512
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 7de2d283eb05. Setting up logs at ./log/docker/node3_2026-03-06_04-38-34__ab1b27ef-c82c-48a9-a9e2-da8f3b35f396__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 12968
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12968/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.105.217/tcp/12969/p2p/16Uiu2HAm82dEh4HAxfUedy7PDwRhh5rUS63y1XPJhgZg43tpxPN6","/ip4/172.18.105.217/tcp/12970/ws/p2p/16Uiu2HAm82dEh4HAxfUedy7PDwRhh5rUS63y1XPJhgZg43tpxPN6"],"enrUri":"enr:-L24QNRkvKiZE-YlJpvL10R8ibPQzsIe9cBxvOiGdTbDDSomNBHY9BmOelarSCzeUCyCTXbP0-RLVTcnKWVrVpfskbsCgmlkgnY0gmlwhKwSadmKbXVsdGlhZGRyc5YACASsEmnZBjKpAAoErBJp2QYyqt0DgnJzhQADAQAAiXNlY3AyNTZrMaECu0B4Qfa99ISxlCRWXonfBvwnGmcKuk96ZpNdwFAX-EeDdGNwgjKpg3VkcIIyq4V3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:45496/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.153.244/tcp/47722/p2p/16Uiu2HAkxc2JsEVUByp3VQhNmrAcDoQX9bsXb1Bus7TCfkvro8jS"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:12968/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.86.67/tcp/45497/p2p/16Uiu2HAmRNNH8tzEryVaztPRF5MS1UgDtGBvxn1inbwvnNgtcfJS"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47721/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:45496/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:12968/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47721/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47721/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47721/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47721/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47721/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47721/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47721/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47721/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47721/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47721/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:45496/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:45496/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:45496/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:45496/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:45496/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:45496/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:45496/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:45496/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:45496/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:45496/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:12968/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:12968/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:12968/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:12968/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:12968/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:12968/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:12968/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:12968/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:12968/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:12968/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:257 Restarting container with id f41dd6aa2668
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 5 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:211 Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47721/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xcfb54aa67be179c299dc3de59c5dd52f0601a7938991c1ea950fc0f51fb2b849"},{"messageHash":"0x80c66bdc6f605919afea91036708192f898e147d4d9e476f385d830ff1b5b43d"},{"messageHash":"0x735ccf3e052eec06cbcc8b05c49ac08e1570a059c084acee84969e020d4446c5"},{"messageHash":"0xa69a00a21fcd99a6cc3cafdbb8c24328d13e470fd0f088f1d670aa7d0907b192"},{"messageHash":"0x2a78a49ad81d869d3c3e758783f25c7ccfc6de6cb69618a5ba9a8e154de5d91e"},{"messageHash":"0x2f08bdd64e6a86ef551230386b6115044d1db7a511e277098a5cbb5a9826ef9c"},{"messageHash":"0x3554630bfff78cc68b8d127302f6202d7025ae24978e940301e1fd110a238c6f"},{"messageHash":"0x13078a911dd931af28b8357060b2a3e50d3d30b33c102bff7ae51ee48a6070ab"},{"messageHash":"0xbd6cd15d605c6509fbe612ca5262729b50990595890350477eeaeb755016ce36"},{"messageHash":"0xfcc3bc229b39ade32134600154aa77032cd2c2f22de84dc207a5a35daa2c20a3"},{"messageHash":"0x6c136cebaea79a16a4f259ad964a16023b6784878222f7e5d78aee54be2b101c"},{"messageHash":"0xace38ee00dabe4e20814e84de63d25a6d0369af2ecbb7d7b85080c2c28710b70"},{"messageHash":"0x8627c2e141e7d759a75ee3cd7f730cca6f646f1501f3a6d6e844853d37e9eb04"},{"messageHash":"0x3e55c364113f71dc772fb17f5f45fa4d970779e5cee09d3cd56ad4a605a261ea"},{"messageHash":"0x0f00a09893ab231a465ed103c675a0f8b10a303c0f4bbd2460814f6866147215"},{"messageHash":"0x7e9ca6ee618602a0de0d989f563b41d65ead81aea14401cfdfd003034b0b06ab"},{"messageHash":"0xc135672489ea2256e833aac7699f602730951af3f97fef659acd84501cdf582d"},{"messageHash":"0xff623f9ee8def2e87d016f690f89ae7cfe7b2445e68c48f3f7d6def395996d04"},{"messageHash":"0xf647c6ffab30c703838932a7fe5c0ef6bbf938a76440fdec0cf9e6df61f8e80d"},{"messageHash":"0xec09af82a65ef6beb984c0e76832b1749369ae9a540a028c2dea7c899c478a4f"},{"messageHash":"0x112993f9f872261852f88f3e4e2920112ffd7892c4d5b876e02cad719e08e530"},{"messageHash":"0x274daa8a167a47a207fe4ad4ba1de0ca7dacdac5cf00dcfdbd0622f4ff96219b"},{"messageHash":"0x9bc3e85fddf4f3f92c438522df0df04fc8cccc9164b8739c56330ad36bb82772"},{"messageHash":"0x837c08d3a56be4f1a31bd97cf1fda269e1140944d5fbe557d9472f33c29550aa"},{"messageHash":"0x4dfe0a33b2ce68e558ed31e44ba78130073182e8fac6ce27d6d99aec39befad6"},{"messageHash":"0xf7150fc0783841d34eb11b497ebd2dbf2473aafb20fe5013461868ced32d1492"},{"messageHash":"0x37afad6ccf3490e2700fdc6d478543ea2b0c106c58f8cd10dd0238f7b68e9af9"},{"messageHash":"0x2cbba94b5d9e59db612b4c837c80ba2f42e3d69443ddd2227133c4d273fb335c"},{"messageHash":"0xb2966f7e4d6318b7b9b5d0b1dc7b71a0b9e267c7879bf06af1be597ad54a0fc8"},{"messageHash":"0xa32d2ca5b8b37089e1984148ff8642b673cb9053e2d48e82a661e133eb990b3a"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 30
|
||||
[35mDEBUG [0m src.steps.store:store.py:211 Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45496/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"2d8707e5f95f88fb093c","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xcfb54aa67be179c299dc3de59c5dd52f0601a7938991c1ea950fc0f51fb2b849"},{"messageHash":"0x80c66bdc6f605919afea91036708192f898e147d4d9e476f385d830ff1b5b43d"},{"messageHash":"0x735ccf3e052eec06cbcc8b05c49ac08e1570a059c084acee84969e020d4446c5"},{"messageHash":"0xa69a00a21fcd99a6cc3cafdbb8c24328d13e470fd0f088f1d670aa7d0907b192"},{"messageHash":"0x2a78a49ad81d869d3c3e758783f25c7ccfc6de6cb69618a5ba9a8e154de5d91e"},{"messageHash":"0x2f08bdd64e6a86ef551230386b6115044d1db7a511e277098a5cbb5a9826ef9c"},{"messageHash":"0x3554630bfff78cc68b8d127302f6202d7025ae24978e940301e1fd110a238c6f"},{"messageHash":"0x13078a911dd931af28b8357060b2a3e50d3d30b33c102bff7ae51ee48a6070ab"},{"messageHash":"0xbd6cd15d605c6509fbe612ca5262729b50990595890350477eeaeb755016ce36"},{"messageHash":"0xfcc3bc229b39ade32134600154aa77032cd2c2f22de84dc207a5a35daa2c20a3"},{"messageHash":"0x6c136cebaea79a16a4f259ad964a16023b6784878222f7e5d78aee54be2b101c"},{"messageHash":"0xace38ee00dabe4e20814e84de63d25a6d0369af2ecbb7d7b85080c2c28710b70"},{"messageHash":"0x8627c2e141e7d759a75ee3cd7f730cca6f646f1501f3a6d6e844853d37e9eb04"},{"messageHash":"0x3e55c364113f71dc772fb17f5f45fa4d970779e5cee09d3cd56ad4a605a261ea"},{"messageHash":"0x0f00a09893ab231a465ed103c675a0f8b10a303c0f4bbd2460814f6866147215"},{"messageHash":"0x7e9ca6ee618602a0de0d989f563b41d65ead81aea14401cfdfd003034b0b06ab"},{"messageHash":"0xc135672489ea2256e833aac7699f602730951af3f97fef659acd84501cdf582d"},{"messageHash":"0xff623f9ee8def2e87d016f690f89ae7cfe7b2445e68c48f3f7d6def395996d04"},{"messageHash":"0xf647c6ffab30c703838932a7fe5c0ef6bbf938a76440fdec0cf9e6df61f8e80d"},{"messageHash":"0xec09af82a65ef6beb984c0e76832b1749369ae9a540a028c2dea7c899c478a4f"},{"messageHash":"0x112993f9f872261852f88f3e4e2920112ffd7892c4d5b876e02cad719e08e530"},{"messageHash":"0x274daa8a167a47a207fe4ad4ba1de0ca7dacdac5cf00dcfdbd0622f4ff96219b"},{"messageHash":"0x9bc3e85fddf4f3f92c438522df0df04fc8cccc9164b8739c56330ad36bb82772"},{"messageHash":"0x837c08d3a56be4f1a31bd97cf1fda269e1140944d5fbe557d9472f33c29550aa"},{"messageHash":"0x4dfe0a33b2ce68e558ed31e44ba78130073182e8fac6ce27d6d99aec39befad6"},{"messageHash":"0xf7150fc0783841d34eb11b497ebd2dbf2473aafb20fe5013461868ced32d1492"},{"messageHash":"0x37afad6ccf3490e2700fdc6d478543ea2b0c106c58f8cd10dd0238f7b68e9af9"},{"messageHash":"0x2cbba94b5d9e59db612b4c837c80ba2f42e3d69443ddd2227133c4d273fb335c"},{"messageHash":"0xb2966f7e4d6318b7b9b5d0b1dc7b71a0b9e267c7879bf06af1be597ad54a0fc8"},{"messageHash":"0xa32d2ca5b8b37089e1984148ff8642b673cb9053e2d48e82a661e133eb990b3a"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 30
|
||||
[35mDEBUG [0m src.steps.store:store.py:211 Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12968/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"f9e961b1414debde6eb1","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xcfb54aa67be179c299dc3de59c5dd52f0601a7938991c1ea950fc0f51fb2b849"},{"messageHash":"0x80c66bdc6f605919afea91036708192f898e147d4d9e476f385d830ff1b5b43d"},{"messageHash":"0x735ccf3e052eec06cbcc8b05c49ac08e1570a059c084acee84969e020d4446c5"},{"messageHash":"0xa69a00a21fcd99a6cc3cafdbb8c24328d13e470fd0f088f1d670aa7d0907b192"},{"messageHash":"0x2a78a49ad81d869d3c3e758783f25c7ccfc6de6cb69618a5ba9a8e154de5d91e"},{"messageHash":"0x2f08bdd64e6a86ef551230386b6115044d1db7a511e277098a5cbb5a9826ef9c"},{"messageHash":"0x3554630bfff78cc68b8d127302f6202d7025ae24978e940301e1fd110a238c6f"},{"messageHash":"0x13078a911dd931af28b8357060b2a3e50d3d30b33c102bff7ae51ee48a6070ab"},{"messageHash":"0xbd6cd15d605c6509fbe612ca5262729b50990595890350477eeaeb755016ce36"},{"messageHash":"0xfcc3bc229b39ade32134600154aa77032cd2c2f22de84dc207a5a35daa2c20a3"},{"messageHash":"0x6c136cebaea79a16a4f259ad964a16023b6784878222f7e5d78aee54be2b101c"},{"messageHash":"0xace38ee00dabe4e20814e84de63d25a6d0369af2ecbb7d7b85080c2c28710b70"},{"messageHash":"0x8627c2e141e7d759a75ee3cd7f730cca6f646f1501f3a6d6e844853d37e9eb04"},{"messageHash":"0x3e55c364113f71dc772fb17f5f45fa4d970779e5cee09d3cd56ad4a605a261ea"},{"messageHash":"0x0f00a09893ab231a465ed103c675a0f8b10a303c0f4bbd2460814f6866147215"},{"messageHash":"0x7e9ca6ee618602a0de0d989f563b41d65ead81aea14401cfdfd003034b0b06ab"},{"messageHash":"0xc135672489ea2256e833aac7699f602730951af3f97fef659acd84501cdf582d"},{"messageHash":"0xff623f9ee8def2e87d016f690f89ae7cfe7b2445e68c48f3f7d6def395996d04"},{"messageHash":"0xf647c6ffab30c703838932a7fe5c0ef6bbf938a76440fdec0cf9e6df61f8e80d"},{"messageHash":"0xec09af82a65ef6beb984c0e76832b1749369ae9a540a028c2dea7c899c478a4f"},{"messageHash":"0x112993f9f872261852f88f3e4e2920112ffd7892c4d5b876e02cad719e08e530"},{"messageHash":"0x274daa8a167a47a207fe4ad4ba1de0ca7dacdac5cf00dcfdbd0622f4ff96219b"},{"messageHash":"0x9bc3e85fddf4f3f92c438522df0df04fc8cccc9164b8739c56330ad36bb82772"},{"messageHash":"0x837c08d3a56be4f1a31bd97cf1fda269e1140944d5fbe557d9472f33c29550aa"},{"messageHash":"0x4dfe0a33b2ce68e558ed31e44ba78130073182e8fac6ce27d6d99aec39befad6"},{"messageHash":"0xf7150fc0783841d34eb11b497ebd2dbf2473aafb20fe5013461868ced32d1492"},{"messageHash":"0x37afad6ccf3490e2700fdc6d478543ea2b0c106c58f8cd10dd0238f7b68e9af9"},{"messageHash":"0x2cbba94b5d9e59db612b4c837c80ba2f42e3d69443ddd2227133c4d273fb335c"},{"messageHash":"0xb2966f7e4d6318b7b9b5d0b1dc7b71a0b9e267c7879bf06af1be597ad54a0fc8"},{"messageHash":"0xa32d2ca5b8b37089e1984148ff8642b673cb9053e2d48e82a661e133eb990b3a"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 30
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 2a091dca9530
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id f41dd6aa2668
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7de2d283eb05
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 2a091dca9530. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
217
nim/1106/data/attachments/1ef4d6a829c2c931.txt
Normal file
217
nim/1106/data/attachments/1ef4d6a829c2c931.txt
Normal file
@ -0,0 +1,217 @@
|
||||
2026-03-06 04:33:03.312 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:33:03.312 DEBUG [tests.conftest] Running test: test_unsubscribe_from_some_content_topics[content_topic_list0] with id: 2026-03-06_04-33-03__85f7976e-1c7d-49c2-8e4a-7b7f9a27e626
|
||||
2026-03-06 04:33:03.313 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:33:03.313 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-06 04:33:03.313 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2026-03-06 04:33:03.321 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:33:03.322 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-33-03__85f7976e-1c7d-49c2-8e4a-7b7f9a27e626__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:03.322 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:33:03.322 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:33:03.323 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:33:03.323 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.100.54
|
||||
2026-03-06 04:33:03.324 DEBUG [src.node.docker_mananger] Generated ports ['60123', '60124', '60125', '60126', '60127']
|
||||
2026-03-06 04:33:03.324 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:33:03.324 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:33:03.324 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:33:03.324 DEBUG [src.node.docker_mananger] docker run -i -t -p 60123:60123 -p 60124:60124 -p 60125:60125 -p 60126:60126 -p 60127:60127 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=60125 --rest-port=60123 --tcp-port=60124 --discv5-udp-port=60126 --rest-address=0.0.0.0 --nat=extip:172.18.100.54 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=dbd16ee219f9ef5fd4d75cdabc91bff77e0da6decc4cf12afa9acbfdaaacfb53 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60127 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2026-03-06 04:33:03.511 ERROR [src.node.docker_mananger] Max retries reached for container bbc37a52a63a. Exiting log stream.
|
||||
2026-03-06 04:33:03.529 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.100.54 waku 2146034686bf751c1b5524eeb9070075e1fdcf610e9cea472b30a4db4652385e
|
||||
2026-03-06 04:33:03.564 DEBUG [src.node.docker_mananger] Container started with ID 2146034686bf. Setting up logs at ./log/docker/node1_2026-03-06_04-33-03__85f7976e-1c7d-49c2-8e4a-7b7f9a27e626__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:03.565 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 60123
|
||||
2026-03-06 04:33:03.566 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:33:04.086 ERROR [src.node.docker_mananger] Max retries reached for container 6ccdad826f6b. Exiting log stream.
|
||||
2026-03-06 04:33:04.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60123/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:04.570 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:33:04.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60123/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:04.673 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:33:04.774 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60123/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:04.792 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:33:04.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60123/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:04.898 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:33:04.899 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:33:04.899 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60123/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:04.901 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.100.54/tcp/60124/p2p/16Uiu2HAmV3PCcjdj8rEvqt6p2j7ygEUYx4ioLmoHxHVbdrKQ3xBu","/ip4/172.18.100.54/tcp/60125/ws/p2p/16Uiu2HAmV3PCcjdj8rEvqt6p2j7ygEUYx4ioLmoHxHVbdrKQ3xBu"],"enrUri":"enr:-L24QIgWNgtr7Bn1PACZtNghG_WwUAjPvgaSCL07zs_FFtBFV0x5eWFFjFEes315am7Fm3n8VlzgCwruh3oyzldRKCICgmlkgnY0gmlwhKwSZDaKbXVsdGlhZGRyc5YACASsEmQ2BurcAAoErBJkNgbq3d0DgnJzhQACAQAAiXNlY3AyNTZrMaED83ebEN_D06qinOTJxBYPpBRzbuU6Om8kgwvqig3oOXSDdGNwgurcg3VkcILq3oV3YWt1MgU"}'
|
||||
2026-03-06 04:33:04.901 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:33:04.909 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:33:04.909 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-33-03__85f7976e-1c7d-49c2-8e4a-7b7f9a27e626__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:04.909 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:33:04.909 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:33:04.911 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:33:04.911 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.255.109
|
||||
2026-03-06 04:33:04.911 DEBUG [src.node.docker_mananger] Generated ports ['14943', '14944', '14945', '14946', '14947']
|
||||
2026-03-06 04:33:04.911 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:33:04.911 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:33:04.912 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:33:04.912 DEBUG [src.node.docker_mananger] docker run -i -t -p 14943:14943 -p 14944:14944 -p 14945:14945 -p 14946:14946 -p 14947:14947 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=14945 --rest-port=14943 --tcp-port=14944 --discv5-udp-port=14946 --rest-address=0.0.0.0 --nat=extip:172.18.255.109 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ef9e03abfed55f314fcd43247cee7337ecbda6ec4fc33f7bc281b53e9bcc450c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14947 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QIgWNgtr7Bn1PACZtNghG_WwUAjPvgaSCL07zs_FFtBFV0x5eWFFjFEes315am7Fm3n8VlzgCwruh3oyzldRKCICgmlkgnY0gmlwhKwSZDaKbXVsdGlhZGRyc5YACASsEmQ2BurcAAoErBJkNgbq3d0DgnJzhQACAQAAiXNlY3AyNTZrMaED83ebEN_D06qinOTJxBYPpBRzbuU6Om8kgwvqig3oOXSDdGNwgurcg3VkcILq3oV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2026-03-06 04:33:05.113 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.255.109 waku cf5cfcba1c387685d7645f419a1fe39c96ae3e87fd5ab4203a1e9a2beeb7dcaf
|
||||
2026-03-06 04:33:05.148 DEBUG [src.node.docker_mananger] Container started with ID cf5cfcba1c38. Setting up logs at ./log/docker/node2_2026-03-06_04-33-03__85f7976e-1c7d-49c2-8e4a-7b7f9a27e626__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:05.148 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 14943
|
||||
2026-03-06 04:33:05.148 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:33:06.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14943/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:06.151 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:33:06.252 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14943/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:06.254 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:33:06.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14943/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:06.357 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:33:06.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14943/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:06.475 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
2026-03-06 04:33:06.575 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14943/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:06.578 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:33:06.578 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:33:06.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14943/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:06.580 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.255.109/tcp/14944/p2p/16Uiu2HAkwwq8QVRiaDsS4RNTFr4gDpDExC2C1mAZ8DXD8ZKQ2Sif","/ip4/172.18.255.109/tcp/14945/ws/p2p/16Uiu2HAkwwq8QVRiaDsS4RNTFr4gDpDExC2C1mAZ8DXD8ZKQ2Sif"],"enrUri":"enr:-L24QAdjTtlACNz1n-4nMv-7VW_yDUZFdD4zgpMwlmjrqld3fFpjjnbiyYdmJMHDnGxi079E9ENjqqx1cWRVeVzj7w0CgmlkgnY0gmlwhKwS_22KbXVsdGlhZGRyc5YACASsEv9tBjpgAAoErBL_bQY6Yd0DgnJzhQACAQAAiXNlY3AyNTZrMaECJXEkcUNoRFoEZZR2scfIWZLomI0WMOfM886ciaWbT0yDdGNwgjpgg3VkcII6YoV3YWt1MgE"}'
|
||||
2026-03-06 04:33:06.581 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:33:06.581 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14943/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.100.54/tcp/60124/p2p/16Uiu2HAmV3PCcjdj8rEvqt6p2j7ygEUYx4ioLmoHxHVbdrKQ3xBu"]'
|
||||
2026-03-06 04:33:06.606 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:06.607 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60123/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf", "/newsService/1.0/alerts/xml", "/newsService/1.0/updates/json", "/newsService/2.0/alerts/json", "/newsService/2.0/summaries/xml", "/newsService/2.0/highlights/yaml", "/newsService/3.0/weekly/json", "/newsService/3.0/summaries/xml"]'
|
||||
2026-03-06 04:33:06.617 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:06.617 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14943/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf", "/newsService/1.0/alerts/xml", "/newsService/1.0/updates/json", "/newsService/2.0/alerts/json", "/newsService/2.0/summaries/xml", "/newsService/2.0/highlights/yaml", "/newsService/3.0/weekly/json", "/newsService/3.0/summaries/xml"]'
|
||||
2026-03-06 04:33:06.625 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:06.626 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60123/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:06.635 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:06.636 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:33:06.737 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:06.737 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60123/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:06.739 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1772771586626672357,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:06.741 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:06.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14943/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:06.747 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1772771586626672357,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:06.767 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60123/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:06.777 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:06.778 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:33:06.878 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:06.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60123/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:06.881 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/alerts/xml","version":0,"timestamp":1772771586767273270,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:06.882 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:06.883 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14943/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:06.885 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/alerts/xml","version":0,"timestamp":1772771586767273270,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:06.886 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60123/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/updates/json", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:06.895 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:06.896 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:33:06.997 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:06.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60123/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:06.999 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/updates/json","version":0,"timestamp":1772771586886739373,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:07.001 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:07.001 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14943/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:07.005 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/updates/json","version":0,"timestamp":1772771586886739373,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:07.007 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60123/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/alerts/json", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:07.016 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:07.017 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:33:07.117 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:07.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60123/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:07.120 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/alerts/json","version":0,"timestamp":1772771587006951206,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:07.121 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:07.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14943/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:07.124 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/alerts/json","version":0,"timestamp":1772771587006951206,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:07.126 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60123/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:07.138 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:07.140 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:33:07.240 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:07.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60123/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:07.243 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/summaries/xml","version":0,"timestamp":1772771587126559635,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:07.245 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:07.245 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14943/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:07.247 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/summaries/xml","version":0,"timestamp":1772771587126559635,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:07.249 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60123/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/highlights/yaml", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:07.258 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:07.259 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:33:07.359 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:07.360 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60123/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:07.364 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/highlights/yaml","version":0,"timestamp":1772771587249321561,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:07.365 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:07.366 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14943/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:07.368 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/highlights/yaml","version":0,"timestamp":1772771587249321561,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:07.370 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60123/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/weekly/json", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:07.378 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:07.379 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:33:07.481 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:07.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60123/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:07.485 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/weekly/json","version":0,"timestamp":1772771587370094903,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:07.486 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:07.486 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14943/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:07.489 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/weekly/json","version":0,"timestamp":1772771587370094903,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:07.491 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60123/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:07.501 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:07.501 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:33:07.602 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:07.603 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60123/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:07.606 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/summaries/xml","version":0,"timestamp":1772771587491472647,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:07.608 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:07.608 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14943/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:07.611 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/summaries/xml","version":0,"timestamp":1772771587491472647,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:07.613 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:60123/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf", "/newsService/1.0/alerts/xml", "/newsService/1.0/updates/json"]'
|
||||
2026-03-06 04:33:07.622 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:07.623 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:14943/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf", "/newsService/1.0/alerts/xml", "/newsService/1.0/updates/json"]'
|
||||
2026-03-06 04:33:07.633 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:07.634 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60123/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:07.641 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:07.641 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:33:07.741 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:07.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60123/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:07.745 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:60123/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf. Response content: b'/newsService/1.0/weekly/protobuf'
|
||||
2026-03-06 04:33:07.746 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60123/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:07.753 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:07.753 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:33:07.853 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:07.854 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60123/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:07.856 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:60123/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml. Response content: b'/newsService/1.0/alerts/xml'
|
||||
2026-03-06 04:33:07.858 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60123/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/updates/json", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:07.864 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:07.864 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:33:07.964 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:07.964 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60123/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:07.967 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:60123/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson. Response content: b'/newsService/1.0/updates/json'
|
||||
2026-03-06 04:33:07.968 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60123/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/alerts/json", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:07.977 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:07.978 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:33:08.078 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:08.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60123/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:08.081 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/alerts/json","version":0,"timestamp":1772771587968591105,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:08.083 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:08.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14943/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:08.086 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/alerts/json","version":0,"timestamp":1772771587968591105,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:08.088 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60123/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:08.098 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:08.099 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:33:08.199 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:08.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60123/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:08.202 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/summaries/xml","version":0,"timestamp":1772771588088646583,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:08.204 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:08.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14943/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:08.208 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/summaries/xml","version":0,"timestamp":1772771588088646583,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:08.210 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60123/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/highlights/yaml", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:08.218 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:08.220 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:33:08.321 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:08.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60123/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:08.326 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/highlights/yaml","version":0,"timestamp":1772771588210489040,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:08.328 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:08.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14943/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:08.332 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/highlights/yaml","version":0,"timestamp":1772771588210489040,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:08.334 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60123/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/weekly/json", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:08.343 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:08.344 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:33:08.444 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:08.445 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60123/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:08.449 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/weekly/json","version":0,"timestamp":1772771588333936227,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:08.450 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:08.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14943/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:08.454 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/weekly/json","version":0,"timestamp":1772771588333936227,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:08.456 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60123/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:08.464 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:08.464 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:33:08.565 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:08.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60123/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:08.568 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/summaries/xml","version":0,"timestamp":1772771588456181079,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:08.570 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:33:08.570 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14943/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:08.575 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/summaries/xml","version":0,"timestamp":1772771588456181079,"ephemeral":false,"proof":""}]'
|
||||
2026-03-06 04:33:08.579 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:33:08.581 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:33:08.581 DEBUG [src.node.waku_node] Stopping container with id 2146034686bf
|
||||
2026-03-06 04:33:09.169 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:33:09.169 DEBUG [src.node.waku_node] Stopping container with id cf5cfcba1c38
|
||||
2026-03-06 04:33:09.787 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:33:09.788 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:33:09.893 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:33:09.942 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
6519
nim/1106/data/attachments/1f0937d9b87892ab.txt
Normal file
6519
nim/1106/data/attachments/1f0937d9b87892ab.txt
Normal file
File diff suppressed because one or more lines are too long
95
nim/1106/data/attachments/1f2ae78e6d9e41da.txt
Normal file
95
nim/1106/data/attachments/1f2ae78e6d9e41da.txt
Normal file
@ -0,0 +1,95 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_time_filter_zero_end_time with id: 2026-03-06_04-35-22__ff9910e4-aa29-4124-91ed-c32e524d1a8c
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-06_04-35-22__ff9910e4-aa29-4124-91ed-c32e524d1a8c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.232.205
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['20621', '20622', '20623', '20624', '20625']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 20621:20621 -p 20622:20622 -p 20623:20623 -p 20624:20624 -p 20625:20625 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=20623 --rest-port=20621 --tcp-port=20622 --discv5-udp-port=20624 --rest-address=0.0.0.0 --nat=extip:172.18.232.205 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=990ab2f1e0cbecf2acaabfdcfdab2092cfdfd19edbdcaae06708beb1ffa48f05 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=20625 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.232.205 waku 549b9e51c84b2cee67b21e1f38e4ed45a9f9998723ab86f21bbfeeba7c302518
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 549b9e51c84b. Setting up logs at ./log/docker/publishing_node1_2026-03-06_04-35-22__ff9910e4-aa29-4124-91ed-c32e524d1a8c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 20621
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 86c9b82f1b35. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container ad62767c43e7. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20621/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20621/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.232.205/tcp/20622/p2p/16Uiu2HAmSYV8HPbvr2zBFzoo2jMkiDKf5g7gcM4PpSsovumbXiNY","/ip4/172.18.232.205/tcp/20623/ws/p2p/16Uiu2HAmSYV8HPbvr2zBFzoo2jMkiDKf5g7gcM4PpSsovumbXiNY"],"enrUri":"enr:-L24QHK__chQKDoy7pmgwjzkhXET51ZssGP0xmDCMD7691bDT0rZHienGpTUxUP4wwRo_Jp8BT_m3XLMjTm8ZykPLlQCgmlkgnY0gmlwhKwS6M2KbXVsdGlhZGRyc5YACASsEujNBlCOAAoErBLozQZQj90DgnJzhQADAQAAiXNlY3AyNTZrMaEDzlkWkQDhoJVOYlB3nJ4nZEPNWs6du-1sMq5H26dqk3WDdGNwglCOg3VkcIJQkIV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-06_04-35-22__ff9910e4-aa29-4124-91ed-c32e524d1a8c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.77.32
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['8543', '8544', '8545', '8546', '8547']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 8543:8543 -p 8544:8544 -p 8545:8545 -p 8546:8546 -p 8547:8547 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=8545 --rest-port=8543 --tcp-port=8544 --discv5-udp-port=8546 --rest-address=0.0.0.0 --nat=extip:172.18.77.32 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f1d43d6f4bad77ba6ed1661fa03d35c0b0f9f93c261fbbc8f96d2cb6701abf68 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8547 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QHK__chQKDoy7pmgwjzkhXET51ZssGP0xmDCMD7691bDT0rZHienGpTUxUP4wwRo_Jp8BT_m3XLMjTm8ZykPLlQCgmlkgnY0gmlwhKwS6M2KbXVsdGlhZGRyc5YACASsEujNBlCOAAoErBLozQZQj90DgnJzhQADAQAAiXNlY3AyNTZrMaEDzlkWkQDhoJVOYlB3nJ4nZEPNWs6du-1sMq5H26dqk3WDdGNwglCOg3VkcIJQkIV3YWt1MgM --storenode=/ip4/172.18.232.205/tcp/20622/p2p/16Uiu2HAmSYV8HPbvr2zBFzoo2jMkiDKf5g7gcM4PpSsovumbXiNY --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.77.32 waku 97d168f1a6defd2286b6f293479732217b50f434d9b91c0ff4ad112b63bd0380
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 97d168f1a6de. Setting up logs at ./log/docker/store_node1_2026-03-06_04-35-22__ff9910e4-aa29-4124-91ed-c32e524d1a8c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 8543
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:8543/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:8543/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.77.32/tcp/8544/p2p/16Uiu2HAmH96PNntq4u32DafJronWUSdP8dvvtmcWEAp67X1f7HSF","/ip4/172.18.77.32/tcp/8545/ws/p2p/16Uiu2HAmH96PNntq4u32DafJronWUSdP8dvvtmcWEAp67X1f7HSF"],"enrUri":"enr:-L24QKrAhg-Ha3F8kAXufWfHHdtpm1dC73X05IBMIogUEc2yMOhiZSBU5VN5ueaj1BlbxKIs7VhMnjfii2rz4o9XgTwCgmlkgnY0gmlwhKwSTSCKbXVsdGlhZGRyc5YACASsEk0gBiFgAAoErBJNIAYhYd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDQqHV05yVprE7Rtb8xkpA5B0GUMUVCUrlf3UQ6sKZZsiDdGNwgiFgg3VkcIIhYoV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:8543/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.232.205/tcp/20622/p2p/16Uiu2HAmSYV8HPbvr2zBFzoo2jMkiDKf5g7gcM4PpSsovumbXiNY"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20621/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:8543/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20621/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20621/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20621/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20621/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20621/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20621/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m tests.store.test_time_filter:test_time_filter.py:238 inquering stored messages with end time 0
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20621/store/v3/messages?includeData=True&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&endTime=0&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x78732f6322efb901e8749dd6605365eb4a4e081bb5ae4fdbe467a3aa32f80b74","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771722245594112,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x2638b62479a95e6ba3fd80f9e42580e8dc0a785977819c44bf7099734e740b20","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771724245601024,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x54b4c19459209aee40314e8257ddddfd338892390483d2e32a258896b9d1d374","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771725145602816,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xf84bcfd39cdafe56bdfa533102390a32f8b7ff92a35c1155551fe9097bf3952f","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771725345604864,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x7ba71bf43e0fe97eb8316b7ab9fab899f644493cc6cf08022a38097bf8407dbb","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771727245606912,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xb647599a3697076180b448e9d251c02a04a4ceb48fed225a78c5f08787e00ab7","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771735245608192,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"}]}'
|
||||
[35mDEBUG [0m tests.store.test_time_filter:test_time_filter.py:241 number of messages stored for end time = 0 is 6
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:8543/store/v3/messages?includeData=True&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&endTime=0&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x78732f6322efb901e8749dd6605365eb4a4e081bb5ae4fdbe467a3aa32f80b74","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771722245594112,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x2638b62479a95e6ba3fd80f9e42580e8dc0a785977819c44bf7099734e740b20","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771724245601024,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x54b4c19459209aee40314e8257ddddfd338892390483d2e32a258896b9d1d374","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771725145602816,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xf84bcfd39cdafe56bdfa533102390a32f8b7ff92a35c1155551fe9097bf3952f","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771725345604864,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x7ba71bf43e0fe97eb8316b7ab9fab899f644493cc6cf08022a38097bf8407dbb","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771727245606912,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xb647599a3697076180b448e9d251c02a04a4ceb48fed225a78c5f08787e00ab7","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771735245608192,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"}]}'
|
||||
[35mDEBUG [0m tests.store.test_time_filter:test_time_filter.py:241 number of messages stored for end time = 0 is 6
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 549b9e51c84b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 97d168f1a6de
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
9567
nim/1106/data/attachments/1f54ec018adc3c3d.txt
Normal file
9567
nim/1106/data/attachments/1f54ec018adc3c3d.txt
Normal file
File diff suppressed because it is too large
Load Diff
79
nim/1106/data/attachments/1f6760827cb8c0d.txt
Normal file
79
nim/1106/data/attachments/1f6760827cb8c0d.txt
Normal file
@ -0,0 +1,79 @@
|
||||
2026-03-06 04:36:08.237 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:36:08.238 DEBUG [tests.conftest] Running test: test_filter_get_message_with_ephemeral with id: 2026-03-06_04-36-08__d4f0ae07-9b98-4a1b-b2be-69413ed642c1
|
||||
2026-03-06 04:36:08.238 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:36:08.238 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-03-06 04:36:08.238 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2026-03-06 04:36:08.245 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:36:08.245 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-36-08__d4f0ae07-9b98-4a1b-b2be-69413ed642c1__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:36:08.245 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:36:08.245 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:36:08.247 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:36:08.247 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.64.204
|
||||
2026-03-06 04:36:08.247 DEBUG [src.node.docker_mananger] Generated ports ['54042', '54043', '54044', '54045', '54046']
|
||||
2026-03-06 04:36:08.247 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:36:08.247 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:36:08.247 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:36:08.247 DEBUG [src.node.docker_mananger] docker run -i -t -p 54042:54042 -p 54043:54043 -p 54044:54044 -p 54045:54045 -p 54046:54046 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=54044 --rest-port=54042 --tcp-port=54043 --discv5-udp-port=54045 --rest-address=0.0.0.0 --nat=extip:172.18.64.204 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=caba8c4b0b3ff1a2990c191361f57d8de271d99e8039bddc18d1e3d6fb5e5edc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54046 --metrics-logging=true --relay=true --filter=true
|
||||
2026-03-06 04:36:08.288 ERROR [src.node.docker_mananger] Max retries reached for container 0bdc96863088. Exiting log stream.
|
||||
2026-03-06 04:36:08.430 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.64.204 waku 62258586bb4f250ff2e1ca7a5ccb6edf1aafcd2f1b1413af056dcfeff923673d
|
||||
2026-03-06 04:36:08.463 DEBUG [src.node.docker_mananger] Container started with ID 62258586bb4f. Setting up logs at ./log/docker/node1_2026-03-06_04-36-08__d4f0ae07-9b98-4a1b-b2be-69413ed642c1__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:36:08.463 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 54042
|
||||
2026-03-06 04:36:08.464 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:36:09.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54042/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:09.467 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:36:09.467 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:36:09.467 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54042/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:09.470 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.64.204/tcp/54043/p2p/16Uiu2HAkuSp7KxfnHtsxB15rcWR3DR7ap4FJXxPxZFyMQWJfoaD6","/ip4/172.18.64.204/tcp/54044/ws/p2p/16Uiu2HAkuSp7KxfnHtsxB15rcWR3DR7ap4FJXxPxZFyMQWJfoaD6"],"enrUri":"enr:-L24QBuhDWyBK2LG_kYFcmCjKo7A79F4GkmlgnVGElqQLd5_agEvpv42DLX9bp2z9H_7ZsUAE6ROc5ByMky_JLniz1ECgmlkgnY0gmlwhKwSQMyKbXVsdGlhZGRyc5YACASsEkDMBtMbAAoErBJAzAbTHN0DgnJzhQADAQAAiXNlY3AyNTZrMaECAErF-AxaFL4RB_P4G72QlYrP0rN4-iqkayI4z_nLulGDdGNwgtMbg3VkcILTHYV3YWt1MgU"}'
|
||||
2026-03-06 04:36:09.470 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:36:09.470 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2026-03-06 04:36:09.476 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:36:09.476 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-36-08__d4f0ae07-9b98-4a1b-b2be-69413ed642c1__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:36:09.476 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:36:09.477 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:36:09.478 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:36:09.478 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.11.251
|
||||
2026-03-06 04:36:09.478 DEBUG [src.node.docker_mananger] Generated ports ['22461', '22462', '22463', '22464', '22465']
|
||||
2026-03-06 04:36:09.478 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:36:09.478 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:36:09.479 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:36:09.479 DEBUG [src.node.docker_mananger] docker run -i -t -p 22461:22461 -p 22462:22462 -p 22463:22463 -p 22464:22464 -p 22465:22465 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=22463 --rest-port=22461 --tcp-port=22462 --discv5-udp-port=22464 --rest-address=0.0.0.0 --nat=extip:172.18.11.251 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0f1b4f59abc711d68f228d6f45bba8fa7f56b9fa85a05c5ffab387b9e5a1b39a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22465 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QBuhDWyBK2LG_kYFcmCjKo7A79F4GkmlgnVGElqQLd5_agEvpv42DLX9bp2z9H_7ZsUAE6ROc5ByMky_JLniz1ECgmlkgnY0gmlwhKwSQMyKbXVsdGlhZGRyc5YACASsEkDMBtMbAAoErBJAzAbTHN0DgnJzhQADAQAAiXNlY3AyNTZrMaECAErF-AxaFL4RB_P4G72QlYrP0rN4-iqkayI4z_nLulGDdGNwgtMbg3VkcILTHYV3YWt1MgU --filternode=/ip4/172.18.64.204/tcp/54043/p2p/16Uiu2HAkuSp7KxfnHtsxB15rcWR3DR7ap4FJXxPxZFyMQWJfoaD6
|
||||
2026-03-06 04:36:09.658 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.11.251 waku e67586122ba7f82fc12843936c42a022c3fae86570424a7f2a158cb4cfa5b2e0
|
||||
2026-03-06 04:36:09.695 DEBUG [src.node.docker_mananger] Container started with ID e67586122ba7. Setting up logs at ./log/docker/node2_2026-03-06_04-36-08__d4f0ae07-9b98-4a1b-b2be-69413ed642c1__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:36:09.695 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 22461
|
||||
2026-03-06 04:36:09.695 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:36:10.696 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22461/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:10.699 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:36:10.699 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:36:10.699 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22461/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:10.702 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.11.251/tcp/22462/p2p/16Uiu2HAkx3iFLgG51LqeFqgPM8K4ps99PjxC2fnpaSZGZGvmtu4E","/ip4/172.18.11.251/tcp/22463/ws/p2p/16Uiu2HAkx3iFLgG51LqeFqgPM8K4ps99PjxC2fnpaSZGZGvmtu4E"],"enrUri":"enr:-L24QNLhRQ_z5QGAhvaRQXvfO-OJflCu0N885iZ3hNgXXFi3bfhHdmKeDKO3T8vC8Q-js6Lu1RxfKNxvgsqNQ95U9U8CgmlkgnY0gmlwhKwSC_uKbXVsdGlhZGRyc5YACASsEgv7Ble-AAoErBIL-wZXv90DgnJzhQADAQAAiXNlY3AyNTZrMaECJvLY83eWY4ohxWM0s2CtmlzgpUQB1s-QQCe_bLrH06ODdGNwgle-g3VkcIJXwIV3YWt1MgA"}'
|
||||
2026-03-06 04:36:10.702 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:36:10.702 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22461/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.64.204/tcp/54043/p2p/16Uiu2HAkuSp7KxfnHtsxB15rcWR3DR7ap4FJXxPxZFyMQWJfoaD6"]'
|
||||
2026-03-06 04:36:10.738 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:10.739 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2026-03-06 04:36:10.740 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54042/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:36:10.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:10.758 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22461/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "dd9e5326-f7b6-4481-b6cd-8e522b368e9b", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:36:10.771 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"dd9e5326-f7b6-4481-b6cd-8e522b368e9b","statusDesc":"OK"}'
|
||||
2026-03-06 04:36:10.773 DEBUG [tests.filter.test_get_messages] Running test with Ephemeral True
|
||||
2026-03-06 04:36:10.773 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54042/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)', "ephemeral": true}'
|
||||
2026-03-06 04:36:10.780 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:10.781 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:36:10.881 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:36:10.881 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22461/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:10.883 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772771770773716044,"ephemeral":true}]'
|
||||
2026-03-06 04:36:10.885 DEBUG [tests.filter.test_get_messages] Running test with Ephemeral False
|
||||
2026-03-06 04:36:10.885 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54042/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)', "ephemeral": false}'
|
||||
2026-03-06 04:36:10.890 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:36:10.890 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:36:10.990 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:36:10.990 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22461/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:36:10.993 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772771770885807519,"ephemeral":false}]'
|
||||
2026-03-06 04:36:10.996 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:36:10.997 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:36:10.997 DEBUG [src.node.waku_node] Stopping container with id 62258586bb4f
|
||||
2026-03-06 04:36:11.555 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:36:11.556 DEBUG [src.node.waku_node] Stopping container with id e67586122ba7
|
||||
2026-03-06 04:36:12.095 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:36:12.098 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:36:12.104 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:36:12.108 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
90
nim/1106/data/attachments/1f80e2df80bd68c1.txt
Normal file
90
nim/1106/data/attachments/1f80e2df80bd68c1.txt
Normal file
@ -0,0 +1,90 @@
|
||||
2026-03-06 04:32:00.819 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:32:00.819 DEBUG [tests.conftest] Running test: test_filter_resubscribe_to_unsubscribed_topics with id: 2026-03-06_04-32-00__aab01e06-b147-4860-aa48-c850961f0d7d
|
||||
2026-03-06 04:32:00.820 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:32:00.820 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-03-06 04:32:00.820 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2026-03-06 04:32:00.827 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:32:00.827 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-32-00__aab01e06-b147-4860-aa48-c850961f0d7d__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:00.827 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:32:00.827 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:32:00.829 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:32:00.829 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.139.154
|
||||
2026-03-06 04:32:00.829 DEBUG [src.node.docker_mananger] Generated ports ['48525', '48526', '48527', '48528', '48529']
|
||||
2026-03-06 04:32:00.829 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:32:00.829 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:32:00.829 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:32:00.830 DEBUG [src.node.docker_mananger] docker run -i -t -p 48525:48525 -p 48526:48526 -p 48527:48527 -p 48528:48528 -p 48529:48529 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=48527 --rest-port=48525 --tcp-port=48526 --discv5-udp-port=48528 --rest-address=0.0.0.0 --nat=extip:172.18.139.154 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c05bdb7bd5e7db1aaa62decbd8cfd8686cb0c9bdd1db20fee0d73bdbca7e72a4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48529 --metrics-logging=true --relay=true --filter=true
|
||||
2026-03-06 04:32:01.016 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.139.154 waku f2965fad8e62431c507ef0da4be94c4ac4bf2936eef674dca9e998f9edb44417
|
||||
2026-03-06 04:32:01.052 DEBUG [src.node.docker_mananger] Container started with ID f2965fad8e62. Setting up logs at ./log/docker/node1_2026-03-06_04-32-00__aab01e06-b147-4860-aa48-c850961f0d7d__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:01.053 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48525
|
||||
2026-03-06 04:32:01.054 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:32:01.070 ERROR [src.node.docker_mananger] Max retries reached for container 7062f26a4fb1. Exiting log stream.
|
||||
2026-03-06 04:32:01.612 ERROR [src.node.docker_mananger] Max retries reached for container 9b05df0ff80a. Exiting log stream.
|
||||
2026-03-06 04:32:02.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48525/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:02.057 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:32:02.057 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:32:02.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48525/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:02.060 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.139.154/tcp/48526/p2p/16Uiu2HAkzuHvBU6F9Njj3nxDXr8B6SE1NbRZP5kSz34FAFgCciqS","/ip4/172.18.139.154/tcp/48527/ws/p2p/16Uiu2HAkzuHvBU6F9Njj3nxDXr8B6SE1NbRZP5kSz34FAFgCciqS"],"enrUri":"enr:-L24QLb-xTMNmtRSb-3oZjpwVM4h9PSgfNF5PtFkQds26Jg7PRZkgVKjYhLrmIbZYjAaXfIdEAj66Xd67CgGyphySOoCgmlkgnY0gmlwhKwSi5qKbXVsdGlhZGRyc5YACASsEouaBr2OAAoErBKLmga9j90DgnJzhQADAQAAiXNlY3AyNTZrMaECUV3AWtzsbMLwpEyjkCX-LL_dycDBQipFlvWKi1pO5kWDdGNwgr2Og3VkcIK9kIV3YWt1MgU"}'
|
||||
2026-03-06 04:32:02.060 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:32:02.061 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2026-03-06 04:32:02.068 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:32:02.068 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-32-00__aab01e06-b147-4860-aa48-c850961f0d7d__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:02.068 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:32:02.068 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:32:02.070 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:32:02.070 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.239.19
|
||||
2026-03-06 04:32:02.070 DEBUG [src.node.docker_mananger] Generated ports ['53305', '53306', '53307', '53308', '53309']
|
||||
2026-03-06 04:32:02.070 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:32:02.070 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:32:02.070 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:32:02.071 DEBUG [src.node.docker_mananger] docker run -i -t -p 53305:53305 -p 53306:53306 -p 53307:53307 -p 53308:53308 -p 53309:53309 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=53307 --rest-port=53305 --tcp-port=53306 --discv5-udp-port=53308 --rest-address=0.0.0.0 --nat=extip:172.18.239.19 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e1ed7bba4e6cf2a4d4dfba16b399c20a9cbf7b3bf5c754d1ff7bd3b9f88d56dd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53309 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QLb-xTMNmtRSb-3oZjpwVM4h9PSgfNF5PtFkQds26Jg7PRZkgVKjYhLrmIbZYjAaXfIdEAj66Xd67CgGyphySOoCgmlkgnY0gmlwhKwSi5qKbXVsdGlhZGRyc5YACASsEouaBr2OAAoErBKLmga9j90DgnJzhQADAQAAiXNlY3AyNTZrMaECUV3AWtzsbMLwpEyjkCX-LL_dycDBQipFlvWKi1pO5kWDdGNwgr2Og3VkcIK9kIV3YWt1MgU --filternode=/ip4/172.18.139.154/tcp/48526/p2p/16Uiu2HAkzuHvBU6F9Njj3nxDXr8B6SE1NbRZP5kSz34FAFgCciqS
|
||||
2026-03-06 04:32:02.262 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.239.19 waku a1a8bf00b2706ff3bd9e80714ff530276dcb921f569f6c07081103af72ab4855
|
||||
2026-03-06 04:32:02.298 DEBUG [src.node.docker_mananger] Container started with ID a1a8bf00b270. Setting up logs at ./log/docker/node2_2026-03-06_04-32-00__aab01e06-b147-4860-aa48-c850961f0d7d__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:02.298 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 53305
|
||||
2026-03-06 04:32:02.298 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:32:03.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53305/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:03.302 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:32:03.302 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:32:03.302 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53305/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:03.305 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.239.19/tcp/53306/p2p/16Uiu2HAmKHkC2yNHxoxxtHjYirgNpANtTvyTszaFbeNan5TB9oZR","/ip4/172.18.239.19/tcp/53307/ws/p2p/16Uiu2HAmKHkC2yNHxoxxtHjYirgNpANtTvyTszaFbeNan5TB9oZR"],"enrUri":"enr:-L24QO22Bs1bueSfoWpXntrTYqCCNbrtU_v9BWhDXUNExNmQdC-ynN25N9jXUug4K_3ZUksFiTrrT5_A_T3P9PXJs80CgmlkgnY0gmlwhKwS7xOKbXVsdGlhZGRyc5YACASsEu8TBtA6AAoErBLvEwbQO90DgnJzhQADAQAAiXNlY3AyNTZrMaEDYpCZ6VuREpmKMdjvP6pV5tuXECaBtz5nDU1e_TSVgnCDdGNwgtA6g3VkcILQPIV3YWt1MgA"}'
|
||||
2026-03-06 04:32:03.305 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:32:03.305 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53305/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.139.154/tcp/48526/p2p/16Uiu2HAkzuHvBU6F9Njj3nxDXr8B6SE1NbRZP5kSz34FAFgCciqS"]'
|
||||
2026-03-06 04:32:03.342 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:03.342 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2026-03-06 04:32:03.343 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48525/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:32:03.362 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:03.363 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53305/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "4a3eb520-4d63-42f9-9d9b-bc553a02fd46", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:32:03.376 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"4a3eb520-4d63-42f9-9d9b-bc553a02fd46","statusDesc":"OK"}'
|
||||
2026-03-06 04:32:03.378 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48525/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:32:03.385 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:03.385 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:32:03.485 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:32:03.486 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53305/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:03.489 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772771523378169036,"ephemeral":false}]'
|
||||
2026-03-06 04:32:03.490 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:53305/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:32:03.500 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-06 04:32:03.500 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48525/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:32:03.503 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:03.503 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:32:03.604 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:32:03.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53305/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:03.606 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:53305/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto. Response content: b'Not subscribed to topic: /test/1/waku-filter/proto'
|
||||
2026-03-06 04:32:03.608 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48525/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:32:03.610 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:03.611 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53305/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "81c8cefa-8ec7-448f-9745-5380033249a4", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:32:03.620 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"81c8cefa-8ec7-448f-9745-5380033249a4","statusDesc":"OK"}'
|
||||
2026-03-06 04:32:03.621 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48525/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:32:03.625 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:03.625 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-06 04:32:03.725 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-06 04:32:03.726 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53305/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:03.728 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772771523620999514,"ephemeral":false}]'
|
||||
2026-03-06 04:32:03.732 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:32:03.733 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:32:03.733 DEBUG [src.node.waku_node] Stopping container with id f2965fad8e62
|
||||
2026-03-06 04:32:04.268 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:32:04.268 DEBUG [src.node.waku_node] Stopping container with id a1a8bf00b270
|
||||
2026-03-06 04:32:04.806 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:32:04.807 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:32:04.813 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:32:04.822 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
215
nim/1106/data/attachments/1fe0db768e1dc56d.txt
Normal file
215
nim/1106/data/attachments/1fe0db768e1dc56d.txt
Normal file
@ -0,0 +1,215 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_unsubscribe_from_some_content_topics[content_topic_list1] with id: 2026-03-06_04-33-54__4b2be875-cce5-42e4-b4d8-02d0d198bd95
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-33-54__4b2be875-cce5-42e4-b4d8-02d0d198bd95__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.226.180
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['9131', '9132', '9133', '9134', '9135']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 9131:9131 -p 9132:9132 -p 9133:9133 -p 9134:9134 -p 9135:9135 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=9133 --rest-port=9131 --tcp-port=9132 --discv5-udp-port=9134 --rest-address=0.0.0.0 --nat=extip:172.18.226.180 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=0b982de26c79dfebaa1b1138ca79b4dc93ffdc9cc6a6ddc82e1df63dab19e0ee --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9135 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.226.180 waku 36359d3dc9bfe4ac8a34189f74df47d6118252945f3961535d353a4ccb4eb799
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 36359d3dc9bf. Setting up logs at ./log/docker/node1_2026-03-06_04-33-54__4b2be875-cce5-42e4-b4d8-02d0d198bd95__wakuorg_nwaku:latest.log
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container ae7c0b879265. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 9131
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container be8dc72a7451. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9131/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9131/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9131/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","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"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9131/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.226.180/tcp/9132/p2p/16Uiu2HAmRmB6Vix1vQSeAQX7BWtzQbiQYB4kcoUNhxpTAdsrBcSk","/ip4/172.18.226.180/tcp/9133/ws/p2p/16Uiu2HAmRmB6Vix1vQSeAQX7BWtzQbiQYB4kcoUNhxpTAdsrBcSk"],"enrUri":"enr:-L24QEY5BBmkTfcM3wvpc961IRsfBxGpaeTVKuidGVYclOUvDL8LkvtlQ8Rh6vOvQAhm9PwvFppOhybP3rkLfZaz9iUCgmlkgnY0gmlwhKwS4rSKbXVsdGlhZGRyc5YACASsEuK0BiOsAAoErBLitAYjrd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDwr2QcYvL6B8HmGDw-Sx6CPZqslyi1y8qedDwrgh1_CGDdGNwgiOsg3VkcIIjroV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-33-54__4b2be875-cce5-42e4-b4d8-02d0d198bd95__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.197.57
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['2794', '2795', '2796', '2797', '2798']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 2794:2794 -p 2795:2795 -p 2796:2796 -p 2797:2797 -p 2798:2798 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=2796 --rest-port=2794 --tcp-port=2795 --discv5-udp-port=2797 --rest-address=0.0.0.0 --nat=extip:172.18.197.57 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=e27a7a66ce8fcea2b90e3e64ae9059f5f1aaf50df63b96ae9d14aeb0b2f6e4af --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2798 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QEY5BBmkTfcM3wvpc961IRsfBxGpaeTVKuidGVYclOUvDL8LkvtlQ8Rh6vOvQAhm9PwvFppOhybP3rkLfZaz9iUCgmlkgnY0gmlwhKwS4rSKbXVsdGlhZGRyc5YACASsEuK0BiOsAAoErBLitAYjrd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDwr2QcYvL6B8HmGDw-Sx6CPZqslyi1y8qedDwrgh1_CGDdGNwgiOsg3VkcIIjroV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.197.57 waku 9b04e63c3666b0e245e3e3ccb5bfa2efc4d2c62fef898e6585c6c34473839f89
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 9b04e63c3666. Setting up logs at ./log/docker/node2_2026-03-06_04-33-54__4b2be875-cce5-42e4-b4d8-02d0d198bd95__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 2794
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2794/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2794/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2794/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2794/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2794/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2794/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.197.57/tcp/2795/p2p/16Uiu2HAmJN1J96vr7GFW8jhJMstyBXKw8suuzb158iqtfamGyE34","/ip4/172.18.197.57/tcp/2796/ws/p2p/16Uiu2HAmJN1J96vr7GFW8jhJMstyBXKw8suuzb158iqtfamGyE34"],"enrUri":"enr:-L24QKqorMhd9PSSqVR8110K5CVl4Nd42rBo1tOq4gLu5ntPYOhMS18SF_RywVJlEWhAGR9YXGzQE8dRrJmy2OBSZs4CgmlkgnY0gmlwhKwSxTmKbXVsdGlhZGRyc5YACASsEsU5BgrrAAoErBLFOQYK7N0DgnJzhQACAQAAiXNlY3AyNTZrMaEDVMxRLi35BrqlHbNGOBmtYcSnzs7yB955SvwZO7tyi7uDdGNwggrrg3VkcIIK7YV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:2794/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.226.180/tcp/9132/p2p/16Uiu2HAmRmB6Vix1vQSeAQX7BWtzQbiQYB4kcoUNhxpTAdsrBcSk"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9131/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"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:2794/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"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9131/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9131/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771637816366592,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2794/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771637816366592,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9131/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9131/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1772771637940901088,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2794/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1772771637940901088,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9131/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9131/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772771638061930704,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2794/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772771638061930704,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9131/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9131/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1772771638181658623,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2794/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1772771638181658623,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9131/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9131/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772771638301241416,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2794/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772771638301241416,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9131/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9131/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772771638421228952,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2794/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772771638421228952,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9131/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9131/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772771638541565625,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2794/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772771638541565625,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9131/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9131/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1772771638661023251,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2794/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1772771638661023251,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:9131/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:2794/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9131/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9131/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:9131/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto. Response content: b'/myapp/1/latest/proto'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9131/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9131/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:9131/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js. Response content: b'/waku/2/content/test.js'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9131/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9131/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:9131/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding. Response content: b'/app/22/sometopic/someencoding'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9131/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9131/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1772771639160476203,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2794/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1772771639160476203,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9131/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9131/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772771639280157062,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2794/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772771639280157062,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9131/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9131/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772771639400602233,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2794/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772771639400602233,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9131/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9131/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772771639545831430,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2794/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772771639545831430,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9131/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9131/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1772771639665035709,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2794/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1772771639665035709,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36359d3dc9bf
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 9b04e63c3666
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
111
nim/1106/data/attachments/2015464be24428b5.txt
Normal file
111
nim/1106/data/attachments/2015464be24428b5.txt
Normal file
@ -0,0 +1,111 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_filter_unsubscribe_all_from_90_content_topics with id: 2026-03-06_04-36-19__cdf9d198-931c-4a94-94d0-f1066eac0c98
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-36-19__cdf9d198-931c-4a94-94d0-f1066eac0c98__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.144.176
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['6022', '6023', '6024', '6025', '6026']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 6022:6022 -p 6023:6023 -p 6024:6024 -p 6025:6025 -p 6026:6026 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=6024 --rest-port=6022 --tcp-port=6023 --discv5-udp-port=6025 --rest-address=0.0.0.0 --nat=extip:172.18.144.176 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ecde9cee59d6bab8aac5f21efe055d7d81d85de0c9201dd258fcd439e1dcc8ad --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6026 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.144.176 waku fccb617c1aef43fb5d63a9442d7451775d6b7fe22b607e4aa5b8a8b50c3e0265
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID fccb617c1aef. Setting up logs at ./log/docker/node1_2026-03-06_04-36-19__cdf9d198-931c-4a94-94d0-f1066eac0c98__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 6022
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container e738fb9f1b3f. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 9c7ac9408eb3. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:6022/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:6022/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.144.176/tcp/6023/p2p/16Uiu2HAmSvtYQnTuQf17DXDNj7eYxKdrvv6iXmc3dQcZJp7VnNBX","/ip4/172.18.144.176/tcp/6024/ws/p2p/16Uiu2HAmSvtYQnTuQf17DXDNj7eYxKdrvv6iXmc3dQcZJp7VnNBX"],"enrUri":"enr:-L24QF7rL6R4qJpOHs8BL8eDqDh1BvCMm1dke3hyqRzZOJfocHnwF4UWPTNlRbrAsassdLcJ2GLLcNnn0qnZQJa1NiQCgmlkgnY0gmlwhKwSkLCKbXVsdGlhZGRyc5YACASsEpCwBheHAAoErBKQsAYXiN0DgnJzhQADAQAAiXNlY3AyNTZrMaED1BZXrcXGVECr7PYU7k1GZ4utEWDSyTJgFuWj4_MXwR6DdGNwgheHg3VkcIIXiYV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-36-19__cdf9d198-931c-4a94-94d0-f1066eac0c98__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.112.95
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['21010', '21011', '21012', '21013', '21014']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 21010:21010 -p 21011:21011 -p 21012:21012 -p 21013:21013 -p 21014:21014 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=21012 --rest-port=21010 --tcp-port=21011 --discv5-udp-port=21013 --rest-address=0.0.0.0 --nat=extip:172.18.112.95 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b313efd743d2dfa5f376072ec51b8121f7aa29a68c2c6ffcb7f0a90aed4972ca --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21014 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QF7rL6R4qJpOHs8BL8eDqDh1BvCMm1dke3hyqRzZOJfocHnwF4UWPTNlRbrAsassdLcJ2GLLcNnn0qnZQJa1NiQCgmlkgnY0gmlwhKwSkLCKbXVsdGlhZGRyc5YACASsEpCwBheHAAoErBKQsAYXiN0DgnJzhQADAQAAiXNlY3AyNTZrMaED1BZXrcXGVECr7PYU7k1GZ4utEWDSyTJgFuWj4_MXwR6DdGNwgheHg3VkcIIXiYV3YWt1MgU --filternode=/ip4/172.18.144.176/tcp/6023/p2p/16Uiu2HAmSvtYQnTuQf17DXDNj7eYxKdrvv6iXmc3dQcZJp7VnNBX
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.112.95 waku 016172f3f6e0dbc7840a53f6b3ac415470faa24cb14c64e69a74d10a0fbce12b
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 016172f3f6e0. Setting up logs at ./log/docker/node2_2026-03-06_04-36-19__cdf9d198-931c-4a94-94d0-f1066eac0c98__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 21010
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21010/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21010/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.112.95/tcp/21011/p2p/16Uiu2HAmB1ZueUmGq1ygormDqV72Yhe4iRbxi5YYLrFSNM8F1DTe","/ip4/172.18.112.95/tcp/21012/ws/p2p/16Uiu2HAmB1ZueUmGq1ygormDqV72Yhe4iRbxi5YYLrFSNM8F1DTe"],"enrUri":"enr:-L24QE5TteHHhZplYUp7iGdi_Q4Qff1XTiP2RL-pQxhXcUERSMbSiRsgVVOHNR2CpifnxdBxLDno2vhXVpWe9Dcv8_ICgmlkgnY0gmlwhKwScF-KbXVsdGlhZGRyc5YACASsEnBfBlITAAoErBJwXwZSFN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC544vtGSQk0j4GBFswJSWWgttDgHge12IzCTY58Q8HHmDdGNwglITg3VkcIJSFYV3YWt1MgA"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:21010/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.144.176/tcp/6023/p2p/16Uiu2HAmSvtYQnTuQf17DXDNj7eYxKdrvv6iXmc3dQcZJp7VnNBX"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:6022/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:21010/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "ad026045-0e46-4211-91d4-81a1cc966f1a", "contentFilters": ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"ad026045-0e46-4211-91d4-81a1cc966f1a","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:6022/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:21010/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "d1b0a190-ae1e-47d4-9f95-c62aaa51ba18", "contentFilters": ["31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"d1b0a190-ae1e-47d4-9f95-c62aaa51ba18","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:6022/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:21010/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "ba0420e5-742c-4113-9802-a6e8abc92d53", "contentFilters": ["61", "62", "63", "64", "65", "66", "67", "68", "69", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"ba0420e5-742c-4113-9802-a6e8abc92d53","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:6022/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "4", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:96 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21010/filter/v2/messages/4" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"4","version":0,"timestamp":1772771782256238867,"ephemeral":false}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:6022/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "54", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:96 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21010/filter/v2/messages/54" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"54","version":0,"timestamp":1772771782390741698,"ephemeral":false}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:6022/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "81", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:96 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21010/filter/v2/messages/81" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"81","version":0,"timestamp":1772771782521549694,"ephemeral":false}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:21010/filter/v2/subscriptions/all" -H "Content-Type: application/json" -d '{"requestId": "1"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:6022/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "27", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:96 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21010/filter/v2/messages/27" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:21010/filter/v2/messages/27. Response content: b'Not subscribed to topic: 27'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:6022/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "53", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:96 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21010/filter/v2/messages/53" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:21010/filter/v2/messages/53. Response content: b'Not subscribed to topic: 53'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:6022/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "68", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:96 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21010/filter/v2/messages/68" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:21010/filter/v2/messages/68. Response content: b'Not subscribed to topic: 68'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id fccb617c1aef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 016172f3f6e0
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
5645
nim/1106/data/attachments/201df7f56b69bf53.txt
Normal file
5645
nim/1106/data/attachments/201df7f56b69bf53.txt
Normal file
File diff suppressed because it is too large
Load Diff
4406
nim/1106/data/attachments/202fcf8a2823c378.txt
Normal file
4406
nim/1106/data/attachments/202fcf8a2823c378.txt
Normal file
File diff suppressed because it is too large
Load Diff
71
nim/1106/data/attachments/20800c519e198182.txt
Normal file
71
nim/1106/data/attachments/20800c519e198182.txt
Normal file
@ -0,0 +1,71 @@
|
||||
2026-03-06 04:33:24.593 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:33:24.593 DEBUG [tests.conftest] Running test: test_store_not_include_data with id: 2026-03-06_04-33-24__01458bbb-0879-4bfd-8ef5-091fb51bfa2b
|
||||
2026-03-06 04:33:24.594 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:33:24.594 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-06 04:33:24.594 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2026-03-06 04:33:24.601 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:33:24.601 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-06_04-33-24__01458bbb-0879-4bfd-8ef5-091fb51bfa2b__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:24.601 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:33:24.601 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:33:24.603 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:33:24.603 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.112.3
|
||||
2026-03-06 04:33:24.603 DEBUG [src.node.docker_mananger] Generated ports ['48303', '48304', '48305', '48306', '48307']
|
||||
2026-03-06 04:33:24.603 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:33:24.604 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:33:24.604 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:33:24.604 DEBUG [src.node.docker_mananger] docker run -i -t -p 48303:48303 -p 48304:48304 -p 48305:48305 -p 48306:48306 -p 48307:48307 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=48305 --rest-port=48303 --tcp-port=48304 --discv5-udp-port=48306 --rest-address=0.0.0.0 --nat=extip:172.18.112.3 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4635dfec080e98c0d86edaa667acdd03bbc7e5cdedb8b8cb6fccf5e1ddf4ff87 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48307 --metrics-logging=true --store=true --relay=true
|
||||
2026-03-06 04:33:24.793 ERROR [src.node.docker_mananger] Max retries reached for container 881bd3ba5d30. Exiting log stream.
|
||||
2026-03-06 04:33:24.797 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.112.3 waku 8bd6e245e9844016d3faf1ce8e752ed351b8b5b1a5e22723f5a4da8c707e1f02
|
||||
2026-03-06 04:33:24.837 DEBUG [src.node.docker_mananger] Container started with ID 8bd6e245e984. Setting up logs at ./log/docker/publishing_node1_2026-03-06_04-33-24__01458bbb-0879-4bfd-8ef5-091fb51bfa2b__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:24.838 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48303
|
||||
2026-03-06 04:33:24.838 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:33:25.372 ERROR [src.node.docker_mananger] Max retries reached for container d746a7d73b97. Exiting log stream.
|
||||
2026-03-06 04:33:25.839 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48303/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:25.841 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:33:25.842 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:33:25.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48303/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:25.844 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.112.3/tcp/48304/p2p/16Uiu2HAmTSEFzSDEne5a4fSPc3CabwWbM57Dg9vTa8Ce5R1MwnYC","/ip4/172.18.112.3/tcp/48305/ws/p2p/16Uiu2HAmTSEFzSDEne5a4fSPc3CabwWbM57Dg9vTa8Ce5R1MwnYC"],"enrUri":"enr:-L24QG2zG8kWp_p02rWu2KPCeLeimLm21BOfqV43XqhFFWP3HeScaAvy2SllAcX53Nk5SR3n2D6Oop8BC6_fJrdtE38CgmlkgnY0gmlwhKwScAOKbXVsdGlhZGRyc5YACASsEnADBrywAAoErBJwAwa8sd0DgnJzhQADAQAAiXNlY3AyNTZrMaED25p63JHQGxG_mIkodb2KByJv0OTjj4zEmcunvpNsRxWDdGNwgrywg3VkcIK8soV3YWt1MgM"}'
|
||||
2026-03-06 04:33:25.845 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:33:25.852 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:33:25.852 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-06_04-33-24__01458bbb-0879-4bfd-8ef5-091fb51bfa2b__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:25.852 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:33:25.853 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:33:25.854 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:33:25.854 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.236.165
|
||||
2026-03-06 04:33:25.854 DEBUG [src.node.docker_mananger] Generated ports ['65360', '65361', '65362', '65363', '65364']
|
||||
2026-03-06 04:33:25.854 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:33:25.854 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:33:25.855 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:33:25.855 DEBUG [src.node.docker_mananger] docker run -i -t -p 65360:65360 -p 65361:65361 -p 65362:65362 -p 65363:65363 -p 65364:65364 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=65362 --rest-port=65360 --tcp-port=65361 --discv5-udp-port=65363 --rest-address=0.0.0.0 --nat=extip:172.18.236.165 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=755bd026f58dfe740d4648cafaebf82a22b44f5e32acdfcba6f8bb2230d84ac6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=65364 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QG2zG8kWp_p02rWu2KPCeLeimLm21BOfqV43XqhFFWP3HeScaAvy2SllAcX53Nk5SR3n2D6Oop8BC6_fJrdtE38CgmlkgnY0gmlwhKwScAOKbXVsdGlhZGRyc5YACASsEnADBrywAAoErBJwAwa8sd0DgnJzhQADAQAAiXNlY3AyNTZrMaED25p63JHQGxG_mIkodb2KByJv0OTjj4zEmcunvpNsRxWDdGNwgrywg3VkcIK8soV3YWt1MgM --storenode=/ip4/172.18.112.3/tcp/48304/p2p/16Uiu2HAmTSEFzSDEne5a4fSPc3CabwWbM57Dg9vTa8Ce5R1MwnYC --store=true --relay=true
|
||||
2026-03-06 04:33:26.055 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.236.165 waku 9160744f0c0748911a340990bffc1a56d0cf1667e01e925d5ec1b70eb754a4c1
|
||||
2026-03-06 04:33:26.089 DEBUG [src.node.docker_mananger] Container started with ID 9160744f0c07. Setting up logs at ./log/docker/store_node1_2026-03-06_04-33-24__01458bbb-0879-4bfd-8ef5-091fb51bfa2b__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:33:26.090 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 65360
|
||||
2026-03-06 04:33:26.091 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:33:27.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65360/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:27.096 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":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:33:27.096 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:33:27.096 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65360/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:27.098 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.236.165/tcp/65361/p2p/16Uiu2HAmC6YeJXh5tew2Edri3tmuJ6VJVrayywAWvptNfQeQPd7H","/ip4/172.18.236.165/tcp/65362/ws/p2p/16Uiu2HAmC6YeJXh5tew2Edri3tmuJ6VJVrayywAWvptNfQeQPd7H"],"enrUri":"enr:-L24QJzmdRLqVW9pQ6buc5QRT4PnxbI_NdXgcU2AgnImgHrpKOIIFwbops2c4E_-wPusxyGDp4Z3gvCgXmsIGd1LjP8CgmlkgnY0gmlwhKwS7KWKbXVsdGlhZGRyc5YACASsEuylBv9RAAoErBLspQb_Ut0DgnJzhQADAQAAiXNlY3AyNTZrMaEC97BY9NKMEH_FbR-y5LN2xqUOdzAR2eyJ2fqkDAgpPDyDdGNwgv9Rg3VkcIL_U4V3YWt1MgM"}'
|
||||
2026-03-06 04:33:27.099 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:33:27.099 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65360/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.112.3/tcp/48304/p2p/16Uiu2HAmTSEFzSDEne5a4fSPc3CabwWbM57Dg9vTa8Ce5R1MwnYC"]'
|
||||
2026-03-06 04:33:27.102 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:27.103 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48303/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:33:27.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:27.105 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65360/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-06 04:33:27.108 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:27.109 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-06 04:33:27.109 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48303/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-06 04:33:27.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:33:27.114 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-06 04:33:27.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65360/store/v3/messages?includeData=false&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:33:27.319 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xb1ecfb76667bd0fa141ab1c479d71098bf3ba7d24b82856adf8ded0beee45311"}]}'
|
||||
2026-03-06 04:33:27.319 DEBUG [tests.store.test_api_flags] Message restored with hash only is [{'messageHash': '0xb1ecfb76667bd0fa141ab1c479d71098bf3ba7d24b82856adf8ded0beee45311'}]
|
||||
2026-03-06 04:33:27.321 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:33:27.322 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:33:27.322 DEBUG [src.node.waku_node] Stopping container with id 8bd6e245e984
|
||||
2026-03-06 04:33:27.940 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:33:27.940 DEBUG [src.node.waku_node] Stopping container with id 9160744f0c07
|
||||
2026-03-06 04:33:28.542 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:33:28.546 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:33:28.556 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:33:28.562 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
69
nim/1106/data/attachments/20b23099d41e417d.txt
Normal file
69
nim/1106/data/attachments/20b23099d41e417d.txt
Normal file
@ -0,0 +1,69 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_main_node_only_relay__peer_only_store with id: 2026-03-06_04-39-29__349441ac-b6a3-4179-9c84-4c56b5218a7d
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-06_04-39-29__349441ac-b6a3-4179-9c84-4c56b5218a7d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.112.205
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['50347', '50348', '50349', '50350', '50351']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 50347:50347 -p 50348:50348 -p 50349:50349 -p 50350:50350 -p 50351:50351 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=50349 --rest-port=50347 --tcp-port=50348 --discv5-udp-port=50350 --rest-address=0.0.0.0 --nat=extip:172.18.112.205 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=89a4c261ed2b12d88c2042bdbb1a6bb35aeae3ce00ff89bacaceb8f1c57c61fd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50351 --metrics-logging=true --store=false --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.112.205 waku 8d3f1d386348fea9b48082ee6c0b4a274a06a9f322b7b0155deccdaf30514d34
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container f480cf3f6eff. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 8d3f1d386348. Setting up logs at ./log/docker/publishing_node1_2026-03-06_04-39-29__349441ac-b6a3-4179-9c84-4c56b5218a7d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 50347
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 4193f1201b13. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50347/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50347/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.112.205/tcp/50348/p2p/16Uiu2HAm2kESxPP1amr9fLbNSx1Pr3E6nGKhCvEgXdqCDJbbAoyu","/ip4/172.18.112.205/tcp/50349/ws/p2p/16Uiu2HAm2kESxPP1amr9fLbNSx1Pr3E6nGKhCvEgXdqCDJbbAoyu"],"enrUri":"enr:-L24QOGJfyr0-1lbLIeLgC_KI7t1sRYB7Bvt7zZJNJs0Bz5hZzU4nvg0tGj41-j7iXDdHTw2GtplkxsRdHNYmtmhP18CgmlkgnY0gmlwhKwScM2KbXVsdGlhZGRyc5YACASsEnDNBsSsAAoErBJwzQbErd0DgnJzhQADAQAAiXNlY3AyNTZrMaECbML5n1q_3RMnFjmYLmP0XosP35Jy9GMMxd1aX0zes2SDdGNwgsSsg3VkcILEroV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-06_04-39-29__349441ac-b6a3-4179-9c84-4c56b5218a7d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.25.166
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['18306', '18307', '18308', '18309', '18310']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 18306:18306 -p 18307:18307 -p 18308:18308 -p 18309:18309 -p 18310:18310 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=18308 --rest-port=18306 --tcp-port=18307 --discv5-udp-port=18309 --rest-address=0.0.0.0 --nat=extip:172.18.25.166 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a50ece62f3bb6ded135cde7c8405cdb8d62acad946a60cf7f4edde9a7bca9837 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18310 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QOGJfyr0-1lbLIeLgC_KI7t1sRYB7Bvt7zZJNJs0Bz5hZzU4nvg0tGj41-j7iXDdHTw2GtplkxsRdHNYmtmhP18CgmlkgnY0gmlwhKwScM2KbXVsdGlhZGRyc5YACASsEnDNBsSsAAoErBJwzQbErd0DgnJzhQADAQAAiXNlY3AyNTZrMaECbML5n1q_3RMnFjmYLmP0XosP35Jy9GMMxd1aX0zes2SDdGNwgsSsg3VkcILEroV3YWt1MgE --storenode=/ip4/172.18.112.205/tcp/50348/p2p/16Uiu2HAm2kESxPP1amr9fLbNSx1Pr3E6nGKhCvEgXdqCDJbbAoyu --store=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.25.166 waku 3f9a65a9a97e75fb3339b08d1a145c13a2c97e8c2c3705f8d629996e14037f64
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 3f9a65a9a97e. Setting up logs at ./log/docker/store_node1_2026-03-06_04-39-29__349441ac-b6a3-4179-9c84-4c56b5218a7d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 18306
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18306/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18306/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.25.166/tcp/18307/p2p/16Uiu2HAmQXbP7EZTxhGWw7c5fieyjR45XLoDp3Hm4ZhcuByTQBWr","/ip4/172.18.25.166/tcp/18308/ws/p2p/16Uiu2HAmQXbP7EZTxhGWw7c5fieyjR45XLoDp3Hm4ZhcuByTQBWr"],"enrUri":"enr:-L24QMsCgZU3Fy23YHYfX6ysw1lI5tc229HXx_Gm3prrGmBDbDHE5lBw7-9m5Y6Z8krJKSa-3BkGKYCdCgVntP0z2DMCgmlkgnY0gmlwhKwSGaaKbXVsdGlhZGRyc5YACASsEhmmBkeDAAoErBIZpgZHhN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDsGc065S-d03W3Mn99k3w6Op1eSpp5n-Lbk5iw6tqPeODdGNwgkeDg3VkcIJHhYV3YWt1MgI"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:18306/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.112.205/tcp/50348/p2p/16Uiu2HAm2kESxPP1amr9fLbNSx1Pr3E6nGKhCvEgXdqCDJbbAoyu"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50347/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50347/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:211 Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18306/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 0
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d3f1d386348
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 3f9a65a9a97e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
68
nim/1106/data/attachments/20dfc58d52d81796.txt
Normal file
68
nim/1106/data/attachments/20dfc58d52d81796.txt
Normal file
@ -0,0 +1,68 @@
|
||||
2026-03-06 04:32:56.296 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-06 04:32:56.296 DEBUG [tests.conftest] Running test: test_filter_ping_without_request_id with id: 2026-03-06_04-32-56__c9b530a6-faaa-48ec-9c17-ea2c1ee7635c
|
||||
2026-03-06 04:32:56.297 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-06 04:32:56.297 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-03-06 04:32:56.297 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2026-03-06 04:32:56.304 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:32:56.304 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-32-56__c9b530a6-faaa-48ec-9c17-ea2c1ee7635c__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:56.304 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:32:56.304 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:32:56.306 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:32:56.306 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.195.110
|
||||
2026-03-06 04:32:56.306 DEBUG [src.node.docker_mananger] Generated ports ['32585', '32586', '32587', '32588', '32589']
|
||||
2026-03-06 04:32:56.306 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:32:56.306 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:32:56.307 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:32:56.307 DEBUG [src.node.docker_mananger] docker run -i -t -p 32585:32585 -p 32586:32586 -p 32587:32587 -p 32588:32588 -p 32589:32589 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=32587 --rest-port=32585 --tcp-port=32586 --discv5-udp-port=32588 --rest-address=0.0.0.0 --nat=extip:172.18.195.110 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c77f2b1baa372bba7dc5f2aa84b98fabaa9b0e39fa9bcb930bf9bb4b87ca87f3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32589 --metrics-logging=true --relay=true --filter=true
|
||||
2026-03-06 04:32:56.507 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.195.110 waku 7c1ed5a8d68a2c6b3009ef0fa375a4ab708b290b8fc19b75d6e3b003445ed7cc
|
||||
2026-03-06 04:32:56.543 DEBUG [src.node.docker_mananger] Container started with ID 7c1ed5a8d68a. Setting up logs at ./log/docker/node1_2026-03-06_04-32-56__c9b530a6-faaa-48ec-9c17-ea2c1ee7635c__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:56.544 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 32585
|
||||
2026-03-06 04:32:56.544 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:32:56.573 ERROR [src.node.docker_mananger] Max retries reached for container f648c77c69d8. Exiting log stream.
|
||||
2026-03-06 04:32:57.097 ERROR [src.node.docker_mananger] Max retries reached for container d884ae3304d6. Exiting log stream.
|
||||
2026-03-06 04:32:57.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32585/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:57.547 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:32:57.548 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:32:57.548 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32585/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:57.550 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.195.110/tcp/32586/p2p/16Uiu2HAmP4SgezsWDJT7AsC9FiZiicH9gxcav1W6aUirCfYEoTLV","/ip4/172.18.195.110/tcp/32587/ws/p2p/16Uiu2HAmP4SgezsWDJT7AsC9FiZiicH9gxcav1W6aUirCfYEoTLV"],"enrUri":"enr:-L24QDXktGtLBIVEE1gZ7oFFwhE1rjobHoJrJteLq4ZVKTl_HHHxcuePErecEFybjr0n2vlsNmqqofe19l2Kg73TNUwCgmlkgnY0gmlwhKwSw26KbXVsdGlhZGRyc5YACASsEsNuBn9KAAoErBLDbgZ_S90DgnJzhQADAQAAiXNlY3AyNTZrMaEDmpcA8tdBI1R2e1pa8togbBn3QALWLQEwMVq22UlQVXKDdGNwgn9Kg3VkcIJ_TIV3YWt1MgU"}'
|
||||
2026-03-06 04:32:57.550 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:32:57.551 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2026-03-06 04:32:57.558 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-06 04:32:57.558 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-32-56__c9b530a6-faaa-48ec-9c17-ea2c1ee7635c__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:57.558 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-06 04:32:57.558 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-06 04:32:57.560 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-06 04:32:57.560 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.76.97
|
||||
2026-03-06 04:32:57.560 DEBUG [src.node.docker_mananger] Generated ports ['9317', '9318', '9319', '9320', '9321']
|
||||
2026-03-06 04:32:57.560 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-06 04:32:57.560 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-06 04:32:57.561 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-06 04:32:57.561 DEBUG [src.node.docker_mananger] docker run -i -t -p 9317:9317 -p 9318:9318 -p 9319:9319 -p 9320:9320 -p 9321:9321 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=9319 --rest-port=9317 --tcp-port=9318 --discv5-udp-port=9320 --rest-address=0.0.0.0 --nat=extip:172.18.76.97 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b5f9dcd73ede2e791c8da05fc52db140164f1851d319beaeddbfdd863d4a1cbe --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9321 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QDXktGtLBIVEE1gZ7oFFwhE1rjobHoJrJteLq4ZVKTl_HHHxcuePErecEFybjr0n2vlsNmqqofe19l2Kg73TNUwCgmlkgnY0gmlwhKwSw26KbXVsdGlhZGRyc5YACASsEsNuBn9KAAoErBLDbgZ_S90DgnJzhQADAQAAiXNlY3AyNTZrMaEDmpcA8tdBI1R2e1pa8togbBn3QALWLQEwMVq22UlQVXKDdGNwgn9Kg3VkcIJ_TIV3YWt1MgU --filternode=/ip4/172.18.195.110/tcp/32586/p2p/16Uiu2HAmP4SgezsWDJT7AsC9FiZiicH9gxcav1W6aUirCfYEoTLV
|
||||
2026-03-06 04:32:57.760 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.76.97 waku 52aa97cca6450461f51ff948250cfc6af0221be80192eefb6eb3f05e313ff1a8
|
||||
2026-03-06 04:32:57.796 DEBUG [src.node.docker_mananger] Container started with ID 52aa97cca645. Setting up logs at ./log/docker/node2_2026-03-06_04-32-56__c9b530a6-faaa-48ec-9c17-ea2c1ee7635c__wakuorg_nwaku:latest.log
|
||||
2026-03-06 04:32:57.796 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9317
|
||||
2026-03-06 04:32:57.797 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-06 04:32:58.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9317/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:58.801 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-06 04:32:58.801 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-06 04:32:58.801 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9317/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:58.803 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.76.97/tcp/9318/p2p/16Uiu2HAm4umtd3Q9U4e1FDPvUnkaK8RzGd5Hm6AysnRqxCcx3xH3","/ip4/172.18.76.97/tcp/9319/ws/p2p/16Uiu2HAm4umtd3Q9U4e1FDPvUnkaK8RzGd5Hm6AysnRqxCcx3xH3"],"enrUri":"enr:-L24QAdkSb_CUelSNmXBy4tx0C7Cgjf0CuwuqI4JB_oaD4KRGzBvsewVN8mYG1V9QNA9zqTwaF09lrs24VDNbvA1cmkCgmlkgnY0gmlwhKwSTGGKbXVsdGlhZGRyc5YACASsEkxhBiRmAAoErBJMYQYkZ90DgnJzhQADAQAAiXNlY3AyNTZrMaECjOwg3sIZHoINLzee1FkjflMb2vSlRaDyEYYtGC1ROD6DdGNwgiRmg3VkcIIkaIV3YWt1MgA"}'
|
||||
2026-03-06 04:32:58.804 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-06 04:32:58.804 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9317/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.195.110/tcp/32586/p2p/16Uiu2HAmP4SgezsWDJT7AsC9FiZiicH9gxcav1W6aUirCfYEoTLV"]'
|
||||
2026-03-06 04:32:58.839 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:58.840 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2026-03-06 04:32:58.841 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32585/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-06 04:32:58.861 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-06 04:32:58.864 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9317/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "ef488fbb-5247-431a-95ef-583b19b05117", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-06 04:32:58.878 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"ef488fbb-5247-431a-95ef-583b19b05117","statusDesc":"OK"}'
|
||||
2026-03-06 04:32:58.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9317/filter/v2/subscriptions/" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-06 04:32:58.887 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusDesc":"OK"}'
|
||||
2026-03-06 04:32:58.890 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-06 04:32:58.891 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-06 04:32:58.891 DEBUG [src.node.waku_node] Stopping container with id 7c1ed5a8d68a
|
||||
2026-03-06 04:32:59.430 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:32:59.434 DEBUG [src.node.waku_node] Stopping container with id 52aa97cca645
|
||||
2026-03-06 04:32:59.981 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-06 04:32:59.983 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-06 04:32:59.993 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-06 04:32:59.999 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
224
nim/1106/data/attachments/20f7333b24cb66bd.txt
Normal file
224
nim/1106/data/attachments/20f7333b24cb66bd.txt
Normal file
@ -0,0 +1,224 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_check_sync_when_all_3_nodes_publish with id: 2026-03-06_04-39-37__261ac03f-44d4-469c-9a03-8559db7c9242
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-39-37__261ac03f-44d4-469c-9a03-8559db7c9242__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-39-37__261ac03f-44d4-469c-9a03-8559db7c9242__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-03-06_04-39-37__261ac03f-44d4-469c-9a03-8559db7c9242__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.104.233
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['21445', '21446', '21447', '21448', '21449']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 21445:21445 -p 21446:21446 -p 21447:21447 -p 21448:21448 -p 21449:21449 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=21447 --rest-port=21445 --tcp-port=21446 --discv5-udp-port=21448 --rest-address=0.0.0.0 --nat=extip:172.18.104.233 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bda1ed7fd1ecbcafc1c942138bcfa056b90733d83a7b0bf0dcc99ce0efb040ec --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21449 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.104.233 waku fcd6065c08325c47812aceaa8215e62276d3a014012a732a9950df8376230777
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 4dfb3a593454. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID fcd6065c0832. Setting up logs at ./log/docker/node1_2026-03-06_04-39-37__261ac03f-44d4-469c-9a03-8559db7c9242__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 21445
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container ca59ae03cc5f. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21445/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21445/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.104.233/tcp/21446/p2p/16Uiu2HAm9dhURnQiXdAh2ZrEkT2e46WshZCg8xb2st5mYRRcbs5f","/ip4/172.18.104.233/tcp/21447/ws/p2p/16Uiu2HAm9dhURnQiXdAh2ZrEkT2e46WshZCg8xb2st5mYRRcbs5f"],"enrUri":"enr:-L24QEba-p2kRTKpSr2PgIiu_Ft6hXLiPl1uuEZmFi9eajyRSJzw5SLd16oeS718YqGP4NTGr3wGWXTeNglzgzXBS7kCgmlkgnY0gmlwhKwSaOmKbXVsdGlhZGRyc5YACASsEmjpBlPGAAoErBJo6QZTx90DgnJzhQADAQAAiXNlY3AyNTZrMaEC0xhGjlpTd5P7vfuUfoleUu8hTUmbhDpsfdLqn6QOVxaDdGNwglPGg3VkcIJTyIV3YWt1MhM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.251.183
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['23219', '23220', '23221', '23222', '23223']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 23219:23219 -p 23220:23220 -p 23221:23221 -p 23222:23222 -p 23223:23223 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=23221 --rest-port=23219 --tcp-port=23220 --discv5-udp-port=23222 --rest-address=0.0.0.0 --nat=extip:172.18.251.183 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=496fbdbb29d0594d434dba90ded024f8f6baa70acfac65f0c8a86e53d29a9bef --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23223 --metrics-logging=true --relay=true --storenode=/ip4/172.18.104.233/tcp/21446/p2p/16Uiu2HAm9dhURnQiXdAh2ZrEkT2e46WshZCg8xb2st5mYRRcbs5f --discv5-bootstrap-node=enr:-L24QEba-p2kRTKpSr2PgIiu_Ft6hXLiPl1uuEZmFi9eajyRSJzw5SLd16oeS718YqGP4NTGr3wGWXTeNglzgzXBS7kCgmlkgnY0gmlwhKwSaOmKbXVsdGlhZGRyc5YACASsEmjpBlPGAAoErBJo6QZTx90DgnJzhQADAQAAiXNlY3AyNTZrMaEC0xhGjlpTd5P7vfuUfoleUu8hTUmbhDpsfdLqn6QOVxaDdGNwglPGg3VkcIJTyIV3YWt1MhM
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.251.183 waku 09fbf8c397a9a0978474037e1514ab27bfe5573d45d945e70dd7df5a6c42f7be
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 09fbf8c397a9. Setting up logs at ./log/docker/node2_2026-03-06_04-39-37__261ac03f-44d4-469c-9a03-8559db7c9242__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 23219
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23219/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23219/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.251.183/tcp/23220/p2p/16Uiu2HAmEXda5Bk8AJy6mJGVEpriod9FyWHd4B5i56oHdDQNTH6d","/ip4/172.18.251.183/tcp/23221/ws/p2p/16Uiu2HAmEXda5Bk8AJy6mJGVEpriod9FyWHd4B5i56oHdDQNTH6d"],"enrUri":"enr:-L24QNf9tQ56PpfNSsQWAtnia9rukt4NVOKqBWwFVL5zKa4SWbcHHGalP98FjCJvc4W-hcn9pmcq87O6aeS66Yi4wOsCgmlkgnY0gmlwhKwS-7eKbXVsdGlhZGRyc5YACASsEvu3Blq0AAoErBL7twZatd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDG9TQB8W2Fr5-R4gf777iczWzPv_Y0-13QmL90zys5EaDdGNwglq0g3VkcIJatoV3YWt1MhM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.60.53
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['34624', '34625', '34626', '34627', '34628']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 34624:34624 -p 34625:34625 -p 34626:34626 -p 34627:34627 -p 34628:34628 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=34626 --rest-port=34624 --tcp-port=34625 --discv5-udp-port=34627 --rest-address=0.0.0.0 --nat=extip:172.18.60.53 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=18b234ddb4250d6b4df62615968f9fe625ae8f94204c66125dc1285e8b9e4e6e --store-sync=true --store=false --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34628 --metrics-logging=true --relay=true --storenode=/ip4/172.18.251.183/tcp/23220/p2p/16Uiu2HAmEXda5Bk8AJy6mJGVEpriod9FyWHd4B5i56oHdDQNTH6d --discv5-bootstrap-node=enr:-L24QNf9tQ56PpfNSsQWAtnia9rukt4NVOKqBWwFVL5zKa4SWbcHHGalP98FjCJvc4W-hcn9pmcq87O6aeS66Yi4wOsCgmlkgnY0gmlwhKwS-7eKbXVsdGlhZGRyc5YACASsEvu3Blq0AAoErBL7twZatd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDG9TQB8W2Fr5-R4gf777iczWzPv_Y0-13QmL90zys5EaDdGNwglq0g3VkcIJatoV3YWt1MhM
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.60.53 waku 87fa08d24c5b42c55dd3a30f7cabac6585002437947606ce378e0dfb5799e20e
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 87fa08d24c5b. Setting up logs at ./log/docker/node3_2026-03-06_04-39-37__261ac03f-44d4-469c-9a03-8559db7c9242__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 34624
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34624/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34624/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.60.53/tcp/34625/p2p/16Uiu2HAmMim2mYd7AVz9NSjtAMqEkwAJb7NMb7eeAyheUwcXZP65","/ip4/172.18.60.53/tcp/34626/ws/p2p/16Uiu2HAmMim2mYd7AVz9NSjtAMqEkwAJb7NMb7eeAyheUwcXZP65"],"enrUri":"enr:-L24QFG5KuQOnav4NVL1lpYAwed9YUVyfb9UbL7Sj_0h5-QrK_SliYDKS9r1xZkHaqGXSdDpOTEA6rn4YjkC_MTXTAACgmlkgnY0gmlwhKwSPDWKbXVsdGlhZGRyc5YACASsEjw1BodBAAoErBI8NQaHQt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDhrByAy2_ExYVFHfrR7CYohjGj-6bUwllQCBSvNQVnf6DdGNwgodBg3VkcIKHQ4V3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23219/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.104.233/tcp/21446/p2p/16Uiu2HAm9dhURnQiXdAh2ZrEkT2e46WshZCg8xb2st5mYRRcbs5f"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:34624/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.251.183/tcp/23220/p2p/16Uiu2HAmEXda5Bk8AJy6mJGVEpriod9FyWHd4B5i56oHdDQNTH6d"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:21445/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23219/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:34624/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:21445/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:21445/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:21445/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:21445/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:21445/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:21445/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:21445/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:21445/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:21445/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:21445/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23219/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23219/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23219/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23219/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23219/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23219/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23219/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23219/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23219/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23219/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:34624/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:34624/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:34624/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:34624/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:34624/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:34624/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:34624/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:34624/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:34624/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:34624/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:211 Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21445/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x7a4691ff315751c0c2a7f497e4d858c94f9d5c467c98deabf7b7d001a34e4987"},{"messageHash":"0x0c23e7c80e58ee310c5664aff4ac261bf5279ddd099582cee74a178ab44b571f"},{"messageHash":"0x607bca02472b3cc0d792ba2c1ff6d844b6fd7ba616b363aff120e26a407bc15f"},{"messageHash":"0x8333df25b400221d10553c3cdf2a13259b56f3cdecb7b9c22c8a23f8e432444c"},{"messageHash":"0xef8d19aa4728e8dc94d7d93738fe6da57d1017edc2d0745ed73bcf283ca3bc12"},{"messageHash":"0x99fe7aa9d2253972da9c9e7e64280399ec0f1effe57a3d40f1a61f100457f432"},{"messageHash":"0x78161a876a5f2f383423f6a20b9bae187787c3f70e3ea3a9aafcbe38c565d80e"},{"messageHash":"0x4165389989eb73ace2f672e26bce09ef193a0ee3a5fe75ad659a956c54f4e877"},{"messageHash":"0x689cf295fb60135a503ece1dbf9f2605fac417c304fef3e946673d2070c3452f"},{"messageHash":"0xa52fcf344bf445c90a638f22f332a4366b7fd40ae1a2d0ace37485018063527e"},{"messageHash":"0xe7be5114992c4a7c5fd682219609b6fcd8a05d2702de819a3c5a6b7457e34570"},{"messageHash":"0x6c939ff6b51e98e3f050bf2295df2eb5108699b66a131dcc4dd2f73dbe80fa2b"},{"messageHash":"0x6950dea4593bbdab0fdf6772f1099dbb9c9fd5593b98ff5e1ca6920bbe636a04"},{"messageHash":"0xfa49aab3496727b7d39519b2fa262ea009641d4d9158e64571706820ca3434f0"},{"messageHash":"0x20dec70ef1467a68386e9a598dfffddd22e3521b1b25a8a61fbb756a1c748998"},{"messageHash":"0xb968735484c19ff4cfafed0b2ecde0b8abaf9bcc05713409c5c470950beedb92"},{"messageHash":"0xcbaa5f97989efafcb2d933965261bd1f149667a24ed6a34206332f013bdc8821"},{"messageHash":"0x5c21ac590fd74cda19b63d81efaad0b4ccfc0cb92cba78f96a79c1f95e853aa4"},{"messageHash":"0xd650f5cde563465269bf13e9649dabfaf03227151a32cab2fa2b12df3ccc0add"},{"messageHash":"0x6323e5ca66a4d2c6de88d9fe25eb378f901cad5506aaf51993985a42b8485633"},{"messageHash":"0xef197096e11ed82db2d4b0947dd8d22df8a73cb388124ad51f74b971d917f3fc"},{"messageHash":"0xb81980772e7f0f0cbd09c9ce0c6a2bdfe31bba10eebb5b9bfc239f50d82724f4"},{"messageHash":"0x6e7ac007bcc6222194486c743184b740f898b58fce8f6558b9ca2aba92ab6228"},{"messageHash":"0xf942920a0c0db6cb52ac884452d0ab43ae750b3719d8b5487f371c4f4e736e16"},{"messageHash":"0xab8b4674ecde21f486e7760eb219a22590e6fbd29c4e14943318d4af02b33a96"},{"messageHash":"0x1a8c5ef8f271776a35f47ef2e0d36e83596c871af63a9ed672bd3d14c257fe1a"},{"messageHash":"0xf2787ffd1ae5172211c271f0983803d7d75ae805b70f37c89d5ee01adadc892c"},{"messageHash":"0x1846e79e07ede2933b6fb8c69aed341da1318b60ba250fd0a23be26ef1b5eead"},{"messageHash":"0xe432ffa407bf8aa460d1afa145386ba6b42e3d807ebfb7c3544a13eef12a4f4a"},{"messageHash":"0x64aab102921291ea94c56e5e8686069a63f1bc1632d195200ce9b2b082569e8a"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 30
|
||||
[35mDEBUG [0m src.steps.store:store.py:211 Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23219/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x7a4691ff315751c0c2a7f497e4d858c94f9d5c467c98deabf7b7d001a34e4987"},{"messageHash":"0x0c23e7c80e58ee310c5664aff4ac261bf5279ddd099582cee74a178ab44b571f"},{"messageHash":"0x607bca02472b3cc0d792ba2c1ff6d844b6fd7ba616b363aff120e26a407bc15f"},{"messageHash":"0x8333df25b400221d10553c3cdf2a13259b56f3cdecb7b9c22c8a23f8e432444c"},{"messageHash":"0xef8d19aa4728e8dc94d7d93738fe6da57d1017edc2d0745ed73bcf283ca3bc12"},{"messageHash":"0x99fe7aa9d2253972da9c9e7e64280399ec0f1effe57a3d40f1a61f100457f432"},{"messageHash":"0x78161a876a5f2f383423f6a20b9bae187787c3f70e3ea3a9aafcbe38c565d80e"},{"messageHash":"0x4165389989eb73ace2f672e26bce09ef193a0ee3a5fe75ad659a956c54f4e877"},{"messageHash":"0x689cf295fb60135a503ece1dbf9f2605fac417c304fef3e946673d2070c3452f"},{"messageHash":"0xa52fcf344bf445c90a638f22f332a4366b7fd40ae1a2d0ace37485018063527e"},{"messageHash":"0xe7be5114992c4a7c5fd682219609b6fcd8a05d2702de819a3c5a6b7457e34570"},{"messageHash":"0x6c939ff6b51e98e3f050bf2295df2eb5108699b66a131dcc4dd2f73dbe80fa2b"},{"messageHash":"0x6950dea4593bbdab0fdf6772f1099dbb9c9fd5593b98ff5e1ca6920bbe636a04"},{"messageHash":"0xfa49aab3496727b7d39519b2fa262ea009641d4d9158e64571706820ca3434f0"},{"messageHash":"0x20dec70ef1467a68386e9a598dfffddd22e3521b1b25a8a61fbb756a1c748998"},{"messageHash":"0xb968735484c19ff4cfafed0b2ecde0b8abaf9bcc05713409c5c470950beedb92"},{"messageHash":"0xcbaa5f97989efafcb2d933965261bd1f149667a24ed6a34206332f013bdc8821"},{"messageHash":"0x5c21ac590fd74cda19b63d81efaad0b4ccfc0cb92cba78f96a79c1f95e853aa4"},{"messageHash":"0xd650f5cde563465269bf13e9649dabfaf03227151a32cab2fa2b12df3ccc0add"},{"messageHash":"0x6323e5ca66a4d2c6de88d9fe25eb378f901cad5506aaf51993985a42b8485633"},{"messageHash":"0xef197096e11ed82db2d4b0947dd8d22df8a73cb388124ad51f74b971d917f3fc"},{"messageHash":"0xb81980772e7f0f0cbd09c9ce0c6a2bdfe31bba10eebb5b9bfc239f50d82724f4"},{"messageHash":"0x6e7ac007bcc6222194486c743184b740f898b58fce8f6558b9ca2aba92ab6228"},{"messageHash":"0xf942920a0c0db6cb52ac884452d0ab43ae750b3719d8b5487f371c4f4e736e16"},{"messageHash":"0xab8b4674ecde21f486e7760eb219a22590e6fbd29c4e14943318d4af02b33a96"},{"messageHash":"0x1a8c5ef8f271776a35f47ef2e0d36e83596c871af63a9ed672bd3d14c257fe1a"},{"messageHash":"0xf2787ffd1ae5172211c271f0983803d7d75ae805b70f37c89d5ee01adadc892c"},{"messageHash":"0x1846e79e07ede2933b6fb8c69aed341da1318b60ba250fd0a23be26ef1b5eead"},{"messageHash":"0xe432ffa407bf8aa460d1afa145386ba6b42e3d807ebfb7c3544a13eef12a4f4a"},{"messageHash":"0x64aab102921291ea94c56e5e8686069a63f1bc1632d195200ce9b2b082569e8a"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 30
|
||||
[35mDEBUG [0m src.steps.store:store.py:211 Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34624/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"60741ef75f139a4d0a25","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x7a4691ff315751c0c2a7f497e4d858c94f9d5c467c98deabf7b7d001a34e4987"},{"messageHash":"0x0c23e7c80e58ee310c5664aff4ac261bf5279ddd099582cee74a178ab44b571f"},{"messageHash":"0x607bca02472b3cc0d792ba2c1ff6d844b6fd7ba616b363aff120e26a407bc15f"},{"messageHash":"0x8333df25b400221d10553c3cdf2a13259b56f3cdecb7b9c22c8a23f8e432444c"},{"messageHash":"0xef8d19aa4728e8dc94d7d93738fe6da57d1017edc2d0745ed73bcf283ca3bc12"},{"messageHash":"0x99fe7aa9d2253972da9c9e7e64280399ec0f1effe57a3d40f1a61f100457f432"},{"messageHash":"0x78161a876a5f2f383423f6a20b9bae187787c3f70e3ea3a9aafcbe38c565d80e"},{"messageHash":"0x4165389989eb73ace2f672e26bce09ef193a0ee3a5fe75ad659a956c54f4e877"},{"messageHash":"0x689cf295fb60135a503ece1dbf9f2605fac417c304fef3e946673d2070c3452f"},{"messageHash":"0xa52fcf344bf445c90a638f22f332a4366b7fd40ae1a2d0ace37485018063527e"},{"messageHash":"0xe7be5114992c4a7c5fd682219609b6fcd8a05d2702de819a3c5a6b7457e34570"},{"messageHash":"0x6c939ff6b51e98e3f050bf2295df2eb5108699b66a131dcc4dd2f73dbe80fa2b"},{"messageHash":"0x6950dea4593bbdab0fdf6772f1099dbb9c9fd5593b98ff5e1ca6920bbe636a04"},{"messageHash":"0xfa49aab3496727b7d39519b2fa262ea009641d4d9158e64571706820ca3434f0"},{"messageHash":"0x20dec70ef1467a68386e9a598dfffddd22e3521b1b25a8a61fbb756a1c748998"},{"messageHash":"0xb968735484c19ff4cfafed0b2ecde0b8abaf9bcc05713409c5c470950beedb92"},{"messageHash":"0xcbaa5f97989efafcb2d933965261bd1f149667a24ed6a34206332f013bdc8821"},{"messageHash":"0x5c21ac590fd74cda19b63d81efaad0b4ccfc0cb92cba78f96a79c1f95e853aa4"},{"messageHash":"0xd650f5cde563465269bf13e9649dabfaf03227151a32cab2fa2b12df3ccc0add"},{"messageHash":"0x6323e5ca66a4d2c6de88d9fe25eb378f901cad5506aaf51993985a42b8485633"},{"messageHash":"0xef197096e11ed82db2d4b0947dd8d22df8a73cb388124ad51f74b971d917f3fc"},{"messageHash":"0xb81980772e7f0f0cbd09c9ce0c6a2bdfe31bba10eebb5b9bfc239f50d82724f4"},{"messageHash":"0x6e7ac007bcc6222194486c743184b740f898b58fce8f6558b9ca2aba92ab6228"},{"messageHash":"0xf942920a0c0db6cb52ac884452d0ab43ae750b3719d8b5487f371c4f4e736e16"},{"messageHash":"0xab8b4674ecde21f486e7760eb219a22590e6fbd29c4e14943318d4af02b33a96"},{"messageHash":"0x1a8c5ef8f271776a35f47ef2e0d36e83596c871af63a9ed672bd3d14c257fe1a"},{"messageHash":"0xf2787ffd1ae5172211c271f0983803d7d75ae805b70f37c89d5ee01adadc892c"},{"messageHash":"0x1846e79e07ede2933b6fb8c69aed341da1318b60ba250fd0a23be26ef1b5eead"},{"messageHash":"0xe432ffa407bf8aa460d1afa145386ba6b42e3d807ebfb7c3544a13eef12a4f4a"},{"messageHash":"0x64aab102921291ea94c56e5e8686069a63f1bc1632d195200ce9b2b082569e8a"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 30
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id fcd6065c0832
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 09fbf8c397a9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 87fa08d24c5b
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container fcd6065c0832. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
53
nim/1106/data/attachments/21409e4d2c03fe5e.txt
Normal file
53
nim/1106/data/attachments/21409e4d2c03fe5e.txt
Normal file
@ -0,0 +1,53 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_log_level_INFO_from_DEBUG with id: 2026-03-06_04-36-50__33eb176a-428a-4f86-99a2-e6945aed9a27
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-36-50__33eb176a-428a-4f86-99a2-e6945aed9a27__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-36-50__33eb176a-428a-4f86-99a2-e6945aed9a27__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-03-06_04-36-50__33eb176a-428a-4f86-99a2-e6945aed9a27__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node4_2026-03-06_04-36-50__33eb176a-428a-4f86-99a2-e6945aed9a27__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.123.182
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['52508', '52509', '52510', '52511', '52512']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 52508:52508 -p 52509:52509 -p 52510:52510 -p 52511:52511 -p 52512:52512 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=52510 --rest-port=52508 --tcp-port=52509 --discv5-udp-port=52511 --rest-address=0.0.0.0 --nat=extip:172.18.123.182 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=aebbdba85cdc5f8baad88d7b598ffa5e6c41963ef4caaab7ca6cc750e13565fd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52512 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.123.182 waku 3f58365a5fb94117df57261b8ae928343b6a967753cbfab43406582ac287a3fd
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container cd1d3a898282. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 3f58365a5fb9. Setting up logs at ./log/docker/node1_2026-03-06_04-36-50__33eb176a-428a-4f86-99a2-e6945aed9a27__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 52508
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 8521597172cf. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52508/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52508/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.123.182/tcp/52509/p2p/16Uiu2HAm6S28ThaEuwiJPJijMcZFFfDQxD8q5ysHm7gy5CrSEzdD","/ip4/172.18.123.182/tcp/52510/ws/p2p/16Uiu2HAm6S28ThaEuwiJPJijMcZFFfDQxD8q5ysHm7gy5CrSEzdD"],"enrUri":"enr:-L24QJ8ojoWiHxTPM3Gw_QYZ5ubMieGaq924Jf_mge55jZ7-OhQXVgJXZ06VzEPolEDSfMie6gEo2tTVsPADGz0IIYACgmlkgnY0gmlwhKwSe7aKbXVsdGlhZGRyc5YACASsEnu2Bs0dAAoErBJ7tgbNHt0DgnJzhQADAQAAiXNlY3AyNTZrMaECo4dW2DVtz8X_3d-N_jHOWRyhcK5W6SATnPOY4eR46DCDdGNwgs0dg3VkcILNH4V3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52508/admin/v1/log-level/INFO" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52508/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.123.182/tcp/52509/p2p/16Uiu2HAm6S28ThaEuwiJPJijMcZFFfDQxD8q5ysHm7gy5CrSEzdD","/ip4/172.18.123.182/tcp/52510/ws/p2p/16Uiu2HAm6S28ThaEuwiJPJijMcZFFfDQxD8q5ysHm7gy5CrSEzdD"],"enrUri":"enr:-L24QJ8ojoWiHxTPM3Gw_QYZ5ubMieGaq924Jf_mge55jZ7-OhQXVgJXZ06VzEPolEDSfMie6gEo2tTVsPADGz0IIYACgmlkgnY0gmlwhKwSe7aKbXVsdGlhZGRyc5YACASsEnu2Bs0dAAoErBJ7tgbNHt0DgnJzhQADAQAAiXNlY3AyNTZrMaECo4dW2DVtz8X_3d-N_jHOWRyhcK5W6SATnPOY4eR46DCDdGNwgs0dg3VkcILNH4V3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52508/version" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'v0.36.0-164-g0ad551'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52508/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'v0.36.0-164-g0ad551'
|
||||
[35mDEBUG [0m tests.rest_flags.test_admin_flags:test_admin_flags.py:224 counts at INFO: {'TRC': 0, 'DBG': 0, 'INF': 1, 'NTC': 0, 'WRN': 0, 'ERR': 0, 'FTL': 0}
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52508/admin/v1/log-level/TRACE" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 3f58365a5fb9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
78
nim/1106/data/attachments/214803482e6119f5.txt
Normal file
78
nim/1106/data/attachments/214803482e6119f5.txt
Normal file
@ -0,0 +1,78 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_filter_works_with_auto_sharding with id: 2026-03-06_04-32-40__6ffad66e-5fbc-41bd-ad7c-7b5cf000a06c
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-32-40__6ffad66e-5fbc-41bd-ad7c-7b5cf000a06c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.200.130
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['48990', '48991', '48992', '48993', '48994']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:163 Removing pubsub-topic from nwaku args
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 48990:48990 -p 48991:48991 -p 48992:48992 -p 48993:48993 -p 48994:48994 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=48992 --rest-port=48990 --tcp-port=48991 --discv5-udp-port=48993 --rest-address=0.0.0.0 --nat=extip:172.18.200.130 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=033ec339fbdea0c77b5961a44ea9bd783bfd8be8a7ecfddbdbedd0fda4558d9e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48994 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=1
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.200.130 waku 6b04c142a1a958ea0b8441986421a9682547b93a64e087054c1eca412630a097
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 24ae06b077f1. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 6b04c142a1a9. Setting up logs at ./log/docker/node1_2026-03-06_04-32-40__6ffad66e-5fbc-41bd-ad7c-7b5cf000a06c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 48990
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container cba3c67c0c10. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48990/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48990/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","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"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48990/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.200.130/tcp/48991/p2p/16Uiu2HAmQsJ6sBpXREyPMFfUf4fyVm5EudqQxAy5T9rTtpADuyfA","/ip4/172.18.200.130/tcp/48992/ws/p2p/16Uiu2HAmQsJ6sBpXREyPMFfUf4fyVm5EudqQxAy5T9rTtpADuyfA"],"enrUri":"enr:-L24QEe4OZrREKf5ACl0lCgvuBYFVJWFtkkAeypY-16BZJDbQcQ1TYyGWJcJN_A21PWlvWMV7xxHNabLZkr0iylj3VsCgmlkgnY0gmlwhKwSyIKKbXVsdGlhZGRyc5YACASsEsiCBr9fAAoErBLIgga_YN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDtXNIx-SNvh6HXsyV6rlyY9b9yL3hFE2NvaYSY8PsmUWDdGNwgr9fg3VkcIK_YYV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-32-40__6ffad66e-5fbc-41bd-ad7c-7b5cf000a06c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.40.106
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['33964', '33965', '33966', '33967', '33968']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:163 Removing pubsub-topic from nwaku args
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 33964:33964 -p 33965:33965 -p 33966:33966 -p 33967:33967 -p 33968:33968 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=33966 --rest-port=33964 --tcp-port=33965 --discv5-udp-port=33967 --rest-address=0.0.0.0 --nat=extip:172.18.40.106 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=a1e11f2a5fc8a53a38ad6b3ab3ab9c1b2ed0ec7b1b5587880bab02e12bc3caf6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33968 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QEe4OZrREKf5ACl0lCgvuBYFVJWFtkkAeypY-16BZJDbQcQ1TYyGWJcJN_A21PWlvWMV7xxHNabLZkr0iylj3VsCgmlkgnY0gmlwhKwSyIKKbXVsdGlhZGRyc5YACASsEsiCBr9fAAoErBLIgga_YN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDtXNIx-SNvh6HXsyV6rlyY9b9yL3hFE2NvaYSY8PsmUWDdGNwgr9fg3VkcIK_YYV3YWt1MgU --filternode=/ip4/172.18.200.130/tcp/48991/p2p/16Uiu2HAmQsJ6sBpXREyPMFfUf4fyVm5EudqQxAy5T9rTtpADuyfA --content-topic=/myapp/1/latest/proto
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.40.106 waku 4253fd2ccf6322ecd29b192715ac22a1c9328a41106225274c0fead8f522fcea
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 4253fd2ccf63. Setting up logs at ./log/docker/node2_2026-03-06_04-32-40__6ffad66e-5fbc-41bd-ad7c-7b5cf000a06c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 33964
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33964/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33964/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33964/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33964/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.40.106/tcp/33965/p2p/16Uiu2HAmGViA2LPH6sFeymfqbYkyfA9UuNQE58LNtUCw1BrWgqWy","/ip4/172.18.40.106/tcp/33966/ws/p2p/16Uiu2HAmGViA2LPH6sFeymfqbYkyfA9UuNQE58LNtUCw1BrWgqWy"],"enrUri":"enr:-L24QN7Iz3LE7UnF-Stc_vtAdmrGngdlbEfVSyDHnaDP02YaNL6Yt9R2HmfQ2xWqLodmHwYbydnfqp7nFGrIFIkJNKwCgmlkgnY0gmlwhKwSKGqKbXVsdGlhZGRyc5YACASsEihqBoStAAoErBIoagaErt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDOQ41pB76j5H3oi6xGCQAo0ebj6WEVIdTBMoug20LXpKDdGNwgoStg3VkcIKEr4V3YWt1MgA"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:33964/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.200.130/tcp/48991/p2p/16Uiu2HAmQsJ6sBpXREyPMFfUf4fyVm5EudqQxAy5T9rTtpADuyfA"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:48990/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:33964/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "3ddfbbd2-3607-41d0-92c1-fa71249e6dfe", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/2/0"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"3ddfbbd2-3607-41d0-92c1-fa71249e6dfe","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:48990/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:185 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33964/filter/v2/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771563818493407,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6b04c142a1a9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 4253fd2ccf63
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
112
nim/1106/data/attachments/2152d0fe9c384e65.txt
Normal file
112
nim/1106/data/attachments/2152d0fe9c384e65.txt
Normal file
@ -0,0 +1,112 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_cursor_near_end with id: 2026-03-06_04-34-52__57c3cea0-5d28-4f30-90d1-723fce5decf0
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-06_04-34-52__57c3cea0-5d28-4f30-90d1-723fce5decf0__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.207.177
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['35352', '35353', '35354', '35355', '35356']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 35352:35352 -p 35353:35353 -p 35354:35354 -p 35355:35355 -p 35356:35356 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=35354 --rest-port=35352 --tcp-port=35353 --discv5-udp-port=35355 --rest-address=0.0.0.0 --nat=extip:172.18.207.177 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5f5d8247e50ef683f6dcd6e5a21a4803b05f172aa6cbb5cb72af1f99c540878e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35356 --metrics-logging=true --store=true --relay=true
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container bddf9849797d. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.207.177 waku a46bd26905368714deb802617d9a82ec3fc43964ea4a73a5f219fe391d2e830d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID a46bd2690536. Setting up logs at ./log/docker/publishing_node1_2026-03-06_04-34-52__57c3cea0-5d28-4f30-90d1-723fce5decf0__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 35352
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 7bc353c1e91f. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35352/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35352/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.207.177/tcp/35353/p2p/16Uiu2HAmMv6anHa2imtDSyMERKUWvnJ1XsdPx7Yi9pBVJnjczyWp","/ip4/172.18.207.177/tcp/35354/ws/p2p/16Uiu2HAmMv6anHa2imtDSyMERKUWvnJ1XsdPx7Yi9pBVJnjczyWp"],"enrUri":"enr:-L24QFZg33LoSFzoJ_5Tj-razGcbeMvU2mF_37RMbCdbtankXjE8SB1cmIDxp8Yx07Bkez_FZ-kYEr_zkBk-Lx-WepgCgmlkgnY0gmlwhKwSz7GKbXVsdGlhZGRyc5YACASsEs-xBooZAAoErBLPsQaKGt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDiZfxFDaAUMP7b4Vr10_yX7imoDoqsZ7uVQyZZKpSxrmDdGNwgooZg3VkcIKKG4V3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-06_04-34-52__57c3cea0-5d28-4f30-90d1-723fce5decf0__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.89.26
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['41193', '41194', '41195', '41196', '41197']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 41193:41193 -p 41194:41194 -p 41195:41195 -p 41196:41196 -p 41197:41197 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=41195 --rest-port=41193 --tcp-port=41194 --discv5-udp-port=41196 --rest-address=0.0.0.0 --nat=extip:172.18.89.26 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=61cdc8defd7a8baff8dc7a96d6859013edf74acfe35cbbeddfe62db54af495ad --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41197 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QFZg33LoSFzoJ_5Tj-razGcbeMvU2mF_37RMbCdbtankXjE8SB1cmIDxp8Yx07Bkez_FZ-kYEr_zkBk-Lx-WepgCgmlkgnY0gmlwhKwSz7GKbXVsdGlhZGRyc5YACASsEs-xBooZAAoErBLPsQaKGt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDiZfxFDaAUMP7b4Vr10_yX7imoDoqsZ7uVQyZZKpSxrmDdGNwgooZg3VkcIKKG4V3YWt1MgM --storenode=/ip4/172.18.207.177/tcp/35353/p2p/16Uiu2HAmMv6anHa2imtDSyMERKUWvnJ1XsdPx7Yi9pBVJnjczyWp --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.89.26 waku 702f5cf6ed3e4f7b3510931c3ea393d5fd119d2b2c1fafe89793ff3fd5124904
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 702f5cf6ed3e. Setting up logs at ./log/docker/store_node1_2026-03-06_04-34-52__57c3cea0-5d28-4f30-90d1-723fce5decf0__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 41193
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41193/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41193/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.89.26/tcp/41194/p2p/16Uiu2HAm2QAkzS6791srqdbmzku6rmnJCiPkP1oZM8ejNBjNdzs1","/ip4/172.18.89.26/tcp/41195/ws/p2p/16Uiu2HAm2QAkzS6791srqdbmzku6rmnJCiPkP1oZM8ejNBjNdzs1"],"enrUri":"enr:-L24QBhjCKWSydh2IWtMZ4zuJ2bM-WoNBm1_IQfaljTBATQ-dVLHCBoA7d5soT5BIgxTIWBOtFZMiQLE25Wih2zKnakCgmlkgnY0gmlwhKwSWRqKbXVsdGlhZGRyc5YACASsElkaBqDqAAoErBJZGgag690DgnJzhQADAQAAiXNlY3AyNTZrMaECZ58wDE9dsw0DYVa_lLKNpkAOjqNW50nWQhnyzrAGB4iDdGNwgqDqg3VkcIKg7IV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:41193/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.207.177/tcp/35353/p2p/16Uiu2HAmMv6anHa2imtDSyMERKUWvnJ1XsdPx7Yi9pBVJnjczyWp"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35352/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:41193/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35352/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8w", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35352/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8x", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35352/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8y", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35352/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8z", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35352/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35352/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35352/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35352/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35352/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35352/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35352/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x50d3136492d27cf072e494bce6d10eb0be34cfe0c3312546afee502a26e8a58f"},{"messageHash":"0x3bf16a6016f0d42c5b62c68381d402b547d2fc04a5785587c7fc985c2d216497"},{"messageHash":"0x5d7ae9ce518feeb63226396e121db4aa02537da448a1988b80ca3d31523deaee"},{"messageHash":"0xc5d93a2916884e12fb70ff8748b72c3a8eadac87a8d7ea08b5820557a0b3affc"},{"messageHash":"0x18d3c54febc41ea2d6884e00c76c4ba3f63e327b5e1458fd17f3a53437c35305"}],"paginationCursor":"0x18d3c54febc41ea2d6884e00c76c4ba3f63e327b5e1458fd17f3a53437c35305"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35352/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x18d3c54febc41ea2d6884e00c76c4ba3f63e327b5e1458fd17f3a53437c35305&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x4db886f9cd35a7bb34ef247e54bfbcfbf190da99055382ceb83421c29fd133cb"},{"messageHash":"0xd8f9b8fbbc6e273b6c89daae8d361a77c0c244d7f62b9d8197064269facfcc94"},{"messageHash":"0xbf283b8b994d960c1ded143acfd9aaa57a0e870c550cac7f038b74cf636a6ff2"},{"messageHash":"0x68a168f7b91f1f977e0021f2b5680e324adeb15a31954102c6054694450f64b9"},{"messageHash":"0xe3db5c933630d478edc519936b511e4c036c5e561731f1fc31bc9bb681b53652"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41193/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x50d3136492d27cf072e494bce6d10eb0be34cfe0c3312546afee502a26e8a58f"},{"messageHash":"0x3bf16a6016f0d42c5b62c68381d402b547d2fc04a5785587c7fc985c2d216497"},{"messageHash":"0x5d7ae9ce518feeb63226396e121db4aa02537da448a1988b80ca3d31523deaee"},{"messageHash":"0xc5d93a2916884e12fb70ff8748b72c3a8eadac87a8d7ea08b5820557a0b3affc"},{"messageHash":"0x18d3c54febc41ea2d6884e00c76c4ba3f63e327b5e1458fd17f3a53437c35305"}],"paginationCursor":"0x18d3c54febc41ea2d6884e00c76c4ba3f63e327b5e1458fd17f3a53437c35305"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41193/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x18d3c54febc41ea2d6884e00c76c4ba3f63e327b5e1458fd17f3a53437c35305&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x4db886f9cd35a7bb34ef247e54bfbcfbf190da99055382ceb83421c29fd133cb"},{"messageHash":"0xd8f9b8fbbc6e273b6c89daae8d361a77c0c244d7f62b9d8197064269facfcc94"},{"messageHash":"0xbf283b8b994d960c1ded143acfd9aaa57a0e870c550cac7f038b74cf636a6ff2"},{"messageHash":"0x68a168f7b91f1f977e0021f2b5680e324adeb15a31954102c6054694450f64b9"},{"messageHash":"0xe3db5c933630d478edc519936b511e4c036c5e561731f1fc31bc9bb681b53652"}]}'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id a46bd2690536
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 702f5cf6ed3e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
112
nim/1106/data/attachments/218dca3135734e08.txt
Normal file
112
nim/1106/data/attachments/218dca3135734e08.txt
Normal file
@ -0,0 +1,112 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_cursor_at_page_size_boundary with id: 2026-03-06_04-39-52__af1a2446-2839-4a1e-a797-564f0be1dbfe
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-06_04-39-52__af1a2446-2839-4a1e-a797-564f0be1dbfe__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.102.106
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['1610', '1611', '1612', '1613', '1614']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 1610:1610 -p 1611:1611 -p 1612:1612 -p 1613:1613 -p 1614:1614 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=1612 --rest-port=1610 --tcp-port=1611 --discv5-udp-port=1613 --rest-address=0.0.0.0 --nat=extip:172.18.102.106 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=63d97e8def455ccfa0fcc11e444b39b68ccd7ed220ab608ef5e0ed1bda0ec0bf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1614 --metrics-logging=true --store=true --relay=true
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container ef65b5142c42. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.102.106 waku 9029d2c9ce1cd0751fd76555a206f0006f5484e03c5262d07b9a745784e25554
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 9029d2c9ce1c. Setting up logs at ./log/docker/publishing_node1_2026-03-06_04-39-52__af1a2446-2839-4a1e-a797-564f0be1dbfe__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 1610
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 75a70751e16c. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1610/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1610/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.102.106/tcp/1611/p2p/16Uiu2HAmAPvN1zbjTSeShLE4S4YXSEN75E1ScqMkGLpzcCPvMRcx","/ip4/172.18.102.106/tcp/1612/ws/p2p/16Uiu2HAmAPvN1zbjTSeShLE4S4YXSEN75E1ScqMkGLpzcCPvMRcx"],"enrUri":"enr:-L24QPLB__G6jVjiZgEiiVSzx2R8r96g_TGLedEnZIF2nCztarotawXGuwRWNkNNQB8RyXeZNqX0K9JTXI4M0Hteif8CgmlkgnY0gmlwhKwSZmqKbXVsdGlhZGRyc5YACASsEmZqBgZLAAoErBJmagYGTN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC3mxnx6fDasquzfnm74ETZXuqlnwC5wz7RcSey7zLpfWDdGNwggZLg3VkcIIGTYV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-06_04-39-52__af1a2446-2839-4a1e-a797-564f0be1dbfe__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.192.220
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['5797', '5798', '5799', '5800', '5801']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 5797:5797 -p 5798:5798 -p 5799:5799 -p 5800:5800 -p 5801:5801 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=5799 --rest-port=5797 --tcp-port=5798 --discv5-udp-port=5800 --rest-address=0.0.0.0 --nat=extip:172.18.192.220 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2d0a70ccbacc7597aaa5dffdca15709e3e84e45b0afe610ed0ac0cfff0c55f00 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5801 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QPLB__G6jVjiZgEiiVSzx2R8r96g_TGLedEnZIF2nCztarotawXGuwRWNkNNQB8RyXeZNqX0K9JTXI4M0Hteif8CgmlkgnY0gmlwhKwSZmqKbXVsdGlhZGRyc5YACASsEmZqBgZLAAoErBJmagYGTN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC3mxnx6fDasquzfnm74ETZXuqlnwC5wz7RcSey7zLpfWDdGNwggZLg3VkcIIGTYV3YWt1MgM --storenode=/ip4/172.18.102.106/tcp/1611/p2p/16Uiu2HAmAPvN1zbjTSeShLE4S4YXSEN75E1ScqMkGLpzcCPvMRcx --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.192.220 waku 136b83758cc9d6e1b4f09fb84b1bf63c23a4ad1291ee3fce272594cdf3a7bf85
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 136b83758cc9. Setting up logs at ./log/docker/store_node1_2026-03-06_04-39-52__af1a2446-2839-4a1e-a797-564f0be1dbfe__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 5797
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5797/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5797/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.192.220/tcp/5798/p2p/16Uiu2HAmKWBHye8ZxRJYu13BjkpKvocCBvVoMyU2USzg7J4qfeXE","/ip4/172.18.192.220/tcp/5799/ws/p2p/16Uiu2HAmKWBHye8ZxRJYu13BjkpKvocCBvVoMyU2USzg7J4qfeXE"],"enrUri":"enr:-L24QA58v7egUQIVhGYYDxl5t5ew_aCSGLOH0-55tPpq4A1-CiuLE0-AlxCCQo_PAbhzMZATiNx3RWnLDPU6_k-puPoCgmlkgnY0gmlwhKwSwNyKbXVsdGlhZGRyc5YACASsEsDcBhamAAoErBLA3AYWp90DgnJzhQADAQAAiXNlY3AyNTZrMaEDZb_0UUyZcjwa5kHN17slkpLTEbza1IpWLDYDJiZkiR2DdGNwghamg3VkcIIWqIV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:5797/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.102.106/tcp/1611/p2p/16Uiu2HAmAPvN1zbjTSeShLE4S4YXSEN75E1ScqMkGLpzcCPvMRcx"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1610/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:5797/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8w", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8x", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8y", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8z", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1610/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x364797139fe0a6d066a2f29f31d04ec01a0e4709b46fc9418ba697f0fcebb363"},{"messageHash":"0xf929b82e8622d72f15ae95ba3e58a62292efa82ee7f42d053982ace2553a57f7"},{"messageHash":"0xe1445030be3b5cabe34847530309afaf8665e63fcb1f5e9ebceffa2c075d0830"},{"messageHash":"0xb78131741c009c2d98f478293c654dbec670fb99edb7e59ccbaaf22f7a5e78d9"},{"messageHash":"0x8d8295c8a498b43e80e76ea49f1d1d85f8acf77423df69dd513c54bc2a82d03b"}],"paginationCursor":"0x8d8295c8a498b43e80e76ea49f1d1d85f8acf77423df69dd513c54bc2a82d03b"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1610/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x8d8295c8a498b43e80e76ea49f1d1d85f8acf77423df69dd513c54bc2a82d03b&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x1622ee39f8d340ff6d40820bce8c692bbdf299240ba6f0a74e67eb837094314a"},{"messageHash":"0x201becb7d718050e8c9b8ad61ac0275fad7de844cf17ef0231a0010d8db6e821"},{"messageHash":"0x19c81a6e9ea1b55009c8619ed4668f2467c1b96e236fa020367904936ce3fe93"},{"messageHash":"0xd9e3be9db574337b7b8e0f29dc4bc8cbae31ec928d7ed1779b02d4a84a63e03c"},{"messageHash":"0xd3baa50c747332c4a3bd943c929acb90d3b93c1582c70ebdf058f1e5369ee1e8"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5797/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x364797139fe0a6d066a2f29f31d04ec01a0e4709b46fc9418ba697f0fcebb363"},{"messageHash":"0xf929b82e8622d72f15ae95ba3e58a62292efa82ee7f42d053982ace2553a57f7"},{"messageHash":"0xe1445030be3b5cabe34847530309afaf8665e63fcb1f5e9ebceffa2c075d0830"},{"messageHash":"0xb78131741c009c2d98f478293c654dbec670fb99edb7e59ccbaaf22f7a5e78d9"},{"messageHash":"0x8d8295c8a498b43e80e76ea49f1d1d85f8acf77423df69dd513c54bc2a82d03b"}],"paginationCursor":"0x8d8295c8a498b43e80e76ea49f1d1d85f8acf77423df69dd513c54bc2a82d03b"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5797/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x8d8295c8a498b43e80e76ea49f1d1d85f8acf77423df69dd513c54bc2a82d03b&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x1622ee39f8d340ff6d40820bce8c692bbdf299240ba6f0a74e67eb837094314a"},{"messageHash":"0x201becb7d718050e8c9b8ad61ac0275fad7de844cf17ef0231a0010d8db6e821"},{"messageHash":"0x19c81a6e9ea1b55009c8619ed4668f2467c1b96e236fa020367904936ce3fe93"},{"messageHash":"0xd9e3be9db574337b7b8e0f29dc4bc8cbae31ec928d7ed1779b02d4a84a63e03c"},{"messageHash":"0xd3baa50c747332c4a3bd943c929acb90d3b93c1582c70ebdf058f1e5369ee1e8"}]}'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 9029d2c9ce1c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 136b83758cc9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user