mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-02 14:03:08 +00:00
deploy: d6428af91dd320608d645be9bdcb3540e1cc9e54
This commit is contained in:
parent
12e6eaf971
commit
88d95edcac
2
nim/1018/app.js
Normal file
2
nim/1018/app.js
Normal file
File diff suppressed because one or more lines are too long
84
nim/1018/data/attachments/102c3296f6e9ab8d.txt
Normal file
84
nim/1018/data/attachments/102c3296f6e9ab8d.txt
Normal file
@ -0,0 +1,84 @@
|
||||
2025-12-29 04:43:17.681 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:43:17.682 DEBUG [tests.conftest] Running test: test_store_with_empty_and_valid_hash with id: 2025-12-29_04-43-17__41f5944f-f41e-4b86-8ab6-5c09cff67a10
|
||||
2025-12-29 04:43:17.682 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:43:17.682 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-29 04:43:17.683 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2025-12-29 04:43:17.689 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:43:17.689 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-29_04-43-17__41f5944f-f41e-4b86-8ab6-5c09cff67a10__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:43:17.689 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:43:17.689 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:43:17.690 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:43:17.691 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.163.85
|
||||
2025-12-29 04:43:17.691 DEBUG [src.node.docker_mananger] Generated ports ['36456', '36457', '36458', '36459', '36460']
|
||||
2025-12-29 04:43:17.691 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:43:17.691 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:43:17.691 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:43:17.691 DEBUG [src.node.docker_mananger] docker run -i -t -p 36456:36456 -p 36457:36457 -p 36458:36458 -p 36459:36459 -p 36460:36460 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=36458 --rest-port=36456 --tcp-port=36457 --discv5-udp-port=36459 --rest-address=0.0.0.0 --nat=extip:172.18.163.85 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6fbdaa06bb5b7bfb2a86fdb99b9edab1355e24f63c2f7402f346deece8f6b9fa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36460 --metrics-logging=true --store=true --relay=true
|
||||
2025-12-29 04:43:17.869 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.163.85 waku 2c0def3116be6e359bdf640a33535fddd83c51bb6a56d17bab1f229eba0b2179
|
||||
2025-12-29 04:43:17.899 DEBUG [src.node.docker_mananger] Container started with ID 2c0def3116be. Setting up logs at ./log/docker/publishing_node1_2025-12-29_04-43-17__41f5944f-f41e-4b86-8ab6-5c09cff67a10__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:43:17.900 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 36456
|
||||
2025-12-29 04:43:17.901 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:43:17.908 ERROR [src.node.docker_mananger] Max retries reached for container 9f4de6396bd8. Exiting log stream.
|
||||
2025-12-29 04:43:18.488 ERROR [src.node.docker_mananger] Max retries reached for container b0a6e6a150b3. Exiting log stream.
|
||||
2025-12-29 04:43:18.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36456/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:18.906 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
2025-12-29 04:43:18.906 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:43:18.906 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36456/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:18.908 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.163.85/tcp/36457/p2p/16Uiu2HAmUYHnTKDJLwR15ce8Nv32CpGmzzDAUUtqzESw93VCRLWL","/ip4/172.18.163.85/tcp/36458/ws/p2p/16Uiu2HAmUYHnTKDJLwR15ce8Nv32CpGmzzDAUUtqzESw93VCRLWL"],"enrUri":"enr:-L24QKAn-rnR8Fkx0rPT9Oa4zIQt_-GraacK-iH6EmnnR-s0TRiiJoAqZfpotRe_n--QQLDRZZr06SY8tt3-L2XzkZUCgmlkgnY0gmlwhKwSo1WKbXVsdGlhZGRyc5YACASsEqNVBo5pAAoErBKjVQaOat0DgnJzhQADAQAAiXNlY3AyNTZrMaED7AOjQGDHquz8gMNYFhqIT_ghJjVsCwrUw2xk3TWbncGDdGNwgo5pg3VkcIKOa4V3YWt1MgM"}'
|
||||
2025-12-29 04:43:18.908 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:43:18.915 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:43:18.915 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-29_04-43-17__41f5944f-f41e-4b86-8ab6-5c09cff67a10__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:43:18.915 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:43:18.915 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:43:18.917 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:43:18.917 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.122.127
|
||||
2025-12-29 04:43:18.917 DEBUG [src.node.docker_mananger] Generated ports ['27436', '27437', '27438', '27439', '27440']
|
||||
2025-12-29 04:43:18.917 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:43:18.917 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:43:18.918 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:43:18.918 DEBUG [src.node.docker_mananger] docker run -i -t -p 27436:27436 -p 27437:27437 -p 27438:27438 -p 27439:27439 -p 27440:27440 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=27438 --rest-port=27436 --tcp-port=27437 --discv5-udp-port=27439 --rest-address=0.0.0.0 --nat=extip:172.18.122.127 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=077fadccbd1356d90f7d9e4ea680bbeb7da4cd47831422eabfc65df056ee82a0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27440 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QKAn-rnR8Fkx0rPT9Oa4zIQt_-GraacK-iH6EmnnR-s0TRiiJoAqZfpotRe_n--QQLDRZZr06SY8tt3-L2XzkZUCgmlkgnY0gmlwhKwSo1WKbXVsdGlhZGRyc5YACASsEqNVBo5pAAoErBKjVQaOat0DgnJzhQADAQAAiXNlY3AyNTZrMaED7AOjQGDHquz8gMNYFhqIT_ghJjVsCwrUw2xk3TWbncGDdGNwgo5pg3VkcIKOa4V3YWt1MgM --storenode=/ip4/172.18.163.85/tcp/36457/p2p/16Uiu2HAmUYHnTKDJLwR15ce8Nv32CpGmzzDAUUtqzESw93VCRLWL --store=true --relay=true
|
||||
2025-12-29 04:43:19.098 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.122.127 waku baeb9b7df03fd4d370dd6d7efd94fa5382633fbd6fb3f67aedb49f5210bcd34c
|
||||
2025-12-29 04:43:19.130 DEBUG [src.node.docker_mananger] Container started with ID baeb9b7df03f. Setting up logs at ./log/docker/store_node1_2025-12-29_04-43-17__41f5944f-f41e-4b86-8ab6-5c09cff67a10__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:43:19.131 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27436
|
||||
2025-12-29 04:43:19.132 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:43:20.133 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27436/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:20.137 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln 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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-29 04:43:20.138 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:43:20.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27436/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:20.140 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.122.127/tcp/27437/p2p/16Uiu2HAkyzjXff2rFdXc8FTfosEHBK3ZgedLTeZs9JZ1YN2oLbQa","/ip4/172.18.122.127/tcp/27438/ws/p2p/16Uiu2HAkyzjXff2rFdXc8FTfosEHBK3ZgedLTeZs9JZ1YN2oLbQa"],"enrUri":"enr:-L24QEImX7YOMD0cnJDnI_cFO1nsvLVijvntNr88Wo_PDUQaUXxoyHdRc4UrXw6Tktcxip5KkFy5Gw21L4TK6e3D7moCgmlkgnY0gmlwhKwSen-KbXVsdGlhZGRyc5YACASsEnp_BmstAAoErBJ6fwZrLt0DgnJzhQADAQAAiXNlY3AyNTZrMaECQ-btikuylhL7qbZwOj7QcKiUR4zbNXGYw0EOy26xMFeDdGNwgmstg3VkcIJrL4V3YWt1MgM"}'
|
||||
2025-12-29 04:43:20.141 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:43:20.141 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27436/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.163.85/tcp/36457/p2p/16Uiu2HAmUYHnTKDJLwR15ce8Nv32CpGmzzDAUUtqzESw93VCRLWL"]'
|
||||
2025-12-29 04:43:20.143 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:43:20.144 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36456/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-29 04:43:20.146 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:43:20.146 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27436/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-29 04:43:20.148 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:43:20.149 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:43:20.150 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36456/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)'}'
|
||||
2025-12-29 04:43:20.155 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:43:20.155 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:43:20.356 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:43:20.357 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36456/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)'}'
|
||||
2025-12-29 04:43:20.363 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:43:20.363 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:43:20.564 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:43:20.564 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36456/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)'}'
|
||||
2025-12-29 04:43:20.570 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:43:20.571 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:43:20.772 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:43:20.772 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36456/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)'}'
|
||||
2025-12-29 04:43:20.777 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:43:20.778 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:43:20.978 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36456/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xa2b5167e292651a62f5b82494cd65b9573df0a12eecd4fcb02332621ed57fc33%2C&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:20.981 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xa2b5167e292651a62f5b82494cd65b9573df0a12eecd4fcb02332621ed57fc33"}]}'
|
||||
2025-12-29 04:43:20.982 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27436/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xa2b5167e292651a62f5b82494cd65b9573df0a12eecd4fcb02332621ed57fc33%2C&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:20.984 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xa2b5167e292651a62f5b82494cd65b9573df0a12eecd4fcb02332621ed57fc33"}]}'
|
||||
2025-12-29 04:43:20.986 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:43:20.987 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:43:20.987 DEBUG [src.node.waku_node] Stopping container with id 2c0def3116be
|
||||
2025-12-29 04:43:21.538 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:43:21.538 DEBUG [src.node.waku_node] Stopping container with id baeb9b7df03f
|
||||
2025-12-29 04:43:22.080 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:43:22.082 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:43:22.090 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:43:22.097 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
73
nim/1018/data/attachments/105175bd29d8ac7.txt
Normal file
73
nim/1018/data/attachments/105175bd29d8ac7.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_2_nodes_different_content_topic_different_shard with id: 2025-12-29_04-30-12__86ba1541-9701-4da0-95aa-0ceb957ed9c9
|
||||
[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_2025-12-29_04-30-12__86ba1541-9701-4da0-95aa-0ceb957ed9c9__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.41.84
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['44774', '44775', '44776', '44777', '44778']
|
||||
[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 44774:44774 -p 44775:44775 -p 44776:44776 -p 44777:44777 -p 44778:44778 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=44776 --rest-port=44774 --tcp-port=44775 --discv5-udp-port=44777 --rest-address=0.0.0.0 --nat=extip:172.18.41.84 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=fc88f24f86f7daee2b41feef825b7c7a3ffb5d0dcdfd2db6eb298ee059cbdeda --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44778 --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.41.84 waku 00d2a21faff0bd8ebc2344d18acbf3c0552941588ba9fccb9d9ca0126d4048d7
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 00d2a21faff0. Setting up logs at ./log/docker/node1_2025-12-29_04-30-12__86ba1541-9701-4da0-95aa-0ceb957ed9c9__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 44774
|
||||
[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 d7a3a3baea5f. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container c07cddd6bdba. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44774/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
[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:44774/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.41.84/tcp/44775/p2p/16Uiu2HAmGe2cyuQBeV89EjWvGbnVcit8YqRc4Z86wu2vXEs8jF9w","/ip4/172.18.41.84/tcp/44776/ws/p2p/16Uiu2HAmGe2cyuQBeV89EjWvGbnVcit8YqRc4Z86wu2vXEs8jF9w"],"enrUri":"enr:-L24QKieiJAuMH015LSkoDE3AEVYOZdECNHy4Nol462h-UQRVY3_yKOHizw64dwl4IEDs-rKRuvH20YWeG6IrYQwlEsCgmlkgnY0gmlwhKwSKVSKbXVsdGlhZGRyc5YACASsEilUBq7nAAoErBIpVAau6N0DgnJzhQACAQAAiXNlY3AyNTZrMaEDOy-79bZSsrLAuwWeX6uyOPU0T22pNiBgknIp8rKfpH6DdGNwgq7ng3VkcIKu6YV3YWt1MgU"}'
|
||||
[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_2025-12-29_04-30-12__86ba1541-9701-4da0-95aa-0ceb957ed9c9__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.159
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['45828', '45829', '45830', '45831', '45832']
|
||||
[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 45828:45828 -p 45829:45829 -p 45830:45830 -p 45831:45831 -p 45832:45832 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=45830 --rest-port=45828 --tcp-port=45829 --discv5-udp-port=45831 --rest-address=0.0.0.0 --nat=extip:172.18.52.159 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=9248e77e6e30bd2f19d0dcc8afebd0d6bae5be79ea4b1dfec733aea69a4cfe70 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45832 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QKieiJAuMH015LSkoDE3AEVYOZdECNHy4Nol462h-UQRVY3_yKOHizw64dwl4IEDs-rKRuvH20YWeG6IrYQwlEsCgmlkgnY0gmlwhKwSKVSKbXVsdGlhZGRyc5YACASsEilUBq7nAAoErBIpVAau6N0DgnJzhQACAQAAiXNlY3AyNTZrMaEDOy-79bZSsrLAuwWeX6uyOPU0T22pNiBgknIp8rKfpH6DdGNwgq7ng3VkcIKu6YV3YWt1MgU --content-topic=/waku/2/content/test.js
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.52.159 waku c2544da6796eb4475fe9c5237494abbd90c67633bd62e47cc109a25bd727eeb6
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c2544da6796e. Setting up logs at ./log/docker/node2_2025-12-29_04-30-12__86ba1541-9701-4da0-95aa-0ceb957ed9c9__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 45828
|
||||
[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:45828/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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":"READY"}]}'
|
||||
[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:45828/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.159/tcp/45829/p2p/16Uiu2HAm928fu9xoUgWECmXTMfD6EKS6AdnUHL13XXeCCbcFgYGH","/ip4/172.18.52.159/tcp/45830/ws/p2p/16Uiu2HAm928fu9xoUgWECmXTMfD6EKS6AdnUHL13XXeCCbcFgYGH"],"enrUri":"enr:-L24QMK1dZW61PNvQJe4da5J6dfzuVc6qNjhSVjRVjYlZVu9KHtUEs_cAF2ge6cOB02j-HUB6nsVtvBJ-xAWWMUSX-8CgmlkgnY0gmlwhKwSNJ-KbXVsdGlhZGRyc5YACASsEjSfBrMFAAoErBI0nwazBt0DgnJzhQACAQAAiXNlY3AyNTZrMaECyfvbk1Z-VkFWXy9VOFU6xGZDKOL-A4CHmiWbfAk4P6qDdGNwgrMFg3VkcIKzB4V3YWt1MgE"}'
|
||||
[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:45828/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.41.84/tcp/44775/p2p/16Uiu2HAmGe2cyuQBeV89EjWvGbnVcit8YqRc4Z86wu2vXEs8jF9w"]'
|
||||
[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:44774/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:45828/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
||||
[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:44774/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:44774/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":1766982615081466564,"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:45828/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":1766982615081466564,"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 00d2a21faff0
|
||||
[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 c2544da6796e
|
||||
[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.
|
||||
128
nim/1018/data/attachments/10f7230e10ee89e4.txt
Normal file
128
nim/1018/data/attachments/10f7230e10ee89e4.txt
Normal file
@ -0,0 +1,128 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_store_with_one_content_topic with id: 2025-12-29_04-30-51__0668882d-82c2-4fb6-a398-a12c70f82a10
|
||||
[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_2025-12-29_04-30-51__0668882d-82c2-4fb6-a398-a12c70f82a10__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.49
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['21990', '21991', '21992', '21993', '21994']
|
||||
[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 21990:21990 -p 21991:21991 -p 21992:21992 -p 21993:21993 -p 21994:21994 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=21992 --rest-port=21990 --tcp-port=21991 --discv5-udp-port=21993 --rest-address=0.0.0.0 --nat=extip:172.18.56.49 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a831783e99aca5beaba66ef24a0bdb81fdbd9f97f05adeababddf1c52b469c3a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21994 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.56.49 waku d2d5166654b3db32fcbc7b217f99832616dff183c85258583dbd33d1de9f6d13
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID d2d5166654b3. Setting up logs at ./log/docker/publishing_node1_2025-12-29_04-30-51__0668882d-82c2-4fb6-a398-a12c70f82a10__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 21990
|
||||
[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 ca4cc9098216. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container d33ad73164cc. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21990/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
[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:21990/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.49/tcp/21991/p2p/16Uiu2HAmDprziBo9KkH9XrogVCFEk256ZYZgMy7q8UhRxdZ9LtqH","/ip4/172.18.56.49/tcp/21992/ws/p2p/16Uiu2HAmDprziBo9KkH9XrogVCFEk256ZYZgMy7q8UhRxdZ9LtqH"],"enrUri":"enr:-L24QH5ADsvqg0OP8AblnE9ty-r8o-NQyUYqPURyuHYgbOOKJniR8bSZM3VUDypomNRB9TdHJInElTxfxoRTD4n3E4YCgmlkgnY0gmlwhKwSODGKbXVsdGlhZGRyc5YACASsEjgxBlXnAAoErBI4MQZV6N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDEWMtzOCfzvMrFt0q2h7HKHbwRY-GosvP-eJEiUE_pRSDdGNwglXng3VkcIJV6YV3YWt1MgM"}'
|
||||
[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_2025-12-29_04-30-51__0668882d-82c2-4fb6-a398-a12c70f82a10__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.122
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['26663', '26664', '26665', '26666', '26667']
|
||||
[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 26663:26663 -p 26664:26664 -p 26665:26665 -p 26666:26666 -p 26667:26667 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=26665 --rest-port=26663 --tcp-port=26664 --discv5-udp-port=26666 --rest-address=0.0.0.0 --nat=extip:172.18.124.122 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e40f0cce719cc784e018fabe0b3fa34292cffd5b9e7ceeb39ba87dfac205ceca --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26667 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QH5ADsvqg0OP8AblnE9ty-r8o-NQyUYqPURyuHYgbOOKJniR8bSZM3VUDypomNRB9TdHJInElTxfxoRTD4n3E4YCgmlkgnY0gmlwhKwSODGKbXVsdGlhZGRyc5YACASsEjgxBlXnAAoErBI4MQZV6N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDEWMtzOCfzvMrFt0q2h7HKHbwRY-GosvP-eJEiUE_pRSDdGNwglXng3VkcIJV6YV3YWt1MgM --storenode=/ip4/172.18.56.49/tcp/21991/p2p/16Uiu2HAmDprziBo9KkH9XrogVCFEk256ZYZgMy7q8UhRxdZ9LtqH --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.124.122 waku 6eb7ce82e2f02be429ba8b81303e60738600e571ef9f3797e1a138592f0a690d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 6eb7ce82e2f0. Setting up logs at ./log/docker/store_node1_2025-12-29_04-30-51__0668882d-82c2-4fb6-a398-a12c70f82a10__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 26663
|
||||
[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:26663/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","protocolsHealth":[{"Relay":"READY"},{"Rln 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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[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:26663/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.122/tcp/26664/p2p/16Uiu2HAm7pmQV69wvuNnUQ6rg4HxQmiLWPQSCz85EWP95RktFMX1","/ip4/172.18.124.122/tcp/26665/ws/p2p/16Uiu2HAm7pmQV69wvuNnUQ6rg4HxQmiLWPQSCz85EWP95RktFMX1"],"enrUri":"enr:-L24QDnUjt8HDFskuZnNzQ8CHKTWwBS02GkdmKwORGibBVaMLU8YyWl06AM-_oTNNHr8mHnKVGMP1S_YQYh8-kcHNkoCgmlkgnY0gmlwhKwSfHqKbXVsdGlhZGRyc5YACASsEnx6BmgoAAoErBJ8egZoKd0DgnJzhQADAQAAiXNlY3AyNTZrMaECuDa8kgBiIhyitbw5YbrYAb4ck4Hq3u0Qsw1d7r0d99yDdGNwgmgog3VkcIJoKoV3YWt1MgM"}'
|
||||
[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:26663/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.56.49/tcp/21991/p2p/16Uiu2HAmDprziBo9KkH9XrogVCFEk256ZYZgMy7q8UhRxdZ9LtqH"]'
|
||||
[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:21990/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:26663/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:21990/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:21990/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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21990/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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21990/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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21990/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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21990/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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21990/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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21990/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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21990/store/v3/messages?contentTopics=%2Fmyapp%2F1%2Flatest%2Fproto&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":"0x0f553a907fe39c0bbfc776012487421ebe88a31d939c744fcb0a602f6e866151"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21990/store/v3/messages?contentTopics=%2Fwaku%2F2%2Fcontent%2Ftest.js&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":"0x9fd454f988571f819def90c286b4fe23a63d883e0d6a0683807f85f7d0c005c6"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21990/store/v3/messages?contentTopics=%2Fapp%2F22%2Fsometopic%2Fsomeencoding&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":"0xcefffcb3c722e151246185980ab097a65fa853a258ae2e884eeb238d9494a317"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21990/store/v3/messages?contentTopics=%2Ftoychat%2F2%2Fhuilong%2Fproto&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":"0xaddfecd6cfafba35f01ad1c4ba7d921d433f592b0b5ef8aa82b82c0546337c13"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21990/store/v3/messages?contentTopics=%2Fstatusim%2F1%2Fcommunity%2Fcbor&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":"0xe866f2a187dba6cc5388b5e50739e3589494a91ca759027e33c26472aba4d060"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21990/store/v3/messages?contentTopics=%2Fapp%2F27%2Fsometopic%2Fsomeencoding&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":"0x3b0c5e14e701e28000a8c4b9d540e443f4e96dcd11aab4393c8104ca2fd0be6d"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21990/store/v3/messages?contentTopics=%2Fapp%2F29%2Fsometopic%2Fsomeencoding&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":"0x49166396291dba9b7b82a78478fe9760602429ae4b1344be8bf3bd094c7412bd"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21990/store/v3/messages?contentTopics=%2Fapp%2F20%2Fsometopic%2Fsomeencoding&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":"0x97b460fa3e593eb58d31b5a49e1d263b67d5a15b708849d535429bf117c5f18d"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26663/store/v3/messages?contentTopics=%2Fmyapp%2F1%2Flatest%2Fproto&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":"0x0f553a907fe39c0bbfc776012487421ebe88a31d939c744fcb0a602f6e866151"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26663/store/v3/messages?contentTopics=%2Fwaku%2F2%2Fcontent%2Ftest.js&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":"0x9fd454f988571f819def90c286b4fe23a63d883e0d6a0683807f85f7d0c005c6"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26663/store/v3/messages?contentTopics=%2Fapp%2F22%2Fsometopic%2Fsomeencoding&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":"0xcefffcb3c722e151246185980ab097a65fa853a258ae2e884eeb238d9494a317"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26663/store/v3/messages?contentTopics=%2Ftoychat%2F2%2Fhuilong%2Fproto&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":"0xaddfecd6cfafba35f01ad1c4ba7d921d433f592b0b5ef8aa82b82c0546337c13"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26663/store/v3/messages?contentTopics=%2Fstatusim%2F1%2Fcommunity%2Fcbor&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":"0xe866f2a187dba6cc5388b5e50739e3589494a91ca759027e33c26472aba4d060"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26663/store/v3/messages?contentTopics=%2Fapp%2F27%2Fsometopic%2Fsomeencoding&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":"0x3b0c5e14e701e28000a8c4b9d540e443f4e96dcd11aab4393c8104ca2fd0be6d"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26663/store/v3/messages?contentTopics=%2Fapp%2F29%2Fsometopic%2Fsomeencoding&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":"0x49166396291dba9b7b82a78478fe9760602429ae4b1344be8bf3bd094c7412bd"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26663/store/v3/messages?contentTopics=%2Fapp%2F20%2Fsometopic%2Fsomeencoding&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":"0x97b460fa3e593eb58d31b5a49e1d263b67d5a15b708849d535429bf117c5f18d"}]}'
|
||||
[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 d2d5166654b3
|
||||
[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 6eb7ce82e2f0
|
||||
[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.
|
||||
837
nim/1018/data/attachments/111a459c739ee9d5.txt
Normal file
837
nim/1018/data/attachments/111a459c739ee9d5.txt
Normal file
@ -0,0 +1,837 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_lightpush_with_a_single_receiving_node with id: 2025-12-29_04-35-13__da95f4bd-562b-4826-ab3e-ea85570b7880
|
||||
[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_2025-12-29_04-35-13__da95f4bd-562b-4826-ab3e-ea85570b7880__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.117.83
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['3083', '3084', '3085', '3086', '3087']
|
||||
[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 3083:3083 -p 3084:3084 -p 3085:3085 -p 3086:3086 -p 3087:3087 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=3085 --rest-port=3083 --tcp-port=3084 --discv5-udp-port=3086 --rest-address=0.0.0.0 --nat=extip:172.18.117.83 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6b0cd9ae9eb5c8f9c8d42b52740cfe2ecac72ed7fdb16abaaaaa1170094e6999 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3087 --metrics-logging=true --lightpush=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.117.83 waku 13213ac8b6bec70f6c55035dea5afc4b73240130ec3142d73a22e88372e76b64
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 13213ac8b6be. Setting up logs at ./log/docker/receiving_node1_2025-12-29_04-35-13__da95f4bd-562b-4826-ab3e-ea85570b7880__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 3083
|
||||
[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:3083/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
[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:3083/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.117.83/tcp/3084/p2p/16Uiu2HAkxqK3WGp3fU6ws2fsYeKiomz485FWJ6rNP38bKoNQS9ux","/ip4/172.18.117.83/tcp/3085/ws/p2p/16Uiu2HAkxqK3WGp3fU6ws2fsYeKiomz485FWJ6rNP38bKoNQS9ux"],"enrUri":"enr:-L24QIVDPhW62fS0vDFJKLj8xFOhJh3Bza9oYPs3UPUHR0v3aheC41QAWrITRqwTkRlXnSuzp5HZ9Yw08Vdw72YOcIMCgmlkgnY0gmlwhKwSdVOKbXVsdGlhZGRyc5YACASsEnVTBgwMAAoErBJ1UwYMDd0DgnJzhQADAQAAiXNlY3AyNTZrMaECMqFT6cuGpXbd-7S119KIr4MUSvQ7_s7E_vkYj4p80heDdGNwggwMg3VkcIIMDoV3YWt1Mgk"}'
|
||||
[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/lightpush_node1_2025-12-29_04-35-13__da95f4bd-562b-4826-ab3e-ea85570b7880__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.135
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['34817', '34818', '34819', '34820', '34821']
|
||||
[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 34817:34817 -p 34818:34818 -p 34819:34819 -p 34820:34820 -p 34821:34821 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=34819 --rest-port=34817 --tcp-port=34818 --discv5-udp-port=34820 --rest-address=0.0.0.0 --nat=extip:172.18.226.135 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2f0b8dffbbe7fd5cbc5ea9db8fdb61af5f826dcdfceefe0f0b72d1d79eb6eeea --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34821 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIVDPhW62fS0vDFJKLj8xFOhJh3Bza9oYPs3UPUHR0v3aheC41QAWrITRqwTkRlXnSuzp5HZ9Yw08Vdw72YOcIMCgmlkgnY0gmlwhKwSdVOKbXVsdGlhZGRyc5YACASsEnVTBgwMAAoErBJ1UwYMDd0DgnJzhQADAQAAiXNlY3AyNTZrMaECMqFT6cuGpXbd-7S119KIr4MUSvQ7_s7E_vkYj4p80heDdGNwggwMg3VkcIIMDoV3YWt1Mgk --lightpushnode=/ip4/172.18.117.83/tcp/3084/p2p/16Uiu2HAkxqK3WGp3fU6ws2fsYeKiomz485FWJ6rNP38bKoNQS9ux --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.226.135 waku d6388528905cdf6b1bfe62d6153bc0b7b6f7aacf253437f01a160dd7c1ca1674
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID d6388528905c. Setting up logs at ./log/docker/lightpush_node1_2025-12-29_04-35-13__da95f4bd-562b-4826-ab3e-ea85570b7880__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 34817
|
||||
[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:34817/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:34817/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:34817/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:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container d6388528905c. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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:34817/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=34817): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4465aa4860>: 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.230.69
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['16662', '16663', '16664', '16665', '16666']
|
||||
[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 16662:16662 -p 16663:16663 -p 16664:16664 -p 16665:16665 -p 16666:16666 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=16664 --rest-port=16662 --tcp-port=16663 --discv5-udp-port=16665 --rest-address=0.0.0.0 --nat=extip:172.18.230.69 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cd029dadec94f575d05d85dd1defdbe133e3230545fe0edefc04d699ecddcf45 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16666 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIVDPhW62fS0vDFJKLj8xFOhJh3Bza9oYPs3UPUHR0v3aheC41QAWrITRqwTkRlXnSuzp5HZ9Yw08Vdw72YOcIMCgmlkgnY0gmlwhKwSdVOKbXVsdGlhZGRyc5YACASsEnVTBgwMAAoErBJ1UwYMDd0DgnJzhQADAQAAiXNlY3AyNTZrMaECMqFT6cuGpXbd-7S119KIr4MUSvQ7_s7E_vkYj4p80heDdGNwggwMg3VkcIIMDoV3YWt1Mgk --lightpushnode=/ip4/172.18.117.83/tcp/3084/p2p/16Uiu2HAkxqK3WGp3fU6ws2fsYeKiomz485FWJ6rNP38bKoNQS9ux --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.230.69 waku 2d6f8f59c75d2b6c853d054069064d3c82217323aa712b6eb51c30d32fe32dce
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 2d6f8f59c75d. Setting up logs at ./log/docker/lightpush_node1_2025-12-29_04-35-13__da95f4bd-562b-4826-ab3e-ea85570b7880__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 16662
|
||||
[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:16662/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:16662/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:16662/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:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 2d6f8f59c75d. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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:16662/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=16662): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4465c2fdd0>: 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.27.210
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['17152', '17153', '17154', '17155', '17156']
|
||||
[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 17152:17152 -p 17153:17153 -p 17154:17154 -p 17155:17155 -p 17156:17156 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=17154 --rest-port=17152 --tcp-port=17153 --discv5-udp-port=17155 --rest-address=0.0.0.0 --nat=extip:172.18.27.210 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e5f74b325be7ee16da878eebb9bd75cc1fe5ccabd8beb3f83c14fd206edd5fa9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17156 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIVDPhW62fS0vDFJKLj8xFOhJh3Bza9oYPs3UPUHR0v3aheC41QAWrITRqwTkRlXnSuzp5HZ9Yw08Vdw72YOcIMCgmlkgnY0gmlwhKwSdVOKbXVsdGlhZGRyc5YACASsEnVTBgwMAAoErBJ1UwYMDd0DgnJzhQADAQAAiXNlY3AyNTZrMaECMqFT6cuGpXbd-7S119KIr4MUSvQ7_s7E_vkYj4p80heDdGNwggwMg3VkcIIMDoV3YWt1Mgk --lightpushnode=/ip4/172.18.117.83/tcp/3084/p2p/16Uiu2HAkxqK3WGp3fU6ws2fsYeKiomz485FWJ6rNP38bKoNQS9ux --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.27.210 waku 667e5d1561ef773a4346817f679f6e64fb6bde1275301b2553ee0bed68d3569b
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 667e5d1561ef. Setting up logs at ./log/docker/lightpush_node1_2025-12-29_04-35-13__da95f4bd-562b-4826-ab3e-ea85570b7880__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 17152
|
||||
[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:17152/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:17152/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:17152/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:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 667e5d1561ef. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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:17152/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=17152): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4465cb5ac0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
[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 13213ac8b6be
|
||||
[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 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 13213ac8b6be. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[31m[1mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/667e5d1561ef773a4346817f679f6e64fb6bde1275301b2553ee0bed68d3569b/stop: Not Found ("No such container: 667e5d1561ef773a4346817f679f6e64fb6bde1275301b2553ee0bed68d3569b")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[31m[1mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/667e5d1561ef773a4346817f679f6e64fb6bde1275301b2553ee0bed68d3569b/stop: Not Found ("No such container: 667e5d1561ef773a4346817f679f6e64fb6bde1275301b2553ee0bed68d3569b")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 667e5d1561ef
|
||||
[31m[1mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/667e5d1561ef773a4346817f679f6e64fb6bde1275301b2553ee0bed68d3569b/stop: Not Found ("No such container: 667e5d1561ef773a4346817f679f6e64fb6bde1275301b2553ee0bed68d3569b")
|
||||
[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 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/receiving_node1_2025-12-29_04-35-13__da95f4bd-562b-4826-ab3e-ea85570b7880__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.libs.common:common.py:42 Attaching file ./log/docker/lightpush_node1_2025-12-29_04-35-13__da95f4bd-562b-4826-ab3e-ea85570b7880__wakuorg_nwaku:latest.log
|
||||
872
nim/1018/data/attachments/112ce4493402c1b0.txt
Normal file
872
nim/1018/data/attachments/112ce4493402c1b0.txt
Normal file
@ -0,0 +1,872 @@
|
||||
2025-12-29 04:43:16.015 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:43:16.015 DEBUG [tests.conftest] Running test: test_light_push_with_valid_meta with id: 2025-12-29_04-43-16__5b87106d-87de-42d2-9389-cefeab966c81
|
||||
2025-12-29 04:43:16.016 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:43:16.016 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-29 04:43:16.023 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:43:16.023 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2025-12-29_04-43-16__5b87106d-87de-42d2-9389-cefeab966c81__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:43:16.023 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:43:16.023 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:43:16.025 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:43:16.025 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.216.150
|
||||
2025-12-29 04:43:16.025 DEBUG [src.node.docker_mananger] Generated ports ['52956', '52957', '52958', '52959', '52960']
|
||||
2025-12-29 04:43:16.025 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:43:16.025 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:43:16.025 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:43:16.025 DEBUG [src.node.docker_mananger] docker run -i -t -p 52956:52956 -p 52957:52957 -p 52958:52958 -p 52959:52959 -p 52960:52960 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=52958 --rest-port=52956 --tcp-port=52957 --discv5-udp-port=52959 --rest-address=0.0.0.0 --nat=extip:172.18.216.150 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fb7d0bb670c0d2c3f8df7dfd54bffcbaad7b0cbbe03cd7e2800ddbf56c5b5fde --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52960 --metrics-logging=true --lightpush=true --relay=true
|
||||
2025-12-29 04:43:16.232 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.216.150 waku 221ac189fc2a300602f925324d1af59efb6d900daa230565d52e540fe9003b26
|
||||
2025-12-29 04:43:16.272 DEBUG [src.node.docker_mananger] Container started with ID 221ac189fc2a. Setting up logs at ./log/docker/receiving_node1_2025-12-29_04-43-16__5b87106d-87de-42d2-9389-cefeab966c81__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:43:16.273 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 52956
|
||||
2025-12-29 04:43:16.274 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:43:17.274 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52956/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:17.277 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
2025-12-29 04:43:17.277 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:43:17.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52956/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:17.280 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.216.150/tcp/52957/p2p/16Uiu2HAkys8cXuQxpRSy5ifGio92rS3nU4YXQfRhku6E8qzaHVvd","/ip4/172.18.216.150/tcp/52958/ws/p2p/16Uiu2HAkys8cXuQxpRSy5ifGio92rS3nU4YXQfRhku6E8qzaHVvd"],"enrUri":"enr:-L24QFAeBewSVVo0raiFmqpy8BviTM_R9U_wO8Kq1IHXqk2EfKap2H9dpx501RLa624CKTudsyX7uIyAJF2tQeZLrn0CgmlkgnY0gmlwhKwS2JaKbXVsdGlhZGRyc5YACASsEtiWBs7dAAoErBLYlgbO3t0DgnJzhQADAQAAiXNlY3AyNTZrMaECQfRh6ZhDu_E8o61fnqMhCxHTI7udoXNfKOWkb68USsaDdGNwgs7dg3VkcILO34V3YWt1Mgk"}'
|
||||
2025-12-29 04:43:17.280 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:43:17.287 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:43:17.287 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2025-12-29_04-43-16__5b87106d-87de-42d2-9389-cefeab966c81__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:43:17.287 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:43:17.287 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:43:17.288 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:43:17.288 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.102.248
|
||||
2025-12-29 04:43:17.289 DEBUG [src.node.docker_mananger] Generated ports ['65038', '65039', '65040', '65041', '65042']
|
||||
2025-12-29 04:43:17.289 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:43:17.289 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:43:17.289 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:43:17.289 DEBUG [src.node.docker_mananger] docker run -i -t -p 65038:65038 -p 65039:65039 -p 65040:65040 -p 65041:65041 -p 65042:65042 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=65040 --rest-port=65038 --tcp-port=65039 --discv5-udp-port=65041 --rest-address=0.0.0.0 --nat=extip:172.18.102.248 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=eec11be9aa3577cfafcd9b7db1b779b4bfbfc9d03ae5aea91e905f3c97bfe9aa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=65042 --metrics-logging=true --lightpush=false --relay=true
|
||||
2025-12-29 04:43:17.481 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.102.248 waku 5b83df9bc38539fac3393be7d782d4dba92d59ccdeffcd4576a6c49273e49930
|
||||
2025-12-29 04:43:17.512 DEBUG [src.node.docker_mananger] Container started with ID 5b83df9bc385. Setting up logs at ./log/docker/receiving_node2_2025-12-29_04-43-16__5b87106d-87de-42d2-9389-cefeab966c81__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:43:17.513 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 65038
|
||||
2025-12-29 04:43:17.513 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:43:18.514 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65038/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:18.518 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
2025-12-29 04:43:18.518 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:43:18.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65038/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:18.521 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.102.248/tcp/65039/p2p/16Uiu2HAkubKxwDnewyRFWaHLQvGvMJbtYCqnbRcckUdwvBmHSFwb","/ip4/172.18.102.248/tcp/65040/ws/p2p/16Uiu2HAkubKxwDnewyRFWaHLQvGvMJbtYCqnbRcckUdwvBmHSFwb"],"enrUri":"enr:-L24QKR5ExoPRVOpTW9azpNIO7llr3O_Za6LBeoRbzsMl7qHFOCIRFTYPBx9LxMy4iBk4YODy2wZfhogXF-IFP9VY4kCgmlkgnY0gmlwhKwSZviKbXVsdGlhZGRyc5YACASsEmb4Bv4PAAoErBJm-Ab-EN0DgnJzhQADAQAAiXNlY3AyNTZrMaECAnktYy8EMXG7PHFIEs2WMZEy2G8NvgdNZdsock_VN76DdGNwgv4Pg3VkcIL-EYV3YWt1MgE"}'
|
||||
2025-12-29 04:43:18.521 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:43:18.521 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65038/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.216.150/tcp/52957/p2p/16Uiu2HAkys8cXuQxpRSy5ifGio92rS3nU4YXQfRhku6E8qzaHVvd"]'
|
||||
2025-12-29 04:43:18.554 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:43:18.563 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:43:18.563 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2025-12-29_04-43-16__5b87106d-87de-42d2-9389-cefeab966c81__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:43:18.563 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:43:18.564 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:43:18.565 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:43:18.566 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.199.60
|
||||
2025-12-29 04:43:18.566 DEBUG [src.node.docker_mananger] Generated ports ['19762', '19763', '19764', '19765', '19766']
|
||||
2025-12-29 04:43:18.567 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:43:18.567 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:43:18.567 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:43:18.569 DEBUG [src.node.docker_mananger] docker run -i -t -p 19762:19762 -p 19763:19763 -p 19764:19764 -p 19765:19765 -p 19766:19766 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=19764 --rest-port=19762 --tcp-port=19763 --discv5-udp-port=19765 --rest-address=0.0.0.0 --nat=extip:172.18.199.60 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c4cdd6bd76ff66db4b513a3b0fc957ba521bb0d0ecc4ddc4babefb2bcef6b8e1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19766 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QFAeBewSVVo0raiFmqpy8BviTM_R9U_wO8Kq1IHXqk2EfKap2H9dpx501RLa624CKTudsyX7uIyAJF2tQeZLrn0CgmlkgnY0gmlwhKwS2JaKbXVsdGlhZGRyc5YACASsEtiWBs7dAAoErBLYlgbO3t0DgnJzhQADAQAAiXNlY3AyNTZrMaECQfRh6ZhDu_E8o61fnqMhCxHTI7udoXNfKOWkb68USsaDdGNwgs7dg3VkcILO34V3YWt1Mgk --lightpushnode=/ip4/172.18.216.150/tcp/52957/p2p/16Uiu2HAkys8cXuQxpRSy5ifGio92rS3nU4YXQfRhku6E8qzaHVvd --lightpush=true --relay=false
|
||||
2025-12-29 04:43:18.760 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.199.60 waku b323d0597d91ffbcea7665f8ed35463ae3068a515bfb6315857d4facd121a5e0
|
||||
2025-12-29 04:43:19.098 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:43:19.098 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:43:19.100 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:43:19.100 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.37.4
|
||||
2025-12-29 04:43:19.100 DEBUG [src.node.docker_mananger] Generated ports ['40578', '40579', '40580', '40581', '40582']
|
||||
2025-12-29 04:43:19.100 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:43:19.101 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:43:19.101 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:43:19.101 DEBUG [src.node.docker_mananger] docker run -i -t -p 40578:40578 -p 40579:40579 -p 40580:40580 -p 40581:40581 -p 40582:40582 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=40580 --rest-port=40578 --tcp-port=40579 --discv5-udp-port=40581 --rest-address=0.0.0.0 --nat=extip:172.18.37.4 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e4b2fedbf719fe85ed7d1d8cbb7a54cb24f048c5dddb2bb6b39caadc2fed9d9f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40582 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QFAeBewSVVo0raiFmqpy8BviTM_R9U_wO8Kq1IHXqk2EfKap2H9dpx501RLa624CKTudsyX7uIyAJF2tQeZLrn0CgmlkgnY0gmlwhKwS2JaKbXVsdGlhZGRyc5YACASsEtiWBs7dAAoErBLYlgbO3t0DgnJzhQADAQAAiXNlY3AyNTZrMaECQfRh6ZhDu_E8o61fnqMhCxHTI7udoXNfKOWkb68USsaDdGNwgs7dg3VkcILO34V3YWt1Mgk --lightpushnode=/ip4/172.18.216.150/tcp/52957/p2p/16Uiu2HAkys8cXuQxpRSy5ifGio92rS3nU4YXQfRhku6E8qzaHVvd --lightpush=true --relay=false
|
||||
2025-12-29 04:43:19.286 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.37.4 waku 58bb0972bbd65556e47335f2f89c1f9d7e3125bf396b9e972db9626c11cc3468
|
||||
2025-12-29 04:43:19.323 DEBUG [src.node.docker_mananger] Container started with ID 58bb0972bbd6. Setting up logs at ./log/docker/lightpush_node1_2025-12-29_04-43-16__5b87106d-87de-42d2-9389-cefeab966c81__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:43:19.325 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 40578
|
||||
2025-12-29 04:43:19.325 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:43:20.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:20.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:20.528 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:20.625 ERROR [src.node.docker_mananger] Max retries reached for container 58bb0972bbd6. Exiting log stream.
|
||||
2025-12-29 04:43:20.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:20.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:20.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:20.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:21.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:21.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:21.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:21.338 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:21.440 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:21.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:21.642 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:21.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:21.845 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:21.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:22.048 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:22.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:22.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:22.351 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:22.453 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:22.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:22.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:22.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:22.858 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:22.960 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:23.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:23.162 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:23.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:23.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:23.466 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:23.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:23.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:23.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:23.872 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:23.973 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:24.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:24.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:24.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:24.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:24.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:24.580 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:24.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:24.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:24.884 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:24.985 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:25.086 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:25.187 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:25.288 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:25.390 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:25.491 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:25.592 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:25.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:25.794 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:25.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:25.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:26.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:26.199 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:26.300 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:26.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:26.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:26.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:26.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:26.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:26.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:27.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:27.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:27.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:27.313 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:27.414 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:27.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:27.617 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:27.718 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:27.819 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:27.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:28.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:28.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:28.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:28.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:28.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:28.528 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:28.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:28.731 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:28.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:28.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:29.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:29.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:29.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:29.354 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:29.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:29.557 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:29.658 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:29.759 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:29.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:29.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:30.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:30.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:30.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:30.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:30.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:30.570 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:30.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:30.772 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:30.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:30.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:31.075 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:31.177 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:31.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:31.379 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:31.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:31.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:31.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:31.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:31.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:31.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:32.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:32.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:32.290 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:32.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:32.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:32.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:32.695 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:32.796 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:32.897 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:32.998 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:33.100 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:33.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:33.302 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:33.403 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:33.505 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:33.607 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:33.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:33.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:33.910 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:34.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:34.113 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:34.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:34.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:34.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:34.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:34.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:34.720 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:34.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:34.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:35.024 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:35.125 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:35.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:35.327 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:35.429 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:35.530 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:35.631 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:35.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:35.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:35.934 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:36.036 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:36.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:36.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:36.339 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:36.440 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:36.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:36.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:36.744 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:36.845 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:36.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:37.047 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:37.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:37.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:37.351 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:37.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:37.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:37.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:37.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:37.858 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:37.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:38.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:38.162 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:38.263 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:38.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:38.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:38.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:38.668 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:38.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:38.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:38.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:39.072 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:39.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:39.275 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:39.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:39.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:39.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:39.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:39.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:39.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:39.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:40.085 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:40.186 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:40.288 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:40.389 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40578/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:40.390 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=40578): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4997df0920>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-29 04:43:40.490 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:43:40.490 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:43:40.492 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:43:40.492 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.82.19
|
||||
2025-12-29 04:43:40.492 DEBUG [src.node.docker_mananger] Generated ports ['57485', '57486', '57487', '57488', '57489']
|
||||
2025-12-29 04:43:40.492 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:43:40.492 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:43:40.492 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:43:40.493 DEBUG [src.node.docker_mananger] docker run -i -t -p 57485:57485 -p 57486:57486 -p 57487:57487 -p 57488:57488 -p 57489:57489 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=57487 --rest-port=57485 --tcp-port=57486 --discv5-udp-port=57488 --rest-address=0.0.0.0 --nat=extip:172.18.82.19 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d8e7fdfed414bdc37958eacddb5965cd41b89faa5f28c49ef18e04a9d7d7eade --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57489 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QFAeBewSVVo0raiFmqpy8BviTM_R9U_wO8Kq1IHXqk2EfKap2H9dpx501RLa624CKTudsyX7uIyAJF2tQeZLrn0CgmlkgnY0gmlwhKwS2JaKbXVsdGlhZGRyc5YACASsEtiWBs7dAAoErBLYlgbO3t0DgnJzhQADAQAAiXNlY3AyNTZrMaECQfRh6ZhDu_E8o61fnqMhCxHTI7udoXNfKOWkb68USsaDdGNwgs7dg3VkcILO34V3YWt1Mgk --lightpushnode=/ip4/172.18.216.150/tcp/52957/p2p/16Uiu2HAkys8cXuQxpRSy5ifGio92rS3nU4YXQfRhku6E8qzaHVvd --lightpush=true --relay=false
|
||||
2025-12-29 04:43:40.677 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.82.19 waku 801a4616d43339e24c494d1fc9bcccd576ac394df8c534ebb98e88dba3f9de5c
|
||||
2025-12-29 04:43:40.706 DEBUG [src.node.docker_mananger] Container started with ID 801a4616d433. Setting up logs at ./log/docker/lightpush_node1_2025-12-29_04-43-16__5b87106d-87de-42d2-9389-cefeab966c81__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:43:40.707 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 57485
|
||||
2025-12-29 04:43:40.707 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:43:41.707 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:41.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:41.910 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:42.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:42.056 ERROR [src.node.docker_mananger] Max retries reached for container 801a4616d433. Exiting log stream.
|
||||
2025-12-29 04:43:42.113 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:42.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:42.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:42.416 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:42.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:42.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:42.720 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:42.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:42.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:43.024 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:43.125 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:43.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:43.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:43.429 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:43.530 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:43.631 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:43.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:43.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:43.934 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:44.035 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:44.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:44.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:44.339 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:44.440 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:44.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:44.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:44.744 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:44.845 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:44.947 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:45.048 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:45.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:45.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:45.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:45.453 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:45.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:45.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:45.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:45.858 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:45.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:46.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:46.162 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:46.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:46.369 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:46.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:46.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:46.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:46.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:46.876 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:46.977 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:47.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:47.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:47.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:47.382 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:47.483 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:47.585 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:47.686 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:47.787 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:47.889 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:47.990 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:48.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:48.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:48.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:48.395 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:48.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:48.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:48.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:48.799 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:48.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:49.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:49.103 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:49.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:49.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:49.407 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:49.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:49.610 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:49.711 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:49.813 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:49.914 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:50.015 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:50.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:50.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:50.318 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:50.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:50.521 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:50.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:50.724 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:50.825 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:50.926 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:51.028 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:51.129 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:51.230 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:51.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:51.433 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:51.534 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:51.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:51.737 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:51.838 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:51.939 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:52.041 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:52.142 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:52.243 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:52.345 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:52.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:52.547 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:52.648 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:52.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:52.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:52.952 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:53.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:53.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:53.256 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:53.357 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:53.459 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:53.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:53.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:53.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:53.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:53.965 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:54.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:54.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:54.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:54.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:54.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:54.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:54.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:54.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:54.877 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:54.978 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:55.079 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:55.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:55.282 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:55.383 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:55.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:55.585 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:55.686 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:55.788 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:55.889 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:55.990 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:56.092 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:56.193 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:56.294 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:56.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:56.498 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:56.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:56.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:56.801 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:56.903 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:57.004 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:57.106 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:57.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:57.309 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:57.410 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:57.511 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:57.613 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:57.715 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:57.816 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:57.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:58.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:58.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:58.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:58.323 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:58.424 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:58.525 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:58.627 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:58.728 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:58.829 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:58.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:59.032 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:59.133 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:59.234 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:59.335 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:59.437 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:59.538 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:59.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:59.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:59.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:43:59.943 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:00.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:00.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:00.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:00.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:00.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:00.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:00.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:00.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:00.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:00.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:01.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:01.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:01.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:01.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:01.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:01.565 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:01.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:01.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:01.769 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=57485): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f499c2b8530>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-29 04:44:01.870 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:44:01.870 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:44:01.871 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:44:01.872 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.227.189
|
||||
2025-12-29 04:44:01.872 DEBUG [src.node.docker_mananger] Generated ports ['28779', '28780', '28781', '28782', '28783']
|
||||
2025-12-29 04:44:01.872 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:44:01.872 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:44:01.872 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:44:01.872 DEBUG [src.node.docker_mananger] docker run -i -t -p 28779:28779 -p 28780:28780 -p 28781:28781 -p 28782:28782 -p 28783:28783 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=28781 --rest-port=28779 --tcp-port=28780 --discv5-udp-port=28782 --rest-address=0.0.0.0 --nat=extip:172.18.227.189 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f4aa928798ed9f5dffbcbf13dcaaa0132ef612fdcf28003db10db74f7dea4ac9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28783 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QFAeBewSVVo0raiFmqpy8BviTM_R9U_wO8Kq1IHXqk2EfKap2H9dpx501RLa624CKTudsyX7uIyAJF2tQeZLrn0CgmlkgnY0gmlwhKwS2JaKbXVsdGlhZGRyc5YACASsEtiWBs7dAAoErBLYlgbO3t0DgnJzhQADAQAAiXNlY3AyNTZrMaECQfRh6ZhDu_E8o61fnqMhCxHTI7udoXNfKOWkb68USsaDdGNwgs7dg3VkcILO34V3YWt1Mgk --lightpushnode=/ip4/172.18.216.150/tcp/52957/p2p/16Uiu2HAkys8cXuQxpRSy5ifGio92rS3nU4YXQfRhku6E8qzaHVvd --lightpush=true --relay=false
|
||||
2025-12-29 04:44:02.051 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.227.189 waku 78c3aa44f3b864b0059547338ee57865d4a24301fce2468541e70722840dcdb6
|
||||
2025-12-29 04:44:02.079 DEBUG [src.node.docker_mananger] Container started with ID 78c3aa44f3b8. Setting up logs at ./log/docker/lightpush_node1_2025-12-29_04-43-16__5b87106d-87de-42d2-9389-cefeab966c81__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:44:02.079 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 28779
|
||||
2025-12-29 04:44:02.080 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:44:03.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:03.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:03.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:03.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:03.410 ERROR [src.node.docker_mananger] Max retries reached for container 78c3aa44f3b8. Exiting log stream.
|
||||
2025-12-29 04:44:03.485 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:03.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:03.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:03.788 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:03.890 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:03.991 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:04.092 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:04.193 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:04.295 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:04.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:04.497 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:04.598 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:04.699 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:04.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:04.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:05.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:05.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:05.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:05.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:05.407 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:05.509 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:05.610 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:05.711 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:05.812 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:05.913 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:06.015 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:06.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:06.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:06.318 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:06.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:06.521 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:06.622 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:06.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:06.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:06.925 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:07.027 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:07.129 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:07.230 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:07.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:07.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:07.535 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:07.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:07.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:07.844 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:07.945 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:08.047 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:08.148 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:08.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:08.351 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:08.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:08.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:08.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:08.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:08.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:08.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:09.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:09.161 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:09.263 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:09.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:09.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:09.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:09.668 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:09.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:09.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:09.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:10.072 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:10.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:10.275 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:10.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:10.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:10.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:10.679 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:10.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:10.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:10.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:11.084 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:11.185 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:11.286 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:11.388 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:11.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:11.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:11.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:11.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:11.894 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:11.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:12.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:12.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:12.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:12.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:12.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:12.603 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:12.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:12.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:12.907 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:13.008 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:13.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:13.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:13.313 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:13.414 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:13.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:13.617 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:13.718 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:13.819 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:13.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:14.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:14.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:14.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:14.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:14.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:14.528 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:14.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:14.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:14.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:14.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:15.035 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:15.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:15.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:15.339 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:15.440 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:15.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:15.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:15.744 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:15.845 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:15.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:16.047 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:16.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:16.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:16.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:16.453 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:16.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:16.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:16.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:16.858 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:16.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:17.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:17.162 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:17.263 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:17.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:17.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:17.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:17.668 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:17.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:17.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:17.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:18.072 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:18.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:18.275 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:18.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:18.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:18.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:18.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:18.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:18.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:18.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:19.085 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:19.186 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:19.288 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:19.389 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:19.490 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:19.591 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:19.692 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:19.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:19.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:19.996 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:20.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:20.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:20.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:20.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:20.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:20.603 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:20.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:20.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:20.907 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:21.008 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:21.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:21.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:21.312 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:21.414 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:21.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:21.617 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:21.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:21.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:21.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:22.023 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:22.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:22.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:22.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:22.429 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:22.530 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:22.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:22.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:22.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:22.936 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:23.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:23.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28779/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:23.139 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=28779): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f499c2a9580>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-29 04:44:23.325 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:44:23.326 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:44:23.327 DEBUG [src.node.waku_node] Stopping container with id 221ac189fc2a
|
||||
2025-12-29 04:44:23.856 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:44:23.856 DEBUG [src.node.waku_node] Stopping container with id 5b83df9bc385
|
||||
2025-12-29 04:44:24.387 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:44:24.387 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:24.490 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:24.591 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:24.670 ERROR [src.node.docker_mananger] Max retries reached for container 221ac189fc2a. Exiting log stream.
|
||||
2025-12-29 04:44:24.693 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:24.795 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:24.897 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:24.998 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:25.100 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:25.200 ERROR [src.node.docker_mananger] Max retries reached for container 5b83df9bc385. Exiting log stream.
|
||||
2025-12-29 04:44:25.201 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:25.302 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:25.403 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:25.505 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:25.606 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:25.707 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:25.809 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:25.910 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:26.012 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:26.113 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:26.215 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:26.316 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:26.418 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:26.519 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:26.620 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:26.722 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:26.824 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:26.925 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:27.026 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:27.128 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:27.230 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:27.331 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:27.433 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:27.535 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:27.636 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:27.738 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:27.840 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:27.941 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:28.043 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:28.144 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:28.246 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:28.348 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:28.450 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:28.551 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:28.653 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:28.755 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:28.856 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:28.958 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:29.059 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:29.161 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:29.262 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:29.364 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:29.465 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:29.467 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/78c3aa44f3b864b0059547338ee57865d4a24301fce2468541e70722840dcdb6/stop: Not Found ("No such container: 78c3aa44f3b864b0059547338ee57865d4a24301fce2468541e70722840dcdb6")
|
||||
2025-12-29 04:44:29.467 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:29.568 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:29.670 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:29.771 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:29.872 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:29.974 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:30.075 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:30.177 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:30.279 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:30.380 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:30.482 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:30.583 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:30.685 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:30.786 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:30.888 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:30.989 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:31.091 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:31.192 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:31.294 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:31.396 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:31.498 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:31.599 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:31.701 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:31.802 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:31.903 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:32.005 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:32.106 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:32.208 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:32.310 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:32.411 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:32.513 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:32.614 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:32.716 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:32.817 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:32.918 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:33.020 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:33.122 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:33.223 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:33.325 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:33.427 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:33.528 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:33.629 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:33.731 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:33.832 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:33.934 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:34.035 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:34.136 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:34.238 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:34.339 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:34.441 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:34.542 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:34.544 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/78c3aa44f3b864b0059547338ee57865d4a24301fce2468541e70722840dcdb6/stop: Not Found ("No such container: 78c3aa44f3b864b0059547338ee57865d4a24301fce2468541e70722840dcdb6")
|
||||
2025-12-29 04:44:34.544 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:34.645 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:34.747 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:34.848 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:34.950 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:35.051 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:35.153 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:35.254 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:35.356 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:35.457 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:35.559 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:35.660 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:35.762 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:35.863 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:35.965 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:36.066 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:36.167 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:36.269 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:36.370 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:36.472 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:36.573 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:36.675 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:36.776 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:36.878 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:36.979 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:37.080 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:37.182 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:37.284 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:37.385 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:37.487 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:37.588 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:37.690 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:37.792 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:37.893 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:37.995 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:38.096 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:38.198 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:38.300 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:38.401 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:38.503 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:38.604 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:38.706 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:38.807 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:38.909 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:39.010 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:39.112 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:39.213 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:39.315 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:39.416 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:39.518 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:39.619 DEBUG [src.node.waku_node] Stopping container with id 78c3aa44f3b8
|
||||
2025-12-29 04:44:39.621 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/78c3aa44f3b864b0059547338ee57865d4a24301fce2468541e70722840dcdb6/stop: Not Found ("No such container: 78c3aa44f3b864b0059547338ee57865d4a24301fce2468541e70722840dcdb6")
|
||||
2025-12-29 04:44:39.622 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:44:39.646 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:44:39.670 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:44:39.670 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:44:39.671 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:44:39.671 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
73
nim/1018/data/attachments/11371076e4a83055.txt
Normal file
73
nim/1018/data/attachments/11371076e4a83055.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_single_content_topic[/waku/2/content/test.js] with id: 2025-12-29_04-31-26__59336686-fc1f-4300-af5d-54b908fdb7c9
|
||||
[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_2025-12-29_04-31-26__59336686-fc1f-4300-af5d-54b908fdb7c9__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.234.199
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['38921', '38922', '38923', '38924', '38925']
|
||||
[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 38921:38921 -p 38922:38922 -p 38923:38923 -p 38924:38924 -p 38925:38925 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=38923 --rest-port=38921 --tcp-port=38922 --discv5-udp-port=38924 --rest-address=0.0.0.0 --nat=extip:172.18.234.199 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b6e5c3fdcc26bfe1cfc2cddca2ada92bdfcea7dd963bfbde4dcc6b93be0e32fb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38925 --metrics-logging=true --relay=true --filter=true --content-topic=/waku/2/content/test.js
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.234.199 waku 80a361c546e3e70d5509d44087a8d65017797b729cf580279668ad9da7cadbb9
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 80a361c546e3. Setting up logs at ./log/docker/node1_2025-12-29_04-31-26__59336686-fc1f-4300-af5d-54b908fdb7c9__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 38921
|
||||
[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 08eb9d1b267b. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 1ad88fa06bbe. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38921/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
[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:38921/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.234.199/tcp/38922/p2p/16Uiu2HAm3VYpUvomYAKwoME2PkX5UF9Bwc34DrC1NrNHJtJvbJJv","/ip4/172.18.234.199/tcp/38923/ws/p2p/16Uiu2HAm3VYpUvomYAKwoME2PkX5UF9Bwc34DrC1NrNHJtJvbJJv"],"enrUri":"enr:-L24QH9JGMzFbj81teFKUuh7vUU60GTn9-xpRp5OaBG20V9mcfXRnf8XmDs9FFsljJYSE9mdctPwwsJB683PJzc6CpACgmlkgnY0gmlwhKwS6seKbXVsdGlhZGRyc5YACASsEurHBpgKAAoErBLqxwaYC90DgnJzhQACAQAAiXNlY3AyNTZrMaECd9u44i8KmZ0JnSRPUFi4oF1saRmvh5UOIImWo6bzT_ODdGNwgpgKg3VkcIKYDIV3YWt1MgU"}'
|
||||
[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_2025-12-29_04-31-26__59336686-fc1f-4300-af5d-54b908fdb7c9__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.252
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['2512', '2513', '2514', '2515', '2516']
|
||||
[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 2512:2512 -p 2513:2513 -p 2514:2514 -p 2515:2515 -p 2516:2516 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=2514 --rest-port=2512 --tcp-port=2513 --discv5-udp-port=2515 --rest-address=0.0.0.0 --nat=extip:172.18.124.252 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ffddc462c2526360fa35ef3d7152dbc01cc817bab7aadd7ffa0d9b1862b12afe --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2516 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QH9JGMzFbj81teFKUuh7vUU60GTn9-xpRp5OaBG20V9mcfXRnf8XmDs9FFsljJYSE9mdctPwwsJB683PJzc6CpACgmlkgnY0gmlwhKwS6seKbXVsdGlhZGRyc5YACASsEurHBpgKAAoErBLqxwaYC90DgnJzhQACAQAAiXNlY3AyNTZrMaECd9u44i8KmZ0JnSRPUFi4oF1saRmvh5UOIImWo6bzT_ODdGNwgpgKg3VkcIKYDIV3YWt1MgU --content-topic=/waku/2/content/test.js
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.124.252 waku 7d3abdc697630fc2765c565fadcf460cdaa7b9967f69d2addd79c033508c5c5d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 7d3abdc69763. Setting up logs at ./log/docker/node2_2025-12-29_04-31-26__59336686-fc1f-4300-af5d-54b908fdb7c9__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 2512
|
||||
[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:2512/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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":"READY"}]}'
|
||||
[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:2512/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.252/tcp/2513/p2p/16Uiu2HAmL2MV8mzS11pqeTGYuMXsbNiFeEonMa6gxE1f9i33dKsH","/ip4/172.18.124.252/tcp/2514/ws/p2p/16Uiu2HAmL2MV8mzS11pqeTGYuMXsbNiFeEonMa6gxE1f9i33dKsH"],"enrUri":"enr:-L24QNbZNpLOa6lTg_peGDLy5yEUDrDpiRzFfVn9Bw-D2mH3OF0_dFjsRt0zAiXKwhzF8eeE_5tsM-O36WZ15DYpIBUCgmlkgnY0gmlwhKwSfPyKbXVsdGlhZGRyc5YACASsEnz8BgnRAAoErBJ8_AYJ0t0DgnJzhQACAQAAiXNlY3AyNTZrMaEDbXrnN1gIqSytQr88qN8e5hyYOwTqWmoB9i_ZEwlzASyDdGNwggnRg3VkcIIJ04V3YWt1MgE"}'
|
||||
[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:2512/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.234.199/tcp/38922/p2p/16Uiu2HAm3VYpUvomYAKwoME2PkX5UF9Bwc34DrC1NrNHJtJvbJJv"]'
|
||||
[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:38921/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
||||
[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:2512/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
||||
[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:38921/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:38921/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":1766982688418425683,"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:2512/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":1766982688418425683,"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 80a361c546e3
|
||||
[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 7d3abdc69763
|
||||
[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.
|
||||
1726
nim/1018/data/attachments/1163b87844c28c24.txt
Normal file
1726
nim/1018/data/attachments/1163b87844c28c24.txt
Normal file
File diff suppressed because it is too large
Load Diff
68
nim/1018/data/attachments/1177435b934c3fbf.txt
Normal file
68
nim/1018/data/attachments/1177435b934c3fbf.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_with_invalid_request_id with id: 2025-12-29_04-23-05__879afcce-e9f2-4253-93dd-4f56c9162638
|
||||
[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_2025-12-29_04-23-05__879afcce-e9f2-4253-93dd-4f56c9162638__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.242.41
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['10934', '10935', '10936', '10937', '10938']
|
||||
[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 10934:10934 -p 10935:10935 -p 10936:10936 -p 10937:10937 -p 10938:10938 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=10936 --rest-port=10934 --tcp-port=10935 --discv5-udp-port=10937 --rest-address=0.0.0.0 --nat=extip:172.18.242.41 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=390f0aebc9edac7be2b00dffdb5602673f8eb79faef79abebab6ffbdfe06619f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10938 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.242.41 waku 2d3050772b41db7559dac8f0430b9fec7d210bce1570e7827250661bca79cf31
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container f305514fb449. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 2d3050772b41. Setting up logs at ./log/docker/node1_2025-12-29_04-23-05__879afcce-e9f2-4253-93dd-4f56c9162638__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 10934
|
||||
[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 54d7a2089f12. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10934/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
[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:10934/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.242.41/tcp/10935/p2p/16Uiu2HAmKeJQrp2WSMSK9TWvEmsc4znNexUZ5UVskg2C9Ffme2bm","/ip4/172.18.242.41/tcp/10936/ws/p2p/16Uiu2HAmKeJQrp2WSMSK9TWvEmsc4znNexUZ5UVskg2C9Ffme2bm"],"enrUri":"enr:-L24QFZOCGvYtQN0FteDVMytAkLiWxrXEFStEknyCGuwvKtAN5xcpJhgpcKigtdDjriwMsrfqI3hnfww3xPpsbpPAn4CgmlkgnY0gmlwhKwS8imKbXVsdGlhZGRyc5YACASsEvIpBiq3AAoErBLyKQYquN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDZ9SmYfNKDsJdbD7GNpeZoLlMLzF-q2OSZH-7tx8L1cyDdGNwgiq3g3VkcIIquYV3YWt1MgU"}'
|
||||
[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_2025-12-29_04-23-05__879afcce-e9f2-4253-93dd-4f56c9162638__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.90.148
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['50970', '50971', '50972', '50973', '50974']
|
||||
[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 50970:50970 -p 50971:50971 -p 50972:50972 -p 50973:50973 -p 50974:50974 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=50972 --rest-port=50970 --tcp-port=50971 --discv5-udp-port=50973 --rest-address=0.0.0.0 --nat=extip:172.18.90.148 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8c0db4ff1dcf4fbcc5fdb1d65c23d0cd8c3beebb5b0cbed74b81f2babdff8c80 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50974 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QFZOCGvYtQN0FteDVMytAkLiWxrXEFStEknyCGuwvKtAN5xcpJhgpcKigtdDjriwMsrfqI3hnfww3xPpsbpPAn4CgmlkgnY0gmlwhKwS8imKbXVsdGlhZGRyc5YACASsEvIpBiq3AAoErBLyKQYquN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDZ9SmYfNKDsJdbD7GNpeZoLlMLzF-q2OSZH-7tx8L1cyDdGNwgiq3g3VkcIIquYV3YWt1MgU --filternode=/ip4/172.18.242.41/tcp/10935/p2p/16Uiu2HAmKeJQrp2WSMSK9TWvEmsc4znNexUZ5UVskg2C9Ffme2bm
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.90.148 waku 96de4ffe55568d7025e69b4e79c4adff2f9245cd14df26e2fc48b4e0daaef24e
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 96de4ffe5556. Setting up logs at ./log/docker/node2_2025-12-29_04-23-05__879afcce-e9f2-4253-93dd-4f56c9162638__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 50970
|
||||
[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:50970/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","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln 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":"READY"}]}'
|
||||
[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:50970/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.90.148/tcp/50971/p2p/16Uiu2HAmAdb9Ukn2q3ZXmJtDdE9wBM8PuazrSg3SoxGhzP7B7296","/ip4/172.18.90.148/tcp/50972/ws/p2p/16Uiu2HAmAdb9Ukn2q3ZXmJtDdE9wBM8PuazrSg3SoxGhzP7B7296"],"enrUri":"enr:-L24QH1M5BEiF5BCFqiPAUZvVtSA-ymAlOzavDZ4CvcP68t8TzbXYxMcH0e4NxhsEgrf6Xo46kD4DvpQflPf9pNJqNcCgmlkgnY0gmlwhKwSWpSKbXVsdGlhZGRyc5YACASsElqUBscbAAoErBJalAbHHN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC4ezPFL-cRcTAdJdifFcGX-xqm4lHubQDKJJPeMzT-kmDdGNwgscbg3VkcILHHYV3YWt1MgA"}'
|
||||
[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:50970/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.242.41/tcp/10935/p2p/16Uiu2HAmKeJQrp2WSMSK9TWvEmsc4znNexUZ5UVskg2C9Ffme2bm"]'
|
||||
[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:10934/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:50970/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "c21b14f3-62b2-4a61-804f-23b3529452d6", "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":"c21b14f3-62b2-4a61-804f-23b3529452d6","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:50970/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": 1, "contentFilters": ["/test/1/waku-filter/proto"], "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:50970/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\\"))"}'
|
||||
[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 2d3050772b41
|
||||
[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 96de4ffe5556
|
||||
[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.
|
||||
518
nim/1018/data/attachments/11ce07f2a8a10e22.txt
Normal file
518
nim/1018/data/attachments/11ce07f2a8a10e22.txt
Normal file
@ -0,0 +1,518 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_start_node_with_50_pubsub_topics with id: 2025-12-29_04-28-26__7115b1d7-9cae-48d6-8f20-3e900ecd8443
|
||||
[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_2025-12-29_04-28-26__7115b1d7-9cae-48d6-8f20-3e900ecd8443__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.161
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['10117', '10118', '10119', '10120', '10121']
|
||||
[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 10117:10117 -p 10118:10118 -p 10119:10119 -p 10120:10120 -p 10121:10121 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=10119 --rest-port=10117 --tcp-port=10118 --discv5-udp-port=10120 --rest-address=0.0.0.0 --nat=extip:172.18.224.161 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=1e47a8edc9c30aa3fa235a4ce83ba7ddb92edd67acfbc5afd45a383cc1ad76fd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10121 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.224.161 waku c7ca1aa4e365ef9e8a843d94a18fe7c9516a56f298fbe0bdd54c0787787e8b5c
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c7ca1aa4e365. Setting up logs at ./log/docker/node1_2025-12-29_04-28-26__7115b1d7-9cae-48d6-8f20-3e900ecd8443__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 10117
|
||||
[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 bb61420ebaba. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container ab31a749865c. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10117/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
[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:10117/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.161/tcp/10118/p2p/16Uiu2HAmCSqrqfSi2amxVU7rcyunJkghXw3zUCUadgStAd61h3rU","/ip4/172.18.224.161/tcp/10119/ws/p2p/16Uiu2HAmCSqrqfSi2amxVU7rcyunJkghXw3zUCUadgStAd61h3rU"],"enrUri":"enr:-L24QN_yLWhtSoOp2RTCF3hXOqMmOnQFmrUfImLvb-a6Q32jCqp_yd2cjLn7Gq-eaxKk4YnwUg3ZsZLUYQkhENjCD2ICgmlkgnY0gmlwhKwS4KGKbXVsdGlhZGRyc5YACASsEuChBieGAAoErBLgoQYnh90DgnJzhQACAQAAiXNlY3AyNTZrMaEC_ONuFo-3jWQjjRThuZ5NLNj1pVVem0XHEcOIO1vqcF2DdGNwgieGg3VkcIIniIV3YWt1MgU"}'
|
||||
[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_2025-12-29_04-28-26__7115b1d7-9cae-48d6-8f20-3e900ecd8443__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.238.45
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['2296', '2297', '2298', '2299', '2300']
|
||||
[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 2296:2296 -p 2297:2297 -p 2298:2298 -p 2299:2299 -p 2300:2300 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=2298 --rest-port=2296 --tcp-port=2297 --discv5-udp-port=2299 --rest-address=0.0.0.0 --nat=extip:172.18.238.45 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=2fecd2cfe8f5fbc9f9b9b92af7ca2ae70bdea9c6bbba0d4aa114120d59fd2dad --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2300 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QN_yLWhtSoOp2RTCF3hXOqMmOnQFmrUfImLvb-a6Q32jCqp_yd2cjLn7Gq-eaxKk4YnwUg3ZsZLUYQkhENjCD2ICgmlkgnY0gmlwhKwS4KGKbXVsdGlhZGRyc5YACASsEuChBieGAAoErBLgoQYnh90DgnJzhQACAQAAiXNlY3AyNTZrMaEC_ONuFo-3jWQjjRThuZ5NLNj1pVVem0XHEcOIO1vqcF2DdGNwgieGg3VkcIIniIV3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.238.45 waku ec303a4d436dfc461f6397efa3c3dc0d130c2cda9c529dd9ffb69cd81e8f8571
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID ec303a4d436d. Setting up logs at ./log/docker/node2_2025-12-29_04-28-26__7115b1d7-9cae-48d6-8f20-3e900ecd8443__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 2296
|
||||
[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:2296/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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":"READY"}]}'
|
||||
[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:2296/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.238.45/tcp/2297/p2p/16Uiu2HAm2nTQvHanfamPQz8xbhSb738JmSX82gbiH3SQ4mucNYjj","/ip4/172.18.238.45/tcp/2298/ws/p2p/16Uiu2HAm2nTQvHanfamPQz8xbhSb738JmSX82gbiH3SQ4mucNYjj"],"enrUri":"enr:-L24QDFcrMVch7arlDdSuMrcx9H6ly-Zbl-lJuYfTsZ8w00vDumszaIDvqbfBnyzpR1NW9P1UDEeJjvp-tmKZIvVfTQCgmlkgnY0gmlwhKwS7i2KbXVsdGlhZGRyc5YACASsEu4tBgj5AAoErBLuLQYI-t0DgnJzhQACAQAAiXNlY3AyNTZrMaECbVTL0PVu0MNfAStcG9LCzpXDdyCmG5hOY24oOJKzf4KDdGNwggj5g3VkcIII-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:2296/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.224.161/tcp/10118/p2p/16Uiu2HAmCSqrqfSi2amxVU7rcyunJkghXw3zUCUadgStAd61h3rU"]'
|
||||
[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:10117/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", "/waku/2/rs/2/8", "/waku/2/rs/2/9", "/waku/2/rs/2/10", "/waku/2/rs/2/11", "/waku/2/rs/2/12", "/waku/2/rs/2/13", "/waku/2/rs/2/14", "/waku/2/rs/2/15", "/waku/2/rs/2/16", "/waku/2/rs/2/17", "/waku/2/rs/2/18", "/waku/2/rs/2/19", "/waku/2/rs/2/20", "/waku/2/rs/2/21", "/waku/2/rs/2/22", "/waku/2/rs/2/23", "/waku/2/rs/2/24", "/waku/2/rs/2/25", "/waku/2/rs/2/26", "/waku/2/rs/2/27", "/waku/2/rs/2/28", "/waku/2/rs/2/29", "/waku/2/rs/2/30", "/waku/2/rs/2/31", "/waku/2/rs/2/32", "/waku/2/rs/2/33", "/waku/2/rs/2/34", "/waku/2/rs/2/35", "/waku/2/rs/2/36", "/waku/2/rs/2/37", "/waku/2/rs/2/38", "/waku/2/rs/2/39", "/waku/2/rs/2/40", "/waku/2/rs/2/41", "/waku/2/rs/2/42", "/waku/2/rs/2/43", "/waku/2/rs/2/44", "/waku/2/rs/2/45", "/waku/2/rs/2/46", "/waku/2/rs/2/47", "/waku/2/rs/2/48", "/waku/2/rs/2/49"]'
|
||||
[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:2296/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", "/waku/2/rs/2/8", "/waku/2/rs/2/9", "/waku/2/rs/2/10", "/waku/2/rs/2/11", "/waku/2/rs/2/12", "/waku/2/rs/2/13", "/waku/2/rs/2/14", "/waku/2/rs/2/15", "/waku/2/rs/2/16", "/waku/2/rs/2/17", "/waku/2/rs/2/18", "/waku/2/rs/2/19", "/waku/2/rs/2/20", "/waku/2/rs/2/21", "/waku/2/rs/2/22", "/waku/2/rs/2/23", "/waku/2/rs/2/24", "/waku/2/rs/2/25", "/waku/2/rs/2/26", "/waku/2/rs/2/27", "/waku/2/rs/2/28", "/waku/2/rs/2/29", "/waku/2/rs/2/30", "/waku/2/rs/2/31", "/waku/2/rs/2/32", "/waku/2/rs/2/33", "/waku/2/rs/2/34", "/waku/2/rs/2/35", "/waku/2/rs/2/36", "/waku/2/rs/2/37", "/waku/2/rs/2/38", "/waku/2/rs/2/39", "/waku/2/rs/2/40", "/waku/2/rs/2/41", "/waku/2/rs/2/42", "/waku/2/rs/2/43", "/waku/2/rs/2/44", "/waku/2/rs/2/45", "/waku/2/rs/2/46", "/waku/2/rs/2/47", "/waku/2/rs/2/48", "/waku/2/rs/2/49"]'
|
||||
[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:10117/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:10117/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":1766982508617389897,"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:2296/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":1766982508617389897,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/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:10117/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":1766982508774018465,"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:2296/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":1766982508774018465,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/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:10117/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":1766982508888148348,"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:2296/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":1766982508888148348,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/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:10117/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":1766982509002263250,"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:2296/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":1766982509002263250,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/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:10117/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":1766982509116625254,"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:2296/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":1766982509116625254,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/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:10117/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":1766982509230395266,"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:2296/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":1766982509230395266,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/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:10117/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":1766982509352842057,"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:2296/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":1766982509352842057,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/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:10117/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":1766982509466960030,"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:2296/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":1766982509466960030,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F8" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F8" -H "Content-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":1766982509587834414,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F8" -H "Content-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":1766982509587834414,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F9" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F9" -H "Content-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":1766982509702008942,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F9" -H "Content-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":1766982509702008942,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F10" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F10" -H "Content-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":1766982509815691915,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F10" -H "Content-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":1766982509815691915,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F11" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F11" -H "Content-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":1766982509930332040,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F11" -H "Content-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":1766982509930332040,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F12" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F12" -H "Content-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":1766982510044834344,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F12" -H "Content-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":1766982510044834344,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F13" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F13" -H "Content-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":1766982510158827963,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F13" -H "Content-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":1766982510158827963,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F14" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F14" -H "Content-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":1766982510272619220,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F14" -H "Content-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":1766982510272619220,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F15" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F15" -H "Content-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":1766982510386285098,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F15" -H "Content-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":1766982510386285098,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F16" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F16" -H "Content-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":1766982510500531074,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F16" -H "Content-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":1766982510500531074,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F17" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F17" -H "Content-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":1766982510613910430,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F17" -H "Content-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":1766982510613910430,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F18" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F18" -H "Content-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":1766982510727304057,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F18" -H "Content-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":1766982510727304057,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F19" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F19" -H "Content-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":1766982510841495831,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F19" -H "Content-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":1766982510841495831,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F20" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F20" -H "Content-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":1766982510956318818,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F20" -H "Content-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":1766982510956318818,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F21" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F21" -H "Content-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":1766982511070849708,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F21" -H "Content-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":1766982511070849708,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F22" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F22" -H "Content-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":1766982511185062451,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F22" -H "Content-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":1766982511185062451,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F23" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F23" -H "Content-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":1766982511298493795,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F23" -H "Content-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":1766982511298493795,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F24" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F24" -H "Content-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":1766982511413323904,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F24" -H "Content-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":1766982511413323904,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F25" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F25" -H "Content-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":1766982511526888117,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F25" -H "Content-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":1766982511526888117,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F26" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F26" -H "Content-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":1766982511641138058,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F26" -H "Content-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":1766982511641138058,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F27" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F27" -H "Content-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":1766982511754682366,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F27" -H "Content-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":1766982511754682366,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F28" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F28" -H "Content-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":1766982511868507183,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F28" -H "Content-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":1766982511868507183,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F29" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F29" -H "Content-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":1766982511982065287,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F29" -H "Content-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":1766982511982065287,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F30" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F30" -H "Content-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":1766982512096023890,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F30" -H "Content-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":1766982512096023890,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F31" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F31" -H "Content-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":1766982512210688021,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F31" -H "Content-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":1766982512210688021,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F32" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F32" -H "Content-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":1766982512323980385,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F32" -H "Content-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":1766982512323980385,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F33" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F33" -H "Content-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":1766982512437551540,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F33" -H "Content-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":1766982512437551540,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F34" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F34" -H "Content-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":1766982512551190746,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F34" -H "Content-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":1766982512551190746,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F35" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F35" -H "Content-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":1766982512664162142,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F35" -H "Content-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":1766982512664162142,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F36" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F36" -H "Content-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":1766982512777830215,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F36" -H "Content-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":1766982512777830215,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F37" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F37" -H "Content-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":1766982512892403870,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F37" -H "Content-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":1766982512892403870,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F38" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F38" -H "Content-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":1766982513005883711,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F38" -H "Content-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":1766982513005883711,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F39" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F39" -H "Content-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":1766982513120025192,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F39" -H "Content-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":1766982513120025192,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F40" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F40" -H "Content-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":1766982513238773075,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F40" -H "Content-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":1766982513238773075,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F41" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F41" -H "Content-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":1766982513382747430,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F41" -H "Content-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":1766982513382747430,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F42" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F42" -H "Content-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":1766982513496849041,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F42" -H "Content-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":1766982513496849041,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F43" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F43" -H "Content-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":1766982513610474408,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F43" -H "Content-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":1766982513610474408,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F44" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F44" -H "Content-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":1766982513723523422,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F44" -H "Content-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":1766982513723523422,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F45" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F45" -H "Content-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":1766982513837825628,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F45" -H "Content-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":1766982513837825628,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F46" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F46" -H "Content-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":1766982513951664532,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F46" -H "Content-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":1766982513951664532,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F47" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F47" -H "Content-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":1766982514065158985,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F47" -H "Content-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":1766982514065158985,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F48" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F48" -H "Content-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":1766982514179324068,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F48" -H "Content-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":1766982514179324068,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F49" -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:10117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F49" -H "Content-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":1766982514294042719,"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:2296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F49" -H "Content-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":1766982514294042719,"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 c7ca1aa4e365
|
||||
[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 ec303a4d436d
|
||||
[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.
|
||||
2597
nim/1018/data/attachments/11fcad91a21ae240.txt
Normal file
2597
nim/1018/data/attachments/11fcad91a21ae240.txt
Normal file
File diff suppressed because it is too large
Load Diff
4007
nim/1018/data/attachments/12548806e8021994.txt
Normal file
4007
nim/1018/data/attachments/12548806e8021994.txt
Normal file
File diff suppressed because it is too large
Load Diff
39
nim/1018/data/attachments/1266a8f312e08a18.txt
Normal file
39
nim/1018/data/attachments/1266a8f312e08a18.txt
Normal file
@ -0,0 +1,39 @@
|
||||
2025-12-29 04:28:50.553 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:28:50.553 DEBUG [tests.conftest] Running test: test_verify_node_info with id: 2025-12-29_04-28-50__40f65651-4333-41ce-b0a9-217673164839
|
||||
2025-12-29 04:28:50.554 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:28:50.554 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-29 04:28:50.554 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-29 04:28:50.561 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:28:50.561 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-29_04-28-50__40f65651-4333-41ce-b0a9-217673164839__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:28:50.561 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-29 04:28:50.561 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-29 04:28:50.562 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:28:50.562 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:28:50.564 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:28:50.564 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.36.142
|
||||
2025-12-29 04:28:50.564 DEBUG [src.node.docker_mananger] Generated ports ['13403', '13404', '13405', '13406', '13407']
|
||||
2025-12-29 04:28:50.564 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:28:50.564 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:28:50.564 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:28:50.565 DEBUG [src.node.docker_mananger] docker run -i -t -p 13403:13403 -p 13404:13404 -p 13405:13405 -p 13406:13406 -p 13407:13407 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=13405 --rest-port=13403 --tcp-port=13404 --discv5-udp-port=13406 --rest-address=0.0.0.0 --nat=extip:172.18.36.142 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8f39c3c85b1d91e7bfbeac812da1d6bf393eb8aa676fffeffb8ceea4dd64ed37 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13407 --metrics-logging=true --relay=true
|
||||
2025-12-29 04:28:50.755 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.36.142 waku 0dedd137c10c3a041564c88bd94254e3d6a48795352fda7e04c0c00de2c9ccfe
|
||||
2025-12-29 04:28:50.786 ERROR [src.node.docker_mananger] Max retries reached for container 8c4e2a2a0a3d. Exiting log stream.
|
||||
2025-12-29 04:28:50.787 DEBUG [src.node.docker_mananger] Container started with ID 0dedd137c10c. Setting up logs at ./log/docker/node1_2025-12-29_04-28-50__40f65651-4333-41ce-b0a9-217673164839__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:28:50.787 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13403
|
||||
2025-12-29 04:28:50.788 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:28:51.317 ERROR [src.node.docker_mananger] Max retries reached for container 770bad03f31d. Exiting log stream.
|
||||
2025-12-29 04:28:51.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:28:51.793 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
2025-12-29 04:28:51.794 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:28:51.794 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13403/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:28:51.796 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.36.142/tcp/13404/p2p/16Uiu2HAm2c6Y8br4CesmSAFw6g7vd5V7UzCrEx4REZpDpwPX3nmr","/ip4/172.18.36.142/tcp/13405/ws/p2p/16Uiu2HAm2c6Y8br4CesmSAFw6g7vd5V7UzCrEx4REZpDpwPX3nmr"],"enrUri":"enr:-L24QFwBKes9KG8HHrUNIMRGANDz0UmFoBmFUgdmASZJlILuX5mIQQsM-d-BzyuRzk9J4p92XqZIplSzGaqXGzYp4rQCgmlkgnY0gmlwhKwSJI6KbXVsdGlhZGRyc5YACASsEiSOBjRcAAoErBIkjgY0Xd0DgnJzhQADAQAAiXNlY3AyNTZrMaECaq1iRuS8RcFEfSoBCbHigO-gwYR0FMwsMnnluM6nqm2DdGNwgjRcg3VkcII0XoV3YWt1MgE"}'
|
||||
2025-12-29 04:28:51.796 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:28:51.796 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13403/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:28:51.799 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.36.142/tcp/13404/p2p/16Uiu2HAm2c6Y8br4CesmSAFw6g7vd5V7UzCrEx4REZpDpwPX3nmr","/ip4/172.18.36.142/tcp/13405/ws/p2p/16Uiu2HAm2c6Y8br4CesmSAFw6g7vd5V7UzCrEx4REZpDpwPX3nmr"],"enrUri":"enr:-L24QFwBKes9KG8HHrUNIMRGANDz0UmFoBmFUgdmASZJlILuX5mIQQsM-d-BzyuRzk9J4p92XqZIplSzGaqXGzYp4rQCgmlkgnY0gmlwhKwSJI6KbXVsdGlhZGRyc5YACASsEiSOBjRcAAoErBIkjgY0Xd0DgnJzhQADAQAAiXNlY3AyNTZrMaECaq1iRuS8RcFEfSoBCbHigO-gwYR0FMwsMnnluM6nqm2DdGNwgjRcg3VkcII0XoV3YWt1MgE"}'
|
||||
2025-12-29 04:28:51.799 DEBUG [tests.rest_flags.test_debug_flags] node info: {'listenAddresses': ['/ip4/172.18.36.142/tcp/13404/p2p/16Uiu2HAm2c6Y8br4CesmSAFw6g7vd5V7UzCrEx4REZpDpwPX3nmr', '/ip4/172.18.36.142/tcp/13405/ws/p2p/16Uiu2HAm2c6Y8br4CesmSAFw6g7vd5V7UzCrEx4REZpDpwPX3nmr'], 'enrUri': 'enr:-L24QFwBKes9KG8HHrUNIMRGANDz0UmFoBmFUgdmASZJlILuX5mIQQsM-d-BzyuRzk9J4p92XqZIplSzGaqXGzYp4rQCgmlkgnY0gmlwhKwSJI6KbXVsdGlhZGRyc5YACASsEiSOBjRcAAoErBIkjgY0Xd0DgnJzhQADAQAAiXNlY3AyNTZrMaECaq1iRuS8RcFEfSoBCbHigO-gwYR0FMwsMnnluM6nqm2DdGNwgjRcg3VkcII0XoV3YWt1MgE'}
|
||||
2025-12-29 04:28:51.801 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:28:51.802 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:28:51.802 DEBUG [src.node.waku_node] Stopping container with id 0dedd137c10c
|
||||
2025-12-29 04:28:52.353 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:28:52.355 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:28:52.357 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
110
nim/1018/data/attachments/12ee6ccbe5f2124e.txt
Normal file
110
nim/1018/data/attachments/12ee6ccbe5f2124e.txt
Normal file
@ -0,0 +1,110 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_invalid_page_size with id: 2025-12-29_04-30-36__315796eb-a907-4673-aa62-8e06ae1aff8e
|
||||
[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_2025-12-29_04-30-36__315796eb-a907-4673-aa62-8e06ae1aff8e__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.9.229
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['39970', '39971', '39972', '39973', '39974']
|
||||
[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 39970:39970 -p 39971:39971 -p 39972:39972 -p 39973:39973 -p 39974:39974 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=39972 --rest-port=39970 --tcp-port=39971 --discv5-udp-port=39973 --rest-address=0.0.0.0 --nat=extip:172.18.9.229 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ebbdf4fc6fe77d097e6b2ebbd58cedc899df0cebf019b77f9c88e09d07eeade3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39974 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.9.229 waku 4de20784adc3b9e1040e60e4c7840bf2eccd31b42f04d4d09661a538d45f120c
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 13833ae9c25c. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 4de20784adc3. Setting up logs at ./log/docker/publishing_node1_2025-12-29_04-30-36__315796eb-a907-4673-aa62-8e06ae1aff8e__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 39970
|
||||
[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 63d065a78302. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39970/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
[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:39970/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.9.229/tcp/39971/p2p/16Uiu2HAmS5pEyDFJQKojnQb7R59P94gspMENy5Ung6Xq7zDUw74d","/ip4/172.18.9.229/tcp/39972/ws/p2p/16Uiu2HAmS5pEyDFJQKojnQb7R59P94gspMENy5Ung6Xq7zDUw74d"],"enrUri":"enr:-L24QGWS4ec4sp6LunSgGtPfz9KcYSgVxtakcKzQZCGkTY40NZxJORIalWDSz1IKnZNy158B5GvlBpuXm8RmpQgv2aICgmlkgnY0gmlwhKwSCeWKbXVsdGlhZGRyc5YACASsEgnlBpwjAAoErBIJ5QacJN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDx4QFIIetiGiL9Xb9HUpGmLqGCTgTKXmXV7K-gxAL04qDdGNwgpwjg3VkcIKcJYV3YWt1MgM"}'
|
||||
[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_2025-12-29_04-30-36__315796eb-a907-4673-aa62-8e06ae1aff8e__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.166.44
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['64266', '64267', '64268', '64269', '64270']
|
||||
[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 64266:64266 -p 64267:64267 -p 64268:64268 -p 64269:64269 -p 64270:64270 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=64268 --rest-port=64266 --tcp-port=64267 --discv5-udp-port=64269 --rest-address=0.0.0.0 --nat=extip:172.18.166.44 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=afdc67a8117fab3b5ccffa2f65d1a215b8bdaa45b0ccf0b475bf607cbde4b7ab --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64270 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QGWS4ec4sp6LunSgGtPfz9KcYSgVxtakcKzQZCGkTY40NZxJORIalWDSz1IKnZNy158B5GvlBpuXm8RmpQgv2aICgmlkgnY0gmlwhKwSCeWKbXVsdGlhZGRyc5YACASsEgnlBpwjAAoErBIJ5QacJN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDx4QFIIetiGiL9Xb9HUpGmLqGCTgTKXmXV7K-gxAL04qDdGNwgpwjg3VkcIKcJYV3YWt1MgM --storenode=/ip4/172.18.9.229/tcp/39971/p2p/16Uiu2HAmS5pEyDFJQKojnQb7R59P94gspMENy5Ung6Xq7zDUw74d --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.166.44 waku 0ecb57c7223e441e1a7a88b62d6f0bbdafd27abdb57082fbdc7cbe0441bde10e
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 0ecb57c7223e. Setting up logs at ./log/docker/store_node1_2025-12-29_04-30-36__315796eb-a907-4673-aa62-8e06ae1aff8e__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 64266
|
||||
[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:64266/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","protocolsHealth":[{"Relay":"READY"},{"Rln 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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[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:64266/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.166.44/tcp/64267/p2p/16Uiu2HAkuz2h4FqTN2Rb7V92EUwpMRun9U8aFDYsjmjiaAfkNn3R","/ip4/172.18.166.44/tcp/64268/ws/p2p/16Uiu2HAkuz2h4FqTN2Rb7V92EUwpMRun9U8aFDYsjmjiaAfkNn3R"],"enrUri":"enr:-L24QPCFY3hD4loLRc1lToXBVcKtYz8ooNVMQs0N1wNMaBnCe8pJjCPO4l59rqeYfanz34c3SF4IeBxDxtBGbnsRMDkCgmlkgnY0gmlwhKwSpiyKbXVsdGlhZGRyc5YACASsEqYsBvsLAAoErBKmLAb7DN0DgnJzhQADAQAAiXNlY3AyNTZrMaECCEoBH5w3Ta16r_WzCuQH2EMwiOWxkQa7hwyOW7RmPFiDdGNwgvsLg3VkcIL7DYV3YWt1MgM"}'
|
||||
[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:64266/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.9.229/tcp/39971/p2p/16Uiu2HAmS5pEyDFJQKojnQb7R59P94gspMENy5Ung6Xq7zDUw74d"]'
|
||||
[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:39970/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:64266/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:39970/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:39970/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:39970/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:39970/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:39970/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:39970/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:39970/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:39970/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:39970/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:39970/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:39970/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=$2&ascending=true" -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:39970/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=$2&ascending=true. Response content: b'page size parsing error: invalid integer: $2'
|
||||
[35mDEBUG [0m tests.store.test_page_size:test_page_size.py:66 the invalid page_size $2 wasn't accepted
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64266/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=$2&ascending=true" -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:64266/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=$2&ascending=true. Response content: b'page size parsing error: invalid integer: $2'
|
||||
[35mDEBUG [0m tests.store.test_page_size:test_page_size.py:66 the invalid page_size $2 wasn't accepted
|
||||
[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 4de20784adc3
|
||||
[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 0ecb57c7223e
|
||||
[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.
|
||||
34
nim/1018/data/attachments/1304df68d0b36348.txt
Normal file
34
nim/1018/data/attachments/1304df68d0b36348.txt
Normal file
@ -0,0 +1,34 @@
|
||||
WRN 2025-12-29 04:22:37.927+00:00 whether to mount storeSync is not specified, defaulting to not mounting topics="waku conf builder" tid=1 file=waku_conf_builder.nim:429
|
||||
bSubscribeShards: some(@[0])
|
||||
INF 2025-12-29 04:22:37.927+00:00 Sharding configuration: topics="waku conf builder" tid=1 file=waku_conf_builder.nim:464 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
|
||||
INF 2025-12-29 04:22:37.927+00:00 Configuration: Enabled protocols topics="waku conf" tid=1 file=waku_conf.nim:151 relay=false rlnRelay=false store=false filter=false lightPush=true peerExchange=true rendezvous=true
|
||||
INF 2025-12-29 04:22:37.927+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:160 cluster=3
|
||||
INF 2025-12-29 04:22:37.927+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:163 shard=0
|
||||
INF 2025-12-29 04:22:37.927+00:00 Configuration. Bootstrap nodes topics="waku conf" tid=1 file=waku_conf.nim:167 node=enr:-L24QFIbYOsT1W0ssJeuvzKc7JObUfGLesA-0gRlE00NlPrDbJKoDXi2nHMm9ztklFyfHFP99MZJhjP7Ns5iTiD82JACgmlkgnY0gmlwhKwSzQOKbXVsdGlhZGRyc5YACASsEs0DBjyyAAoErBLNAwY8s90DgnJzhQADAQAAiXNlY3AyNTZrMaEDFBgRU3TYkqyajbu4A0awhnKUrwA-iWcxENv3s5Mfr7mDdGNwgjyyg3VkcII8tIV3YWt1Mgk
|
||||
NTC 2025-12-29 04:22:37.927+00:00 REST service started tid=1 file=server.nim:183 address=0.0.0.0:61612
|
||||
INF 2025-12-29 04:22:37.927+00:00 Starting REST HTTP server tid=1 file=builder.nim:112 url=http://0.0.0.0:61612/
|
||||
INF 2025-12-29 04:22:37.928+00:00 Setting up storage tid=1 file=node_factory.nim:503
|
||||
INF 2025-12-29 04:22:37.928+00:00 Initializing node tid=1 file=node_factory.nim:512
|
||||
TRC 2025-12-29 04:22:37.929+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/id/1.0.0]"
|
||||
TRC 2025-12-29 04:22:37.929+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/autonat/1.0.0]"
|
||||
TRC 2025-12-29 04:22:37.929+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/circuit/relay/0.2.0/hop, /libp2p/circuit/relay/0.1.0]"
|
||||
TRC 2025-12-29 04:22:37.929+00:00 no peer storage found tid=1 file=peer_manager.nim:1130
|
||||
INF 2025-12-29 04:22:37.929+00:00 Initializing networking tid=1 file=waku_node.nim:178 addrs="@[/ip4/172.18.182.1/tcp/61613, /ip4/172.18.182.1/tcp/61614/ws]"
|
||||
INF 2025-12-29 04:22:37.930+00:00 Mounting protocols tid=1 file=node_factory.nim:518
|
||||
INF 2025-12-29 04:22:37.930+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards=[]
|
||||
TRC 2025-12-29 04:22:37.930+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/metadata/1.0.0]"
|
||||
INF 2025-12-29 04:22:37.930+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
|
||||
INF 2025-12-29 04:22:37.930+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
|
||||
INF 2025-12-29 04:22:37.930+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:252 clusterId=3 shardCount=1
|
||||
INF 2025-12-29 04:22:37.930+00:00 Shards created from content topics tid=1 file=node_factory.nim:309 contentTopics=[] shards=[]
|
||||
INF 2025-12-29 04:22:37.930+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:377
|
||||
INF 2025-12-29 04:22:37.930+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:207 clusterId=3 shards=[] capabilities=[] wakuPeerRecord="(peerId: 16U*k757ff, seqNo: 1766982157, addresses: [/ip4/172.18.182.1/tcp/61613, /ip4/172.18.182.1/tcp/61614/ws], mixKey: )"
|
||||
TRC 2025-12-29 04:22:37.930+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/rendezvous/1.0.0]"
|
||||
INF 2025-12-29 04:22:37.930+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:365
|
||||
INF 2025-12-29 04:22:37.930+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
|
||||
INF 2025-12-29 04:22:37.930+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
|
||||
TRC 2025-12-29 04:22:37.930+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/ping/1.0.0]"
|
||||
INF 2025-12-29 04:22:37.930+00:00 mounting light push topics="waku node lightpush api" tid=1 file=lightpush.nim:154
|
||||
ERR 2025-12-29 04:22:37.930+00:00 Mounting protocols failed tid=1 file=node_factory.nim:522 error="failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
|
||||
ERR 2025-12-29 04:22:37.930+00:00 Failed setting up node topics="wakunode main" tid=1 file=waku.nim:187 error="Mounting protocols failed: failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
|
||||
ERR 2025-12-29 04:22:37.930+00:00 Waku initialization failed topics="wakunode main" tid=1 file=wakunode2.nim:56 error="Failed setting up node: Mounting protocols failed: failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
|
||||
96
nim/1018/data/attachments/132fa71278fa06f4.txt
Normal file
96
nim/1018/data/attachments/132fa71278fa06f4.txt
Normal file
@ -0,0 +1,96 @@
|
||||
2025-12-29 04:35:28.173 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:35:28.173 DEBUG [tests.conftest] Running test: test_message_with_both_ephemeral_true_and_false with id: 2025-12-29_04-35-28__0cbf6e08-246c-4115-9c85-4e4c4334c6b7
|
||||
2025-12-29 04:35:28.173 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:35:28.173 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-29 04:35:28.174 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2025-12-29 04:35:28.180 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:35:28.181 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-29_04-35-28__0cbf6e08-246c-4115-9c85-4e4c4334c6b7__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:35:28.181 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:35:28.181 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:35:28.182 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:35:28.182 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.58.1
|
||||
2025-12-29 04:35:28.182 DEBUG [src.node.docker_mananger] Generated ports ['34524', '34525', '34526', '34527', '34528']
|
||||
2025-12-29 04:35:28.183 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:35:28.183 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:35:28.183 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:35:28.183 DEBUG [src.node.docker_mananger] docker run -i -t -p 34524:34524 -p 34525:34525 -p 34526:34526 -p 34527:34527 -p 34528:34528 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=34526 --rest-port=34524 --tcp-port=34525 --discv5-udp-port=34527 --rest-address=0.0.0.0 --nat=extip:172.18.58.1 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4a05db890adfff48257d54dd12fbac354ef3ea5e93f08c01aba26389dadcd5ba --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34528 --metrics-logging=true --store=true --relay=true
|
||||
2025-12-29 04:35:28.357 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.58.1 waku 8d7bc274869a579f45d0337ea5ac853b8f19bf4f295b7c79d83440ca2fe86889
|
||||
2025-12-29 04:35:28.391 DEBUG [src.node.docker_mananger] Container started with ID 8d7bc274869a. Setting up logs at ./log/docker/publishing_node1_2025-12-29_04-35-28__0cbf6e08-246c-4115-9c85-4e4c4334c6b7__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:35:28.391 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 34524
|
||||
2025-12-29 04:35:28.391 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:35:28.454 ERROR [src.node.docker_mananger] Max retries reached for container 50946cb3b112. Exiting log stream.
|
||||
2025-12-29 04:35:28.982 ERROR [src.node.docker_mananger] Max retries reached for container e713276e4e43. Exiting log stream.
|
||||
2025-12-29 04:35:29.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34524/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:29.395 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
2025-12-29 04:35:29.395 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:35:29.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34524/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:29.398 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.58.1/tcp/34525/p2p/16Uiu2HAmMGxbtsBR5HjdAesUc1YaqvepReG9VYzE2bUCbYTRhraM","/ip4/172.18.58.1/tcp/34526/ws/p2p/16Uiu2HAmMGxbtsBR5HjdAesUc1YaqvepReG9VYzE2bUCbYTRhraM"],"enrUri":"enr:-L24QGm87XIdMQEvi6AvlFocb33zcp3u0eSDBoGBIHaApW26apAYMkUNeEW2_dmDJvD7NK0dUuCdA_f8Z4pRDxR2k2ACgmlkgnY0gmlwhKwSOgGKbXVsdGlhZGRyc5YACASsEjoBBobdAAoErBI6AQaG3t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDgBRth__gMaAKVhZoo1zjfR8Kx_MEl2wBH8RU6vGFfTKDdGNwgobdg3VkcIKG34V3YWt1MgM"}'
|
||||
2025-12-29 04:35:29.398 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:35:29.405 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:35:29.405 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-29_04-35-28__0cbf6e08-246c-4115-9c85-4e4c4334c6b7__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:35:29.405 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:35:29.405 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:35:29.406 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:35:29.406 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.253.30
|
||||
2025-12-29 04:35:29.407 DEBUG [src.node.docker_mananger] Generated ports ['18996', '18997', '18998', '18999', '19000']
|
||||
2025-12-29 04:35:29.407 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:35:29.407 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:35:29.407 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:35:29.407 DEBUG [src.node.docker_mananger] docker run -i -t -p 18996:18996 -p 18997:18997 -p 18998:18998 -p 18999:18999 -p 19000:19000 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=18998 --rest-port=18996 --tcp-port=18997 --discv5-udp-port=18999 --rest-address=0.0.0.0 --nat=extip:172.18.253.30 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=de0c0d8a70db58f1fbfc15598ac1f9ef4ff52ebf4aecbb009eda11cd225c6fbf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19000 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QGm87XIdMQEvi6AvlFocb33zcp3u0eSDBoGBIHaApW26apAYMkUNeEW2_dmDJvD7NK0dUuCdA_f8Z4pRDxR2k2ACgmlkgnY0gmlwhKwSOgGKbXVsdGlhZGRyc5YACASsEjoBBobdAAoErBI6AQaG3t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDgBRth__gMaAKVhZoo1zjfR8Kx_MEl2wBH8RU6vGFfTKDdGNwgobdg3VkcIKG34V3YWt1MgM --storenode=/ip4/172.18.58.1/tcp/34525/p2p/16Uiu2HAmMGxbtsBR5HjdAesUc1YaqvepReG9VYzE2bUCbYTRhraM --store=true --relay=true
|
||||
2025-12-29 04:35:29.591 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.253.30 waku f1c3194ce6a4fcc359db97dbdebec3a3cc542614acd7c4649b5754fa2593279e
|
||||
2025-12-29 04:35:29.625 DEBUG [src.node.docker_mananger] Container started with ID f1c3194ce6a4. Setting up logs at ./log/docker/store_node1_2025-12-29_04-35-28__0cbf6e08-246c-4115-9c85-4e4c4334c6b7__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:35:29.626 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 18996
|
||||
2025-12-29 04:35:29.627 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:35:30.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18996/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:30.632 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln 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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-29 04:35:30.633 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:35:30.633 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18996/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:30.635 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.253.30/tcp/18997/p2p/16Uiu2HAmTHDdqhxnN9pJRDtoVgfp7gTtvyXGWYaiiydyzsx5cjUT","/ip4/172.18.253.30/tcp/18998/ws/p2p/16Uiu2HAmTHDdqhxnN9pJRDtoVgfp7gTtvyXGWYaiiydyzsx5cjUT"],"enrUri":"enr:-L24QJFhoraIm_vic1MZZFZnFqo9IpwkOo0J9PHGR4httjgyLCsd74-rNsIvqrtF8tLh5vSYhFka6gmnNqHNc6nh-mkCgmlkgnY0gmlwhKwS_R6KbXVsdGlhZGRyc5YACASsEv0eBko1AAoErBL9HgZKNt0DgnJzhQADAQAAiXNlY3AyNTZrMaED2UuMQvQSADh_hHhCyvqmkpExmlf2LXgu4A0K4vOdIjiDdGNwgko1g3VkcIJKN4V3YWt1MgM"}'
|
||||
2025-12-29 04:35:30.635 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:35:30.636 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18996/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.58.1/tcp/34525/p2p/16Uiu2HAmMGxbtsBR5HjdAesUc1YaqvepReG9VYzE2bUCbYTRhraM"]'
|
||||
2025-12-29 04:35:30.639 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:30.639 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34524/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-29 04:35:30.641 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:30.642 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18996/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-29 04:35:30.644 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:30.645 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:30.645 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34524/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": true}'
|
||||
2025-12-29 04:35:30.649 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:30.649 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:30.850 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:30.850 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34524/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}'
|
||||
2025-12-29 04:35:30.856 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:30.856 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:31.057 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:31.057 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34524/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:31.060 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xceb5151b2afb47a12e712c2c826499b6699a4c7b7adc2194b096a11473e1cb1f"}]}'
|
||||
2025-12-29 04:35:31.060 DEBUG [src.steps.store] messages length is 1
|
||||
2025-12-29 04:35:31.061 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:31.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18996/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:31.064 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xceb5151b2afb47a12e712c2c826499b6699a4c7b7adc2194b096a11473e1cb1f"}]}'
|
||||
2025-12-29 04:35:31.064 DEBUG [src.steps.store] messages length is 1
|
||||
2025-12-29 04:35:31.064 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:31.065 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34524/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}'
|
||||
2025-12-29 04:35:31.069 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:31.069 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:31.270 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:31.270 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34524/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": true}'
|
||||
2025-12-29 04:35:31.275 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:31.275 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:31.476 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:31.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34524/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:31.480 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xceb5151b2afb47a12e712c2c826499b6699a4c7b7adc2194b096a11473e1cb1f"},{"messageHash":"0x079c2191161a1750b814ab1193b9734f7b68060b5bac82b509fa8074e166ad35"}]}'
|
||||
2025-12-29 04:35:31.480 DEBUG [src.steps.store] messages length is 2
|
||||
2025-12-29 04:35:31.480 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:31.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18996/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:31.483 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xceb5151b2afb47a12e712c2c826499b6699a4c7b7adc2194b096a11473e1cb1f"},{"messageHash":"0x079c2191161a1750b814ab1193b9734f7b68060b5bac82b509fa8074e166ad35"}]}'
|
||||
2025-12-29 04:35:31.483 DEBUG [src.steps.store] messages length is 2
|
||||
2025-12-29 04:35:31.485 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:35:31.486 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:35:31.486 DEBUG [src.node.waku_node] Stopping container with id 8d7bc274869a
|
||||
2025-12-29 04:35:32.028 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:35:32.029 DEBUG [src.node.waku_node] Stopping container with id f1c3194ce6a4
|
||||
2025-12-29 04:35:32.517 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:35:32.519 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:35:32.525 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:35:32.531 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
14464
nim/1018/data/attachments/1363e85fa6f15857.txt
Normal file
14464
nim/1018/data/attachments/1363e85fa6f15857.txt
Normal file
File diff suppressed because it is too large
Load Diff
68
nim/1018/data/attachments/136aa7c1a0e07c0a.txt
Normal file
68
nim/1018/data/attachments/136aa7c1a0e07c0a.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_with_no_pubsub_topic with id: 2025-12-29_04-26-34__6eb09ad2-9d98-451f-ad94-41cc2ed1adb6
|
||||
[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_2025-12-29_04-26-34__6eb09ad2-9d98-451f-ad94-41cc2ed1adb6__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.178.120
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['56059', '56060', '56061', '56062', '56063']
|
||||
[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 56059:56059 -p 56060:56060 -p 56061:56061 -p 56062:56062 -p 56063:56063 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=56061 --rest-port=56059 --tcp-port=56060 --discv5-udp-port=56062 --rest-address=0.0.0.0 --nat=extip:172.18.178.120 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ffc17cb4da6aeb7ea64b6e22fb9a6bcbc60cbd106b2def6e9ecd69089cecc3e9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56063 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.178.120 waku 2cb7db72f8d17a482142641bf2a7b5fbf96fa6624fdca262ff4aabfc5e968590
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 2cb7db72f8d1. Setting up logs at ./log/docker/node1_2025-12-29_04-26-34__6eb09ad2-9d98-451f-ad94-41cc2ed1adb6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 56059
|
||||
[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 ac6190a444e5. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container a7eefbb03bd4. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56059/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
[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:56059/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.178.120/tcp/56060/p2p/16Uiu2HAm9kSMF5JdWP3FoKUnMPwwSawRzfPzpxbcxzJmJwsuEUiv","/ip4/172.18.178.120/tcp/56061/ws/p2p/16Uiu2HAm9kSMF5JdWP3FoKUnMPwwSawRzfPzpxbcxzJmJwsuEUiv"],"enrUri":"enr:-L24QAyLGP9TQB_ieMAr-yoNQB5HPbskbK0OYlBOJGe2ArpFFujLvtudnkG5pex8gB2VtrMICZ42IitSDEAIgY3V56sCgmlkgnY0gmlwhKwSsniKbXVsdGlhZGRyc5YACASsErJ4Btr8AAoErBKyeAba_d0DgnJzhQADAQAAiXNlY3AyNTZrMaEC1NI9m5ilFrV941zyRQIIAa-BK9H5AOns0utiwfhwttODdGNwgtr8g3VkcILa_oV3YWt1MgU"}'
|
||||
[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_2025-12-29_04-26-34__6eb09ad2-9d98-451f-ad94-41cc2ed1adb6__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.94.237
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['11133', '11134', '11135', '11136', '11137']
|
||||
[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 11133:11133 -p 11134:11134 -p 11135:11135 -p 11136:11136 -p 11137:11137 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=11135 --rest-port=11133 --tcp-port=11134 --discv5-udp-port=11136 --rest-address=0.0.0.0 --nat=extip:172.18.94.237 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ba6ebbe2fcd9f269dc38a57ad2eeae227facd2d1afb0ae358a0c07cc0c199ffa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11137 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QAyLGP9TQB_ieMAr-yoNQB5HPbskbK0OYlBOJGe2ArpFFujLvtudnkG5pex8gB2VtrMICZ42IitSDEAIgY3V56sCgmlkgnY0gmlwhKwSsniKbXVsdGlhZGRyc5YACASsErJ4Btr8AAoErBKyeAba_d0DgnJzhQADAQAAiXNlY3AyNTZrMaEC1NI9m5ilFrV941zyRQIIAa-BK9H5AOns0utiwfhwttODdGNwgtr8g3VkcILa_oV3YWt1MgU --filternode=/ip4/172.18.178.120/tcp/56060/p2p/16Uiu2HAm9kSMF5JdWP3FoKUnMPwwSawRzfPzpxbcxzJmJwsuEUiv
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.94.237 waku 1971ba921c45260d136582bbbb196c1edf2ffea44f250b5e2ae2e1e06b18e2e7
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 1971ba921c45. Setting up logs at ./log/docker/node2_2025-12-29_04-26-34__6eb09ad2-9d98-451f-ad94-41cc2ed1adb6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 11133
|
||||
[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:11133/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","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln 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":"READY"}]}'
|
||||
[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:11133/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.94.237/tcp/11134/p2p/16Uiu2HAmJDqBpkJ9wFDBCG1whyvegnesXqwsVTkxeA19ofr6GBbA","/ip4/172.18.94.237/tcp/11135/ws/p2p/16Uiu2HAmJDqBpkJ9wFDBCG1whyvegnesXqwsVTkxeA19ofr6GBbA"],"enrUri":"enr:-L24QG7O_XNF1G-ltEmwp3oFDeSc4RKxlZ1tXUG7TbDqOiGaeW0DHJgNiHiiGY1HK_4UBmVvoYjflQL910oHiV11eZkCgmlkgnY0gmlwhKwSXu2KbXVsdGlhZGRyc5YACASsEl7tBit-AAoErBJe7QYrf90DgnJzhQADAQAAiXNlY3AyNTZrMaEDUrQ9jv8PvUW4kOJ5ND75Jfh-x8-RsoRje3EUk_2ZjO2DdGNwgit-g3VkcIIrgIV3YWt1MgA"}'
|
||||
[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:11133/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.178.120/tcp/56060/p2p/16Uiu2HAm9kSMF5JdWP3FoKUnMPwwSawRzfPzpxbcxzJmJwsuEUiv"]'
|
||||
[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:56059/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:11133/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "efe0d0a6-15df-4081-aa00-4371262298a2", "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":"efe0d0a6-15df-4081-aa00-4371262298a2","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:11133/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": "/test/1/waku-filter/proto"}'
|
||||
[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:11133/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\\"))"}'
|
||||
[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 2cb7db72f8d1
|
||||
[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 1971ba921c45
|
||||
[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.
|
||||
4046
nim/1018/data/attachments/1423ded7666d4a08.txt
Normal file
4046
nim/1018/data/attachments/1423ded7666d4a08.txt
Normal file
File diff suppressed because it is too large
Load Diff
228
nim/1018/data/attachments/14a7c8b5f1403ea5.txt
Normal file
228
nim/1018/data/attachments/14a7c8b5f1403ea5.txt
Normal file
@ -0,0 +1,228 @@
|
||||
2025-12-29 04:28:43.402 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:28:43.402 DEBUG [tests.conftest] Running test: test_different_page_size[39] with id: 2025-12-29_04-28-43__e293330c-a3a9-4de2-9616-22c3c9099536
|
||||
2025-12-29 04:28:43.402 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:28:43.403 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-29 04:28:43.403 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2025-12-29 04:28:43.409 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:28:43.410 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-29_04-28-43__e293330c-a3a9-4de2-9616-22c3c9099536__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:28:43.410 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:28:43.410 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:28:43.411 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:28:43.411 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.217.23
|
||||
2025-12-29 04:28:43.412 DEBUG [src.node.docker_mananger] Generated ports ['40513', '40514', '40515', '40516', '40517']
|
||||
2025-12-29 04:28:43.412 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:28:43.412 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:28:43.412 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:28:43.412 DEBUG [src.node.docker_mananger] docker run -i -t -p 40513:40513 -p 40514:40514 -p 40515:40515 -p 40516:40516 -p 40517:40517 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=40515 --rest-port=40513 --tcp-port=40514 --discv5-udp-port=40516 --rest-address=0.0.0.0 --nat=extip:172.18.217.23 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=53d2b55f9ad4d60fbe396be8470ee89ef4b34bb0ceada5fcf7a8464e97ea80fd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40517 --metrics-logging=true --store=true --relay=true
|
||||
2025-12-29 04:28:43.595 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.217.23 waku fe6784c7b9a8b132baaef7e3afef175c49602a5576a8a45843f3a8db6ce6c2d5
|
||||
2025-12-29 04:28:43.627 DEBUG [src.node.docker_mananger] Container started with ID fe6784c7b9a8. Setting up logs at ./log/docker/publishing_node1_2025-12-29_04-28-43__e293330c-a3a9-4de2-9616-22c3c9099536__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:28:43.628 ERROR [src.node.docker_mananger] Max retries reached for container 80efa0a5bfcb. Exiting log stream.
|
||||
2025-12-29 04:28:43.628 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 40513
|
||||
2025-12-29 04:28:43.632 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:28:44.206 ERROR [src.node.docker_mananger] Max retries reached for container ac1268ab072a. Exiting log stream.
|
||||
2025-12-29 04:28:44.633 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40513/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:28:44.636 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
2025-12-29 04:28:44.637 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:28:44.637 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40513/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:28:44.639 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.217.23/tcp/40514/p2p/16Uiu2HAmMZS3m4rCGLSsxyFpkyKKUJpDGJeE9wiZV8h5vfXVv9Tg","/ip4/172.18.217.23/tcp/40515/ws/p2p/16Uiu2HAmMZS3m4rCGLSsxyFpkyKKUJpDGJeE9wiZV8h5vfXVv9Tg"],"enrUri":"enr:-L24QEHlV5dlEPhRdIeQKsopsek7mLIy6RO5Yayf3ZrLFk66ZnEH08JRB4-QZaiG3M1e-2YsY-AjubM0E5MA3xVtuZUCgmlkgnY0gmlwhKwS2ReKbXVsdGlhZGRyc5YACASsEtkXBp5CAAoErBLZFwaeQ90DgnJzhQADAQAAiXNlY3AyNTZrMaEDhEzBCRP-Q3m-XDFI6mvXuP472CMye4AldgG-g_uO-fODdGNwgp5Cg3VkcIKeRIV3YWt1MgM"}'
|
||||
2025-12-29 04:28:44.639 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:28:44.646 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:28:44.646 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-29_04-28-43__e293330c-a3a9-4de2-9616-22c3c9099536__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:28:44.646 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:28:44.646 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:28:44.648 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:28:44.648 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.250.140
|
||||
2025-12-29 04:28:44.648 DEBUG [src.node.docker_mananger] Generated ports ['28839', '28840', '28841', '28842', '28843']
|
||||
2025-12-29 04:28:44.648 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:28:44.648 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:28:44.649 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:28:44.649 DEBUG [src.node.docker_mananger] docker run -i -t -p 28839:28839 -p 28840:28840 -p 28841:28841 -p 28842:28842 -p 28843:28843 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=28841 --rest-port=28839 --tcp-port=28840 --discv5-udp-port=28842 --rest-address=0.0.0.0 --nat=extip:172.18.250.140 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=34da73dcedaab92a3dc1ffd90810e6adc2f82b55dced004e1a6eec5e9ac6b226 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28843 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QEHlV5dlEPhRdIeQKsopsek7mLIy6RO5Yayf3ZrLFk66ZnEH08JRB4-QZaiG3M1e-2YsY-AjubM0E5MA3xVtuZUCgmlkgnY0gmlwhKwS2ReKbXVsdGlhZGRyc5YACASsEtkXBp5CAAoErBLZFwaeQ90DgnJzhQADAQAAiXNlY3AyNTZrMaEDhEzBCRP-Q3m-XDFI6mvXuP472CMye4AldgG-g_uO-fODdGNwgp5Cg3VkcIKeRIV3YWt1MgM --storenode=/ip4/172.18.217.23/tcp/40514/p2p/16Uiu2HAmMZS3m4rCGLSsxyFpkyKKUJpDGJeE9wiZV8h5vfXVv9Tg --store=true --relay=true
|
||||
2025-12-29 04:28:44.825 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.250.140 waku 681082e5ab8d0358614fc2c62f846259635070969b62a5bee2c8497fd47e09ce
|
||||
2025-12-29 04:28:44.860 DEBUG [src.node.docker_mananger] Container started with ID 681082e5ab8d. Setting up logs at ./log/docker/store_node1_2025-12-29_04-28-43__e293330c-a3a9-4de2-9616-22c3c9099536__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:28:44.861 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 28839
|
||||
2025-12-29 04:28:44.861 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:28:45.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:28:45.866 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln 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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-29 04:28:45.866 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:28:45.866 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28839/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:28:45.868 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.250.140/tcp/28840/p2p/16Uiu2HAkuti1km8KDvRyKFKWNR2be3SizZAh3VYRuLqVBBQs66fq","/ip4/172.18.250.140/tcp/28841/ws/p2p/16Uiu2HAkuti1km8KDvRyKFKWNR2be3SizZAh3VYRuLqVBBQs66fq"],"enrUri":"enr:-L24QF8EuMs1pIkMPPyHOGPAn5xjEx2aQjZIC4v4_dcqQXuIPWUNqabNcNs0TfOi_l3YRgHGaytsqbijYdYaPx8SbA4CgmlkgnY0gmlwhKwS-oyKbXVsdGlhZGRyc5YACASsEvqMBnCoAAoErBL6jAZwqd0DgnJzhQADAQAAiXNlY3AyNTZrMaECBuz7Q2cEKsci3giWQYiRA9rGLVpnKmISdFCHeKrem0iDdGNwgnCog3VkcIJwqoV3YWt1MgM"}'
|
||||
2025-12-29 04:28:45.869 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:28:45.869 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28839/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.217.23/tcp/40514/p2p/16Uiu2HAmMZS3m4rCGLSsxyFpkyKKUJpDGJeE9wiZV8h5vfXVv9Tg"]'
|
||||
2025-12-29 04:28:45.872 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:45.872 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-29 04:28:45.874 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:45.875 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28839/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-29 04:28:45.877 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:45.878 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:45.878 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:45.883 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:45.883 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:46.084 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:46.085 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:46.090 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:46.090 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:46.291 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:46.292 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:46.297 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:46.298 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:46.499 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:46.499 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:46.505 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:46.505 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:46.706 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:46.706 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:46.712 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:46.712 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:46.913 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:46.914 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:46.919 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:46.920 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:47.121 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:47.121 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:47.126 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:47.126 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:47.327 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:47.327 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:47.333 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:47.333 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:47.534 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:47.535 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:47.540 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:47.540 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:47.741 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:47.742 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:47.747 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:47.747 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:47.948 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:47.948 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:47.954 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:47.954 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:48.155 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:48.156 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:48.161 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:48.162 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:48.363 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:48.363 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:48.369 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:48.369 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:48.570 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:48.571 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:48.576 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:48.576 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:48.777 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:48.777 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:48.782 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:48.783 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:48.983 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:48.984 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:48.989 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:48.990 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:49.190 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:49.191 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:49.196 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:49.197 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:49.398 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:49.398 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:49.403 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:49.403 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:49.604 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:49.604 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:49.609 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:49.609 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:49.810 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:49.810 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:49.815 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:49.816 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:50.017 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:50.017 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:50.023 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:50.024 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:50.224 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:50.224 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:50.229 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:50.230 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:50.430 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:50.431 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:50.436 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:50.436 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:50.637 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:50.638 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:50.643 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:50.643 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:50.844 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:50.844 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:50.850 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:50.850 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:51.051 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:51.052 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:51.057 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:51.057 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:51.258 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:51.258 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:51.263 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:51.263 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:51.464 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:51.464 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:51.470 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:51.470 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:51.671 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:51.671 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:51.676 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:51.677 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:51.877 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:51.878 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:51.883 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:51.883 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:52.084 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:52.085 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:52.089 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:52.091 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:52.291 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:52.292 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:52.297 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:52.298 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:52.498 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:52.499 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:52.504 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:52.505 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:52.705 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:52.706 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:52.711 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:52.711 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:52.912 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:52.912 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:52.918 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:52.918 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:53.119 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:53.119 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:53.124 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:53.124 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:53.326 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:53.326 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:53.332 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:53.332 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:53.533 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:53.533 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:53.539 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:53.540 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:53.741 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:53.741 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:53.746 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:53.747 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:53.947 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:53.948 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40513/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)'}'
|
||||
2025-12-29 04:28:53.953 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:53.954 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:54.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40513/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=39&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:28:54.158 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x69538445d7e492b5d245c2415293230117caed27c85df793c075633039e9693b"},{"messageHash":"0x34dd9bafb1b24564843d6bc9c81d2d37f66e50d5cc045b13c36bd77a41a81f5e"},{"messageHash":"0x6c6cae0143f3bb6b2e5f0a74311656b525d2a5e82fe64aa8513303e87b5eebaf"},{"messageHash":"0x6d476ca763be9349d69b8f6981e42589965453db40fb2b7eefc87e21f7d1097a"},{"messageHash":"0x1651987040366636e059c840a2bb03e9809a550ac7228cad1730ab2eb0a2c381"},{"messageHash":"0x1224a78dd2ba211f2235561861aaa5e37fc02c305dfafedc113b5e0606077a01"},{"messageHash":"0x2b5d8f826f50029cfed395054f301d0d132d5ab52cf8df5d71da1bf7a2d57957"},{"messageHash":"0x378b6f67858bf138c49bad75e59d478cb619556ecd3d59ff8daa1ed786872b4e"},{"messageHash":"0x55625a6ec509f63501a0e59e464e113774d9d0763c744d4485696e3e243d6baa"},{"messageHash":"0x2ce4242ba1452028a9e7fced580a5a22dd2be040f643577c5cbbff9a2ba7bcf3"},{"messageHash":"0xea419d390892ee0171bbb8aae27f0a858186240e54627b63dfe42916e2792ed1"},{"messageHash":"0x5eb21ac123b70179a1a850b30fc382f0bdc67740aa36fd30ba7b31651077733e"},{"messageHash":"0xf4bc447cdfedb38a12fc517aa2285e8ab28d2995fd5127a8f293d90fea57bddc"},{"messageHash":"0xd50eaa06e09ac67b6ca4c0a1517057fd5d72616b3440fb2462e40751086b3c12"},{"messageHash":"0x1949dbf81a1196f3e91777bdb336aec12f6d38d6c99385ad8ed56788e6690da2"},{"messageHash":"0xcc84eac4fc2adc25c1f5ebe8339d8494cd21717c362c62899c591ee02a3f867d"},{"messageHash":"0x22b37dced9d5350b4578ceb0c6fc4d59f1bcbed1be40a4f57824302ec4b55c8f"},{"messageHash":"0x6876a36ba64dbb1d20dc35bb3553d7299656e66c9e8b74983461207e76258ffa"},{"messageHash":"0xf4e2d72ccc1a2a26e1b864a06d3e2fb7503070cc56817da3a847f5df77b08c55"},{"messageHash":"0x448d4439032f4b7c5e811ae3b9fda9dc80925dede81050b8b900976d482af715"},{"messageHash":"0xb9e131ee2bf82be63d747fef1c6830a31ec70fe717e8e34e46deb7eb680f4d30"},{"messageHash":"0xe33cfc36fc9299acc89497c094ef791de73914dace76f115415eb0b647e146d8"},{"messageHash":"0x9d7c6d505cd725277809fbeb5d786e938bb0fe37cc24afeaeea8ad13dbef3906"},{"messageHash":"0x20cdb903011c3545d1c6b7df2b710cee027e7c7c65080b1410ed5667f7e5243c"},{"messageHash":"0x4cb242e8f93dce0e61165c5f2e23845e490867a5666b483bb489972f67e33c59"},{"messageHash":"0xbc6491a7244771ef535e351c2ea44c7c63d3244d81b3ca38bbf5f54b23f0bf13"},{"messageHash":"0x0acb7ebca2a09938f921ed6a944667db729191be4c93f16e5b94d1c61c7e1bdb"},{"messageHash":"0x13bf8f9a7b35ab2ab3e8e6ac494427614b8943056c31b476091c6c1c5373ea57"},{"messageHash":"0x9462954d5cfef43a96bcf43277d409acb6b17162f43c8a6ff7b926312a2c9025"},{"messageHash":"0xde020f09a9799c3065a914eb7a66965283564837e10f4d89f1bbaab427f91f5c"},{"messageHash":"0x32a18588ee872ad261241391bf5e8c4ae833d723c9ec88a1ffa09994e1b56e89"},{"messageHash":"0x2211d02497676c6d226ba68b548b48d420a973509f7a9298209cf6f8b4a2a209"},{"messageHash":"0x50250adcf369df4dc6b2e7eabbd6f16f8708cd1ffb8d5ca39d12091afb5657a4"},{"messageHash":"0xa87b75ee3b6760684c8963cf625157e8e74c71185587f926588469f2db869bd7"},{"messageHash":"0xd2e00baa75c6d013ae45399713a9c8754c83ba24da4869e7e75c7090010ab992"},{"messageHash":"0xf049f222541853e4f6cd768e66600d5c4da6058f8fbfc02a87ef7dc7460832d2"},{"messageHash":"0x156425493686332c1dd87e946e60f879f0f6c609d0c5069d652b79df0b38ce51"},{"messageHash":"0xacc22dc74c8c7480f67989d7a6029208035ad5ee064ddaa2934944c7ee724c3f"},{"messageHash":"0x563f7695d33241225bf2a78508dbb08c3a7abaefa8ad5818b3441580db3f8839"}],"paginationCursor":"0x563f7695d33241225bf2a78508dbb08c3a7abaefa8ad5818b3441580db3f8839"}'
|
||||
2025-12-29 04:28:54.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28839/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=39&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:28:54.163 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x69538445d7e492b5d245c2415293230117caed27c85df793c075633039e9693b"},{"messageHash":"0x34dd9bafb1b24564843d6bc9c81d2d37f66e50d5cc045b13c36bd77a41a81f5e"},{"messageHash":"0x6c6cae0143f3bb6b2e5f0a74311656b525d2a5e82fe64aa8513303e87b5eebaf"},{"messageHash":"0x6d476ca763be9349d69b8f6981e42589965453db40fb2b7eefc87e21f7d1097a"},{"messageHash":"0x1651987040366636e059c840a2bb03e9809a550ac7228cad1730ab2eb0a2c381"},{"messageHash":"0x1224a78dd2ba211f2235561861aaa5e37fc02c305dfafedc113b5e0606077a01"},{"messageHash":"0x2b5d8f826f50029cfed395054f301d0d132d5ab52cf8df5d71da1bf7a2d57957"},{"messageHash":"0x378b6f67858bf138c49bad75e59d478cb619556ecd3d59ff8daa1ed786872b4e"},{"messageHash":"0x55625a6ec509f63501a0e59e464e113774d9d0763c744d4485696e3e243d6baa"},{"messageHash":"0x2ce4242ba1452028a9e7fced580a5a22dd2be040f643577c5cbbff9a2ba7bcf3"},{"messageHash":"0xea419d390892ee0171bbb8aae27f0a858186240e54627b63dfe42916e2792ed1"},{"messageHash":"0x5eb21ac123b70179a1a850b30fc382f0bdc67740aa36fd30ba7b31651077733e"},{"messageHash":"0xf4bc447cdfedb38a12fc517aa2285e8ab28d2995fd5127a8f293d90fea57bddc"},{"messageHash":"0xd50eaa06e09ac67b6ca4c0a1517057fd5d72616b3440fb2462e40751086b3c12"},{"messageHash":"0x1949dbf81a1196f3e91777bdb336aec12f6d38d6c99385ad8ed56788e6690da2"},{"messageHash":"0xcc84eac4fc2adc25c1f5ebe8339d8494cd21717c362c62899c591ee02a3f867d"},{"messageHash":"0x22b37dced9d5350b4578ceb0c6fc4d59f1bcbed1be40a4f57824302ec4b55c8f"},{"messageHash":"0x6876a36ba64dbb1d20dc35bb3553d7299656e66c9e8b74983461207e76258ffa"},{"messageHash":"0xf4e2d72ccc1a2a26e1b864a06d3e2fb7503070cc56817da3a847f5df77b08c55"},{"messageHash":"0x448d4439032f4b7c5e811ae3b9fda9dc80925dede81050b8b900976d482af715"},{"messageHash":"0xb9e131ee2bf82be63d747fef1c6830a31ec70fe717e8e34e46deb7eb680f4d30"},{"messageHash":"0xe33cfc36fc9299acc89497c094ef791de73914dace76f115415eb0b647e146d8"},{"messageHash":"0x9d7c6d505cd725277809fbeb5d786e938bb0fe37cc24afeaeea8ad13dbef3906"},{"messageHash":"0x20cdb903011c3545d1c6b7df2b710cee027e7c7c65080b1410ed5667f7e5243c"},{"messageHash":"0x4cb242e8f93dce0e61165c5f2e23845e490867a5666b483bb489972f67e33c59"},{"messageHash":"0xbc6491a7244771ef535e351c2ea44c7c63d3244d81b3ca38bbf5f54b23f0bf13"},{"messageHash":"0x0acb7ebca2a09938f921ed6a944667db729191be4c93f16e5b94d1c61c7e1bdb"},{"messageHash":"0x13bf8f9a7b35ab2ab3e8e6ac494427614b8943056c31b476091c6c1c5373ea57"},{"messageHash":"0x9462954d5cfef43a96bcf43277d409acb6b17162f43c8a6ff7b926312a2c9025"},{"messageHash":"0xde020f09a9799c3065a914eb7a66965283564837e10f4d89f1bbaab427f91f5c"},{"messageHash":"0x32a18588ee872ad261241391bf5e8c4ae833d723c9ec88a1ffa09994e1b56e89"},{"messageHash":"0x2211d02497676c6d226ba68b548b48d420a973509f7a9298209cf6f8b4a2a209"},{"messageHash":"0x50250adcf369df4dc6b2e7eabbd6f16f8708cd1ffb8d5ca39d12091afb5657a4"},{"messageHash":"0xa87b75ee3b6760684c8963cf625157e8e74c71185587f926588469f2db869bd7"},{"messageHash":"0xd2e00baa75c6d013ae45399713a9c8754c83ba24da4869e7e75c7090010ab992"},{"messageHash":"0xf049f222541853e4f6cd768e66600d5c4da6058f8fbfc02a87ef7dc7460832d2"},{"messageHash":"0x156425493686332c1dd87e946e60f879f0f6c609d0c5069d652b79df0b38ce51"},{"messageHash":"0xacc22dc74c8c7480f67989d7a6029208035ad5ee064ddaa2934944c7ee724c3f"},{"messageHash":"0x563f7695d33241225bf2a78508dbb08c3a7abaefa8ad5818b3441580db3f8839"}],"paginationCursor":"0x563f7695d33241225bf2a78508dbb08c3a7abaefa8ad5818b3441580db3f8839"}'
|
||||
2025-12-29 04:28:54.164 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:28:54.166 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:28:54.166 DEBUG [src.node.waku_node] Stopping container with id fe6784c7b9a8
|
||||
2025-12-29 04:28:54.720 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:28:54.720 DEBUG [src.node.waku_node] Stopping container with id 681082e5ab8d
|
||||
2025-12-29 04:28:55.265 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:28:55.265 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:28:55.283 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:28:55.299 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
813
nim/1018/data/attachments/14d49fa924231df7.txt
Normal file
813
nim/1018/data/attachments/14d49fa924231df7.txt
Normal file
@ -0,0 +1,813 @@
|
||||
2025-12-29 04:34:20.341 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:34:20.341 DEBUG [tests.conftest] Running test: test_main_node_only_lightpush__peer_only_lightpush with id: 2025-12-29_04-34-20__71c145cb-ba1e-4fc7-8c02-c01d510941bb
|
||||
2025-12-29 04:34:20.342 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:34:20.342 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-29 04:34:20.349 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:34:20.349 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2025-12-29_04-34-20__71c145cb-ba1e-4fc7-8c02-c01d510941bb__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:34:20.349 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:34:20.350 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:34:20.351 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:34:20.351 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.227.46
|
||||
2025-12-29 04:34:20.351 DEBUG [src.node.docker_mananger] Generated ports ['56095', '56096', '56097', '56098', '56099']
|
||||
2025-12-29 04:34:20.351 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:34:20.351 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:34:20.352 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:34:20.352 DEBUG [src.node.docker_mananger] docker run -i -t -p 56095:56095 -p 56096:56096 -p 56097:56097 -p 56098:56098 -p 56099:56099 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=56097 --rest-port=56095 --tcp-port=56096 --discv5-udp-port=56098 --rest-address=0.0.0.0 --nat=extip:172.18.227.46 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2fc3fb2cd151aba50c21df6f30ebef8f1b0f0cfbfe5a2c67ecb488a3c8fc2994 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56099 --metrics-logging=true --lightpush=true --relay=false
|
||||
2025-12-29 04:34:20.549 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.227.46 waku 027b0ac913dfcda79262db7b3442778f22af6057a264d8ea9463501183483fd9
|
||||
2025-12-29 04:34:20.583 DEBUG [src.node.docker_mananger] Container started with ID 027b0ac913df. Setting up logs at ./log/docker/receiving_node1_2025-12-29_04-34-20__71c145cb-ba1e-4fc7-8c02-c01d510941bb__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:34:20.584 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56095
|
||||
2025-12-29 04:34:20.584 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:34:21.584 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:21.686 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:21.787 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:21.860 ERROR [src.node.docker_mananger] Max retries reached for container 027b0ac913df. Exiting log stream.
|
||||
2025-12-29 04:34:21.888 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:21.990 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:22.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:22.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:22.312 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:22.413 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:22.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:22.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:22.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:22.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:22.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:23.020 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:23.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:23.223 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:23.324 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:23.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:23.527 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:23.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:23.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:23.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:23.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:24.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:24.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:24.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:24.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:24.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:24.539 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:24.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:24.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:24.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:24.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:25.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:25.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:25.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:25.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:25.450 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:25.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:25.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:25.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:25.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:25.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:26.057 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:26.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:26.260 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:26.362 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:26.463 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:26.564 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:26.665 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:26.767 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:26.868 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:26.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:27.070 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:27.172 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:27.273 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:27.374 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:27.476 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:27.577 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:27.678 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:27.779 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:27.881 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:27.982 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:28.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:28.185 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:28.286 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:28.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:28.488 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:28.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:28.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:28.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:28.894 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:28.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:29.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:29.199 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:29.300 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:29.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:29.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:29.603 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:29.704 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:29.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:29.907 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:30.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:30.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:30.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:30.313 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:30.415 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:30.516 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:30.618 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:30.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:30.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:30.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:31.024 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:31.125 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:31.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:31.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:31.429 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:31.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:31.633 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:31.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:31.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:31.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:32.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:32.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:32.243 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:32.344 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:32.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:32.547 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:32.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:32.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:32.852 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:32.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:33.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:33.156 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:33.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:33.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:33.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:33.561 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:33.663 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:33.764 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:33.865 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:33.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:34.068 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:34.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:34.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:34.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:34.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:34.573 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:34.675 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:34.776 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:34.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:34.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:35.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:35.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:35.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:35.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:35.485 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:35.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:35.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:35.788 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:35.890 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:35.991 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:36.092 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:36.194 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:36.295 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:36.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:36.497 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:36.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:36.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:36.801 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:36.903 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:37.004 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:37.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:37.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:37.308 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:37.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:37.511 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:37.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:37.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:37.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:37.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:38.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:38.118 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:38.219 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:38.321 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:38.422 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:38.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:38.625 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:38.726 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:38.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:38.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:39.031 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:39.132 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:39.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:39.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:39.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:39.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:39.638 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:39.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:39.841 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:39.942 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:40.043 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:40.145 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:40.246 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:40.347 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:40.448 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:40.549 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:40.650 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:40.752 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:40.853 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:40.954 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:41.055 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:41.156 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:41.258 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:41.359 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:41.461 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:41.562 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:41.663 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:41.664 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=56095): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f1fd85117f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-29 04:34:41.765 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:34:41.765 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:34:41.767 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:34:41.767 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.148.214
|
||||
2025-12-29 04:34:41.767 DEBUG [src.node.docker_mananger] Generated ports ['28764', '28765', '28766', '28767', '28768']
|
||||
2025-12-29 04:34:41.767 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:34:41.767 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:34:41.767 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:34:41.767 DEBUG [src.node.docker_mananger] docker run -i -t -p 28764:28764 -p 28765:28765 -p 28766:28766 -p 28767:28767 -p 28768:28768 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=28766 --rest-port=28764 --tcp-port=28765 --discv5-udp-port=28767 --rest-address=0.0.0.0 --nat=extip:172.18.148.214 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d6ca0b34eaba5c8dc6fbee5ef8abce8a2013b4b62deaa9e16e342da8a55dcdef --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28768 --metrics-logging=true --lightpush=true --relay=false
|
||||
2025-12-29 04:34:41.949 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.148.214 waku 0d9d6f8d218a21c3054989ce5c2b98de189b566c5496fac79e5c0b4f8affaad2
|
||||
2025-12-29 04:34:41.978 DEBUG [src.node.docker_mananger] Container started with ID 0d9d6f8d218a. Setting up logs at ./log/docker/receiving_node1_2025-12-29_04-34-20__71c145cb-ba1e-4fc7-8c02-c01d510941bb__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:34:41.979 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 28764
|
||||
2025-12-29 04:34:41.980 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:34:42.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:43.081 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:43.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:43.277 ERROR [src.node.docker_mananger] Max retries reached for container 0d9d6f8d218a. Exiting log stream.
|
||||
2025-12-29 04:34:43.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:43.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:43.486 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:43.588 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:43.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:43.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:43.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:43.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:44.094 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:44.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:44.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:44.398 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:44.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:44.600 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:44.701 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:44.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:44.904 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:45.005 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:45.106 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:45.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:45.308 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:45.410 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:45.511 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:45.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:45.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:45.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:45.915 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:46.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:46.118 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:46.219 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:46.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:46.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:46.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:46.624 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:46.726 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:46.827 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:46.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:47.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:47.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:47.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:47.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:47.435 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:47.536 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:47.638 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:47.739 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:47.840 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:47.942 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:48.043 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:48.145 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:48.246 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:48.347 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:48.449 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:48.550 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:48.651 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:48.753 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:48.854 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:48.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:49.057 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:49.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:49.260 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:49.361 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:49.463 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:49.564 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:49.665 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:49.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:49.867 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:49.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:50.070 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:50.172 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:50.273 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:50.374 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:50.475 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:50.577 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:50.678 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:50.779 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:50.881 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:50.982 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:51.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:51.185 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:51.286 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:51.388 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:51.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:51.591 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:51.692 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:51.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:51.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:51.996 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:52.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:52.199 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:52.300 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:52.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:52.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:52.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:52.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:52.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:52.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:53.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:53.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:53.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:53.313 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:53.414 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:53.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:53.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:53.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:53.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:53.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:54.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:54.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:54.223 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:54.324 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:54.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:54.527 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:54.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:54.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:54.830 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:54.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:55.032 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:55.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:55.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:55.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:55.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:55.539 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:55.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:55.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:55.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:55.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:56.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:56.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:56.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:56.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:56.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:56.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:56.654 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:56.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:56.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:56.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:57.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:57.161 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:57.263 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:57.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:57.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:57.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:57.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:57.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:57.871 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:57.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:58.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:58.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:58.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:58.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:58.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:58.580 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:58.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:58.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:58.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:58.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:59.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:59.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:59.290 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:59.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:59.493 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:59.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:59.695 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:59.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:59.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:59.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:00.100 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:00.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:00.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:00.404 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:00.505 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:00.606 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:00.707 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:00.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:00.910 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:01.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:01.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:01.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:01.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:01.416 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:01.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:01.618 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:01.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:01.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:01.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:02.023 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:02.125 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:02.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:02.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:02.429 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:02.530 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:02.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:02.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:02.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:02.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:03.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:03.038 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=28764): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f1fd85b5010>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-29 04:35:03.138 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:35:03.138 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:35:03.140 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:35:03.140 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.217.127
|
||||
2025-12-29 04:35:03.140 DEBUG [src.node.docker_mananger] Generated ports ['24010', '24011', '24012', '24013', '24014']
|
||||
2025-12-29 04:35:03.140 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:35:03.140 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:35:03.141 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:35:03.141 DEBUG [src.node.docker_mananger] docker run -i -t -p 24010:24010 -p 24011:24011 -p 24012:24012 -p 24013:24013 -p 24014:24014 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=24012 --rest-port=24010 --tcp-port=24011 --discv5-udp-port=24013 --rest-address=0.0.0.0 --nat=extip:172.18.217.127 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0b4954d7ce48b6796a9b8af0d83a5db63751f73ae9626ece9cc7a209c91defbf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=24014 --metrics-logging=true --lightpush=true --relay=false
|
||||
2025-12-29 04:35:03.321 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.217.127 waku 71e3909610b0ff10937eaaf553328003accc6da5f5bf0a8a220e1e6df0c0418d
|
||||
2025-12-29 04:35:03.350 DEBUG [src.node.docker_mananger] Container started with ID 71e3909610b0. Setting up logs at ./log/docker/receiving_node1_2025-12-29_04-34-20__71c145cb-ba1e-4fc7-8c02-c01d510941bb__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:35:03.352 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 24010
|
||||
2025-12-29 04:35:03.352 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:35:04.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:04.454 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:04.555 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:04.643 ERROR [src.node.docker_mananger] Max retries reached for container 71e3909610b0. Exiting log stream.
|
||||
2025-12-29 04:35:04.656 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:04.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:04.858 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:04.960 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:05.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:05.163 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:05.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:05.366 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:05.467 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:05.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:05.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:05.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:05.872 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:05.973 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:06.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:06.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:06.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:06.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:06.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:06.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:06.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:06.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:06.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:06.987 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:07.088 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:07.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:07.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:07.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:07.493 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:07.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:07.696 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:07.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:07.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:07.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:08.100 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:08.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:08.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:08.405 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:08.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:08.607 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:08.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:08.810 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:08.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:09.013 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:09.114 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:09.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:09.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:09.418 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:09.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:09.621 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:09.722 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:09.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:09.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:10.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:10.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:10.228 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:10.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:10.431 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:10.532 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:10.633 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:10.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:10.835 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:10.937 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:11.038 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:11.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:11.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:11.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:11.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:11.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:11.645 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:11.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:11.848 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:11.949 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:12.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:12.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:12.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:12.354 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:12.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:12.557 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:12.658 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:12.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:12.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:12.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:13.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:13.165 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:13.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:13.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:13.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:13.569 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:13.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:13.772 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:13.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:13.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:14.075 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:14.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:14.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:14.379 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:14.481 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:14.582 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:14.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:14.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:14.886 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:14.987 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:15.088 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:15.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:15.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:15.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:15.493 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:15.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:15.695 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:15.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:15.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:15.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:16.100 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:16.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:16.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:16.404 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:16.505 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:16.607 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:16.709 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:16.810 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:16.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:17.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:17.113 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:17.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:17.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:17.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:17.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:17.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:17.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:17.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:17.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:18.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:18.126 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:18.227 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:18.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:18.430 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:18.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:18.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:18.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:18.835 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:18.936 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:19.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:19.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:19.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:19.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:19.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:19.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:19.645 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:19.747 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:19.848 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:19.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:20.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:20.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:20.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:20.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:20.457 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:20.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:20.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:20.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:20.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:20.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:21.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:21.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:21.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:21.369 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:21.470 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:21.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:21.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:21.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:21.876 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:21.978 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:22.079 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:22.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:22.282 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:22.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:22.485 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:22.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:22.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:22.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:22.890 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:22.991 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:23.092 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:23.194 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:23.295 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:23.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:23.498 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:23.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:23.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:23.801 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:23.903 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:24.004 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:24.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:24.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:24.308 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:24.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:24.410 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=24010): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f1fd83ee270>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-29 04:35:24.584 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:35:24.585 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:35:24.585 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:24.686 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:24.788 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:24.889 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:24.991 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:25.092 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:25.194 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:25.295 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:25.397 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:25.498 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:25.599 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:25.701 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:25.802 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:25.904 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:26.005 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:26.107 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:26.209 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:26.311 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:26.412 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:26.513 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:26.615 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:26.716 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:26.818 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:26.920 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:27.022 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:27.123 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:27.225 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:27.327 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:27.429 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:27.531 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:27.632 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:27.734 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:27.836 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:27.938 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:28.040 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:28.141 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:28.243 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:28.345 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:28.447 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:28.549 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:28.650 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:28.752 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:28.854 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:28.956 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:29.058 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:29.159 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:29.261 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:29.363 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:29.464 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:29.566 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:29.667 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:29.669 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/71e3909610b0ff10937eaaf553328003accc6da5f5bf0a8a220e1e6df0c0418d/stop: Not Found ("No such container: 71e3909610b0ff10937eaaf553328003accc6da5f5bf0a8a220e1e6df0c0418d")
|
||||
2025-12-29 04:35:29.669 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:29.770 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:29.871 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:29.973 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:30.075 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:30.176 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:30.278 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:30.380 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:30.481 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:30.583 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:30.685 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:30.787 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:30.888 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:30.990 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:31.091 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:31.193 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:31.294 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:31.396 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:31.497 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:31.599 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:31.701 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:31.802 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:31.904 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:32.006 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:32.108 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:32.210 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:32.311 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:32.413 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:32.515 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:32.616 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:32.718 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:32.820 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:32.921 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:33.022 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:33.124 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:33.226 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:33.327 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:33.429 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:33.530 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:33.632 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:33.734 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:33.835 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:33.937 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:34.038 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:34.139 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:34.241 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:34.343 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:34.444 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:34.545 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:34.647 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:34.748 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:34.749 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/71e3909610b0ff10937eaaf553328003accc6da5f5bf0a8a220e1e6df0c0418d/stop: Not Found ("No such container: 71e3909610b0ff10937eaaf553328003accc6da5f5bf0a8a220e1e6df0c0418d")
|
||||
2025-12-29 04:35:34.750 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:34.851 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:34.952 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:35.054 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:35.155 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:35.257 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:35.358 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:35.460 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:35.561 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:35.663 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:35.764 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:35.866 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:35.967 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:36.068 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:36.170 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:36.271 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:36.373 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:36.474 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:36.576 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:36.677 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:36.779 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:36.880 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:36.982 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:37.083 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:37.185 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:37.287 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:37.388 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:37.490 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:37.591 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:37.693 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:37.794 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:37.895 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:37.997 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:38.098 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:38.200 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:38.302 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:38.403 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:38.504 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:38.606 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:38.708 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:38.809 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:38.911 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:39.013 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:39.114 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:39.216 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:39.318 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:39.419 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:39.521 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:39.622 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:39.723 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:39.825 DEBUG [src.node.waku_node] Stopping container with id 71e3909610b0
|
||||
2025-12-29 04:35:39.826 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/71e3909610b0ff10937eaaf553328003accc6da5f5bf0a8a220e1e6df0c0418d/stop: Not Found ("No such container: 71e3909610b0ff10937eaaf553328003accc6da5f5bf0a8a220e1e6df0c0418d")
|
||||
2025-12-29 04:35:39.827 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:35:39.827 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:35:39.828 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:35:39.828 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:35:39.829 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
||||
2025-12-29 04:35:39.829 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
||||
2025-12-29 04:35:39.829 DEBUG [src.libs.common] Attaching file ./log/docker/receiving_node1_2025-12-29_04-34-20__71c145cb-ba1e-4fc7-8c02-c01d510941bb__wakuorg_nwaku:latest.log
|
||||
861
nim/1018/data/attachments/14dc1af8fe8b3aeb.txt
Normal file
861
nim/1018/data/attachments/14dc1af8fe8b3aeb.txt
Normal file
@ -0,0 +1,861 @@
|
||||
2025-12-29 04:26:42.723 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:26:42.723 DEBUG [tests.conftest] Running test: test_light_push_and_retrieve_duplicate_message with id: 2025-12-29_04-26-42__3c50bf61-5128-41ab-bcba-cf5bbd220b58
|
||||
2025-12-29 04:26:42.723 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:26:42.724 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-29 04:26:42.730 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:26:42.730 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2025-12-29_04-26-42__3c50bf61-5128-41ab-bcba-cf5bbd220b58__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:26:42.731 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:26:42.731 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:26:42.732 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:26:42.733 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.34.234
|
||||
2025-12-29 04:26:42.733 DEBUG [src.node.docker_mananger] Generated ports ['54408', '54409', '54410', '54411', '54412']
|
||||
2025-12-29 04:26:42.733 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:26:42.733 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:26:42.733 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:26:42.733 DEBUG [src.node.docker_mananger] docker run -i -t -p 54408:54408 -p 54409:54409 -p 54410:54410 -p 54411:54411 -p 54412:54412 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=54410 --rest-port=54408 --tcp-port=54409 --discv5-udp-port=54411 --rest-address=0.0.0.0 --nat=extip:172.18.34.234 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b1ad49dbeeb16be5c194c740518ebc7a5b06d5fba3491d07b2cc0b354abca09f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54412 --metrics-logging=true --lightpush=true --relay=true
|
||||
2025-12-29 04:26:42.906 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.34.234 waku 8d92b1ccc64030d67ba57249cb11ffd177b3842b6d735561e2c20cdb0f9ba1a3
|
||||
2025-12-29 04:26:42.937 DEBUG [src.node.docker_mananger] Container started with ID 8d92b1ccc640. Setting up logs at ./log/docker/receiving_node1_2025-12-29_04-26-42__3c50bf61-5128-41ab-bcba-cf5bbd220b58__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:26:42.938 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 54408
|
||||
2025-12-29 04:26:42.938 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:26:43.939 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54408/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:43.943 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
2025-12-29 04:26:43.943 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:26:43.943 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54408/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:43.946 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.34.234/tcp/54409/p2p/16Uiu2HAmAaXw1CVqRdLLHSk93tn7kjRk3YDeQ9qjprpyZiLvZgtM","/ip4/172.18.34.234/tcp/54410/ws/p2p/16Uiu2HAmAaXw1CVqRdLLHSk93tn7kjRk3YDeQ9qjprpyZiLvZgtM"],"enrUri":"enr:-L24QD2kW2ds8jIKZddywpdeIQSYq4h0Pm5gIH-fDdiuPR6Zc1Lb3nU8fP13oHVKUnLJJsJssGZ6VNh4XL3VQ7vZDlMCgmlkgnY0gmlwhKwSIuqKbXVsdGlhZGRyc5YACASsEiLqBtSJAAoErBIi6gbUit0DgnJzhQADAQAAiXNlY3AyNTZrMaEC4SRuYT8KOoH81UZOmRgE9tc-0WkxUsLSl6AOSnjLCo6DdGNwgtSJg3VkcILUi4V3YWt1Mgk"}'
|
||||
2025-12-29 04:26:43.946 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:26:43.954 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:26:43.954 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2025-12-29_04-26-42__3c50bf61-5128-41ab-bcba-cf5bbd220b58__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:26:43.954 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:26:43.954 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:26:43.956 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:26:43.956 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.92.32
|
||||
2025-12-29 04:26:43.957 DEBUG [src.node.docker_mananger] Generated ports ['22126', '22127', '22128', '22129', '22130']
|
||||
2025-12-29 04:26:43.957 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:26:43.958 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:26:43.958 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:26:43.960 DEBUG [src.node.docker_mananger] docker run -i -t -p 22126:22126 -p 22127:22127 -p 22128:22128 -p 22129:22129 -p 22130:22130 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=22128 --rest-port=22126 --tcp-port=22127 --discv5-udp-port=22129 --rest-address=0.0.0.0 --nat=extip:172.18.92.32 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5fd060e1eb380572b4444be09e46bb1d67fa50250efa56c9faff841aabeb9bdd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22130 --metrics-logging=true --lightpush=false --relay=true
|
||||
2025-12-29 04:26:44.149 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.92.32 waku 2980b9a1aa0ce18c3c178124e230a9e04e79b2e14ac3d41fb10625f489d67c6d
|
||||
2025-12-29 04:26:44.177 DEBUG [src.node.docker_mananger] Container started with ID 2980b9a1aa0c. Setting up logs at ./log/docker/receiving_node2_2025-12-29_04-26-42__3c50bf61-5128-41ab-bcba-cf5bbd220b58__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:26:44.177 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 22126
|
||||
2025-12-29 04:26:44.177 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:26:45.177 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22126/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:45.181 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
2025-12-29 04:26:45.181 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:26:45.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22126/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:45.184 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.92.32/tcp/22127/p2p/16Uiu2HAm782MLeEM76azhU6Jhgp4eAyL99fU2GvmavWgpQjrmkJa","/ip4/172.18.92.32/tcp/22128/ws/p2p/16Uiu2HAm782MLeEM76azhU6Jhgp4eAyL99fU2GvmavWgpQjrmkJa"],"enrUri":"enr:-L24QNLlieWb7sTavGp6vwbl-PaAyrWp1J0xYSphvZ4JbFesd7WZ4Gb_ReJdN2wpeCOruKIP6dGyA3oRC4NpqgU6DMwCgmlkgnY0gmlwhKwSXCCKbXVsdGlhZGRyc5YACASsElwgBlZvAAoErBJcIAZWcN0DgnJzhQADAQAAiXNlY3AyNTZrMaECrcbSmehlfgPo8r3a3B0GSfcs5D6lG4sx0z7DEVxbdneDdGNwglZvg3VkcIJWcYV3YWt1MgE"}'
|
||||
2025-12-29 04:26:45.184 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:26:45.185 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22126/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.34.234/tcp/54409/p2p/16Uiu2HAmAaXw1CVqRdLLHSk93tn7kjRk3YDeQ9qjprpyZiLvZgtM"]'
|
||||
2025-12-29 04:26:45.215 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:26:45.223 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:26:45.223 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2025-12-29_04-26-42__3c50bf61-5128-41ab-bcba-cf5bbd220b58__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:26:45.223 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:26:45.223 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:26:45.226 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:26:45.228 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.105.131
|
||||
2025-12-29 04:26:45.228 DEBUG [src.node.docker_mananger] Generated ports ['9696', '9697', '9698', '9699', '9700']
|
||||
2025-12-29 04:26:45.229 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:26:45.229 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:26:45.229 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:26:45.229 DEBUG [src.node.docker_mananger] docker run -i -t -p 9696:9696 -p 9697:9697 -p 9698:9698 -p 9699:9699 -p 9700:9700 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=9698 --rest-port=9696 --tcp-port=9697 --discv5-udp-port=9699 --rest-address=0.0.0.0 --nat=extip:172.18.105.131 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2ddfd5b928d6c9a51eddcc94b8d1e2224fc6b91f834d2cd3ccbe9fc6b75df6b0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9700 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QD2kW2ds8jIKZddywpdeIQSYq4h0Pm5gIH-fDdiuPR6Zc1Lb3nU8fP13oHVKUnLJJsJssGZ6VNh4XL3VQ7vZDlMCgmlkgnY0gmlwhKwSIuqKbXVsdGlhZGRyc5YACASsEiLqBtSJAAoErBIi6gbUit0DgnJzhQADAQAAiXNlY3AyNTZrMaEC4SRuYT8KOoH81UZOmRgE9tc-0WkxUsLSl6AOSnjLCo6DdGNwgtSJg3VkcILUi4V3YWt1Mgk --lightpushnode=/ip4/172.18.34.234/tcp/54409/p2p/16Uiu2HAmAaXw1CVqRdLLHSk93tn7kjRk3YDeQ9qjprpyZiLvZgtM --lightpush=true --relay=false
|
||||
2025-12-29 04:26:45.385 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.105.131 waku 511bf2ae341311dc4e373b62f72d96f1dce110a2425bb31e5b0e10e9fbce67f1
|
||||
2025-12-29 04:26:45.409 DEBUG [src.node.docker_mananger] Container started with ID 511bf2ae3413. Setting up logs at ./log/docker/lightpush_node1_2025-12-29_04-26-42__3c50bf61-5128-41ab-bcba-cf5bbd220b58__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:26:45.411 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9696
|
||||
2025-12-29 04:26:45.411 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:26:46.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:46.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:46.614 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:46.676 ERROR [src.node.docker_mananger] Max retries reached for container 511bf2ae3413. Exiting log stream.
|
||||
2025-12-29 04:26:46.716 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:46.817 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:46.918 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:47.019 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:47.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:47.222 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:47.324 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:47.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:47.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:47.627 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:47.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:47.830 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:47.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:48.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:48.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:48.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:48.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:48.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:48.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:48.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:48.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:48.844 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:48.945 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:49.047 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:49.148 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:49.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:49.351 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:49.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:49.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:49.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:49.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:49.858 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:49.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:50.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:50.162 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:50.263 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:50.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:50.466 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:50.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:50.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:50.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:50.872 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:50.973 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:51.075 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:51.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:51.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:51.379 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:51.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:51.582 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:51.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:51.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:51.886 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:51.987 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:52.088 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:52.190 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:52.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:52.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:52.493 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:52.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:52.696 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:52.798 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:52.899 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:53.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:53.102 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:53.203 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:53.305 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:53.406 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:53.507 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:53.609 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:53.710 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:53.811 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:53.913 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:54.014 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:54.115 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:54.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:54.318 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:54.419 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:54.521 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:54.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:54.724 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:54.825 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:54.927 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:55.028 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:55.130 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:55.231 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:55.332 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:55.434 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:55.535 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:55.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:55.738 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:55.839 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:55.941 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:56.042 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:56.143 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:56.245 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:56.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:56.447 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:56.549 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:56.650 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:56.751 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:56.853 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:56.954 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:57.056 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:57.157 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:57.258 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:57.359 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:57.461 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:57.562 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:57.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:57.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:57.866 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:57.968 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:58.069 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:58.170 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:58.272 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:58.373 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:58.474 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:58.576 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:58.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:58.779 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:58.880 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:58.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:59.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:59.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:59.285 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:59.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:59.488 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:59.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:59.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:59.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:59.893 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:59.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:00.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:00.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:00.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:00.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:00.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:00.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:00.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:00.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:00.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:01.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:01.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:01.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:01.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:01.415 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:01.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:01.618 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:01.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:01.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:01.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:02.024 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:02.125 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:02.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:02.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:02.429 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:02.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:02.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:02.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:02.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:02.936 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:03.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:03.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:03.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:03.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:03.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:03.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:03.645 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:03.747 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:03.848 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:03.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:04.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:04.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:04.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:04.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:04.457 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:04.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:04.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:04.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:04.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:04.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:05.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:05.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:05.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:05.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:05.470 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:05.571 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:05.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:05.774 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:05.875 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:05.976 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:06.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:06.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:06.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:06.382 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:06.483 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:06.485 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=9696): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7ffaee684920>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-29 04:27:06.585 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:27:06.585 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:27:06.587 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:27:06.587 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.236.118
|
||||
2025-12-29 04:27:06.587 DEBUG [src.node.docker_mananger] Generated ports ['62247', '62248', '62249', '62250', '62251']
|
||||
2025-12-29 04:27:06.587 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:27:06.587 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:27:06.587 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:27:06.587 DEBUG [src.node.docker_mananger] docker run -i -t -p 62247:62247 -p 62248:62248 -p 62249:62249 -p 62250:62250 -p 62251:62251 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=62249 --rest-port=62247 --tcp-port=62248 --discv5-udp-port=62250 --rest-address=0.0.0.0 --nat=extip:172.18.236.118 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=faca2b8dac77379a4df6cb83a57f3db61a48e021c2c911b53518ceeb1f0ddc52 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62251 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QD2kW2ds8jIKZddywpdeIQSYq4h0Pm5gIH-fDdiuPR6Zc1Lb3nU8fP13oHVKUnLJJsJssGZ6VNh4XL3VQ7vZDlMCgmlkgnY0gmlwhKwSIuqKbXVsdGlhZGRyc5YACASsEiLqBtSJAAoErBIi6gbUit0DgnJzhQADAQAAiXNlY3AyNTZrMaEC4SRuYT8KOoH81UZOmRgE9tc-0WkxUsLSl6AOSnjLCo6DdGNwgtSJg3VkcILUi4V3YWt1Mgk --lightpushnode=/ip4/172.18.34.234/tcp/54409/p2p/16Uiu2HAmAaXw1CVqRdLLHSk93tn7kjRk3YDeQ9qjprpyZiLvZgtM --lightpush=true --relay=false
|
||||
2025-12-29 04:27:06.743 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.236.118 waku 36322e08dd28e0ae5f9b07fb99c70db3b9a8d141359d71578796e8602d8ef02f
|
||||
2025-12-29 04:27:06.771 DEBUG [src.node.docker_mananger] Container started with ID 36322e08dd28. Setting up logs at ./log/docker/lightpush_node1_2025-12-29_04-26-42__3c50bf61-5128-41ab-bcba-cf5bbd220b58__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:27:06.772 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 62247
|
||||
2025-12-29 04:27:06.773 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:27:07.773 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:07.874 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:07.976 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:08.036 ERROR [src.node.docker_mananger] Max retries reached for container 36322e08dd28. Exiting log stream.
|
||||
2025-12-29 04:27:08.077 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:08.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:08.280 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:08.381 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:08.483 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:08.584 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:08.685 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:08.787 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:08.888 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:08.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:09.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:09.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:09.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:09.395 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:09.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:09.598 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:09.699 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:09.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:09.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:10.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:10.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:10.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:10.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:10.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:10.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:10.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:10.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:10.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:10.915 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:11.016 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:11.118 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:11.219 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:11.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:11.422 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:11.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:11.624 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:11.726 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:11.827 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:11.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:12.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:12.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:12.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:12.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:12.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:12.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:12.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:12.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:12.841 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:12.943 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:13.044 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:13.145 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:13.247 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:13.348 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:13.449 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:13.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:13.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:13.753 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:13.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:13.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:14.057 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:14.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:14.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:14.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:14.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:14.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:14.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:14.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:14.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:14.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:15.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:15.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:15.275 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:15.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:15.478 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:15.580 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:15.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:15.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:15.884 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:15.985 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:16.086 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:16.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:16.289 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:16.390 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:16.491 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:16.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:16.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:16.796 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:16.897 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:16.998 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:17.100 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:17.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:17.302 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:17.404 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:17.505 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:17.606 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:17.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:17.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:17.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:18.013 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:18.114 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:18.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:18.317 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:18.418 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:18.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:18.621 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:18.722 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:18.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:18.925 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:19.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:19.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:19.230 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:19.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:19.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:19.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:19.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:19.736 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:19.838 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:19.939 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:20.041 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:20.142 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:20.243 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:20.345 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:20.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:20.547 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:20.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:20.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:20.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:20.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:21.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:21.156 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:21.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:21.359 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:21.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:21.561 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:21.663 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:21.764 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:21.866 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:21.967 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:22.068 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:22.170 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:22.271 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:22.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:22.474 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:22.575 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:22.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:22.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:22.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:22.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:23.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:23.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:23.285 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:23.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:23.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:23.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:23.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:23.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:23.893 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:23.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:24.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:24.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:24.298 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:24.399 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:24.501 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:24.602 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:24.704 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:24.805 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:24.907 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:25.008 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:25.109 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:25.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:25.312 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:25.414 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:25.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:25.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:25.718 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:25.819 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:25.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:26.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:26.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:26.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:26.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:26.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:26.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:26.631 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:26.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:26.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:26.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:27.036 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:27.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:27.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:27.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:27.442 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:27.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:27.645 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:27.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:27.848 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62247/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:27.849 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=62247): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7ffaee6864e0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-29 04:27:27.949 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:27:27.949 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:27:27.951 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:27:27.951 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.124.34
|
||||
2025-12-29 04:27:27.951 DEBUG [src.node.docker_mananger] Generated ports ['28528', '28529', '28530', '28531', '28532']
|
||||
2025-12-29 04:27:27.951 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:27:27.951 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:27:27.951 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:27:27.951 DEBUG [src.node.docker_mananger] docker run -i -t -p 28528:28528 -p 28529:28529 -p 28530:28530 -p 28531:28531 -p 28532:28532 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=28530 --rest-port=28528 --tcp-port=28529 --discv5-udp-port=28531 --rest-address=0.0.0.0 --nat=extip:172.18.124.34 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ecca1c7dcbab0e9fdbfe20aeb0a6465fedafbdd9cc3d5a066d022fa51ba815a0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28532 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QD2kW2ds8jIKZddywpdeIQSYq4h0Pm5gIH-fDdiuPR6Zc1Lb3nU8fP13oHVKUnLJJsJssGZ6VNh4XL3VQ7vZDlMCgmlkgnY0gmlwhKwSIuqKbXVsdGlhZGRyc5YACASsEiLqBtSJAAoErBIi6gbUit0DgnJzhQADAQAAiXNlY3AyNTZrMaEC4SRuYT8KOoH81UZOmRgE9tc-0WkxUsLSl6AOSnjLCo6DdGNwgtSJg3VkcILUi4V3YWt1Mgk --lightpushnode=/ip4/172.18.34.234/tcp/54409/p2p/16Uiu2HAmAaXw1CVqRdLLHSk93tn7kjRk3YDeQ9qjprpyZiLvZgtM --lightpush=true --relay=false
|
||||
2025-12-29 04:27:28.114 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.124.34 waku 565fe16f1332c034a885655d1c9f6529648069c974b62b04a0b8c5ecc42e208b
|
||||
2025-12-29 04:27:28.140 DEBUG [src.node.docker_mananger] Container started with ID 565fe16f1332. Setting up logs at ./log/docker/lightpush_node1_2025-12-29_04-26-42__3c50bf61-5128-41ab-bcba-cf5bbd220b58__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:27:28.141 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 28528
|
||||
2025-12-29 04:27:28.142 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:27:29.142 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:29.244 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:29.345 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:29.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:29.459 ERROR [src.node.docker_mananger] Max retries reached for container 565fe16f1332. Exiting log stream.
|
||||
2025-12-29 04:27:29.547 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:29.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:29.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:29.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:29.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:30.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:30.156 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:30.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:30.359 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:30.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:30.561 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:30.663 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:30.764 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:30.865 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:30.967 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:31.068 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:31.170 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:31.271 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:31.373 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:31.474 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:31.575 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:31.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:31.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:31.880 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:31.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:32.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:32.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:32.285 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:32.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:32.490 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:32.591 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:32.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:32.794 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:32.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:32.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:33.099 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:33.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:33.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:33.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:33.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:33.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:33.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:33.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:33.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:34.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:34.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:34.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:34.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:34.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:34.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:34.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:34.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:34.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:34.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:35.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:35.126 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:35.228 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:35.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:35.431 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:35.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:35.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:35.735 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:35.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:35.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:36.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:36.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:36.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:36.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:36.445 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:36.548 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:36.650 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:36.751 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:36.852 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:36.954 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:37.055 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:37.156 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:37.258 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:37.359 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:37.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:37.562 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:37.663 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:37.764 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:37.866 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:37.967 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:38.069 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:38.171 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:38.272 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:38.373 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:38.475 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:38.576 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:38.678 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:38.780 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:38.881 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:38.982 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:39.084 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:39.185 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:39.287 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:39.388 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:39.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:39.591 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:39.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:39.794 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:39.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:39.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:40.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:40.199 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:40.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:40.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:40.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:40.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:40.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:40.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:40.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:41.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:41.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:41.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:41.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:41.416 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:41.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:41.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:41.722 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:41.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:41.925 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:42.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:42.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:42.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:42.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:42.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:42.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:42.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:42.736 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:42.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:42.939 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:43.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:43.142 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:43.243 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:43.345 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:43.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:43.548 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:43.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:43.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:43.852 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:43.954 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:44.055 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:44.156 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:44.259 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:44.361 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:44.462 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:44.564 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:44.665 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:44.767 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:44.868 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:44.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:45.071 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:45.172 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:45.274 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:45.375 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:45.476 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:45.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:45.679 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:45.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:45.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:45.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:46.085 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:46.186 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:46.287 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:46.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:46.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:46.614 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:46.715 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:46.817 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:46.918 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:47.020 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:47.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:47.222 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:47.324 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:47.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:47.527 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:47.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:47.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:47.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:47.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:48.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:48.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:48.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:48.338 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:48.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:48.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:48.642 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:48.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:48.845 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:48.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:49.047 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:49.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28528/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:49.150 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=28528): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7ffaee6a7230>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-29 04:27:49.320 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:27:49.321 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:27:49.321 DEBUG [src.node.waku_node] Stopping container with id 8d92b1ccc640
|
||||
2025-12-29 04:27:49.809 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:27:49.810 DEBUG [src.node.waku_node] Stopping container with id 2980b9a1aa0c
|
||||
2025-12-29 04:27:50.256 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:27:50.258 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:50.360 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:50.462 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:50.563 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:50.622 ERROR [src.node.docker_mananger] Max retries reached for container 8d92b1ccc640. Exiting log stream.
|
||||
2025-12-29 04:27:50.664 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:50.766 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:50.867 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:50.969 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:51.068 ERROR [src.node.docker_mananger] Max retries reached for container 2980b9a1aa0c. Exiting log stream.
|
||||
2025-12-29 04:27:51.070 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:51.171 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:51.273 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:51.375 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:51.476 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:51.578 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:51.680 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:51.781 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:51.883 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:51.984 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:52.086 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:52.188 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:52.289 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:52.391 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:52.493 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:52.594 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:52.696 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:52.797 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:52.899 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:53.000 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:53.102 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:53.204 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:53.305 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:53.407 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:53.509 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:53.610 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:53.712 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:53.814 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:53.915 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:54.017 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:54.119 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:54.220 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:54.322 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:54.423 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:54.525 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:54.627 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:54.728 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:54.830 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:54.932 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:55.033 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:55.135 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:55.236 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:55.338 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:55.339 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/565fe16f1332c034a885655d1c9f6529648069c974b62b04a0b8c5ecc42e208b/stop: Not Found ("No such container: 565fe16f1332c034a885655d1c9f6529648069c974b62b04a0b8c5ecc42e208b")
|
||||
2025-12-29 04:27:55.339 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:55.441 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:55.542 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:55.644 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:55.746 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:55.847 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:55.949 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:56.051 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:56.152 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:56.254 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:56.356 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:56.457 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:56.559 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:56.660 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:56.762 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:56.864 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:56.965 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:57.067 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:57.168 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:57.270 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:57.372 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:57.473 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:57.575 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:57.677 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:57.778 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:57.880 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:57.982 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:58.083 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:58.185 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:58.287 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:58.388 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:58.490 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:58.591 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:58.693 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:58.794 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:58.896 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:58.998 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:59.099 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:59.201 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:59.302 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:59.404 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:59.506 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:59.607 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:59.709 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:59.810 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:27:59.912 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:00.014 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:00.115 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:00.217 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:00.318 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:00.420 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:00.421 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/565fe16f1332c034a885655d1c9f6529648069c974b62b04a0b8c5ecc42e208b/stop: Not Found ("No such container: 565fe16f1332c034a885655d1c9f6529648069c974b62b04a0b8c5ecc42e208b")
|
||||
2025-12-29 04:28:00.422 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:00.523 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:00.625 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:00.726 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:00.828 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:00.930 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:01.031 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:01.133 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:01.235 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:01.336 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:01.438 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:01.540 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:01.641 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:01.743 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:01.845 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:01.947 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:02.048 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:02.150 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:02.252 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:02.353 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:02.455 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:02.557 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:02.659 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:02.760 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:02.862 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:02.963 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:03.065 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:03.167 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:03.269 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:03.371 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:03.472 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:03.574 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:03.675 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:03.777 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:03.879 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:03.980 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:04.082 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:04.184 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:04.285 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:04.387 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:04.488 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:04.590 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:04.692 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:04.793 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:04.895 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:04.997 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:05.098 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:05.200 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:05.302 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:05.403 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:05.505 DEBUG [src.node.waku_node] Stopping container with id 565fe16f1332
|
||||
2025-12-29 04:28:05.507 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/565fe16f1332c034a885655d1c9f6529648069c974b62b04a0b8c5ecc42e208b/stop: Not Found ("No such container: 565fe16f1332c034a885655d1c9f6529648069c974b62b04a0b8c5ecc42e208b")
|
||||
2025-12-29 04:28:05.508 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:28:05.530 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:28:05.554 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:28:05.554 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:28:05.554 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:28:05.554 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
75
nim/1018/data/attachments/14ddb6d62e3084a3.txt
Normal file
75
nim/1018/data/attachments/14ddb6d62e3084a3.txt
Normal file
@ -0,0 +1,75 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_main_node_relay_and_store__peer_relay_and_store with id: 2025-12-29_04-28-22__f4890679-25a7-4a06-aeba-acfbcfdd0cb8
|
||||
[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_2025-12-29_04-28-22__f4890679-25a7-4a06-aeba-acfbcfdd0cb8__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.195
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['45172', '45173', '45174', '45175', '45176']
|
||||
[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 45172:45172 -p 45173:45173 -p 45174:45174 -p 45175:45175 -p 45176:45176 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=45174 --rest-port=45172 --tcp-port=45173 --discv5-udp-port=45175 --rest-address=0.0.0.0 --nat=extip:172.18.59.195 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8fdddb9a07af391e7eabc5aa924eccff7cc73b0da9aae26080086ef799afdcc1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45176 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.59.195 waku 04afcfcd37b16d9e2491d51c990e850ae1aa743e32e2e43f78fd302f5bce40ab
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 04afcfcd37b1. Setting up logs at ./log/docker/publishing_node1_2025-12-29_04-28-22__f4890679-25a7-4a06-aeba-acfbcfdd0cb8__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 45172
|
||||
[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 dc2282da2716. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container b2b56b107c37. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45172/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
[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:45172/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.195/tcp/45173/p2p/16Uiu2HAm81c746YisPHUVSBS3mZhdQJQhXwpq2F6uVHTdwnLf5vs","/ip4/172.18.59.195/tcp/45174/ws/p2p/16Uiu2HAm81c746YisPHUVSBS3mZhdQJQhXwpq2F6uVHTdwnLf5vs"],"enrUri":"enr:-L24QNSdaHXMs3Ykymt1JRzbd3_xEaiysZHzB2XCcWiZ-K93XxpE6prVUlMjoHDLC_mlfNkTQuleKKMw9blIOxFQYqsCgmlkgnY0gmlwhKwSO8OKbXVsdGlhZGRyc5YACASsEjvDBrB1AAoErBI7wwawdt0DgnJzhQADAQAAiXNlY3AyNTZrMaECuv2b_sdtJcwG_L3lvqkYtdP1qtxn-U-zbSMlq4TcDYSDdGNwgrB1g3VkcIKwd4V3YWt1MgM"}'
|
||||
[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_2025-12-29_04-28-22__f4890679-25a7-4a06-aeba-acfbcfdd0cb8__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.234.247
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['10626', '10627', '10628', '10629', '10630']
|
||||
[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 10626:10626 -p 10627:10627 -p 10628:10628 -p 10629:10629 -p 10630:10630 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=10628 --rest-port=10626 --tcp-port=10627 --discv5-udp-port=10629 --rest-address=0.0.0.0 --nat=extip:172.18.234.247 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2fded5cf47ccaebfacbeb556ef036e6ce5edb2d7ce377dff2c10faba8fd49ffe --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10630 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QNSdaHXMs3Ykymt1JRzbd3_xEaiysZHzB2XCcWiZ-K93XxpE6prVUlMjoHDLC_mlfNkTQuleKKMw9blIOxFQYqsCgmlkgnY0gmlwhKwSO8OKbXVsdGlhZGRyc5YACASsEjvDBrB1AAoErBI7wwawdt0DgnJzhQADAQAAiXNlY3AyNTZrMaECuv2b_sdtJcwG_L3lvqkYtdP1qtxn-U-zbSMlq4TcDYSDdGNwgrB1g3VkcIKwd4V3YWt1MgM --storenode=/ip4/172.18.59.195/tcp/45173/p2p/16Uiu2HAm81c746YisPHUVSBS3mZhdQJQhXwpq2F6uVHTdwnLf5vs --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.234.247 waku 26ae5100fa21603396a1b79f05c89733c13547effdaf0e17e7467b863735f890
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 26ae5100fa21. Setting up logs at ./log/docker/store_node1_2025-12-29_04-28-22__f4890679-25a7-4a06-aeba-acfbcfdd0cb8__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 10626
|
||||
[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:10626/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","protocolsHealth":[{"Relay":"READY"},{"Rln 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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[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:10626/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.234.247/tcp/10627/p2p/16Uiu2HAmJdzr7BNqEUvp8BQW6cE55UebapVSLPTnZyTm3uywBhQm","/ip4/172.18.234.247/tcp/10628/ws/p2p/16Uiu2HAmJdzr7BNqEUvp8BQW6cE55UebapVSLPTnZyTm3uywBhQm"],"enrUri":"enr:-L24QAq6Wv4E_MKH8f59uxOHgVGFr6_g3lGwS5ZY6q4o7PTtYe_beXHCh0jrBJztd7x0A7RSPeRmJa9Xw74lDaq69_cCgmlkgnY0gmlwhKwS6veKbXVsdGlhZGRyc5YACASsEur3BimDAAoErBLq9wYphN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDWOUaQDmxqL-icbY5dUNSQPX-houIJfJsvuX_ukH4LvKDdGNwgimDg3VkcIIphYV3YWt1MgM"}'
|
||||
[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:10626/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.59.195/tcp/45173/p2p/16Uiu2HAm81c746YisPHUVSBS3mZhdQJQhXwpq2F6uVHTdwnLf5vs"]'
|
||||
[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:45172/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:10626/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:45172/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:45172/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":"0xd480f434f88850901131447c7d2c8ec6aa880933a7e14ac98669cfbfa9852c97"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 1
|
||||
[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:10626/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":"0xd480f434f88850901131447c7d2c8ec6aa880933a7e14ac98669cfbfa9852c97"}]}'
|
||||
[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 04afcfcd37b1
|
||||
[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 26ae5100fa21
|
||||
[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.
|
||||
584
nim/1018/data/attachments/14ead0e7f00a398e.txt
Normal file
584
nim/1018/data/attachments/14ead0e7f00a398e.txt
Normal file
@ -0,0 +1,584 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_get_store_messages_with_different_payloads with id: 2025-12-29_04-35-31__e8a73c45-59ff-4d8f-a680-ada00c429b96
|
||||
[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_2025-12-29_04-35-31__e8a73c45-59ff-4d8f-a680-ada00c429b96__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.203.230
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['17432', '17433', '17434', '17435', '17436']
|
||||
[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 17432:17432 -p 17433:17433 -p 17434:17434 -p 17435:17435 -p 17436:17436 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=17434 --rest-port=17432 --tcp-port=17433 --discv5-udp-port=17435 --rest-address=0.0.0.0 --nat=extip:172.18.203.230 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=eae18ce17eb2fa85d8ef5b2eb61c312611cfbcd7a28813ebdd28aa98d68c0ecc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17436 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.203.230 waku f111383632ee4473645968a6bc9fee858d063a8f88adf290593bdbb5798d795b
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID f111383632ee. Setting up logs at ./log/docker/publishing_node1_2025-12-29_04-35-31__e8a73c45-59ff-4d8f-a680-ada00c429b96__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 17432
|
||||
[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 ba7fc201f293. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container b6da3c1ac63b. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17432/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
[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:17432/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.203.230/tcp/17433/p2p/16Uiu2HAm56XJdy8TisJGaAqYgk6Rj1n2vTpt7AqJichmtGBRgjEh","/ip4/172.18.203.230/tcp/17434/ws/p2p/16Uiu2HAm56XJdy8TisJGaAqYgk6Rj1n2vTpt7AqJichmtGBRgjEh"],"enrUri":"enr:-L24QLhftGaIgBmog5hBBsuN70VGvDBKpBJpiNNNgGUkiQ0QSqR5I-pYKxPy_HGGwIKEaiGwr85aIQlsBBSucxAvaiMCgmlkgnY0gmlwhKwSy-aKbXVsdGlhZGRyc5YACASsEsvmBkQZAAoErBLL5gZEGt0DgnJzhQADAQAAiXNlY3AyNTZrMaECj60GYgq0DHGbW0z26dSpf7MJn84XW_oBD5KGdI9yrhqDdGNwgkQZg3VkcIJEG4V3YWt1MgM"}'
|
||||
[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_2025-12-29_04-35-31__e8a73c45-59ff-4d8f-a680-ada00c429b96__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.102
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['39446', '39447', '39448', '39449', '39450']
|
||||
[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 39446:39446 -p 39447:39447 -p 39448:39448 -p 39449:39449 -p 39450:39450 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=39448 --rest-port=39446 --tcp-port=39447 --discv5-udp-port=39449 --rest-address=0.0.0.0 --nat=extip:172.18.34.102 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5a404fd3ee560aece2c2bcfea8f5aa2beca4f3fcf69c2c9c1f6b5c5bb94ba1fb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39450 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QLhftGaIgBmog5hBBsuN70VGvDBKpBJpiNNNgGUkiQ0QSqR5I-pYKxPy_HGGwIKEaiGwr85aIQlsBBSucxAvaiMCgmlkgnY0gmlwhKwSy-aKbXVsdGlhZGRyc5YACASsEsvmBkQZAAoErBLL5gZEGt0DgnJzhQADAQAAiXNlY3AyNTZrMaECj60GYgq0DHGbW0z26dSpf7MJn84XW_oBD5KGdI9yrhqDdGNwgkQZg3VkcIJEG4V3YWt1MgM --storenode=/ip4/172.18.203.230/tcp/17433/p2p/16Uiu2HAm56XJdy8TisJGaAqYgk6Rj1n2vTpt7AqJichmtGBRgjEh --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.34.102 waku a411878cc27654c1fe6cad7ac228052a25ae5f5b90b5eedcc9a4c01b04bc6f21
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID a411878cc276. Setting up logs at ./log/docker/store_node1_2025-12-29_04-35-31__e8a73c45-59ff-4d8f-a680-ada00c429b96__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 39446
|
||||
[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:39446/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","protocolsHealth":[{"Relay":"READY"},{"Rln 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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[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:39446/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.102/tcp/39447/p2p/16Uiu2HAmC4BNqw43Ve1t6NxdeQjf2JWRNhujPk86dnuvZY32MERn","/ip4/172.18.34.102/tcp/39448/ws/p2p/16Uiu2HAmC4BNqw43Ve1t6NxdeQjf2JWRNhujPk86dnuvZY32MERn"],"enrUri":"enr:-L24QNx7v1UZc-bPaXqQT4mh1LIq6NuxwPpdSjkAsSbz2hfAc-Qx9469NThkUmXSnL5fegtHa-_BLRSh8AMHqUB72wICgmlkgnY0gmlwhKwSImaKbXVsdGlhZGRyc5YACASsEiJmBpoXAAoErBIiZgaaGN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC9xUjxUIj4ymoHa4perazkqMW3GUkMgEeaxRUQoo5RqGDdGNwgpoXg3VkcIKaGYV3YWt1MgM"}'
|
||||
[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:39446/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.203.230/tcp/17433/p2p/16Uiu2HAm56XJdy8TisJGaAqYgk6Rj1n2vTpt7AqJichmtGBRgjEh"]'
|
||||
[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:17432/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:39446/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 tests.store.test_get_messages:test_get_messages.py:16 Running test with payload A simple string
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "SGVsbG8gV29ybGQh", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 1
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 1
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload An integer
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTIzNDU2Nzg5MA==", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 2
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 2
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload A dictionary
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "eyJrZXkiOiAidmFsdWUifQ==", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 3
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 3
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload Chinese characters
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "6L+Z5piv5LiA5Lqb5Lit5paH", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 4
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 4
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload Emojis
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "8J+agPCfjJ/inKg=", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 5
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 5
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload Lorem ipsum text
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQ=", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 6
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 6
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload HTML content
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "PGh0bWw+PGJvZHk+SGVsbG88L2JvZHk+PC9odG1sPg==", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 7
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 7
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload Cyrillic characters
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "0J/RgNC40LLQtdGC", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 8
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 8
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload Base64 encoded string
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "QmFzZTY0PT1kR1Z6ZEE9PQ==", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 9
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 9
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload Binary data
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "ZDI5eWEybHVaeUIzYVhSb0lHSnBibUZ5ZVNCa1lYUmg6IFBR", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 10
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 10
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload Special characters with whitespace
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "CQpTcGVjaWFsCUNoYXJhY3RlcnMK", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 11
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 11
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload Boolean false as a string
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "RmFsc2U=", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 12
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 12
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload A float number
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "My4xNDE1OTI2NTM1", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 13
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 13
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload A list
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "WzEsIDIsIDMsIDQsIDVd", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 14
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 14
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload Hexadecimal number as a string
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MHhERUFEQkVFRg==", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 15
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 15
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload Email format
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "dXNlckBleGFtcGxlLmNvbQ==", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 16
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 16
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload URL format
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "aHR0cDovL2V4YW1wbGUuY29t", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 17
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 17
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload Date and time in ISO format
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MjAyMy0xMS0wMVQxMjowMDowMFo=", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 18
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 18
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload String with escaped quotes
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "IkVzY2FwZWQiIFwicXVvdGVzXCI=", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 19
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 19
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload A regular expression
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "UmVndWxhciBleHByZXNzaW9uOiBeW2EtejAtOV8tXXszLDE2fSQ=", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 20
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 20
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload A very long string
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eA==", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 21
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 21
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload A JSON string
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "eyJuYW1lIjogIkpvaG4iLCAiYWdlIjogMzAsICJjaXR5IjogIk5ldyBZb3JrIn0=", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 22
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 22
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload A Unix path
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "L3Vzci9sb2NhbC9iaW4=", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 23
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 23
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload A Windows path
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "QzpcV2luZG93c1xTeXN0ZW0zMg==", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 24
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 24
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload An SQL query
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U0VMRUNUICogRlJPTSB1c2VycyBXSEVSRSBpZCA9IDE7", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 25
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 25
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload JavaScript code snippet
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "ZnVuY3Rpb24gdGVzdCgpIHsgY29uc29sZS5sb2coJ0hlbGxvIFdvcmxkJyk7IH0=", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 26
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 26
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload A CSS snippet
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "Ym9keSB7IGJhY2tncm91bmQtY29sb3I6ICNmZmY7IH0=", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 27
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 27
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload A Python one-liner
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "cHJpbnQoJ0hlbGxvIFdvcmxkJyk=", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 28
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 28
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload An IP address
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTkyLjE2OC4xLjE=", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 29
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 29
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload A domain name
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "d3d3LmV4YW1wbGUuY29t", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"}]}'
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 30
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload A user agent string
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCk=", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 31
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 31
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload A credit card number
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTIzNC01Njc4LTkwMTItMzQ1Ng==", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 32
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 32
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload A phone number
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "KzEyMzQ1Njc4OTA=", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"},{"messageHash":"0xd125c181053883e85ab720de73cf8047f0777dedb88372dd36c66a7051fcd6b8"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 33
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"},{"messageHash":"0xd125c181053883e85ab720de73cf8047f0777dedb88372dd36c66a7051fcd6b8"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 33
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload A UUID
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTIzZTQ1NjctZTg5Yi0xMmQzLWE0NTYtNDI2NjE0MTc0MDAw", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"},{"messageHash":"0xd125c181053883e85ab720de73cf8047f0777dedb88372dd36c66a7051fcd6b8"},{"messageHash":"0xd62b6c14556a1ebf7fc79d033d566a3ec12ab150fd1ecf5429bca2fb451b5d6d"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 34
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"},{"messageHash":"0xd125c181053883e85ab720de73cf8047f0777dedb88372dd36c66a7051fcd6b8"},{"messageHash":"0xd62b6c14556a1ebf7fc79d033d566a3ec12ab150fd1ecf5429bca2fb451b5d6d"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 34
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload A hashtag
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "I2hlbGxvV29ybGQ=", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"},{"messageHash":"0xd125c181053883e85ab720de73cf8047f0777dedb88372dd36c66a7051fcd6b8"},{"messageHash":"0xd62b6c14556a1ebf7fc79d033d566a3ec12ab150fd1ecf5429bca2fb451b5d6d"},{"messageHash":"0x3bdc244064a52cd03765fe1f709fd41bfa49ec4368df659f4aa74fd02d9f722e"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 35
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"},{"messageHash":"0xd125c181053883e85ab720de73cf8047f0777dedb88372dd36c66a7051fcd6b8"},{"messageHash":"0xd62b6c14556a1ebf7fc79d033d566a3ec12ab150fd1ecf5429bca2fb451b5d6d"},{"messageHash":"0x3bdc244064a52cd03765fe1f709fd41bfa49ec4368df659f4aa74fd02d9f722e"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 35
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload A Twitter handle
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "QHVzZXJuYW1l", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"},{"messageHash":"0xd125c181053883e85ab720de73cf8047f0777dedb88372dd36c66a7051fcd6b8"},{"messageHash":"0xd62b6c14556a1ebf7fc79d033d566a3ec12ab150fd1ecf5429bca2fb451b5d6d"},{"messageHash":"0x3bdc244064a52cd03765fe1f709fd41bfa49ec4368df659f4aa74fd02d9f722e"},{"messageHash":"0xb1459fc20fb50ad36afa1bed6f1a3d49787b8efb576e622754de76b2551f10cf"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 36
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"},{"messageHash":"0xd125c181053883e85ab720de73cf8047f0777dedb88372dd36c66a7051fcd6b8"},{"messageHash":"0xd62b6c14556a1ebf7fc79d033d566a3ec12ab150fd1ecf5429bca2fb451b5d6d"},{"messageHash":"0x3bdc244064a52cd03765fe1f709fd41bfa49ec4368df659f4aa74fd02d9f722e"},{"messageHash":"0xb1459fc20fb50ad36afa1bed6f1a3d49787b8efb576e622754de76b2551f10cf"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 36
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload A password
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "UEBzc3cwcmQh", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"},{"messageHash":"0xd125c181053883e85ab720de73cf8047f0777dedb88372dd36c66a7051fcd6b8"},{"messageHash":"0xd62b6c14556a1ebf7fc79d033d566a3ec12ab150fd1ecf5429bca2fb451b5d6d"},{"messageHash":"0x3bdc244064a52cd03765fe1f709fd41bfa49ec4368df659f4aa74fd02d9f722e"},{"messageHash":"0xb1459fc20fb50ad36afa1bed6f1a3d49787b8efb576e622754de76b2551f10cf"},{"messageHash":"0xf63af35119a567f0b71da792569dee59a94ac745856e01a0e542e5e40f5c618d"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 37
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"},{"messageHash":"0xd125c181053883e85ab720de73cf8047f0777dedb88372dd36c66a7051fcd6b8"},{"messageHash":"0xd62b6c14556a1ebf7fc79d033d566a3ec12ab150fd1ecf5429bca2fb451b5d6d"},{"messageHash":"0x3bdc244064a52cd03765fe1f709fd41bfa49ec4368df659f4aa74fd02d9f722e"},{"messageHash":"0xb1459fc20fb50ad36afa1bed6f1a3d49787b8efb576e622754de76b2551f10cf"},{"messageHash":"0xf63af35119a567f0b71da792569dee59a94ac745856e01a0e542e5e40f5c618d"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 37
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload A date in common format
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MDEvMTEvMjAyMw==", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"},{"messageHash":"0xd125c181053883e85ab720de73cf8047f0777dedb88372dd36c66a7051fcd6b8"},{"messageHash":"0xd62b6c14556a1ebf7fc79d033d566a3ec12ab150fd1ecf5429bca2fb451b5d6d"},{"messageHash":"0x3bdc244064a52cd03765fe1f709fd41bfa49ec4368df659f4aa74fd02d9f722e"},{"messageHash":"0xb1459fc20fb50ad36afa1bed6f1a3d49787b8efb576e622754de76b2551f10cf"},{"messageHash":"0xf63af35119a567f0b71da792569dee59a94ac745856e01a0e542e5e40f5c618d"},{"messageHash":"0x3eced2a739bd9e5bd6a1a64949689c176421e5cd9aab522b027d8a8b4ebad6d2"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 38
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"},{"messageHash":"0xd125c181053883e85ab720de73cf8047f0777dedb88372dd36c66a7051fcd6b8"},{"messageHash":"0xd62b6c14556a1ebf7fc79d033d566a3ec12ab150fd1ecf5429bca2fb451b5d6d"},{"messageHash":"0x3bdc244064a52cd03765fe1f709fd41bfa49ec4368df659f4aa74fd02d9f722e"},{"messageHash":"0xb1459fc20fb50ad36afa1bed6f1a3d49787b8efb576e622754de76b2551f10cf"},{"messageHash":"0xf63af35119a567f0b71da792569dee59a94ac745856e01a0e542e5e40f5c618d"},{"messageHash":"0x3eced2a739bd9e5bd6a1a64949689c176421e5cd9aab522b027d8a8b4ebad6d2"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 38
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload A time string
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTI6MDA6MDA=", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"},{"messageHash":"0xd125c181053883e85ab720de73cf8047f0777dedb88372dd36c66a7051fcd6b8"},{"messageHash":"0xd62b6c14556a1ebf7fc79d033d566a3ec12ab150fd1ecf5429bca2fb451b5d6d"},{"messageHash":"0x3bdc244064a52cd03765fe1f709fd41bfa49ec4368df659f4aa74fd02d9f722e"},{"messageHash":"0xb1459fc20fb50ad36afa1bed6f1a3d49787b8efb576e622754de76b2551f10cf"},{"messageHash":"0xf63af35119a567f0b71da792569dee59a94ac745856e01a0e542e5e40f5c618d"},{"messageHash":"0x3eced2a739bd9e5bd6a1a64949689c176421e5cd9aab522b027d8a8b4ebad6d2"},{"messageHash":"0xb9117aff7863ba7eeb512baa502e0ac4a0a581d8d356e2ab79c8b0d8bfac4399"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 39
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"},{"messageHash":"0xd125c181053883e85ab720de73cf8047f0777dedb88372dd36c66a7051fcd6b8"},{"messageHash":"0xd62b6c14556a1ebf7fc79d033d566a3ec12ab150fd1ecf5429bca2fb451b5d6d"},{"messageHash":"0x3bdc244064a52cd03765fe1f709fd41bfa49ec4368df659f4aa74fd02d9f722e"},{"messageHash":"0xb1459fc20fb50ad36afa1bed6f1a3d49787b8efb576e622754de76b2551f10cf"},{"messageHash":"0xf63af35119a567f0b71da792569dee59a94ac745856e01a0e542e5e40f5c618d"},{"messageHash":"0x3eced2a739bd9e5bd6a1a64949689c176421e5cd9aab522b027d8a8b4ebad6d2"},{"messageHash":"0xb9117aff7863ba7eeb512baa502e0ac4a0a581d8d356e2ab79c8b0d8bfac4399"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 39
|
||||
[35mDEBUG [0m tests.store.test_get_messages:test_get_messages.py:16 Running test with payload A mathematical equation
|
||||
[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:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "RSA9IG1jXjI=", "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:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"},{"messageHash":"0xd125c181053883e85ab720de73cf8047f0777dedb88372dd36c66a7051fcd6b8"},{"messageHash":"0xd62b6c14556a1ebf7fc79d033d566a3ec12ab150fd1ecf5429bca2fb451b5d6d"},{"messageHash":"0x3bdc244064a52cd03765fe1f709fd41bfa49ec4368df659f4aa74fd02d9f722e"},{"messageHash":"0xb1459fc20fb50ad36afa1bed6f1a3d49787b8efb576e622754de76b2551f10cf"},{"messageHash":"0xf63af35119a567f0b71da792569dee59a94ac745856e01a0e542e5e40f5c618d"},{"messageHash":"0x3eced2a739bd9e5bd6a1a64949689c176421e5cd9aab522b027d8a8b4ebad6d2"},{"messageHash":"0xb9117aff7863ba7eeb512baa502e0ac4a0a581d8d356e2ab79c8b0d8bfac4399"},{"messageHash":"0x5d1ff88aed426e87ec321cb5efa17c3eaebd53665b116fc7db79ceba56ef83ae"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 40
|
||||
[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:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"},{"messageHash":"0xd125c181053883e85ab720de73cf8047f0777dedb88372dd36c66a7051fcd6b8"},{"messageHash":"0xd62b6c14556a1ebf7fc79d033d566a3ec12ab150fd1ecf5429bca2fb451b5d6d"},{"messageHash":"0x3bdc244064a52cd03765fe1f709fd41bfa49ec4368df659f4aa74fd02d9f722e"},{"messageHash":"0xb1459fc20fb50ad36afa1bed6f1a3d49787b8efb576e622754de76b2551f10cf"},{"messageHash":"0xf63af35119a567f0b71da792569dee59a94ac745856e01a0e542e5e40f5c618d"},{"messageHash":"0x3eced2a739bd9e5bd6a1a64949689c176421e5cd9aab522b027d8a8b4ebad6d2"},{"messageHash":"0xb9117aff7863ba7eeb512baa502e0ac4a0a581d8d356e2ab79c8b0d8bfac4399"},{"messageHash":"0x5d1ff88aed426e87ec321cb5efa17c3eaebd53665b116fc7db79ceba56ef83ae"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 40
|
||||
[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 f111383632ee
|
||||
[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 a411878cc276
|
||||
[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.
|
||||
4044
nim/1018/data/attachments/14f77bb6c5f5c52e.txt
Normal file
4044
nim/1018/data/attachments/14f77bb6c5f5c52e.txt
Normal file
File diff suppressed because it is too large
Load Diff
34
nim/1018/data/attachments/154a1e898f105ff2.txt
Normal file
34
nim/1018/data/attachments/154a1e898f105ff2.txt
Normal file
@ -0,0 +1,34 @@
|
||||
WRN 2025-12-29 04:25:44.909+00:00 whether to mount storeSync is not specified, defaulting to not mounting topics="waku conf builder" tid=1 file=waku_conf_builder.nim:429
|
||||
bSubscribeShards: some(@[0])
|
||||
INF 2025-12-29 04:25:44.909+00:00 Sharding configuration: topics="waku conf builder" tid=1 file=waku_conf_builder.nim:464 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
|
||||
INF 2025-12-29 04:25:44.909+00:00 Configuration: Enabled protocols topics="waku conf" tid=1 file=waku_conf.nim:151 relay=false rlnRelay=false store=false filter=false lightPush=true peerExchange=true rendezvous=true
|
||||
INF 2025-12-29 04:25:44.909+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:160 cluster=3
|
||||
INF 2025-12-29 04:25:44.909+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:163 shard=0
|
||||
INF 2025-12-29 04:25:44.909+00:00 Configuration. Bootstrap nodes topics="waku conf" tid=1 file=waku_conf.nim:167 node=enr:-L24QKP_uDhZ8xAYrjzoNfOlxQQ3wwy38KELRZNhOJSo4j9lYNWFHQ2CG6PMZ3UZGKEGJESFr7Dowl0iznzpqyVZfmMCgmlkgnY0gmlwhKwS6K6KbXVsdGlhZGRyc5YACASsEuiuBqBtAAoErBLorgagbt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDuwl3jf48XkJScNgOEDL6cKob-oE4P_HNf3fDkLa8llqDdGNwgqBtg3VkcIKgb4V3YWt1Mg0
|
||||
NTC 2025-12-29 04:25:44.909+00:00 REST service started tid=1 file=server.nim:183 address=0.0.0.0:61565
|
||||
INF 2025-12-29 04:25:44.909+00:00 Starting REST HTTP server tid=1 file=builder.nim:112 url=http://0.0.0.0:61565/
|
||||
INF 2025-12-29 04:25:44.910+00:00 Setting up storage tid=1 file=node_factory.nim:503
|
||||
INF 2025-12-29 04:25:44.910+00:00 Initializing node tid=1 file=node_factory.nim:512
|
||||
TRC 2025-12-29 04:25:44.911+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/id/1.0.0]"
|
||||
TRC 2025-12-29 04:25:44.911+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/autonat/1.0.0]"
|
||||
TRC 2025-12-29 04:25:44.911+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/circuit/relay/0.2.0/hop, /libp2p/circuit/relay/0.1.0]"
|
||||
TRC 2025-12-29 04:25:44.911+00:00 no peer storage found tid=1 file=peer_manager.nim:1130
|
||||
INF 2025-12-29 04:25:44.911+00:00 Initializing networking tid=1 file=waku_node.nim:178 addrs="@[/ip4/172.18.231.210/tcp/61566, /ip4/172.18.231.210/tcp/61567/ws]"
|
||||
INF 2025-12-29 04:25:44.911+00:00 Mounting protocols tid=1 file=node_factory.nim:518
|
||||
INF 2025-12-29 04:25:44.911+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards=[]
|
||||
TRC 2025-12-29 04:25:44.911+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/metadata/1.0.0]"
|
||||
INF 2025-12-29 04:25:44.911+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
|
||||
INF 2025-12-29 04:25:44.911+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
|
||||
INF 2025-12-29 04:25:44.911+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:252 clusterId=3 shardCount=1
|
||||
INF 2025-12-29 04:25:44.911+00:00 Shards created from content topics tid=1 file=node_factory.nim:309 contentTopics=[] shards=[]
|
||||
INF 2025-12-29 04:25:44.911+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:377
|
||||
INF 2025-12-29 04:25:44.912+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:207 clusterId=3 shards=[] capabilities=[] wakuPeerRecord="(peerId: 16U*cdEEef, seqNo: 1766982344, addresses: [/ip4/172.18.231.210/tcp/61566, /ip4/172.18.231.210/tcp/61567/ws], mixKey: )"
|
||||
TRC 2025-12-29 04:25:44.912+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/rendezvous/1.0.0]"
|
||||
INF 2025-12-29 04:25:44.912+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:365
|
||||
INF 2025-12-29 04:25:44.912+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
|
||||
INF 2025-12-29 04:25:44.912+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
|
||||
TRC 2025-12-29 04:25:44.912+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/ping/1.0.0]"
|
||||
INF 2025-12-29 04:25:44.912+00:00 mounting light push topics="waku node lightpush api" tid=1 file=lightpush.nim:154
|
||||
ERR 2025-12-29 04:25:44.912+00:00 Mounting protocols failed tid=1 file=node_factory.nim:522 error="failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
|
||||
ERR 2025-12-29 04:25:44.912+00:00 Failed setting up node topics="wakunode main" tid=1 file=waku.nim:187 error="Mounting protocols failed: failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
|
||||
ERR 2025-12-29 04:25:44.912+00:00 Waku initialization failed topics="wakunode main" tid=1 file=wakunode2.nim:56 error="Failed setting up node: Mounting protocols failed: failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
|
||||
7088
nim/1018/data/attachments/156f236bb14c8c94.txt
Normal file
7088
nim/1018/data/attachments/156f236bb14c8c94.txt
Normal file
File diff suppressed because it is too large
Load Diff
2586
nim/1018/data/attachments/15856225e8bae021.txt
Normal file
2586
nim/1018/data/attachments/15856225e8bae021.txt
Normal file
File diff suppressed because it is too large
Load Diff
104
nim/1018/data/attachments/15949745eed2bac0.txt
Normal file
104
nim/1018/data/attachments/15949745eed2bac0.txt
Normal file
@ -0,0 +1,104 @@
|
||||
2025-12-29 04:53:12.384 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:53:12.385 DEBUG [tests.conftest] Running test: test_publishing_node_restarts with id: 2025-12-29_04-53-12__4fdf25fe-dc0c-40e3-9330-75bef8c99704
|
||||
2025-12-29 04:53:12.385 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:53:12.385 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-29 04:53:12.385 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2025-12-29 04:53:12.392 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:53:12.392 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-29_04-53-12__4fdf25fe-dc0c-40e3-9330-75bef8c99704__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:53:12.393 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:53:12.393 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:53:12.394 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:53:12.394 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.200.191
|
||||
2025-12-29 04:53:12.394 DEBUG [src.node.docker_mananger] Generated ports ['19367', '19368', '19369', '19370', '19371']
|
||||
2025-12-29 04:53:12.395 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:53:12.395 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:53:12.395 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:53:12.395 DEBUG [src.node.docker_mananger] docker run -i -t -p 19367:19367 -p 19368:19368 -p 19369:19369 -p 19370:19370 -p 19371:19371 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=19369 --rest-port=19367 --tcp-port=19368 --discv5-udp-port=19370 --rest-address=0.0.0.0 --nat=extip:172.18.200.191 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1a117bd7e55a504e8baf62da7a43cb5e9fb83f4e6dd2f7f5ef0fcda9e76bbfbe --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19371 --metrics-logging=true --store=true --relay=true
|
||||
2025-12-29 04:53:12.572 ERROR [src.node.docker_mananger] Max retries reached for container 786d667331d2. Exiting log stream.
|
||||
2025-12-29 04:53:12.583 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.200.191 waku c4788e981fd6cad4a521a1001a77641587a8e626262ae6f56c74c195e7fa0197
|
||||
2025-12-29 04:53:12.620 DEBUG [src.node.docker_mananger] Container started with ID c4788e981fd6. Setting up logs at ./log/docker/publishing_node1_2025-12-29_04-53-12__4fdf25fe-dc0c-40e3-9330-75bef8c99704__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:53:12.620 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19367
|
||||
2025-12-29 04:53:12.622 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:53:13.120 ERROR [src.node.docker_mananger] Max retries reached for container f77e4f701fee. Exiting log stream.
|
||||
2025-12-29 04:53:13.622 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19367/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:53:13.626 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
2025-12-29 04:53:13.626 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:53:13.626 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19367/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:53:13.628 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.200.191/tcp/19368/p2p/16Uiu2HAmGv8BRkjwSCMaY7YYjPmeK3BRkDRjrV1dcqmcncBN7Ntu","/ip4/172.18.200.191/tcp/19369/ws/p2p/16Uiu2HAmGv8BRkjwSCMaY7YYjPmeK3BRkDRjrV1dcqmcncBN7Ntu"],"enrUri":"enr:-L24QAB_n_VtRV5vxjvCAluYqqkZam6SM5xGZXzSKG1ePqJ3Y0lBZ7pzN-Sv_sQJgyoxyEq-KVmepx8DPQaqkaOL6PwCgmlkgnY0gmlwhKwSyL-KbXVsdGlhZGRyc5YACASsEsi_BkuoAAoErBLIvwZLqd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDP09QLk8owMfHqc_g4gZU1pK0PPMmCSG2oJHQfkl-bXaDdGNwgkuog3VkcIJLqoV3YWt1MgM"}'
|
||||
2025-12-29 04:53:13.629 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:53:13.635 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:53:13.636 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-29_04-53-12__4fdf25fe-dc0c-40e3-9330-75bef8c99704__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:53:13.636 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:53:13.636 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:53:13.637 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:53:13.637 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.40.1
|
||||
2025-12-29 04:53:13.637 DEBUG [src.node.docker_mananger] Generated ports ['5948', '5949', '5950', '5951', '5952']
|
||||
2025-12-29 04:53:13.638 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:53:13.638 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:53:13.638 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:53:13.638 DEBUG [src.node.docker_mananger] docker run -i -t -p 5948:5948 -p 5949:5949 -p 5950:5950 -p 5951:5951 -p 5952:5952 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=5950 --rest-port=5948 --tcp-port=5949 --discv5-udp-port=5951 --rest-address=0.0.0.0 --nat=extip:172.18.40.1 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=36dcecfdea24fa9a1127c1c5b06d6d2ee9d93fa86da7cfbd1be06287e9c4e9fb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5952 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QAB_n_VtRV5vxjvCAluYqqkZam6SM5xGZXzSKG1ePqJ3Y0lBZ7pzN-Sv_sQJgyoxyEq-KVmepx8DPQaqkaOL6PwCgmlkgnY0gmlwhKwSyL-KbXVsdGlhZGRyc5YACASsEsi_BkuoAAoErBLIvwZLqd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDP09QLk8owMfHqc_g4gZU1pK0PPMmCSG2oJHQfkl-bXaDdGNwgkuog3VkcIJLqoV3YWt1MgM --storenode=/ip4/172.18.200.191/tcp/19368/p2p/16Uiu2HAmGv8BRkjwSCMaY7YYjPmeK3BRkDRjrV1dcqmcncBN7Ntu --store=true --relay=true
|
||||
2025-12-29 04:53:13.830 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.40.1 waku 2528bbc5ef1cb9454b24c07f7b841cf13e68020ddb625c6bd7923537787492aa
|
||||
2025-12-29 04:53:13.860 DEBUG [src.node.docker_mananger] Container started with ID 2528bbc5ef1c. Setting up logs at ./log/docker/store_node1_2025-12-29_04-53-12__4fdf25fe-dc0c-40e3-9330-75bef8c99704__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:53:13.861 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 5948
|
||||
2025-12-29 04:53:13.862 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:53:14.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5948/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:53:14.875 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln 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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-29 04:53:14.875 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:53:14.876 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5948/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:53:14.878 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.40.1/tcp/5949/p2p/16Uiu2HAmTHe3sPLhANFEzqtvPFLmo9y2iRXvH5y2VLposg2SpA5o","/ip4/172.18.40.1/tcp/5950/ws/p2p/16Uiu2HAmTHe3sPLhANFEzqtvPFLmo9y2iRXvH5y2VLposg2SpA5o"],"enrUri":"enr:-L24QNzIYz2b1SJaQhl3u2Ou-ObNIAvKyi4uXtAK8gYx4MtYP9oMQUCFr98f_jetemNL0Tf1fM0F6MvcdWeJQMIY9-oCgmlkgnY0gmlwhKwSKAGKbXVsdGlhZGRyc5YACASsEigBBhc9AAoErBIoAQYXPt0DgnJzhQADAQAAiXNlY3AyNTZrMaED2WcnOb3N5rgzeIXw-T5ui94pYoCk6ejRIg2GQXtekaKDdGNwghc9g3VkcIIXP4V3YWt1MgM"}'
|
||||
2025-12-29 04:53:14.878 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:53:14.878 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5948/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.200.191/tcp/19368/p2p/16Uiu2HAmGv8BRkjwSCMaY7YYjPmeK3BRkDRjrV1dcqmcncBN7Ntu"]'
|
||||
2025-12-29 04:53:14.881 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:53:14.881 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19367/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-29 04:53:14.883 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:53:14.884 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5948/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-29 04:53:14.886 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:53:14.887 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:53:14.887 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19367/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)'}'
|
||||
2025-12-29 04:53:14.892 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:53:14.892 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:53:15.093 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:53:15.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19367/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:53:15.096 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x3573f2c18f3334ff0e3dcab01f7066d3011fee75fc97378d71520d9819a7dbd8"}]}'
|
||||
2025-12-29 04:53:15.097 DEBUG [src.steps.store] messages length is 1
|
||||
2025-12-29 04:53:15.097 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:53:15.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5948/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:53:15.100 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x3573f2c18f3334ff0e3dcab01f7066d3011fee75fc97378d71520d9819a7dbd8"}]}'
|
||||
2025-12-29 04:53:15.100 DEBUG [src.steps.store] messages length is 1
|
||||
2025-12-29 04:53:15.100 DEBUG [src.node.waku_node] Restarting container with id c4788e981fd6
|
||||
2025-12-29 04:53:15.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19367/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:53:15.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19367/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:53:15.934 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
2025-12-29 04:53:15.934 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:53:15.934 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19367/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:53:15.937 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.200.191/tcp/19368/p2p/16Uiu2HAmGv8BRkjwSCMaY7YYjPmeK3BRkDRjrV1dcqmcncBN7Ntu","/ip4/172.18.200.191/tcp/19369/ws/p2p/16Uiu2HAmGv8BRkjwSCMaY7YYjPmeK3BRkDRjrV1dcqmcncBN7Ntu"],"enrUri":"enr:-L24QAB_n_VtRV5vxjvCAluYqqkZam6SM5xGZXzSKG1ePqJ3Y0lBZ7pzN-Sv_sQJgyoxyEq-KVmepx8DPQaqkaOL6PwCgmlkgnY0gmlwhKwSyL-KbXVsdGlhZGRyc5YACASsEsi_BkuoAAoErBLIvwZLqd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDP09QLk8owMfHqc_g4gZU1pK0PPMmCSG2oJHQfkl-bXaDdGNwgkuog3VkcIJLqoV3YWt1MgM"}'
|
||||
2025-12-29 04:53:15.937 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:53:15.937 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5948/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.200.191/tcp/19368/p2p/16Uiu2HAmGv8BRkjwSCMaY7YYjPmeK3BRkDRjrV1dcqmcncBN7Ntu"]'
|
||||
2025-12-29 04:53:15.961 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:53:15.961 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19367/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-29 04:53:15.973 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:53:15.974 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:53:15.975 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19367/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)'}'
|
||||
2025-12-29 04:53:15.981 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:53:15.981 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:53:16.182 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:53:16.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19367/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:53:16.185 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x3573f2c18f3334ff0e3dcab01f7066d3011fee75fc97378d71520d9819a7dbd8"},{"messageHash":"0x89cb7577bd63d8e8ed44393eff1e6ac6930c6e0a410f3c27aa135255034f922a"}]}'
|
||||
2025-12-29 04:53:16.185 DEBUG [src.steps.store] messages length is 2
|
||||
2025-12-29 04:53:16.186 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:53:16.186 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5948/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:53:16.188 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x3573f2c18f3334ff0e3dcab01f7066d3011fee75fc97378d71520d9819a7dbd8"},{"messageHash":"0x89cb7577bd63d8e8ed44393eff1e6ac6930c6e0a410f3c27aa135255034f922a"}]}'
|
||||
2025-12-29 04:53:16.189 DEBUG [src.steps.store] messages length is 2
|
||||
2025-12-29 04:53:16.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19367/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:53:16.192 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x3573f2c18f3334ff0e3dcab01f7066d3011fee75fc97378d71520d9819a7dbd8"},{"messageHash":"0x89cb7577bd63d8e8ed44393eff1e6ac6930c6e0a410f3c27aa135255034f922a"}]}'
|
||||
2025-12-29 04:53:16.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5948/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:53:16.195 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x3573f2c18f3334ff0e3dcab01f7066d3011fee75fc97378d71520d9819a7dbd8"},{"messageHash":"0x89cb7577bd63d8e8ed44393eff1e6ac6930c6e0a410f3c27aa135255034f922a"}]}'
|
||||
2025-12-29 04:53:16.196 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:53:16.198 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:53:16.198 DEBUG [src.node.waku_node] Stopping container with id c4788e981fd6
|
||||
2025-12-29 04:53:16.765 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:53:16.765 DEBUG [src.node.waku_node] Stopping container with id 2528bbc5ef1c
|
||||
2025-12-29 04:53:17.352 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:53:17.355 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:53:17.374 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:53:17.382 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
68
nim/1018/data/attachments/15b2d6b45a286860.txt
Normal file
68
nim/1018/data/attachments/15b2d6b45a286860.txt
Normal file
@ -0,0 +1,68 @@
|
||||
2025-12-29 04:22:42.661 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:22:42.661 DEBUG [tests.conftest] Running test: test_filter_subscribe_to_101_content_topics with id: 2025-12-29_04-22-42__e30ebdeb-e923-4645-86a1-c3f46266e0f2
|
||||
2025-12-29 04:22:42.662 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:22:42.662 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-29 04:22:42.662 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2025-12-29 04:22:42.669 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:22:42.669 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-29_04-22-42__e30ebdeb-e923-4645-86a1-c3f46266e0f2__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:22:42.669 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:22:42.669 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:22:42.671 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:22:42.671 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.45.104
|
||||
2025-12-29 04:22:42.671 DEBUG [src.node.docker_mananger] Generated ports ['29053', '29054', '29055', '29056', '29057']
|
||||
2025-12-29 04:22:42.671 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:22:42.672 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:22:42.672 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:22:42.672 DEBUG [src.node.docker_mananger] docker run -i -t -p 29053:29053 -p 29054:29054 -p 29055:29055 -p 29056:29056 -p 29057:29057 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=29055 --rest-port=29053 --tcp-port=29054 --discv5-udp-port=29056 --rest-address=0.0.0.0 --nat=extip:172.18.45.104 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=82ce6f4ece03a8ba4bcb1a51d6dbafd57f9fb4d72fd925fad83aac08de08ef2f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29057 --metrics-logging=true --relay=true --filter=true
|
||||
2025-12-29 04:22:42.861 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.45.104 waku 034441391a4a86fd88d7acd6ea4402d8c655f18706a93e6ebcee196a6ceac3bb
|
||||
2025-12-29 04:22:42.895 DEBUG [src.node.docker_mananger] Container started with ID 034441391a4a. Setting up logs at ./log/docker/node1_2025-12-29_04-22-42__e30ebdeb-e923-4645-86a1-c3f46266e0f2__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:22:42.896 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 29053
|
||||
2025-12-29 04:22:42.897 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:22:42.908 ERROR [src.node.docker_mananger] Max retries reached for container f66cd20480a5. Exiting log stream.
|
||||
2025-12-29 04:22:43.468 ERROR [src.node.docker_mananger] Max retries reached for container 60918ad82694. Exiting log stream.
|
||||
2025-12-29 04:22:43.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29053/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:43.901 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
2025-12-29 04:22:43.901 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:22:43.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29053/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:43.904 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.45.104/tcp/29054/p2p/16Uiu2HAkvWbYS8DHbS1SbctGSUzcrF8YJDUuXcSN6mJm7Ct6L5bk","/ip4/172.18.45.104/tcp/29055/ws/p2p/16Uiu2HAkvWbYS8DHbS1SbctGSUzcrF8YJDUuXcSN6mJm7Ct6L5bk"],"enrUri":"enr:-L24QP3tisdY3Zsh9dhmWLYWa4y7gczANfV1SypYckTtB-fkOq5ChdGUmFMkXxg22yKlhYFIV9rgjWJPWgcbEECIv-ECgmlkgnY0gmlwhKwSLWiKbXVsdGlhZGRyc5YACASsEi1oBnF-AAoErBItaAZxf90DgnJzhQADAQAAiXNlY3AyNTZrMaECEB6S4v-IKe_VNz8dMkqWkXI-RR9hvFGUkNfQINq771eDdGNwgnF-g3VkcIJxgIV3YWt1MgU"}'
|
||||
2025-12-29 04:22:43.904 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:22:43.904 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2025-12-29 04:22:43.911 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:22:43.911 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-29_04-22-42__e30ebdeb-e923-4645-86a1-c3f46266e0f2__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:22:43.911 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:22:43.912 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:22:43.913 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:22:43.913 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.152.72
|
||||
2025-12-29 04:22:43.913 DEBUG [src.node.docker_mananger] Generated ports ['18579', '18580', '18581', '18582', '18583']
|
||||
2025-12-29 04:22:43.914 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:22:43.914 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:22:43.914 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:22:43.914 DEBUG [src.node.docker_mananger] docker run -i -t -p 18579:18579 -p 18580:18580 -p 18581:18581 -p 18582:18582 -p 18583:18583 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=18581 --rest-port=18579 --tcp-port=18580 --discv5-udp-port=18582 --rest-address=0.0.0.0 --nat=extip:172.18.152.72 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c9afecaebbc4cfc12108e40b828bd23e1621ac58a9adaef29cad5ffb43bbcf28 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18583 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QP3tisdY3Zsh9dhmWLYWa4y7gczANfV1SypYckTtB-fkOq5ChdGUmFMkXxg22yKlhYFIV9rgjWJPWgcbEECIv-ECgmlkgnY0gmlwhKwSLWiKbXVsdGlhZGRyc5YACASsEi1oBnF-AAoErBItaAZxf90DgnJzhQADAQAAiXNlY3AyNTZrMaECEB6S4v-IKe_VNz8dMkqWkXI-RR9hvFGUkNfQINq771eDdGNwgnF-g3VkcIJxgIV3YWt1MgU --filternode=/ip4/172.18.45.104/tcp/29054/p2p/16Uiu2HAkvWbYS8DHbS1SbctGSUzcrF8YJDUuXcSN6mJm7Ct6L5bk
|
||||
2025-12-29 04:22:44.106 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.152.72 waku fa1ddf101b49b65123a903019707c6ad4ba9b3e679b1d888a2fc0d2ceec17c16
|
||||
2025-12-29 04:22:44.138 DEBUG [src.node.docker_mananger] Container started with ID fa1ddf101b49. Setting up logs at ./log/docker/node2_2025-12-29_04-22-42__e30ebdeb-e923-4645-86a1-c3f46266e0f2__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:22:44.138 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 18579
|
||||
2025-12-29 04:22:44.138 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:22:45.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18579/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:45.143 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln 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":"READY"}]}'
|
||||
2025-12-29 04:22:45.143 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:22:45.143 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18579/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:45.146 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.152.72/tcp/18580/p2p/16Uiu2HAm3owRZ5wAUmG6d9xMzZzHfuDWCXqCCGRYMVNHUbeMczN5","/ip4/172.18.152.72/tcp/18581/ws/p2p/16Uiu2HAm3owRZ5wAUmG6d9xMzZzHfuDWCXqCCGRYMVNHUbeMczN5"],"enrUri":"enr:-L24QPVfo9Slwan2iTMm4sdD8BX1ypRdXhf_eRHSW8a2NHEfGsKr1WQN0L9xpfQZGzDJ_kb16oWHr8sHkX61_MIiRgoCgmlkgnY0gmlwhKwSmEiKbXVsdGlhZGRyc5YACASsEphIBkiUAAoErBKYSAZIld0DgnJzhQADAQAAiXNlY3AyNTZrMaECfJG8aAkZ2wq_6jRW0i2W5VEBbuZgPqZnqnUnq09ZzKKDdGNwgkiUg3VkcIJIloV3YWt1MgA"}'
|
||||
2025-12-29 04:22:45.146 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:22:45.146 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18579/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.45.104/tcp/29054/p2p/16Uiu2HAkvWbYS8DHbS1SbctGSUzcrF8YJDUuXcSN6mJm7Ct6L5bk"]'
|
||||
2025-12-29 04:22:45.175 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:22:45.176 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2025-12-29 04:22:45.177 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29053/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-29 04:22:45.189 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:22:45.191 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18579/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "7480c0a5-f364-4e87-96b9-e0f07455386a", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-29 04:22:45.203 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"7480c0a5-f364-4e87-96b9-e0f07455386a","statusDesc":"OK"}'
|
||||
2025-12-29 04:22:45.204 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18579/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"}'
|
||||
2025-12-29 04:22:45.213 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:18579/filter/v2/subscriptions. Response content: b'{"requestId":"1","statusDesc":"BAD_REQUEST: exceeds maximum content topics: 100"}'
|
||||
2025-12-29 04:22:45.216 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:22:45.217 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:22:45.217 DEBUG [src.node.waku_node] Stopping container with id 034441391a4a
|
||||
2025-12-29 04:22:45.760 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:22:45.760 DEBUG [src.node.waku_node] Stopping container with id fa1ddf101b49
|
||||
2025-12-29 04:22:46.341 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:22:46.342 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:22:46.349 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:22:46.354 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
72
nim/1018/data/attachments/16c464af7cec122f.txt
Normal file
72
nim/1018/data/attachments/16c464af7cec122f.txt
Normal file
@ -0,0 +1,72 @@
|
||||
2025-12-29 04:21:44.635 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:21:44.635 DEBUG [tests.conftest] Running test: test_filter_get_message_with_meta with id: 2025-12-29_04-21-44__aad9dd94-6b0e-40ba-ad84-1afeaae16969
|
||||
2025-12-29 04:21:44.635 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:21:44.636 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-29 04:21:44.636 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2025-12-29 04:21:44.643 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:21:44.643 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-29_04-21-44__aad9dd94-6b0e-40ba-ad84-1afeaae16969__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:21:44.643 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:21:44.643 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:21:44.644 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:21:44.644 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.153.144
|
||||
2025-12-29 04:21:44.645 DEBUG [src.node.docker_mananger] Generated ports ['16851', '16852', '16853', '16854', '16855']
|
||||
2025-12-29 04:21:44.645 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:21:44.645 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:21:44.645 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:21:44.645 DEBUG [src.node.docker_mananger] docker run -i -t -p 16851:16851 -p 16852:16852 -p 16853:16853 -p 16854:16854 -p 16855:16855 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=16853 --rest-port=16851 --tcp-port=16852 --discv5-udp-port=16854 --rest-address=0.0.0.0 --nat=extip:172.18.153.144 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3dca86e95de0bb70b7b6abe6cbdcabb3415bedf7848da03afc7c9b488b21c2ea --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16855 --metrics-logging=true --relay=true --filter=true
|
||||
2025-12-29 04:21:44.824 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.153.144 waku f01da98378f4276f1b1eed631ece9fbb225d64fc7c410d17a54abde764c4714f
|
||||
2025-12-29 04:21:44.859 DEBUG [src.node.docker_mananger] Container started with ID f01da98378f4. Setting up logs at ./log/docker/node1_2025-12-29_04-21-44__aad9dd94-6b0e-40ba-ad84-1afeaae16969__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:21:44.861 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16851
|
||||
2025-12-29 04:21:44.861 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:21:44.910 ERROR [src.node.docker_mananger] Max retries reached for container 323624c7943a. Exiting log stream.
|
||||
2025-12-29 04:21:45.420 ERROR [src.node.docker_mananger] Max retries reached for container dba22c85cb09. Exiting log stream.
|
||||
2025-12-29 04:21:45.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16851/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:21:45.865 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
2025-12-29 04:21:45.865 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:21:45.865 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16851/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:21:45.868 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.153.144/tcp/16852/p2p/16Uiu2HAm1LSd6Ljau3rvEPHAcYLJrLHtqS3X7QFxW1HZaYGWTPpW","/ip4/172.18.153.144/tcp/16853/ws/p2p/16Uiu2HAm1LSd6Ljau3rvEPHAcYLJrLHtqS3X7QFxW1HZaYGWTPpW"],"enrUri":"enr:-L24QHeeFWCQyyATJGlJABxwkFb18QmLDMv8TfY0pR8Zj44pL-UxHQ1TxKcXCUuFkqOBE36cB5MpsXjL3g38DoJkk0YCgmlkgnY0gmlwhKwSmZCKbXVsdGlhZGRyc5YACASsEpmQBkHUAAoErBKZkAZB1d0DgnJzhQADAQAAiXNlY3AyNTZrMaECV88dZCaStCCY_-NjZtX3L1OmWike_HMpHVwr_Qd2J1uDdGNwgkHUg3VkcIJB1oV3YWt1MgU"}'
|
||||
2025-12-29 04:21:45.868 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:21:45.868 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2025-12-29 04:21:45.875 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:21:45.875 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-29_04-21-44__aad9dd94-6b0e-40ba-ad84-1afeaae16969__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:21:45.875 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:21:45.875 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:21:45.877 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:21:45.877 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.191.20
|
||||
2025-12-29 04:21:45.877 DEBUG [src.node.docker_mananger] Generated ports ['49038', '49039', '49040', '49041', '49042']
|
||||
2025-12-29 04:21:45.877 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:21:45.877 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:21:45.877 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:21:45.877 DEBUG [src.node.docker_mananger] docker run -i -t -p 49038:49038 -p 49039:49039 -p 49040:49040 -p 49041:49041 -p 49042:49042 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=49040 --rest-port=49038 --tcp-port=49039 --discv5-udp-port=49041 --rest-address=0.0.0.0 --nat=extip:172.18.191.20 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=baeba4da1655b4bb3bc496be5c0be4727a5adccedb3ee9b3a0f0524add5a2eef --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49042 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QHeeFWCQyyATJGlJABxwkFb18QmLDMv8TfY0pR8Zj44pL-UxHQ1TxKcXCUuFkqOBE36cB5MpsXjL3g38DoJkk0YCgmlkgnY0gmlwhKwSmZCKbXVsdGlhZGRyc5YACASsEpmQBkHUAAoErBKZkAZB1d0DgnJzhQADAQAAiXNlY3AyNTZrMaECV88dZCaStCCY_-NjZtX3L1OmWike_HMpHVwr_Qd2J1uDdGNwgkHUg3VkcIJB1oV3YWt1MgU --filternode=/ip4/172.18.153.144/tcp/16852/p2p/16Uiu2HAm1LSd6Ljau3rvEPHAcYLJrLHtqS3X7QFxW1HZaYGWTPpW
|
||||
2025-12-29 04:21:46.052 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.191.20 waku b79eac2dc73a58fdcb57530ae9114560f385958cec3cb9fc092211572f7ef4df
|
||||
2025-12-29 04:21:46.084 DEBUG [src.node.docker_mananger] Container started with ID b79eac2dc73a. Setting up logs at ./log/docker/node2_2025-12-29_04-21-44__aad9dd94-6b0e-40ba-ad84-1afeaae16969__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:21:46.085 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 49038
|
||||
2025-12-29 04:21:46.085 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:21:47.086 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49038/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:21:47.090 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln 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":"READY"}]}'
|
||||
2025-12-29 04:21:47.090 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:21:47.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49038/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:21:47.093 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.191.20/tcp/49039/p2p/16Uiu2HAmCN6FjSu21RBcadXgiRoYvkXKz79qVuxEfVXqX5wbts8j","/ip4/172.18.191.20/tcp/49040/ws/p2p/16Uiu2HAmCN6FjSu21RBcadXgiRoYvkXKz79qVuxEfVXqX5wbts8j"],"enrUri":"enr:-L24QGeXGHOXWvo1M2Uv5azEWEXLVBML8icd-pKnoDeiMhAHFec-N9eyMXUEk-TwbyLIOFCfsrezGfhwwZ6Rfa6w_jwCgmlkgnY0gmlwhKwSvxSKbXVsdGlhZGRyc5YACASsEr8UBr-PAAoErBK_FAa_kN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC-6vNWGJ8_F8gwSKrqcT_JPbrAL-GyL0KA86KHfnF1KCDdGNwgr-Pg3VkcIK_kYV3YWt1MgA"}'
|
||||
2025-12-29 04:21:47.093 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:21:47.093 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49038/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.153.144/tcp/16852/p2p/16Uiu2HAm1LSd6Ljau3rvEPHAcYLJrLHtqS3X7QFxW1HZaYGWTPpW"]'
|
||||
2025-12-29 04:21:47.124 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:21:47.124 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2025-12-29 04:21:47.126 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16851/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-29 04:21:47.136 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:21:47.137 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49038/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "d69177ab-062f-4772-a495-4b3dea389cdd", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-29 04:21:47.149 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"d69177ab-062f-4772-a495-4b3dea389cdd","statusDesc":"OK"}'
|
||||
2025-12-29 04:21:47.151 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16851/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="}'
|
||||
2025-12-29 04:21:47.158 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:21:47.158 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-29 04:21:47.258 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:21:47.259 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49038/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:21:47.262 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":1766982107151000504,"meta":"RmlsdGVyIHdvcmtzISE=","ephemeral":false}]'
|
||||
2025-12-29 04:21:47.265 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:21:47.266 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:21:47.266 DEBUG [src.node.waku_node] Stopping container with id f01da98378f4
|
||||
2025-12-29 04:21:47.804 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:21:47.804 DEBUG [src.node.waku_node] Stopping container with id b79eac2dc73a
|
||||
2025-12-29 04:21:48.342 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:21:48.343 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:21:48.352 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:21:48.358 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
84
nim/1018/data/attachments/172fb52aff5d799b.txt
Normal file
84
nim/1018/data/attachments/172fb52aff5d799b.txt
Normal file
@ -0,0 +1,84 @@
|
||||
2025-12-29 04:27:38.946 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:27:38.946 DEBUG [tests.conftest] Running test: test_store_with_wrong_hash with id: 2025-12-29_04-27-38__0fe60581-b728-4346-945e-9ca17c1f2846
|
||||
2025-12-29 04:27:38.946 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:27:38.947 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-29 04:27:38.947 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2025-12-29 04:27:38.953 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:27:38.953 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-29_04-27-38__0fe60581-b728-4346-945e-9ca17c1f2846__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:27:38.954 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:27:38.954 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:27:38.955 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:27:38.955 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.53.150
|
||||
2025-12-29 04:27:38.955 DEBUG [src.node.docker_mananger] Generated ports ['32953', '32954', '32955', '32956', '32957']
|
||||
2025-12-29 04:27:38.955 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:27:38.956 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:27:38.956 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:27:38.956 DEBUG [src.node.docker_mananger] docker run -i -t -p 32953:32953 -p 32954:32954 -p 32955:32955 -p 32956:32956 -p 32957:32957 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=32955 --rest-port=32953 --tcp-port=32954 --discv5-udp-port=32956 --rest-address=0.0.0.0 --nat=extip:172.18.53.150 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7639759d9fcaeecf7bfafcc4c4999dd86daccd6b01af00d28e2282badadcb7b3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32957 --metrics-logging=true --store=true --relay=true
|
||||
2025-12-29 04:27:39.138 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.53.150 waku 843442d5fd77105365e110dc2714c702f89e04db72dab40a684801a8d4d82fae
|
||||
2025-12-29 04:27:39.167 DEBUG [src.node.docker_mananger] Container started with ID 843442d5fd77. Setting up logs at ./log/docker/publishing_node1_2025-12-29_04-27-38__0fe60581-b728-4346-945e-9ca17c1f2846__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:27:39.167 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 32953
|
||||
2025-12-29 04:27:39.169 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:27:39.236 ERROR [src.node.docker_mananger] Max retries reached for container a951050cb3e4. Exiting log stream.
|
||||
2025-12-29 04:27:39.738 ERROR [src.node.docker_mananger] Max retries reached for container 4c3520a4d096. Exiting log stream.
|
||||
2025-12-29 04:27:40.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32953/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:40.173 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
2025-12-29 04:27:40.173 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:27:40.173 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32953/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:40.175 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.53.150/tcp/32954/p2p/16Uiu2HAkwjM8ugyfQZMAUr8eiPhRHdj8Fy2cKPt32KwYp9K3Nkka","/ip4/172.18.53.150/tcp/32955/ws/p2p/16Uiu2HAkwjM8ugyfQZMAUr8eiPhRHdj8Fy2cKPt32KwYp9K3Nkka"],"enrUri":"enr:-L24QGI0D3zEJYg32n5l7FGD8IEZs3gb2R6jLm-lHylAiWOXfyNz1CZ4t_636JueXgBjnQHmzEQQseHRq7B8kzo3cE4CgmlkgnY0gmlwhKwSNZaKbXVsdGlhZGRyc5YACASsEjWWBoC6AAoErBI1lgaAu90DgnJzhQADAQAAiXNlY3AyNTZrMaECIj6F03S2WNbRb4BpaWUXet0f6Ht8_J-jzE-WG11AzhODdGNwgoC6g3VkcIKAvIV3YWt1MgM"}'
|
||||
2025-12-29 04:27:40.175 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:27:40.182 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:27:40.182 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-29_04-27-38__0fe60581-b728-4346-945e-9ca17c1f2846__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:27:40.182 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:27:40.182 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:27:40.184 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:27:40.184 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.137.213
|
||||
2025-12-29 04:27:40.184 DEBUG [src.node.docker_mananger] Generated ports ['21229', '21230', '21231', '21232', '21233']
|
||||
2025-12-29 04:27:40.184 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:27:40.184 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:27:40.185 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:27:40.185 DEBUG [src.node.docker_mananger] docker run -i -t -p 21229:21229 -p 21230:21230 -p 21231:21231 -p 21232:21232 -p 21233:21233 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=21231 --rest-port=21229 --tcp-port=21230 --discv5-udp-port=21232 --rest-address=0.0.0.0 --nat=extip:172.18.137.213 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0bccbbe8ac09d638a751ef76fd6acc764b0161f7efad6accc9c91953d88ff9bf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21233 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QGI0D3zEJYg32n5l7FGD8IEZs3gb2R6jLm-lHylAiWOXfyNz1CZ4t_636JueXgBjnQHmzEQQseHRq7B8kzo3cE4CgmlkgnY0gmlwhKwSNZaKbXVsdGlhZGRyc5YACASsEjWWBoC6AAoErBI1lgaAu90DgnJzhQADAQAAiXNlY3AyNTZrMaECIj6F03S2WNbRb4BpaWUXet0f6Ht8_J-jzE-WG11AzhODdGNwgoC6g3VkcIKAvIV3YWt1MgM --storenode=/ip4/172.18.53.150/tcp/32954/p2p/16Uiu2HAkwjM8ugyfQZMAUr8eiPhRHdj8Fy2cKPt32KwYp9K3Nkka --store=true --relay=true
|
||||
2025-12-29 04:27:40.368 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.137.213 waku 39291aca128e0c08af6cff913f16dd0d6b048dbb2feb04cbfa622516baa3e0a9
|
||||
2025-12-29 04:27:40.402 DEBUG [src.node.docker_mananger] Container started with ID 39291aca128e. Setting up logs at ./log/docker/store_node1_2025-12-29_04-27-38__0fe60581-b728-4346-945e-9ca17c1f2846__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:27:40.402 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 21229
|
||||
2025-12-29 04:27:40.402 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:27:41.403 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:41.407 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln 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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-29 04:27:41.407 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:27:41.407 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21229/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:41.410 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.137.213/tcp/21230/p2p/16Uiu2HAmSWsjG9i1XaVcrS9SrKTpdKGRd6ZhWGcQNd7xJbAH93rg","/ip4/172.18.137.213/tcp/21231/ws/p2p/16Uiu2HAmSWsjG9i1XaVcrS9SrKTpdKGRd6ZhWGcQNd7xJbAH93rg"],"enrUri":"enr:-L24QPeFJnwunSo0srmO5bCZvkz2H5yr_DR-4PL4OCy1TLZBGdQndaL1zxZ0u3qflPiLI5ZqW_7zyxgFVkZHXOf5-aICgmlkgnY0gmlwhKwSidWKbXVsdGlhZGRyc5YACASsEonVBlLuAAoErBKJ1QZS790DgnJzhQADAQAAiXNlY3AyNTZrMaEDze974ea0hHy79by2ks5Yaeng-mqBg7tywsjuOqJubGmDdGNwglLug3VkcIJS8IV3YWt1MgM"}'
|
||||
2025-12-29 04:27:41.410 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:27:41.410 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21229/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.53.150/tcp/32954/p2p/16Uiu2HAkwjM8ugyfQZMAUr8eiPhRHdj8Fy2cKPt32KwYp9K3Nkka"]'
|
||||
2025-12-29 04:27:41.413 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:27:41.413 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32953/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-29 04:27:41.415 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:27:41.416 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21229/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-29 04:27:41.418 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:27:41.419 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:27:41.419 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32953/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)'}'
|
||||
2025-12-29 04:27:41.424 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:27:41.425 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:27:41.625 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:27:41.626 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32953/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)'}'
|
||||
2025-12-29 04:27:41.631 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:27:41.631 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:27:41.832 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:27:41.832 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32953/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)'}'
|
||||
2025-12-29 04:27:41.837 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:27:41.838 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:27:42.039 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:27:42.039 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32953/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)'}'
|
||||
2025-12-29 04:27:42.044 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:27:42.045 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:27:42.245 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32953/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xdf181e425364b861f16e049986b23b06491cbb5632a7ae835aea8708f805c0b0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:42.248 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
|
||||
2025-12-29 04:27:42.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21229/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xdf181e425364b861f16e049986b23b06491cbb5632a7ae835aea8708f805c0b0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:42.251 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
|
||||
2025-12-29 04:27:42.253 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:27:42.254 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:27:42.254 DEBUG [src.node.waku_node] Stopping container with id 843442d5fd77
|
||||
2025-12-29 04:27:42.791 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:27:42.792 DEBUG [src.node.waku_node] Stopping container with id 39291aca128e
|
||||
2025-12-29 04:27:43.301 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:27:43.302 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:27:43.315 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:27:43.321 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
60
nim/1018/data/attachments/175327cc2fbf86d6.txt
Normal file
60
nim/1018/data/attachments/175327cc2fbf86d6.txt
Normal file
@ -0,0 +1,60 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_metadata_protocol_mounted_also_on_non_1_clusters with id: 2025-12-29_04-39-17__22dfc0b5-82ec-4724-892d-601fd0830711
|
||||
[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_2025-12-29_04-39-17__22dfc0b5-82ec-4724-892d-601fd0830711__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.221.80
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['48698', '48699', '48700', '48701', '48702']
|
||||
[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 48698:48698 -p 48699:48699 -p 48700:48700 -p 48701:48701 -p 48702:48702 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=48700 --rest-port=48698 --tcp-port=48699 --discv5-udp-port=48701 --rest-address=0.0.0.0 --nat=extip:172.18.221.80 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bee6b82e9eca2973196e16ef85f1e32cd17bddeba05eb82f7878b3fe7adf636d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48702 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.221.80 waku a042a4a3efc5d2eb40ee04bdb28f2763a07f2a09cb761e45dbf0dffe080ebd15
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID a042a4a3efc5. Setting up logs at ./log/docker/node1_2025-12-29_04-39-17__22dfc0b5-82ec-4724-892d-601fd0830711__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 48698
|
||||
[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:48698/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
[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:48698/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.221.80/tcp/48699/p2p/16Uiu2HAm7RPQEyB791B22mFTfcXEQuZFtii9MZ4aBxsTh6yEC2Xv","/ip4/172.18.221.80/tcp/48700/ws/p2p/16Uiu2HAm7RPQEyB791B22mFTfcXEQuZFtii9MZ4aBxsTh6yEC2Xv"],"enrUri":"enr:-L24QL9HALThkyu8aX6P7dXqQ3BmKPX9tUBhl5alPTfpyQpLI969oJ4xM-JWiKB6WxIw7oN2F_O-gijSYLO_vJ-TCkkCgmlkgnY0gmlwhKwS3VCKbXVsdGlhZGRyc5YACASsEt1QBr47AAoErBLdUAa-PN0DgnJzhQADAQAAiXNlY3AyNTZrMaECsjl_bcReQHsC596BfHandN0EThXNtO0iK2enQ9Rgpe2DdGNwgr47g3VkcIK-PYV3YWt1MgE"}'
|
||||
[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_2025-12-29_04-39-17__22dfc0b5-82ec-4724-892d-601fd0830711__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.185
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['22543', '22544', '22545', '22546', '22547']
|
||||
[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 22543:22543 -p 22544:22544 -p 22545:22545 -p 22546:22546 -p 22547:22547 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=22545 --rest-port=22543 --tcp-port=22544 --discv5-udp-port=22546 --rest-address=0.0.0.0 --nat=extip:172.18.120.185 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ddb4aea2bebefcc05bd35bbfdebb4d24a008d3f6e9ef7e8eec14d1f29dc0ab7d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22547 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QL9HALThkyu8aX6P7dXqQ3BmKPX9tUBhl5alPTfpyQpLI969oJ4xM-JWiKB6WxIw7oN2F_O-gijSYLO_vJ-TCkkCgmlkgnY0gmlwhKwS3VCKbXVsdGlhZGRyc5YACASsEt1QBr47AAoErBLdUAa-PN0DgnJzhQADAQAAiXNlY3AyNTZrMaECsjl_bcReQHsC596BfHandN0EThXNtO0iK2enQ9Rgpe2DdGNwgr47g3VkcIK-PYV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.120.185 waku efdcb1538f74e8f688927f44be7f198eb2e186311cb18b3b69ca6418f8326c31
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID efdcb1538f74. Setting up logs at ./log/docker/node2_2025-12-29_04-39-17__22dfc0b5-82ec-4724-892d-601fd0830711__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 22543
|
||||
[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:22543/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
[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:22543/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.185/tcp/22544/p2p/16Uiu2HAmHVuiEZQNJYveJbFEEXuy6uD6icaeFsga2J1YVH7yTdFG","/ip4/172.18.120.185/tcp/22545/ws/p2p/16Uiu2HAmHVuiEZQNJYveJbFEEXuy6uD6icaeFsga2J1YVH7yTdFG"],"enrUri":"enr:-L24QHVVk2AlVkq4DT-v-g3NPzVejLo8N4yGWN3XEAOIkdgQGgk8AE19X8DJDFPXYDPUrylMn5A0mNllU4JWbj1lZtICgmlkgnY0gmlwhKwSeLmKbXVsdGlhZGRyc5YACASsEni5BlgQAAoErBJ4uQZYEd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDR_b2T0IeX1ronynrv6Bri2nv3RDmjC-pIWY1G-9C5puDdGNwglgQg3VkcIJYEoV3YWt1MgE"}'
|
||||
[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:22543/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.221.80/tcp/48699/p2p/16Uiu2HAm7RPQEyB791B22mFTfcXEQuZFtii9MZ4aBxsTh6yEC2Xv"]'
|
||||
[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:141 Found matches for keyword 'Created WakuMetadata protocol': ['INF 2025-12-29 04:39:17.270+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards=[]']
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:141 Found matches for keyword 'Created WakuMetadata protocol': ['INF 2025-12-29 04:39:18.516+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards=[]']
|
||||
[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 a042a4a3efc5
|
||||
[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 efdcb1538f74
|
||||
[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.
|
||||
584
nim/1018/data/attachments/17840a10c64dcfee.txt
Normal file
584
nim/1018/data/attachments/17840a10c64dcfee.txt
Normal file
@ -0,0 +1,584 @@
|
||||
2025-12-29 04:35:31.350 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:35:31.351 DEBUG [tests.conftest] Running test: test_get_store_messages_with_different_payloads with id: 2025-12-29_04-35-31__e8a73c45-59ff-4d8f-a680-ada00c429b96
|
||||
2025-12-29 04:35:31.351 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:35:31.351 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-29 04:35:31.351 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2025-12-29 04:35:31.358 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:35:31.358 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-29_04-35-31__e8a73c45-59ff-4d8f-a680-ada00c429b96__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:35:31.358 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:35:31.358 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:35:31.360 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:35:31.360 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.203.230
|
||||
2025-12-29 04:35:31.360 DEBUG [src.node.docker_mananger] Generated ports ['17432', '17433', '17434', '17435', '17436']
|
||||
2025-12-29 04:35:31.360 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:35:31.360 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:35:31.360 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:35:31.361 DEBUG [src.node.docker_mananger] docker run -i -t -p 17432:17432 -p 17433:17433 -p 17434:17434 -p 17435:17435 -p 17436:17436 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=17434 --rest-port=17432 --tcp-port=17433 --discv5-udp-port=17435 --rest-address=0.0.0.0 --nat=extip:172.18.203.230 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=eae18ce17eb2fa85d8ef5b2eb61c312611cfbcd7a28813ebdd28aa98d68c0ecc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17436 --metrics-logging=true --store=true --relay=true
|
||||
2025-12-29 04:35:31.548 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.203.230 waku f111383632ee4473645968a6bc9fee858d063a8f88adf290593bdbb5798d795b
|
||||
2025-12-29 04:35:31.580 DEBUG [src.node.docker_mananger] Container started with ID f111383632ee. Setting up logs at ./log/docker/publishing_node1_2025-12-29_04-35-31__e8a73c45-59ff-4d8f-a680-ada00c429b96__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:35:31.582 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17432
|
||||
2025-12-29 04:35:31.582 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:35:31.596 ERROR [src.node.docker_mananger] Max retries reached for container ba7fc201f293. Exiting log stream.
|
||||
2025-12-29 04:35:32.139 ERROR [src.node.docker_mananger] Max retries reached for container b6da3c1ac63b. Exiting log stream.
|
||||
2025-12-29 04:35:32.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:32.586 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
2025-12-29 04:35:32.586 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:35:32.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:32.589 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.203.230/tcp/17433/p2p/16Uiu2HAm56XJdy8TisJGaAqYgk6Rj1n2vTpt7AqJichmtGBRgjEh","/ip4/172.18.203.230/tcp/17434/ws/p2p/16Uiu2HAm56XJdy8TisJGaAqYgk6Rj1n2vTpt7AqJichmtGBRgjEh"],"enrUri":"enr:-L24QLhftGaIgBmog5hBBsuN70VGvDBKpBJpiNNNgGUkiQ0QSqR5I-pYKxPy_HGGwIKEaiGwr85aIQlsBBSucxAvaiMCgmlkgnY0gmlwhKwSy-aKbXVsdGlhZGRyc5YACASsEsvmBkQZAAoErBLL5gZEGt0DgnJzhQADAQAAiXNlY3AyNTZrMaECj60GYgq0DHGbW0z26dSpf7MJn84XW_oBD5KGdI9yrhqDdGNwgkQZg3VkcIJEG4V3YWt1MgM"}'
|
||||
2025-12-29 04:35:32.589 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:35:32.596 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:35:32.596 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-29_04-35-31__e8a73c45-59ff-4d8f-a680-ada00c429b96__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:35:32.596 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:35:32.596 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:35:32.597 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:35:32.597 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.34.102
|
||||
2025-12-29 04:35:32.598 DEBUG [src.node.docker_mananger] Generated ports ['39446', '39447', '39448', '39449', '39450']
|
||||
2025-12-29 04:35:32.598 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:35:32.598 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:35:32.598 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:35:32.598 DEBUG [src.node.docker_mananger] docker run -i -t -p 39446:39446 -p 39447:39447 -p 39448:39448 -p 39449:39449 -p 39450:39450 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=39448 --rest-port=39446 --tcp-port=39447 --discv5-udp-port=39449 --rest-address=0.0.0.0 --nat=extip:172.18.34.102 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5a404fd3ee560aece2c2bcfea8f5aa2beca4f3fcf69c2c9c1f6b5c5bb94ba1fb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39450 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QLhftGaIgBmog5hBBsuN70VGvDBKpBJpiNNNgGUkiQ0QSqR5I-pYKxPy_HGGwIKEaiGwr85aIQlsBBSucxAvaiMCgmlkgnY0gmlwhKwSy-aKbXVsdGlhZGRyc5YACASsEsvmBkQZAAoErBLL5gZEGt0DgnJzhQADAQAAiXNlY3AyNTZrMaECj60GYgq0DHGbW0z26dSpf7MJn84XW_oBD5KGdI9yrhqDdGNwgkQZg3VkcIJEG4V3YWt1MgM --storenode=/ip4/172.18.203.230/tcp/17433/p2p/16Uiu2HAm56XJdy8TisJGaAqYgk6Rj1n2vTpt7AqJichmtGBRgjEh --store=true --relay=true
|
||||
2025-12-29 04:35:32.780 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.34.102 waku a411878cc27654c1fe6cad7ac228052a25ae5f5b90b5eedcc9a4c01b04bc6f21
|
||||
2025-12-29 04:35:32.815 DEBUG [src.node.docker_mananger] Container started with ID a411878cc276. Setting up logs at ./log/docker/store_node1_2025-12-29_04-35-31__e8a73c45-59ff-4d8f-a680-ada00c429b96__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:35:32.817 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 39446
|
||||
2025-12-29 04:35:32.817 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:35:33.817 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:33.821 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln 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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-29 04:35:33.822 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:35:33.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:33.825 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.34.102/tcp/39447/p2p/16Uiu2HAmC4BNqw43Ve1t6NxdeQjf2JWRNhujPk86dnuvZY32MERn","/ip4/172.18.34.102/tcp/39448/ws/p2p/16Uiu2HAmC4BNqw43Ve1t6NxdeQjf2JWRNhujPk86dnuvZY32MERn"],"enrUri":"enr:-L24QNx7v1UZc-bPaXqQT4mh1LIq6NuxwPpdSjkAsSbz2hfAc-Qx9469NThkUmXSnL5fegtHa-_BLRSh8AMHqUB72wICgmlkgnY0gmlwhKwSImaKbXVsdGlhZGRyc5YACASsEiJmBpoXAAoErBIiZgaaGN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC9xUjxUIj4ymoHa4perazkqMW3GUkMgEeaxRUQoo5RqGDdGNwgpoXg3VkcIKaGYV3YWt1MgM"}'
|
||||
2025-12-29 04:35:33.825 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:35:33.825 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39446/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.203.230/tcp/17433/p2p/16Uiu2HAm56XJdy8TisJGaAqYgk6Rj1n2vTpt7AqJichmtGBRgjEh"]'
|
||||
2025-12-29 04:35:33.828 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:33.828 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-29 04:35:33.831 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:33.831 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39446/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-29 04:35:33.833 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:33.834 DEBUG [tests.store.test_get_messages] Running test with payload A simple string
|
||||
2025-12-29 04:35:33.834 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:33.834 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "SGVsbG8gV29ybGQh", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:33.840 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:33.840 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:34.040 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:34.041 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:34.044 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"}]}'
|
||||
2025-12-29 04:35:34.044 DEBUG [src.steps.store] messages length is 1
|
||||
2025-12-29 04:35:34.045 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:34.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:34.048 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"}]}'
|
||||
2025-12-29 04:35:34.048 DEBUG [src.steps.store] messages length is 1
|
||||
2025-12-29 04:35:34.048 DEBUG [tests.store.test_get_messages] Running test with payload An integer
|
||||
2025-12-29 04:35:34.048 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:34.048 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTIzNDU2Nzg5MA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:34.053 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:34.054 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:34.255 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:34.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:34.258 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"}]}'
|
||||
2025-12-29 04:35:34.258 DEBUG [src.steps.store] messages length is 2
|
||||
2025-12-29 04:35:34.259 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:34.259 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:34.262 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"}]}'
|
||||
2025-12-29 04:35:34.262 DEBUG [src.steps.store] messages length is 2
|
||||
2025-12-29 04:35:34.262 DEBUG [tests.store.test_get_messages] Running test with payload A dictionary
|
||||
2025-12-29 04:35:34.262 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:34.263 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "eyJrZXkiOiAidmFsdWUifQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:34.267 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:34.268 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:34.468 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:34.469 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:34.472 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"}]}'
|
||||
2025-12-29 04:35:34.472 DEBUG [src.steps.store] messages length is 3
|
||||
2025-12-29 04:35:34.472 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:34.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:34.475 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"}]}'
|
||||
2025-12-29 04:35:34.475 DEBUG [src.steps.store] messages length is 3
|
||||
2025-12-29 04:35:34.476 DEBUG [tests.store.test_get_messages] Running test with payload Chinese characters
|
||||
2025-12-29 04:35:34.476 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:34.476 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "6L+Z5piv5LiA5Lqb5Lit5paH", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:34.481 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:34.482 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:34.683 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:34.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:34.686 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"}]}'
|
||||
2025-12-29 04:35:34.686 DEBUG [src.steps.store] messages length is 4
|
||||
2025-12-29 04:35:34.687 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:34.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:34.690 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"}]}'
|
||||
2025-12-29 04:35:34.690 DEBUG [src.steps.store] messages length is 4
|
||||
2025-12-29 04:35:34.690 DEBUG [tests.store.test_get_messages] Running test with payload Emojis
|
||||
2025-12-29 04:35:34.690 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:34.691 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "8J+agPCfjJ/inKg=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:34.696 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:34.697 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:34.897 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:34.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:34.901 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"}]}'
|
||||
2025-12-29 04:35:34.901 DEBUG [src.steps.store] messages length is 5
|
||||
2025-12-29 04:35:34.901 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:34.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:34.904 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"}]}'
|
||||
2025-12-29 04:35:34.905 DEBUG [src.steps.store] messages length is 5
|
||||
2025-12-29 04:35:34.905 DEBUG [tests.store.test_get_messages] Running test with payload Lorem ipsum text
|
||||
2025-12-29 04:35:34.905 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:34.905 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:34.910 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:34.910 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:35.111 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:35.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:35.115 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"}]}'
|
||||
2025-12-29 04:35:35.115 DEBUG [src.steps.store] messages length is 6
|
||||
2025-12-29 04:35:35.116 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:35.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:35.119 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"}]}'
|
||||
2025-12-29 04:35:35.119 DEBUG [src.steps.store] messages length is 6
|
||||
2025-12-29 04:35:35.119 DEBUG [tests.store.test_get_messages] Running test with payload HTML content
|
||||
2025-12-29 04:35:35.119 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:35.120 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "PGh0bWw+PGJvZHk+SGVsbG88L2JvZHk+PC9odG1sPg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:35.124 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:35.125 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:35.326 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:35.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:35.330 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"}]}'
|
||||
2025-12-29 04:35:35.330 DEBUG [src.steps.store] messages length is 7
|
||||
2025-12-29 04:35:35.330 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:35.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:35.333 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"}]}'
|
||||
2025-12-29 04:35:35.333 DEBUG [src.steps.store] messages length is 7
|
||||
2025-12-29 04:35:35.333 DEBUG [tests.store.test_get_messages] Running test with payload Cyrillic characters
|
||||
2025-12-29 04:35:35.334 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:35.334 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "0J/RgNC40LLQtdGC", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:35.339 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:35.340 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:35.541 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:35.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:35.545 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"}]}'
|
||||
2025-12-29 04:35:35.545 DEBUG [src.steps.store] messages length is 8
|
||||
2025-12-29 04:35:35.545 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:35.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:35.548 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"}]}'
|
||||
2025-12-29 04:35:35.548 DEBUG [src.steps.store] messages length is 8
|
||||
2025-12-29 04:35:35.549 DEBUG [tests.store.test_get_messages] Running test with payload Base64 encoded string
|
||||
2025-12-29 04:35:35.549 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:35.549 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "QmFzZTY0PT1kR1Z6ZEE9PQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:35.554 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:35.554 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:35.756 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:35.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:35.759 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"}]}'
|
||||
2025-12-29 04:35:35.760 DEBUG [src.steps.store] messages length is 9
|
||||
2025-12-29 04:35:35.760 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:35.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:35.763 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"}]}'
|
||||
2025-12-29 04:35:35.763 DEBUG [src.steps.store] messages length is 9
|
||||
2025-12-29 04:35:35.763 DEBUG [tests.store.test_get_messages] Running test with payload Binary data
|
||||
2025-12-29 04:35:35.764 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:35.764 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "ZDI5eWEybHVaeUIzYVhSb0lHSnBibUZ5ZVNCa1lYUmg6IFBR", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:35.769 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:35.769 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:35.970 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:35.970 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:35.973 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"}]}'
|
||||
2025-12-29 04:35:35.974 DEBUG [src.steps.store] messages length is 10
|
||||
2025-12-29 04:35:35.974 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:35.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:35.977 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"}]}'
|
||||
2025-12-29 04:35:35.977 DEBUG [src.steps.store] messages length is 10
|
||||
2025-12-29 04:35:35.977 DEBUG [tests.store.test_get_messages] Running test with payload Special characters with whitespace
|
||||
2025-12-29 04:35:35.978 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:35.978 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "CQpTcGVjaWFsCUNoYXJhY3RlcnMK", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:35.983 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:35.983 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:36.184 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:36.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:36.187 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"}]}'
|
||||
2025-12-29 04:35:36.188 DEBUG [src.steps.store] messages length is 11
|
||||
2025-12-29 04:35:36.188 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:36.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:36.191 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"}]}'
|
||||
2025-12-29 04:35:36.191 DEBUG [src.steps.store] messages length is 11
|
||||
2025-12-29 04:35:36.192 DEBUG [tests.store.test_get_messages] Running test with payload Boolean false as a string
|
||||
2025-12-29 04:35:36.192 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:36.192 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "RmFsc2U=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:36.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:36.198 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:36.399 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:36.399 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:36.402 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"}]}'
|
||||
2025-12-29 04:35:36.403 DEBUG [src.steps.store] messages length is 12
|
||||
2025-12-29 04:35:36.403 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:36.403 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:36.406 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"}]}'
|
||||
2025-12-29 04:35:36.406 DEBUG [src.steps.store] messages length is 12
|
||||
2025-12-29 04:35:36.406 DEBUG [tests.store.test_get_messages] Running test with payload A float number
|
||||
2025-12-29 04:35:36.407 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:36.407 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "My4xNDE1OTI2NTM1", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:36.414 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:36.414 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:36.615 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:36.615 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:36.618 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"}]}'
|
||||
2025-12-29 04:35:36.619 DEBUG [src.steps.store] messages length is 13
|
||||
2025-12-29 04:35:36.619 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:36.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:36.623 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"}]}'
|
||||
2025-12-29 04:35:36.623 DEBUG [src.steps.store] messages length is 13
|
||||
2025-12-29 04:35:36.623 DEBUG [tests.store.test_get_messages] Running test with payload A list
|
||||
2025-12-29 04:35:36.624 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:36.624 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "WzEsIDIsIDMsIDQsIDVd", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:36.629 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:36.629 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:36.830 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:36.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:36.834 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"}]}'
|
||||
2025-12-29 04:35:36.834 DEBUG [src.steps.store] messages length is 14
|
||||
2025-12-29 04:35:36.835 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:36.835 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:36.838 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"}]}'
|
||||
2025-12-29 04:35:36.838 DEBUG [src.steps.store] messages length is 14
|
||||
2025-12-29 04:35:36.839 DEBUG [tests.store.test_get_messages] Running test with payload Hexadecimal number as a string
|
||||
2025-12-29 04:35:36.839 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:36.839 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MHhERUFEQkVFRg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:36.843 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:36.844 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:37.045 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:37.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:37.049 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"}]}'
|
||||
2025-12-29 04:35:37.049 DEBUG [src.steps.store] messages length is 15
|
||||
2025-12-29 04:35:37.049 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:37.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:37.052 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"}]}'
|
||||
2025-12-29 04:35:37.053 DEBUG [src.steps.store] messages length is 15
|
||||
2025-12-29 04:35:37.053 DEBUG [tests.store.test_get_messages] Running test with payload Email format
|
||||
2025-12-29 04:35:37.053 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:37.054 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "dXNlckBleGFtcGxlLmNvbQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:37.059 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:37.059 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:37.260 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:37.260 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:37.264 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"}]}'
|
||||
2025-12-29 04:35:37.264 DEBUG [src.steps.store] messages length is 16
|
||||
2025-12-29 04:35:37.264 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:37.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:37.268 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"}]}'
|
||||
2025-12-29 04:35:37.268 DEBUG [src.steps.store] messages length is 16
|
||||
2025-12-29 04:35:37.268 DEBUG [tests.store.test_get_messages] Running test with payload URL format
|
||||
2025-12-29 04:35:37.269 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:37.269 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "aHR0cDovL2V4YW1wbGUuY29t", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:37.273 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:37.274 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:37.474 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:37.475 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:37.478 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"}]}'
|
||||
2025-12-29 04:35:37.478 DEBUG [src.steps.store] messages length is 17
|
||||
2025-12-29 04:35:37.478 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:37.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:37.482 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"}]}'
|
||||
2025-12-29 04:35:37.482 DEBUG [src.steps.store] messages length is 17
|
||||
2025-12-29 04:35:37.482 DEBUG [tests.store.test_get_messages] Running test with payload Date and time in ISO format
|
||||
2025-12-29 04:35:37.482 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:37.483 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MjAyMy0xMS0wMVQxMjowMDowMFo=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:37.488 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:37.488 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:37.689 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:37.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:37.693 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"}]}'
|
||||
2025-12-29 04:35:37.693 DEBUG [src.steps.store] messages length is 18
|
||||
2025-12-29 04:35:37.694 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:37.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:37.697 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"}]}'
|
||||
2025-12-29 04:35:37.697 DEBUG [src.steps.store] messages length is 18
|
||||
2025-12-29 04:35:37.698 DEBUG [tests.store.test_get_messages] Running test with payload String with escaped quotes
|
||||
2025-12-29 04:35:37.698 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:37.698 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "IkVzY2FwZWQiIFwicXVvdGVzXCI=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:37.703 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:37.704 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:37.904 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:37.905 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:37.908 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"}]}'
|
||||
2025-12-29 04:35:37.908 DEBUG [src.steps.store] messages length is 19
|
||||
2025-12-29 04:35:37.909 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:37.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:37.912 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"}]}'
|
||||
2025-12-29 04:35:37.912 DEBUG [src.steps.store] messages length is 19
|
||||
2025-12-29 04:35:37.913 DEBUG [tests.store.test_get_messages] Running test with payload A regular expression
|
||||
2025-12-29 04:35:37.913 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:37.913 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "UmVndWxhciBleHByZXNzaW9uOiBeW2EtejAtOV8tXXszLDE2fSQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:37.918 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:37.918 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:38.119 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:38.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:38.123 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"}]}'
|
||||
2025-12-29 04:35:38.123 DEBUG [src.steps.store] messages length is 20
|
||||
2025-12-29 04:35:38.124 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:38.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:38.127 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"}]}'
|
||||
2025-12-29 04:35:38.127 DEBUG [src.steps.store] messages length is 20
|
||||
2025-12-29 04:35:38.127 DEBUG [tests.store.test_get_messages] Running test with payload A very long string
|
||||
2025-12-29 04:35:38.128 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:38.128 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:38.134 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:38.134 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:38.335 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:38.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:38.339 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"}]}'
|
||||
2025-12-29 04:35:38.339 DEBUG [src.steps.store] messages length is 21
|
||||
2025-12-29 04:35:38.339 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:38.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:38.343 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"}]}'
|
||||
2025-12-29 04:35:38.343 DEBUG [src.steps.store] messages length is 21
|
||||
2025-12-29 04:35:38.344 DEBUG [tests.store.test_get_messages] Running test with payload A JSON string
|
||||
2025-12-29 04:35:38.344 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:38.344 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "eyJuYW1lIjogIkpvaG4iLCAiYWdlIjogMzAsICJjaXR5IjogIk5ldyBZb3JrIn0=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:38.348 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:38.349 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:38.549 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:38.550 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:38.553 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"}]}'
|
||||
2025-12-29 04:35:38.554 DEBUG [src.steps.store] messages length is 22
|
||||
2025-12-29 04:35:38.554 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:38.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:38.558 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"}]}'
|
||||
2025-12-29 04:35:38.558 DEBUG [src.steps.store] messages length is 22
|
||||
2025-12-29 04:35:38.558 DEBUG [tests.store.test_get_messages] Running test with payload A Unix path
|
||||
2025-12-29 04:35:38.559 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:38.559 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "L3Vzci9sb2NhbC9iaW4=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:38.564 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:38.565 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:38.765 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:38.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:38.769 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"}]}'
|
||||
2025-12-29 04:35:38.770 DEBUG [src.steps.store] messages length is 23
|
||||
2025-12-29 04:35:38.770 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:38.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:38.774 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"}]}'
|
||||
2025-12-29 04:35:38.774 DEBUG [src.steps.store] messages length is 23
|
||||
2025-12-29 04:35:38.775 DEBUG [tests.store.test_get_messages] Running test with payload A Windows path
|
||||
2025-12-29 04:35:38.775 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:38.775 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "QzpcV2luZG93c1xTeXN0ZW0zMg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:38.780 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:38.780 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:38.981 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:38.982 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:38.985 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"}]}'
|
||||
2025-12-29 04:35:38.986 DEBUG [src.steps.store] messages length is 24
|
||||
2025-12-29 04:35:38.986 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:38.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:38.990 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"}]}'
|
||||
2025-12-29 04:35:38.990 DEBUG [src.steps.store] messages length is 24
|
||||
2025-12-29 04:35:38.990 DEBUG [tests.store.test_get_messages] Running test with payload An SQL query
|
||||
2025-12-29 04:35:38.990 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:38.991 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U0VMRUNUICogRlJPTSB1c2VycyBXSEVSRSBpZCA9IDE7", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:38.995 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:38.995 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:39.196 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:39.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:39.200 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"}]}'
|
||||
2025-12-29 04:35:39.200 DEBUG [src.steps.store] messages length is 25
|
||||
2025-12-29 04:35:39.201 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:39.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:39.204 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"}]}'
|
||||
2025-12-29 04:35:39.204 DEBUG [src.steps.store] messages length is 25
|
||||
2025-12-29 04:35:39.205 DEBUG [tests.store.test_get_messages] Running test with payload JavaScript code snippet
|
||||
2025-12-29 04:35:39.205 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:39.205 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "ZnVuY3Rpb24gdGVzdCgpIHsgY29uc29sZS5sb2coJ0hlbGxvIFdvcmxkJyk7IH0=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:39.210 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:39.210 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:39.411 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:39.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:39.415 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"}]}'
|
||||
2025-12-29 04:35:39.415 DEBUG [src.steps.store] messages length is 26
|
||||
2025-12-29 04:35:39.415 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:39.416 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:39.419 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"}]}'
|
||||
2025-12-29 04:35:39.419 DEBUG [src.steps.store] messages length is 26
|
||||
2025-12-29 04:35:39.419 DEBUG [tests.store.test_get_messages] Running test with payload A CSS snippet
|
||||
2025-12-29 04:35:39.420 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:39.420 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "Ym9keSB7IGJhY2tncm91bmQtY29sb3I6ICNmZmY7IH0=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:39.425 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:39.425 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:39.626 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:39.626 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:39.630 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"}]}'
|
||||
2025-12-29 04:35:39.630 DEBUG [src.steps.store] messages length is 27
|
||||
2025-12-29 04:35:39.630 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:39.631 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:39.635 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"}]}'
|
||||
2025-12-29 04:35:39.635 DEBUG [src.steps.store] messages length is 27
|
||||
2025-12-29 04:35:39.635 DEBUG [tests.store.test_get_messages] Running test with payload A Python one-liner
|
||||
2025-12-29 04:35:39.636 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:39.636 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "cHJpbnQoJ0hlbGxvIFdvcmxkJyk=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:39.641 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:39.641 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:39.842 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:39.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:39.846 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"}]}'
|
||||
2025-12-29 04:35:39.846 DEBUG [src.steps.store] messages length is 28
|
||||
2025-12-29 04:35:39.846 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:39.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:39.850 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"}]}'
|
||||
2025-12-29 04:35:39.850 DEBUG [src.steps.store] messages length is 28
|
||||
2025-12-29 04:35:39.850 DEBUG [tests.store.test_get_messages] Running test with payload An IP address
|
||||
2025-12-29 04:35:39.851 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:39.851 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTkyLjE2OC4xLjE=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:39.856 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:39.857 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:40.058 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:40.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:40.062 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"}]}'
|
||||
2025-12-29 04:35:40.062 DEBUG [src.steps.store] messages length is 29
|
||||
2025-12-29 04:35:40.062 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:40.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:40.067 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"}]}'
|
||||
2025-12-29 04:35:40.067 DEBUG [src.steps.store] messages length is 29
|
||||
2025-12-29 04:35:40.067 DEBUG [tests.store.test_get_messages] Running test with payload A domain name
|
||||
2025-12-29 04:35:40.068 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:40.068 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "d3d3LmV4YW1wbGUuY29t", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:40.073 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:40.074 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:40.275 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:40.275 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:40.279 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"}]}'
|
||||
2025-12-29 04:35:40.279 DEBUG [src.steps.store] messages length is 30
|
||||
2025-12-29 04:35:40.280 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:40.280 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:40.284 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"}]}'
|
||||
2025-12-29 04:35:40.284 DEBUG [src.steps.store] messages length is 30
|
||||
2025-12-29 04:35:40.285 DEBUG [tests.store.test_get_messages] Running test with payload A user agent string
|
||||
2025-12-29 04:35:40.285 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:40.285 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCk=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:40.290 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:40.290 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:40.491 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:40.491 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:40.495 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"}]}'
|
||||
2025-12-29 04:35:40.495 DEBUG [src.steps.store] messages length is 31
|
||||
2025-12-29 04:35:40.496 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:40.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:40.500 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"}]}'
|
||||
2025-12-29 04:35:40.500 DEBUG [src.steps.store] messages length is 31
|
||||
2025-12-29 04:35:40.500 DEBUG [tests.store.test_get_messages] Running test with payload A credit card number
|
||||
2025-12-29 04:35:40.500 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:40.501 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTIzNC01Njc4LTkwMTItMzQ1Ng==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:40.505 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:40.506 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:40.706 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:40.707 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:40.711 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"}]}'
|
||||
2025-12-29 04:35:40.711 DEBUG [src.steps.store] messages length is 32
|
||||
2025-12-29 04:35:40.711 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:40.712 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:40.715 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"}]}'
|
||||
2025-12-29 04:35:40.715 DEBUG [src.steps.store] messages length is 32
|
||||
2025-12-29 04:35:40.715 DEBUG [tests.store.test_get_messages] Running test with payload A phone number
|
||||
2025-12-29 04:35:40.716 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:40.716 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "KzEyMzQ1Njc4OTA=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:40.721 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:40.721 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:40.922 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:40.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:40.926 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"},{"messageHash":"0xd125c181053883e85ab720de73cf8047f0777dedb88372dd36c66a7051fcd6b8"}]}'
|
||||
2025-12-29 04:35:40.926 DEBUG [src.steps.store] messages length is 33
|
||||
2025-12-29 04:35:40.927 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:40.927 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:40.930 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"},{"messageHash":"0xd125c181053883e85ab720de73cf8047f0777dedb88372dd36c66a7051fcd6b8"}]}'
|
||||
2025-12-29 04:35:40.930 DEBUG [src.steps.store] messages length is 33
|
||||
2025-12-29 04:35:40.931 DEBUG [tests.store.test_get_messages] Running test with payload A UUID
|
||||
2025-12-29 04:35:40.931 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:40.931 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTIzZTQ1NjctZTg5Yi0xMmQzLWE0NTYtNDI2NjE0MTc0MDAw", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:40.937 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:40.937 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:41.138 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:41.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:41.142 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"},{"messageHash":"0xd125c181053883e85ab720de73cf8047f0777dedb88372dd36c66a7051fcd6b8"},{"messageHash":"0xd62b6c14556a1ebf7fc79d033d566a3ec12ab150fd1ecf5429bca2fb451b5d6d"}]}'
|
||||
2025-12-29 04:35:41.143 DEBUG [src.steps.store] messages length is 34
|
||||
2025-12-29 04:35:41.143 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:41.143 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:41.147 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"},{"messageHash":"0xd125c181053883e85ab720de73cf8047f0777dedb88372dd36c66a7051fcd6b8"},{"messageHash":"0xd62b6c14556a1ebf7fc79d033d566a3ec12ab150fd1ecf5429bca2fb451b5d6d"}]}'
|
||||
2025-12-29 04:35:41.147 DEBUG [src.steps.store] messages length is 34
|
||||
2025-12-29 04:35:41.147 DEBUG [tests.store.test_get_messages] Running test with payload A hashtag
|
||||
2025-12-29 04:35:41.148 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:41.148 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "I2hlbGxvV29ybGQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:41.154 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:41.155 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:41.356 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:41.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:41.360 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"},{"messageHash":"0xd125c181053883e85ab720de73cf8047f0777dedb88372dd36c66a7051fcd6b8"},{"messageHash":"0xd62b6c14556a1ebf7fc79d033d566a3ec12ab150fd1ecf5429bca2fb451b5d6d"},{"messageHash":"0x3bdc244064a52cd03765fe1f709fd41bfa49ec4368df659f4aa74fd02d9f722e"}]}'
|
||||
2025-12-29 04:35:41.360 DEBUG [src.steps.store] messages length is 35
|
||||
2025-12-29 04:35:41.360 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:41.361 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:41.365 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"},{"messageHash":"0xd125c181053883e85ab720de73cf8047f0777dedb88372dd36c66a7051fcd6b8"},{"messageHash":"0xd62b6c14556a1ebf7fc79d033d566a3ec12ab150fd1ecf5429bca2fb451b5d6d"},{"messageHash":"0x3bdc244064a52cd03765fe1f709fd41bfa49ec4368df659f4aa74fd02d9f722e"}]}'
|
||||
2025-12-29 04:35:41.365 DEBUG [src.steps.store] messages length is 35
|
||||
2025-12-29 04:35:41.365 DEBUG [tests.store.test_get_messages] Running test with payload A Twitter handle
|
||||
2025-12-29 04:35:41.366 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:41.366 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "QHVzZXJuYW1l", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:41.370 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:41.371 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:41.571 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:41.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:41.575 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"},{"messageHash":"0xd125c181053883e85ab720de73cf8047f0777dedb88372dd36c66a7051fcd6b8"},{"messageHash":"0xd62b6c14556a1ebf7fc79d033d566a3ec12ab150fd1ecf5429bca2fb451b5d6d"},{"messageHash":"0x3bdc244064a52cd03765fe1f709fd41bfa49ec4368df659f4aa74fd02d9f722e"},{"messageHash":"0xb1459fc20fb50ad36afa1bed6f1a3d49787b8efb576e622754de76b2551f10cf"}]}'
|
||||
2025-12-29 04:35:41.576 DEBUG [src.steps.store] messages length is 36
|
||||
2025-12-29 04:35:41.576 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:41.576 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:41.581 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"},{"messageHash":"0xd125c181053883e85ab720de73cf8047f0777dedb88372dd36c66a7051fcd6b8"},{"messageHash":"0xd62b6c14556a1ebf7fc79d033d566a3ec12ab150fd1ecf5429bca2fb451b5d6d"},{"messageHash":"0x3bdc244064a52cd03765fe1f709fd41bfa49ec4368df659f4aa74fd02d9f722e"},{"messageHash":"0xb1459fc20fb50ad36afa1bed6f1a3d49787b8efb576e622754de76b2551f10cf"}]}'
|
||||
2025-12-29 04:35:41.581 DEBUG [src.steps.store] messages length is 36
|
||||
2025-12-29 04:35:41.581 DEBUG [tests.store.test_get_messages] Running test with payload A password
|
||||
2025-12-29 04:35:41.581 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:41.582 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "UEBzc3cwcmQh", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:41.587 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:41.587 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:41.788 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:41.788 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:41.792 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"},{"messageHash":"0xd125c181053883e85ab720de73cf8047f0777dedb88372dd36c66a7051fcd6b8"},{"messageHash":"0xd62b6c14556a1ebf7fc79d033d566a3ec12ab150fd1ecf5429bca2fb451b5d6d"},{"messageHash":"0x3bdc244064a52cd03765fe1f709fd41bfa49ec4368df659f4aa74fd02d9f722e"},{"messageHash":"0xb1459fc20fb50ad36afa1bed6f1a3d49787b8efb576e622754de76b2551f10cf"},{"messageHash":"0xf63af35119a567f0b71da792569dee59a94ac745856e01a0e542e5e40f5c618d"}]}'
|
||||
2025-12-29 04:35:41.792 DEBUG [src.steps.store] messages length is 37
|
||||
2025-12-29 04:35:41.793 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:41.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:41.796 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"},{"messageHash":"0xd125c181053883e85ab720de73cf8047f0777dedb88372dd36c66a7051fcd6b8"},{"messageHash":"0xd62b6c14556a1ebf7fc79d033d566a3ec12ab150fd1ecf5429bca2fb451b5d6d"},{"messageHash":"0x3bdc244064a52cd03765fe1f709fd41bfa49ec4368df659f4aa74fd02d9f722e"},{"messageHash":"0xb1459fc20fb50ad36afa1bed6f1a3d49787b8efb576e622754de76b2551f10cf"},{"messageHash":"0xf63af35119a567f0b71da792569dee59a94ac745856e01a0e542e5e40f5c618d"}]}'
|
||||
2025-12-29 04:35:41.797 DEBUG [src.steps.store] messages length is 37
|
||||
2025-12-29 04:35:41.797 DEBUG [tests.store.test_get_messages] Running test with payload A date in common format
|
||||
2025-12-29 04:35:41.797 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:41.797 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MDEvMTEvMjAyMw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:41.802 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:41.803 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:42.004 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:42.004 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:42.008 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"},{"messageHash":"0xd125c181053883e85ab720de73cf8047f0777dedb88372dd36c66a7051fcd6b8"},{"messageHash":"0xd62b6c14556a1ebf7fc79d033d566a3ec12ab150fd1ecf5429bca2fb451b5d6d"},{"messageHash":"0x3bdc244064a52cd03765fe1f709fd41bfa49ec4368df659f4aa74fd02d9f722e"},{"messageHash":"0xb1459fc20fb50ad36afa1bed6f1a3d49787b8efb576e622754de76b2551f10cf"},{"messageHash":"0xf63af35119a567f0b71da792569dee59a94ac745856e01a0e542e5e40f5c618d"},{"messageHash":"0x3eced2a739bd9e5bd6a1a64949689c176421e5cd9aab522b027d8a8b4ebad6d2"}]}'
|
||||
2025-12-29 04:35:42.008 DEBUG [src.steps.store] messages length is 38
|
||||
2025-12-29 04:35:42.009 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:42.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:42.013 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"},{"messageHash":"0xd125c181053883e85ab720de73cf8047f0777dedb88372dd36c66a7051fcd6b8"},{"messageHash":"0xd62b6c14556a1ebf7fc79d033d566a3ec12ab150fd1ecf5429bca2fb451b5d6d"},{"messageHash":"0x3bdc244064a52cd03765fe1f709fd41bfa49ec4368df659f4aa74fd02d9f722e"},{"messageHash":"0xb1459fc20fb50ad36afa1bed6f1a3d49787b8efb576e622754de76b2551f10cf"},{"messageHash":"0xf63af35119a567f0b71da792569dee59a94ac745856e01a0e542e5e40f5c618d"},{"messageHash":"0x3eced2a739bd9e5bd6a1a64949689c176421e5cd9aab522b027d8a8b4ebad6d2"}]}'
|
||||
2025-12-29 04:35:42.013 DEBUG [src.steps.store] messages length is 38
|
||||
2025-12-29 04:35:42.014 DEBUG [tests.store.test_get_messages] Running test with payload A time string
|
||||
2025-12-29 04:35:42.014 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:42.014 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTI6MDA6MDA=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:42.019 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:42.020 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:42.221 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:42.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:42.225 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"},{"messageHash":"0xd125c181053883e85ab720de73cf8047f0777dedb88372dd36c66a7051fcd6b8"},{"messageHash":"0xd62b6c14556a1ebf7fc79d033d566a3ec12ab150fd1ecf5429bca2fb451b5d6d"},{"messageHash":"0x3bdc244064a52cd03765fe1f709fd41bfa49ec4368df659f4aa74fd02d9f722e"},{"messageHash":"0xb1459fc20fb50ad36afa1bed6f1a3d49787b8efb576e622754de76b2551f10cf"},{"messageHash":"0xf63af35119a567f0b71da792569dee59a94ac745856e01a0e542e5e40f5c618d"},{"messageHash":"0x3eced2a739bd9e5bd6a1a64949689c176421e5cd9aab522b027d8a8b4ebad6d2"},{"messageHash":"0xb9117aff7863ba7eeb512baa502e0ac4a0a581d8d356e2ab79c8b0d8bfac4399"}]}'
|
||||
2025-12-29 04:35:42.226 DEBUG [src.steps.store] messages length is 39
|
||||
2025-12-29 04:35:42.226 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:42.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:42.231 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"},{"messageHash":"0xd125c181053883e85ab720de73cf8047f0777dedb88372dd36c66a7051fcd6b8"},{"messageHash":"0xd62b6c14556a1ebf7fc79d033d566a3ec12ab150fd1ecf5429bca2fb451b5d6d"},{"messageHash":"0x3bdc244064a52cd03765fe1f709fd41bfa49ec4368df659f4aa74fd02d9f722e"},{"messageHash":"0xb1459fc20fb50ad36afa1bed6f1a3d49787b8efb576e622754de76b2551f10cf"},{"messageHash":"0xf63af35119a567f0b71da792569dee59a94ac745856e01a0e542e5e40f5c618d"},{"messageHash":"0x3eced2a739bd9e5bd6a1a64949689c176421e5cd9aab522b027d8a8b4ebad6d2"},{"messageHash":"0xb9117aff7863ba7eeb512baa502e0ac4a0a581d8d356e2ab79c8b0d8bfac4399"}]}'
|
||||
2025-12-29 04:35:42.231 DEBUG [src.steps.store] messages length is 39
|
||||
2025-12-29 04:35:42.231 DEBUG [tests.store.test_get_messages] Running test with payload A mathematical equation
|
||||
2025-12-29 04:35:42.231 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:42.232 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17432/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "RSA9IG1jXjI=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:35:42.239 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:42.240 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:42.441 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:42.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17432/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:42.445 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"},{"messageHash":"0xd125c181053883e85ab720de73cf8047f0777dedb88372dd36c66a7051fcd6b8"},{"messageHash":"0xd62b6c14556a1ebf7fc79d033d566a3ec12ab150fd1ecf5429bca2fb451b5d6d"},{"messageHash":"0x3bdc244064a52cd03765fe1f709fd41bfa49ec4368df659f4aa74fd02d9f722e"},{"messageHash":"0xb1459fc20fb50ad36afa1bed6f1a3d49787b8efb576e622754de76b2551f10cf"},{"messageHash":"0xf63af35119a567f0b71da792569dee59a94ac745856e01a0e542e5e40f5c618d"},{"messageHash":"0x3eced2a739bd9e5bd6a1a64949689c176421e5cd9aab522b027d8a8b4ebad6d2"},{"messageHash":"0xb9117aff7863ba7eeb512baa502e0ac4a0a581d8d356e2ab79c8b0d8bfac4399"},{"messageHash":"0x5d1ff88aed426e87ec321cb5efa17c3eaebd53665b116fc7db79ceba56ef83ae"}]}'
|
||||
2025-12-29 04:35:42.445 DEBUG [src.steps.store] messages length is 40
|
||||
2025-12-29 04:35:42.445 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:35:42.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39446/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:42.449 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf6d19549fa9fc3cbfe3be6d740038fc6da6973277716e1ecce1e3f4c3118f291"},{"messageHash":"0xbfb6a1b158358c6ea8d25fa0a668ddf3e811ae6d94abad32b300e1d57ccf8e48"},{"messageHash":"0x7849a6d8c6bad1042ca4c4b14dadbffd3bddf25ef141bffea8182207bd25398f"},{"messageHash":"0x0c53ec9c83dba5de5fdc84c971040b78380315c774c9268082ad4d7597d57690"},{"messageHash":"0x6da136d3018fb84d3bef363c7bcfe1b10c1a19b35b61e6e307977568f470ed1c"},{"messageHash":"0x5757799d89416e40f3d40a327958ee3010cfb13dce31a1ebf5d35167e5ace48f"},{"messageHash":"0x7ec0e3ea21434f1e8f9866efc82e2f779c846778d6307dd70a4a9caa993dc7f8"},{"messageHash":"0x77a59c5ccbde8dc138bf7767ef98a67e294ebd9f6bb3842bcd95331c14bd1ce8"},{"messageHash":"0xf20a80104f2e9d714b145794a902fd7aedb6e3a4c48cfc9d72335a47d3e2c3c5"},{"messageHash":"0x6439418b09221b0b899ad62f67856b9a492c21fb2f9e6de6b55d4d87b556326b"},{"messageHash":"0x3992e060aaf9d8bd17a1475f1a88b32c801cac9b2dfc6c50e56d694f673817e0"},{"messageHash":"0x034b3637a480e46a52bbc10f30c98299f8d4b2433be686261d3a89d00c240d65"},{"messageHash":"0xb39c99351b0c9b65091ec3d896b72ada109ea4d0a306312aec3aec6183b52717"},{"messageHash":"0x598e96be3e8a3b8fddfafbd8b7c5e423487bb5ef638e5b5628b5548152390afa"},{"messageHash":"0x700994dcb6bb7f87af195cac4db5dcee0f9fff4e9ccfa0469a1f54e7ad02223f"},{"messageHash":"0xe74220d52ae43a9b7aac1d638d2d5b79b00b24b7bf3ab6b1e76d329a6cc5ebf6"},{"messageHash":"0xd2e63d60593fe5035eaa43b2815d7fa1969707d78e06ef267cfb3fa4c621aaf2"},{"messageHash":"0x5ecd729bf4cb65ff4d820d696015a4ba748f85e52a0652b181847829b56a82d8"},{"messageHash":"0x493b2833e7f175e573fb391b6d7f2882d569e965e709d4d96af81204e0cb8bda"},{"messageHash":"0xb38af797bf2d663f76271dbc859808859f080d38495f0bca20e4c0c7f656565a"},{"messageHash":"0x6b17efb4cafb552287ca56b7d33d3c163fa0d111d0d084fb22cb9b5814ed2820"},{"messageHash":"0x928058f06fe0925c9fe73ebfecd61d2d950255dcdac833a26f948da429f1d90b"},{"messageHash":"0x6f562618380132f11d1301d2cb3e2c4ac36c5fa989cffe189dcdbdf6f9cbf185"},{"messageHash":"0x06ef51746986feb6018bb5e0a5cb81f449e2c4a7df17303574de7722b84424e6"},{"messageHash":"0x3871a78311380fa43533ca5c7f44a5ed37b1c571beac9e6149c09d53569dc3fb"},{"messageHash":"0x20d5e4e51abe021c3107a317b1e1b149aaafcda84148911a3edbd9419311d2a2"},{"messageHash":"0xc2d275367c49c0b6089eab38630ca1ed6ce89fcec7c5f632d01d547c0e43cae2"},{"messageHash":"0x3c7a868b700c5f7899b6e776884c7a40078658c863ce4fd1de54b0c0f8160d8a"},{"messageHash":"0x63b02959854c94eb1f39f42f210e641342506ba7a59e45dd4462158afb5d123e"},{"messageHash":"0x274dcb556109fa0319d02cad7f7497049b711a276fa4472e324bb973574ec8f6"},{"messageHash":"0x4a053a346e62464f9f3e921edd8f58239616911726afac6ed1d6d32b27ff4b04"},{"messageHash":"0x65fa90d84d4c57505a47f78dc80cd0d55411d402134a427e655c4d313569a17b"},{"messageHash":"0xd125c181053883e85ab720de73cf8047f0777dedb88372dd36c66a7051fcd6b8"},{"messageHash":"0xd62b6c14556a1ebf7fc79d033d566a3ec12ab150fd1ecf5429bca2fb451b5d6d"},{"messageHash":"0x3bdc244064a52cd03765fe1f709fd41bfa49ec4368df659f4aa74fd02d9f722e"},{"messageHash":"0xb1459fc20fb50ad36afa1bed6f1a3d49787b8efb576e622754de76b2551f10cf"},{"messageHash":"0xf63af35119a567f0b71da792569dee59a94ac745856e01a0e542e5e40f5c618d"},{"messageHash":"0x3eced2a739bd9e5bd6a1a64949689c176421e5cd9aab522b027d8a8b4ebad6d2"},{"messageHash":"0xb9117aff7863ba7eeb512baa502e0ac4a0a581d8d356e2ab79c8b0d8bfac4399"},{"messageHash":"0x5d1ff88aed426e87ec321cb5efa17c3eaebd53665b116fc7db79ceba56ef83ae"}]}'
|
||||
2025-12-29 04:35:42.450 DEBUG [src.steps.store] messages length is 40
|
||||
2025-12-29 04:35:42.452 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:35:42.454 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:35:42.454 DEBUG [src.node.waku_node] Stopping container with id f111383632ee
|
||||
2025-12-29 04:35:42.965 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:35:42.966 DEBUG [src.node.waku_node] Stopping container with id a411878cc276
|
||||
2025-12-29 04:35:43.488 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:35:43.489 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:35:43.505 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:35:43.521 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
73
nim/1018/data/attachments/178e9ee1bdf054f0.txt
Normal file
73
nim/1018/data/attachments/178e9ee1bdf054f0.txt
Normal file
@ -0,0 +1,73 @@
|
||||
2025-12-29 04:30:35.516 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:30:35.518 DEBUG [tests.conftest] Running test: test_single_content_topic[/app/27/sometopic/someencoding] with id: 2025-12-29_04-30-35__eb56c97e-046c-431c-bae1-026f495c3c9c
|
||||
2025-12-29 04:30:35.518 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:30:35.518 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-29 04:30:35.519 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2025-12-29 04:30:35.530 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:30:35.531 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-29_04-30-35__eb56c97e-046c-431c-bae1-026f495c3c9c__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:30:35.531 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:30:35.531 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:30:35.533 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:30:35.533 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.107.40
|
||||
2025-12-29 04:30:35.534 DEBUG [src.node.docker_mananger] Generated ports ['62864', '62865', '62866', '62867', '62868']
|
||||
2025-12-29 04:30:35.534 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:30:35.534 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:30:35.534 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:30:35.535 DEBUG [src.node.docker_mananger] docker run -i -t -p 62864:62864 -p 62865:62865 -p 62866:62866 -p 62867:62867 -p 62868:62868 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=62866 --rest-port=62864 --tcp-port=62865 --discv5-udp-port=62867 --rest-address=0.0.0.0 --nat=extip:172.18.107.40 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=bdabceef6cebc10f1f52b7ede3ef539c58dfa2f4bafce0cd5cc4dfaecbdae1bd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62868 --metrics-logging=true --relay=true --filter=true --content-topic=/app/27/sometopic/someencoding
|
||||
2025-12-29 04:30:35.722 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.107.40 waku 28e2ea7badf3f889f9003a5c7f8e5268d2bd0011c96a7b0f96f713803cb0466c
|
||||
2025-12-29 04:30:35.751 DEBUG [src.node.docker_mananger] Container started with ID 28e2ea7badf3. Setting up logs at ./log/docker/node1_2025-12-29_04-30-35__eb56c97e-046c-431c-bae1-026f495c3c9c__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:30:35.752 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 62864
|
||||
2025-12-29 04:30:35.752 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:30:35.808 ERROR [src.node.docker_mananger] Max retries reached for container b763a50d1e42. Exiting log stream.
|
||||
2025-12-29 04:30:36.362 ERROR [src.node.docker_mananger] Max retries reached for container a3b4a5ee6797. Exiting log stream.
|
||||
2025-12-29 04:30:36.752 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62864/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:36.755 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
2025-12-29 04:30:36.756 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:30:36.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62864/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:36.758 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.107.40/tcp/62865/p2p/16Uiu2HAmF4r9fpsWz57BL94115B7hPHkgip5Ku9SA2kka3zC7yV2","/ip4/172.18.107.40/tcp/62866/ws/p2p/16Uiu2HAmF4r9fpsWz57BL94115B7hPHkgip5Ku9SA2kka3zC7yV2"],"enrUri":"enr:-L24QDdLRHVY4SeXND4oGI-up1jkD4WVEIeOUsTvh1gbZXFcTf-l4Mi-qFg8___xUxo73xkY7cMSgDC8WPqIX9uWe_MCgmlkgnY0gmlwhKwSayiKbXVsdGlhZGRyc5YACASsEmsoBvWRAAoErBJrKAb1kt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDI9QKhrEu6PGkcbKYRf59KsJV8ZtEZZPT7lLH5g4wj3mDdGNwgvWRg3VkcIL1k4V3YWt1MgU"}'
|
||||
2025-12-29 04:30:36.758 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:30:36.765 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:30:36.765 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-29_04-30-35__eb56c97e-046c-431c-bae1-026f495c3c9c__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:30:36.765 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:30:36.765 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:30:36.766 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:30:36.766 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.23.48
|
||||
2025-12-29 04:30:36.767 DEBUG [src.node.docker_mananger] Generated ports ['57986', '57987', '57988', '57989', '57990']
|
||||
2025-12-29 04:30:36.767 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:30:36.767 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:30:36.767 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:30:36.767 DEBUG [src.node.docker_mananger] docker run -i -t -p 57986:57986 -p 57987:57987 -p 57988:57988 -p 57989:57989 -p 57990:57990 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=57988 --rest-port=57986 --tcp-port=57987 --discv5-udp-port=57989 --rest-address=0.0.0.0 --nat=extip:172.18.23.48 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=eb24e4ef9471dbfae6dc5e4d485fbeddb6fc72fe1afb3adaaabcf7f1eaa4552f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57990 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QDdLRHVY4SeXND4oGI-up1jkD4WVEIeOUsTvh1gbZXFcTf-l4Mi-qFg8___xUxo73xkY7cMSgDC8WPqIX9uWe_MCgmlkgnY0gmlwhKwSayiKbXVsdGlhZGRyc5YACASsEmsoBvWRAAoErBJrKAb1kt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDI9QKhrEu6PGkcbKYRf59KsJV8ZtEZZPT7lLH5g4wj3mDdGNwgvWRg3VkcIL1k4V3YWt1MgU --content-topic=/app/27/sometopic/someencoding
|
||||
2025-12-29 04:30:36.953 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.23.48 waku 1c196c46f857f64df9d0fad0359c86331bc631e3f9809426349cb22dd8534bee
|
||||
2025-12-29 04:30:36.980 DEBUG [src.node.docker_mananger] Container started with ID 1c196c46f857. Setting up logs at ./log/docker/node2_2025-12-29_04-30-35__eb56c97e-046c-431c-bae1-026f495c3c9c__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:30:36.981 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 57986
|
||||
2025-12-29 04:30:36.981 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:30:37.982 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57986/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:37.998 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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":"READY"}]}'
|
||||
2025-12-29 04:30:37.998 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:30:37.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57986/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:38.006 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.23.48/tcp/57987/p2p/16Uiu2HAmA1N3wncvzThPbmB6aVaPuMZ9DdfaiUrYpqKA4gwujQ5q","/ip4/172.18.23.48/tcp/57988/ws/p2p/16Uiu2HAmA1N3wncvzThPbmB6aVaPuMZ9DdfaiUrYpqKA4gwujQ5q"],"enrUri":"enr:-L24QPoqgOkVr8pLN8goSjZ_9pMGpg5r05EekV-bTEiIl6a4K9eAcajLWP2_eBnsPdqW2hXzxPUoXBo-jAyeS_Rni9oCgmlkgnY0gmlwhKwSFzCKbXVsdGlhZGRyc5YACASsEhcwBuKDAAoErBIXMAbihN0DgnJzhQACAQAAiXNlY3AyNTZrMaEC2KUXvq61jIveE6UGnDbKXxL8TZ4GVv-nta7qC4UeqSSDdGNwguKDg3VkcILihYV3YWt1MgE"}'
|
||||
2025-12-29 04:30:38.006 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:30:38.007 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57986/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.107.40/tcp/62865/p2p/16Uiu2HAmF4r9fpsWz57BL94115B7hPHkgip5Ku9SA2kka3zC7yV2"]'
|
||||
2025-12-29 04:30:38.009 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:30:38.010 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62864/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/27/sometopic/someencoding"]'
|
||||
2025-12-29 04:30:38.012 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:30:38.012 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57986/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/27/sometopic/someencoding"]'
|
||||
2025-12-29 04:30:38.015 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:30:38.015 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62864/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:30:38.020 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:30:38.020 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-29 04:30:38.121 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:30:38.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62864/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:38.123 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1766982638015676472,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:30:38.125 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:30:38.125 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57986/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:38.127 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1766982638015676472,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:30:38.130 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:30:38.131 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:30:38.131 DEBUG [src.node.waku_node] Stopping container with id 28e2ea7badf3
|
||||
2025-12-29 04:30:38.653 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:30:38.654 DEBUG [src.node.waku_node] Stopping container with id 1c196c46f857
|
||||
2025-12-29 04:30:39.145 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:30:39.148 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:30:39.153 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:30:39.158 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
95
nim/1018/data/attachments/17c2cafd78a03d67.txt
Normal file
95
nim/1018/data/attachments/17c2cafd78a03d67.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_end_time_now with id: 2025-12-29_04-31-23__bda92fbb-85f5-459a-9a9a-61ef01c9ded1
|
||||
[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_2025-12-29_04-31-23__bda92fbb-85f5-459a-9a9a-61ef01c9ded1__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.250.10
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['20868', '20869', '20870', '20871', '20872']
|
||||
[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 20868:20868 -p 20869:20869 -p 20870:20870 -p 20871:20871 -p 20872:20872 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=20870 --rest-port=20868 --tcp-port=20869 --discv5-udp-port=20871 --rest-address=0.0.0.0 --nat=extip:172.18.250.10 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=04064c5bae50d41bf2fdf87c42dfdea1137f23abc56c2aec5462fb1cbbcde1b1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=20872 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.250.10 waku 5c4bca484ed7639f1a45daaf97a5672edeb24ca2d4149fbce50ef039f5f16716
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 5c4bca484ed7. Setting up logs at ./log/docker/publishing_node1_2025-12-29_04-31-23__bda92fbb-85f5-459a-9a9a-61ef01c9ded1__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 20868
|
||||
[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 02daea2211f8. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 4bb1c9b3a612. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20868/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
[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:20868/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.250.10/tcp/20869/p2p/16Uiu2HAkwZKoHquEqELJP5K5UCko5Bsbp83iNRfrr8aharPdqkBq","/ip4/172.18.250.10/tcp/20870/ws/p2p/16Uiu2HAkwZKoHquEqELJP5K5UCko5Bsbp83iNRfrr8aharPdqkBq"],"enrUri":"enr:-L24QKVxDZDfcVxky8zphdOuoxBXtQzmOacDRewHUwu_2iCQQP93-qf_EqmHdENCnjKLp2nLjNQRact_mpfvJ0la7osCgmlkgnY0gmlwhKwS-gqKbXVsdGlhZGRyc5YACASsEvoKBlGFAAoErBL6CgZRht0DgnJzhQADAQAAiXNlY3AyNTZrMaECH60zlkoqHT_cop7wScXg_I4d724eg54IVWUL7hwDs8CDdGNwglGFg3VkcIJRh4V3YWt1MgM"}'
|
||||
[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_2025-12-29_04-31-23__bda92fbb-85f5-459a-9a9a-61ef01c9ded1__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.82.64
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['37578', '37579', '37580', '37581', '37582']
|
||||
[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 37578:37578 -p 37579:37579 -p 37580:37580 -p 37581:37581 -p 37582:37582 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=37580 --rest-port=37578 --tcp-port=37579 --discv5-udp-port=37581 --rest-address=0.0.0.0 --nat=extip:172.18.82.64 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a4c0beff1af6be60ebff5a2fca5afe154bacd12bc74b89c0fab2efd8baed0b01 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37582 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QKVxDZDfcVxky8zphdOuoxBXtQzmOacDRewHUwu_2iCQQP93-qf_EqmHdENCnjKLp2nLjNQRact_mpfvJ0la7osCgmlkgnY0gmlwhKwS-gqKbXVsdGlhZGRyc5YACASsEvoKBlGFAAoErBL6CgZRht0DgnJzhQADAQAAiXNlY3AyNTZrMaECH60zlkoqHT_cop7wScXg_I4d724eg54IVWUL7hwDs8CDdGNwglGFg3VkcIJRh4V3YWt1MgM --storenode=/ip4/172.18.250.10/tcp/20869/p2p/16Uiu2HAkwZKoHquEqELJP5K5UCko5Bsbp83iNRfrr8aharPdqkBq --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.82.64 waku 9891220ce5cdcbf8deed6a494ea566edeb052e7c336c5ea3842ffe3df1d9c5be
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 9891220ce5cd. Setting up logs at ./log/docker/store_node1_2025-12-29_04-31-23__bda92fbb-85f5-459a-9a9a-61ef01c9ded1__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 37578
|
||||
[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:37578/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","protocolsHealth":[{"Relay":"READY"},{"Rln 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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[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:37578/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.82.64/tcp/37579/p2p/16Uiu2HAmUdu1nphQLoPbBHrsjWKNAKzvTj8W3GvU7FFHUCY5ydqf","/ip4/172.18.82.64/tcp/37580/ws/p2p/16Uiu2HAmUdu1nphQLoPbBHrsjWKNAKzvTj8W3GvU7FFHUCY5ydqf"],"enrUri":"enr:-L24QLTsnb-C1pj4QAsGY6bWadQKiOEv4puI1yWXp3FeO1QjRfipwVZ0ki4zRsNn9BaNOwISLviIUti3I9pSyFjn-lwCgmlkgnY0gmlwhKwSUkCKbXVsdGlhZGRyc5YACASsElJABpLLAAoErBJSQAaSzN0DgnJzhQADAQAAiXNlY3AyNTZrMaED7XNgWViZcOwv9et02-_yntMQXb7NDzWipP0F-rv5o7aDdGNwgpLLg3VkcIKSzYV3YWt1MgM"}'
|
||||
[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:37578/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.250.10/tcp/20869/p2p/16Uiu2HAkwZKoHquEqELJP5K5UCko5Bsbp83iNRfrr8aharPdqkBq"]'
|
||||
[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:20868/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:37578/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:20868/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:20868/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:20868/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:20868/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:20868/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:20868/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:186 inquering stored messages with start time 1766982683026331904 after end time 1766982687262593024
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20868/store/v3/messages?includeData=True&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&startTime=1766982683026331904&endTime=1766982687262593024&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":"0xb75e58b9575cfa876cdd44e0b7ce1772d17191e7647b29287a842a47a18bef45","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982683026331904,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xd743207210f643627364eb226eb0c5e41b9b7091ed409194c671655f4611b179","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982685026339072,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x6c5aee6211089a05f7dae3da5bfe2d81d59da76ee761ae19592b66371e92e436","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982685926341120,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"}]}'
|
||||
[35mDEBUG [0m tests.store.test_time_filter:test_time_filter.py:189 number of messages stored for start time 1766982683026331904 and end time = 1766982687262593024 is 3
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:37578/store/v3/messages?includeData=True&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&startTime=1766982683026331904&endTime=1766982687262593024&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":"0xb75e58b9575cfa876cdd44e0b7ce1772d17191e7647b29287a842a47a18bef45","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982683026331904,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xd743207210f643627364eb226eb0c5e41b9b7091ed409194c671655f4611b179","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982685026339072,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x6c5aee6211089a05f7dae3da5bfe2d81d59da76ee761ae19592b66371e92e436","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982685926341120,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"}]}'
|
||||
[35mDEBUG [0m tests.store.test_time_filter:test_time_filter.py:189 number of messages stored for start time 1766982683026331904 and end time = 1766982687262593024 is 3
|
||||
[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 5c4bca484ed7
|
||||
[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 9891220ce5cd
|
||||
[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.
|
||||
349
nim/1018/data/attachments/17fd50bf39f6a3c2.txt
Normal file
349
nim/1018/data/attachments/17fd50bf39f6a3c2.txt
Normal file
@ -0,0 +1,349 @@
|
||||
2025-12-29 04:30:09.745 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:30:09.746 DEBUG [tests.conftest] Running test: test_static_shard_relay_10_nwaku_nodes with id: 2025-12-29_04-30-09__04c50df7-9d98-4a85-8019-570b47abe096
|
||||
2025-12-29 04:30:09.747 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:30:09.747 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-29 04:30:09.747 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2025-12-29 04:30:09.757 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:30:09.758 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-29_04-30-09__04c50df7-9d98-4a85-8019-570b47abe096__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:30:09.758 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:30:09.758 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:30:09.760 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:30:09.761 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.101.42
|
||||
2025-12-29 04:30:09.761 DEBUG [src.node.docker_mananger] Generated ports ['57004', '57005', '57006', '57007', '57008']
|
||||
2025-12-29 04:30:09.761 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
||||
2025-12-29 04:30:09.761 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2025-12-29 04:30:09.762 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:30:09.763 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:30:09.764 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:30:09.764 DEBUG [src.node.docker_mananger] docker run -i -t -p 57004:57004 -p 57005:57005 -p 57006:57006 -p 57007:57007 -p 57008:57008 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=57006 --rest-port=57004 --tcp-port=57005 --discv5-udp-port=57007 --rest-address=0.0.0.0 --nat=extip:172.18.101.42 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=8ec28cddb6ea9eeebbceed7702475ab5abd524e6f0b0bfe09d4f21c548fc10bc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57008 --metrics-logging=true --relay=true --filter=true
|
||||
2025-12-29 04:30:09.940 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.101.42 waku 1f552952bde5e1955898efd95d8a32539bce00d1d62d05828254a4c66859f1a5
|
||||
2025-12-29 04:30:09.970 DEBUG [src.node.docker_mananger] Container started with ID 1f552952bde5. Setting up logs at ./log/docker/node1_2025-12-29_04-30-09__04c50df7-9d98-4a85-8019-570b47abe096__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:30:09.970 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 57004
|
||||
2025-12-29 04:30:09.971 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:30:10.035 ERROR [src.node.docker_mananger] Max retries reached for container 99e6364644f7. Exiting log stream.
|
||||
2025-12-29 04:30:10.574 ERROR [src.node.docker_mananger] Max retries reached for container 35b1b88936cb. Exiting log stream.
|
||||
2025-12-29 04:30:10.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:10.975 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
2025-12-29 04:30:10.975 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:30:10.976 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57004/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:10.978 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.101.42/tcp/57005/p2p/16Uiu2HAm3ZwXpoPNKFrQsEASbQNmMenibjHM9NBduZkcq5sz2yPs","/ip4/172.18.101.42/tcp/57006/ws/p2p/16Uiu2HAm3ZwXpoPNKFrQsEASbQNmMenibjHM9NBduZkcq5sz2yPs"],"enrUri":"enr:-L24QBtrnEMjq4RhAGyLdCZ9wbcyz-hShFkdHLABbFswbJ_pZfm2vuBTVBx-uG_BMu4VsAhMTUxyJISPW0BTT53A-rACgmlkgnY0gmlwhKwSZSqKbXVsdGlhZGRyc5YACASsEmUqBt6tAAoErBJlKgbert0DgnJzhQACAQAAiXNlY3AyNTZrMaECePu6FT_wYHsQM_7AJqpzIV93u-6hr73SXzzvg3wgUwaDdGNwgt6tg3VkcILer4V3YWt1MgU"}'
|
||||
2025-12-29 04:30:10.978 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:30:10.985 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:30:10.985 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-29_04-30-09__04c50df7-9d98-4a85-8019-570b47abe096__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:30:10.985 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:30:10.985 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:30:10.987 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:30:10.987 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.19.52
|
||||
2025-12-29 04:30:10.987 DEBUG [src.node.docker_mananger] Generated ports ['1595', '1596', '1597', '1598', '1599']
|
||||
2025-12-29 04:30:10.987 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
||||
2025-12-29 04:30:10.987 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2025-12-29 04:30:10.987 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:30:10.987 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:30:10.988 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:30:10.988 DEBUG [src.node.docker_mananger] docker run -i -t -p 1595:1595 -p 1596:1596 -p 1597:1597 -p 1598:1598 -p 1599:1599 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=1597 --rest-port=1595 --tcp-port=1596 --discv5-udp-port=1598 --rest-address=0.0.0.0 --nat=extip:172.18.19.52 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=36f1b986af0bcbada99b9a4fcf1aff9c7d8ea13dc51becbfddddc4cc3c7186bc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1599 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBtrnEMjq4RhAGyLdCZ9wbcyz-hShFkdHLABbFswbJ_pZfm2vuBTVBx-uG_BMu4VsAhMTUxyJISPW0BTT53A-rACgmlkgnY0gmlwhKwSZSqKbXVsdGlhZGRyc5YACASsEmUqBt6tAAoErBJlKgbert0DgnJzhQACAQAAiXNlY3AyNTZrMaECePu6FT_wYHsQM_7AJqpzIV93u-6hr73SXzzvg3wgUwaDdGNwgt6tg3VkcILer4V3YWt1MgU
|
||||
2025-12-29 04:30:11.173 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.19.52 waku b6f05008696e57c5a59c52efe725fb488c4f0883e131bbb80a289644dac9e98c
|
||||
2025-12-29 04:30:11.202 DEBUG [src.node.docker_mananger] Container started with ID b6f05008696e. Setting up logs at ./log/docker/node3_2025-12-29_04-30-09__04c50df7-9d98-4a85-8019-570b47abe096__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:30:11.203 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1595
|
||||
2025-12-29 04:30:11.204 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:30:12.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1595/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:12.217 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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":"READY"}]}'
|
||||
2025-12-29 04:30:12.219 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:30:12.219 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1595/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:12.223 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.19.52/tcp/1596/p2p/16Uiu2HAmDRh3YVnyCJLBj4h5ri75bNKnCQvW96qvtbTc1V63uK5T","/ip4/172.18.19.52/tcp/1597/ws/p2p/16Uiu2HAmDRh3YVnyCJLBj4h5ri75bNKnCQvW96qvtbTc1V63uK5T"],"enrUri":"enr:-L24QJrCTwnj8yk0iTI_7cYhrJoK-Y4-YMqJwva4SYlNyO6zGNQoc0_yiXcxS_xZCIlDMeZpSExWKJOLT_jQt5HiWGMCgmlkgnY0gmlwhKwSEzSKbXVsdGlhZGRyc5YACASsEhM0BgY8AAoErBITNAYGPd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDC3ORiJbRzsRkfUsbhWOmSZ1Rz2cNZ8W946JginVJCeqDdGNwggY8g3VkcIIGPoV3YWt1MgE"}'
|
||||
2025-12-29 04:30:12.225 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:30:12.225 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1595/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.101.42/tcp/57005/p2p/16Uiu2HAm3ZwXpoPNKFrQsEASbQNmMenibjHM9NBduZkcq5sz2yPs"]'
|
||||
2025-12-29 04:30:12.228 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:30:12.234 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:30:12.235 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2025-12-29_04-30-09__04c50df7-9d98-4a85-8019-570b47abe096__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:30:12.235 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:30:12.235 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:30:12.236 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:30:12.236 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.185.50
|
||||
2025-12-29 04:30:12.236 DEBUG [src.node.docker_mananger] Generated ports ['3094', '3095', '3096', '3097', '3098']
|
||||
2025-12-29 04:30:12.237 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
||||
2025-12-29 04:30:12.237 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2025-12-29 04:30:12.237 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:30:12.237 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:30:12.237 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:30:12.237 DEBUG [src.node.docker_mananger] docker run -i -t -p 3094:3094 -p 3095:3095 -p 3096:3096 -p 3097:3097 -p 3098:3098 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=3096 --rest-port=3094 --tcp-port=3095 --discv5-udp-port=3097 --rest-address=0.0.0.0 --nat=extip:172.18.185.50 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=37a98feaa4ae9dafc70d705b7aeda5e902f01e17844caa43ab62c0bc8e3aeaf0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3098 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBtrnEMjq4RhAGyLdCZ9wbcyz-hShFkdHLABbFswbJ_pZfm2vuBTVBx-uG_BMu4VsAhMTUxyJISPW0BTT53A-rACgmlkgnY0gmlwhKwSZSqKbXVsdGlhZGRyc5YACASsEmUqBt6tAAoErBJlKgbert0DgnJzhQACAQAAiXNlY3AyNTZrMaECePu6FT_wYHsQM_7AJqpzIV93u-6hr73SXzzvg3wgUwaDdGNwgt6tg3VkcILer4V3YWt1MgU
|
||||
2025-12-29 04:30:12.418 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.185.50 waku 1208081a2610f4b4524abf4f061dcf193ad826cce19802646e8cf129f5e7ee4d
|
||||
2025-12-29 04:30:12.454 DEBUG [src.node.docker_mananger] Container started with ID 1208081a2610. Setting up logs at ./log/docker/node4_2025-12-29_04-30-09__04c50df7-9d98-4a85-8019-570b47abe096__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:30:12.454 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 3094
|
||||
2025-12-29 04:30:12.454 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:30:13.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3094/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:13.465 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln 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":"READY"}]}'
|
||||
2025-12-29 04:30:13.465 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:30:13.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3094/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:13.468 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.185.50/tcp/3095/p2p/16Uiu2HAmSHJy9J7kb5dMWy7Bswv1vyf7HLBf9UNeWd48GZKiGy9Q","/ip4/172.18.185.50/tcp/3096/ws/p2p/16Uiu2HAmSHJy9J7kb5dMWy7Bswv1vyf7HLBf9UNeWd48GZKiGy9Q"],"enrUri":"enr:-L24QEAfo2XpijXsGmHnxYGXT7TL2JgLhxqy1plmrk_9zQ0KZeOI41EwiKCPWQrwD66r08fMIIi9UuAhago1Gp97VQ4CgmlkgnY0gmlwhKwSuTKKbXVsdGlhZGRyc5YACASsErkyBgwXAAoErBK5MgYMGN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDynXkC6zxZPuubrjy5X40fcYuRP-MIXYDai-4jFY8aW-DdGNwggwXg3VkcIIMGYV3YWt1MgE"}'
|
||||
2025-12-29 04:30:13.468 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:30:13.469 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3094/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.101.42/tcp/57005/p2p/16Uiu2HAm3ZwXpoPNKFrQsEASbQNmMenibjHM9NBduZkcq5sz2yPs"]'
|
||||
2025-12-29 04:30:13.471 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:30:13.478 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:30:13.478 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node5_2025-12-29_04-30-09__04c50df7-9d98-4a85-8019-570b47abe096__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:30:13.478 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:30:13.478 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:30:13.480 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:30:13.480 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.205.21
|
||||
2025-12-29 04:30:13.480 DEBUG [src.node.docker_mananger] Generated ports ['48481', '48482', '48483', '48484', '48485']
|
||||
2025-12-29 04:30:13.480 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
||||
2025-12-29 04:30:13.480 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2025-12-29 04:30:13.480 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:30:13.481 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:30:13.481 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:30:13.481 DEBUG [src.node.docker_mananger] docker run -i -t -p 48481:48481 -p 48482:48482 -p 48483:48483 -p 48484:48484 -p 48485:48485 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=48483 --rest-port=48481 --tcp-port=48482 --discv5-udp-port=48484 --rest-address=0.0.0.0 --nat=extip:172.18.205.21 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=aa0bee78abe0bf1e5bb6ebb7d2a073cbca577d1e52e8c75e4aad8db578a7ab75 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48485 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBtrnEMjq4RhAGyLdCZ9wbcyz-hShFkdHLABbFswbJ_pZfm2vuBTVBx-uG_BMu4VsAhMTUxyJISPW0BTT53A-rACgmlkgnY0gmlwhKwSZSqKbXVsdGlhZGRyc5YACASsEmUqBt6tAAoErBJlKgbert0DgnJzhQACAQAAiXNlY3AyNTZrMaECePu6FT_wYHsQM_7AJqpzIV93u-6hr73SXzzvg3wgUwaDdGNwgt6tg3VkcILer4V3YWt1MgU
|
||||
2025-12-29 04:30:13.674 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.205.21 waku 48a1d1cc68612e2ea8e2542c12c330c03ccbd507d9b0497ea0f7ed7b915d85e7
|
||||
2025-12-29 04:30:13.704 DEBUG [src.node.docker_mananger] Container started with ID 48a1d1cc6861. Setting up logs at ./log/docker/node5_2025-12-29_04-30-09__04c50df7-9d98-4a85-8019-570b47abe096__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:30:13.704 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48481
|
||||
2025-12-29 04:30:13.704 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:30:14.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48481/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:14.720 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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":"READY"}]}'
|
||||
2025-12-29 04:30:14.720 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:30:14.720 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48481/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:14.725 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.205.21/tcp/48482/p2p/16Uiu2HAmLWSrb2916PW8hRHxUNKiY4K5xgwyPQ2eNgDuh2ZZS7LX","/ip4/172.18.205.21/tcp/48483/ws/p2p/16Uiu2HAmLWSrb2916PW8hRHxUNKiY4K5xgwyPQ2eNgDuh2ZZS7LX"],"enrUri":"enr:-L24QIow78nLx-ZzX9qqE4LyzaGg1zZNkFrYVNlDOblYz5PlS8EUyXW6Iuq1HfO0p2ZYlv_AZva2CssENtYPh00lZjkCgmlkgnY0gmlwhKwSzRWKbXVsdGlhZGRyc5YACASsEs0VBr1iAAoErBLNFQa9Y90DgnJzhQACAQAAiXNlY3AyNTZrMaEDdK080ahGjOiwihDpFoWFAFOjJPE-Y11kBSrjq67wQWyDdGNwgr1ig3VkcIK9ZIV3YWt1MgE"}'
|
||||
2025-12-29 04:30:14.727 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:30:14.728 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48481/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.101.42/tcp/57005/p2p/16Uiu2HAm3ZwXpoPNKFrQsEASbQNmMenibjHM9NBduZkcq5sz2yPs"]'
|
||||
2025-12-29 04:30:14.732 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:30:14.739 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:30:14.739 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node6_2025-12-29_04-30-09__04c50df7-9d98-4a85-8019-570b47abe096__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:30:14.739 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:30:14.739 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:30:14.740 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:30:14.741 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.195.76
|
||||
2025-12-29 04:30:14.741 DEBUG [src.node.docker_mananger] Generated ports ['55071', '55072', '55073', '55074', '55075']
|
||||
2025-12-29 04:30:14.741 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
||||
2025-12-29 04:30:14.741 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2025-12-29 04:30:14.741 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:30:14.741 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:30:14.741 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:30:14.741 DEBUG [src.node.docker_mananger] docker run -i -t -p 55071:55071 -p 55072:55072 -p 55073:55073 -p 55074:55074 -p 55075:55075 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=55073 --rest-port=55071 --tcp-port=55072 --discv5-udp-port=55074 --rest-address=0.0.0.0 --nat=extip:172.18.195.76 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ff04fe3dfb5f8f0a94a5c06aeb0a30cb398cb61c9f9bdbb2afa4921f808b82ce --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=55075 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBtrnEMjq4RhAGyLdCZ9wbcyz-hShFkdHLABbFswbJ_pZfm2vuBTVBx-uG_BMu4VsAhMTUxyJISPW0BTT53A-rACgmlkgnY0gmlwhKwSZSqKbXVsdGlhZGRyc5YACASsEmUqBt6tAAoErBJlKgbert0DgnJzhQACAQAAiXNlY3AyNTZrMaECePu6FT_wYHsQM_7AJqpzIV93u-6hr73SXzzvg3wgUwaDdGNwgt6tg3VkcILer4V3YWt1MgU
|
||||
2025-12-29 04:30:14.947 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.195.76 waku 113d1751c0d17e9bbf7fa955cc849993e266db040c27ba38a31b0533f486dc1c
|
||||
2025-12-29 04:30:14.979 DEBUG [src.node.docker_mananger] Container started with ID 113d1751c0d1. Setting up logs at ./log/docker/node6_2025-12-29_04-30-09__04c50df7-9d98-4a85-8019-570b47abe096__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:30:14.979 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 55071
|
||||
2025-12-29 04:30:14.979 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:30:15.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55071/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:15.987 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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":"READY"}]}'
|
||||
2025-12-29 04:30:15.989 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:30:15.990 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55071/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:15.994 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.195.76/tcp/55072/p2p/16Uiu2HAmJ3mAVHk7wFDrz1AnS6KoLuUj9XM1zKyfEfv2LEv79wnp","/ip4/172.18.195.76/tcp/55073/ws/p2p/16Uiu2HAmJ3mAVHk7wFDrz1AnS6KoLuUj9XM1zKyfEfv2LEv79wnp"],"enrUri":"enr:-L24QI2p8L00kIOgIKSUIs1HpzPIOiQPC5xNp25l7iTvtBUNGzjKXT9a2E5lN8fN7T4Aax2nFqTxUsg0p5-kX2dwc-cCgmlkgnY0gmlwhKwSw0yKbXVsdGlhZGRyc5YACASsEsNMBtcgAAoErBLDTAbXId0DgnJzhQACAQAAiXNlY3AyNTZrMaEDUB_iLpBhl4lbtNPL2Slm14en9hwO1wrurEReE4EDBXmDdGNwgtcgg3VkcILXIoV3YWt1MgE"}'
|
||||
2025-12-29 04:30:15.994 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:30:15.995 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55071/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.101.42/tcp/57005/p2p/16Uiu2HAm3ZwXpoPNKFrQsEASbQNmMenibjHM9NBduZkcq5sz2yPs"]'
|
||||
2025-12-29 04:30:15.998 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:30:16.005 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:30:16.005 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node7_2025-12-29_04-30-09__04c50df7-9d98-4a85-8019-570b47abe096__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:30:16.005 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:30:16.005 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:30:16.007 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:30:16.007 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.1.204
|
||||
2025-12-29 04:30:16.007 DEBUG [src.node.docker_mananger] Generated ports ['53977', '53978', '53979', '53980', '53981']
|
||||
2025-12-29 04:30:16.007 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
||||
2025-12-29 04:30:16.007 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2025-12-29 04:30:16.007 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:30:16.008 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:30:16.008 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:30:16.008 DEBUG [src.node.docker_mananger] docker run -i -t -p 53977:53977 -p 53978:53978 -p 53979:53979 -p 53980:53980 -p 53981:53981 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=53979 --rest-port=53977 --tcp-port=53978 --discv5-udp-port=53980 --rest-address=0.0.0.0 --nat=extip:172.18.1.204 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ba4bbe96bfd6aadcf6a1f5f82dd28fea6ced5ab03bd7add00a4ff2f27eef6dc5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53981 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBtrnEMjq4RhAGyLdCZ9wbcyz-hShFkdHLABbFswbJ_pZfm2vuBTVBx-uG_BMu4VsAhMTUxyJISPW0BTT53A-rACgmlkgnY0gmlwhKwSZSqKbXVsdGlhZGRyc5YACASsEmUqBt6tAAoErBJlKgbert0DgnJzhQACAQAAiXNlY3AyNTZrMaECePu6FT_wYHsQM_7AJqpzIV93u-6hr73SXzzvg3wgUwaDdGNwgt6tg3VkcILer4V3YWt1MgU
|
||||
2025-12-29 04:30:16.210 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.1.204 waku 1414a58d5b2aa24964be801e79d22cbfaabf7798b3459d4866e1d4f2b1d4d81b
|
||||
2025-12-29 04:30:16.241 DEBUG [src.node.docker_mananger] Container started with ID 1414a58d5b2a. Setting up logs at ./log/docker/node7_2025-12-29_04-30-09__04c50df7-9d98-4a85-8019-570b47abe096__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:30:16.242 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 53977
|
||||
2025-12-29 04:30:16.242 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:30:17.243 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53977/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:17.251 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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":"READY"}]}'
|
||||
2025-12-29 04:30:17.252 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:30:17.252 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53977/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:17.257 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.1.204/tcp/53978/p2p/16Uiu2HAmHTZWdcK33NWbHQtTu6HvHqD1LbN4wreiZX5kjYFHszvJ","/ip4/172.18.1.204/tcp/53979/ws/p2p/16Uiu2HAmHTZWdcK33NWbHQtTu6HvHqD1LbN4wreiZX5kjYFHszvJ"],"enrUri":"enr:-L24QH5N4d3OICXquTqvqijbQHQe7QzZheKsYlogllvMfl2DfsIZJeCKZvCtcaIt97UMMsEtXue3IV6QrzaEkluQ1A4CgmlkgnY0gmlwhKwSAcyKbXVsdGlhZGRyc5YACASsEgHMBtLaAAoErBIBzAbS290DgnJzhQACAQAAiXNlY3AyNTZrMaEDR1z10_aFvtDXz4Ba92g2eoj9Q4SteeySY4UaEMyjSmeDdGNwgtLag3VkcILS3IV3YWt1MgE"}'
|
||||
2025-12-29 04:30:17.257 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:30:17.258 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53977/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.101.42/tcp/57005/p2p/16Uiu2HAm3ZwXpoPNKFrQsEASbQNmMenibjHM9NBduZkcq5sz2yPs"]'
|
||||
2025-12-29 04:30:17.261 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:30:17.268 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:30:17.268 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node8_2025-12-29_04-30-09__04c50df7-9d98-4a85-8019-570b47abe096__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:30:17.268 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:30:17.268 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:30:17.269 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:30:17.269 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.89.160
|
||||
2025-12-29 04:30:17.270 DEBUG [src.node.docker_mananger] Generated ports ['39651', '39652', '39653', '39654', '39655']
|
||||
2025-12-29 04:30:17.270 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
||||
2025-12-29 04:30:17.270 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2025-12-29 04:30:17.270 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:30:17.270 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:30:17.270 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:30:17.270 DEBUG [src.node.docker_mananger] docker run -i -t -p 39651:39651 -p 39652:39652 -p 39653:39653 -p 39654:39654 -p 39655:39655 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=39653 --rest-port=39651 --tcp-port=39652 --discv5-udp-port=39654 --rest-address=0.0.0.0 --nat=extip:172.18.89.160 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=6f6efeec63230e7deef29fdab4fc4d039ba00c5b5350293cd9a81afbffce24fd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39655 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBtrnEMjq4RhAGyLdCZ9wbcyz-hShFkdHLABbFswbJ_pZfm2vuBTVBx-uG_BMu4VsAhMTUxyJISPW0BTT53A-rACgmlkgnY0gmlwhKwSZSqKbXVsdGlhZGRyc5YACASsEmUqBt6tAAoErBJlKgbert0DgnJzhQACAQAAiXNlY3AyNTZrMaECePu6FT_wYHsQM_7AJqpzIV93u-6hr73SXzzvg3wgUwaDdGNwgt6tg3VkcILer4V3YWt1MgU
|
||||
2025-12-29 04:30:17.456 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.89.160 waku 4fdbe73ca35aafab4088df832d326b7049bd438cc25dc903b95d9826e1a9785f
|
||||
2025-12-29 04:30:17.489 DEBUG [src.node.docker_mananger] Container started with ID 4fdbe73ca35a. Setting up logs at ./log/docker/node8_2025-12-29_04-30-09__04c50df7-9d98-4a85-8019-570b47abe096__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:30:17.489 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 39651
|
||||
2025-12-29 04:30:17.490 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:30:18.490 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39651/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:18.497 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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":"READY"}]}'
|
||||
2025-12-29 04:30:18.498 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:30:18.498 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39651/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:18.503 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.89.160/tcp/39652/p2p/16Uiu2HAmQKvNhmQXVheCt6gjYzqfZCr3nSM9bsWFrd38kFKMR425","/ip4/172.18.89.160/tcp/39653/ws/p2p/16Uiu2HAmQKvNhmQXVheCt6gjYzqfZCr3nSM9bsWFrd38kFKMR425"],"enrUri":"enr:-L24QJbW0lOb_1W_ee-CMVvrJCuUdD-5R0qpsK8NYlECRQjzW3NBsM16gMji4CrO8IuGD4247Dn2s2IMBKV15ll-K4kCgmlkgnY0gmlwhKwSWaCKbXVsdGlhZGRyc5YACASsElmgBprkAAoErBJZoAaa5d0DgnJzhQACAQAAiXNlY3AyNTZrMaEDrWm2ZdJdsJupOnFWwvX9Sqw3UpmUfyBlY_3dKTmOM-qDdGNwgprkg3VkcIKa5oV3YWt1MgE"}'
|
||||
2025-12-29 04:30:18.504 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:30:18.506 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39651/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.101.42/tcp/57005/p2p/16Uiu2HAm3ZwXpoPNKFrQsEASbQNmMenibjHM9NBduZkcq5sz2yPs"]'
|
||||
2025-12-29 04:30:18.509 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:30:18.515 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:30:18.515 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node9_2025-12-29_04-30-09__04c50df7-9d98-4a85-8019-570b47abe096__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:30:18.515 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:30:18.516 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:30:18.517 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:30:18.517 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.138.39
|
||||
2025-12-29 04:30:18.517 DEBUG [src.node.docker_mananger] Generated ports ['41825', '41826', '41827', '41828', '41829']
|
||||
2025-12-29 04:30:18.518 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
||||
2025-12-29 04:30:18.518 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2025-12-29 04:30:18.518 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:30:18.518 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:30:18.518 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:30:18.518 DEBUG [src.node.docker_mananger] docker run -i -t -p 41825:41825 -p 41826:41826 -p 41827:41827 -p 41828:41828 -p 41829:41829 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=41827 --rest-port=41825 --tcp-port=41826 --discv5-udp-port=41828 --rest-address=0.0.0.0 --nat=extip:172.18.138.39 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=f584c88aecbe57a0c9cb64414ebaef3bcaebfcdbd418a2dcf6a9e5ebb12a4a3b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41829 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBtrnEMjq4RhAGyLdCZ9wbcyz-hShFkdHLABbFswbJ_pZfm2vuBTVBx-uG_BMu4VsAhMTUxyJISPW0BTT53A-rACgmlkgnY0gmlwhKwSZSqKbXVsdGlhZGRyc5YACASsEmUqBt6tAAoErBJlKgbert0DgnJzhQACAQAAiXNlY3AyNTZrMaECePu6FT_wYHsQM_7AJqpzIV93u-6hr73SXzzvg3wgUwaDdGNwgt6tg3VkcILer4V3YWt1MgU
|
||||
2025-12-29 04:30:18.709 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.138.39 waku e4211fa30de395da44f315aa29b1fa7e2792d357926a4d5c4ded782e29f77d55
|
||||
2025-12-29 04:30:18.739 DEBUG [src.node.docker_mananger] Container started with ID e4211fa30de3. Setting up logs at ./log/docker/node9_2025-12-29_04-30-09__04c50df7-9d98-4a85-8019-570b47abe096__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:30:18.739 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 41825
|
||||
2025-12-29 04:30:18.740 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:30:19.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41825/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:19.753 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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":"READY"}]}'
|
||||
2025-12-29 04:30:19.753 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:30:19.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41825/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:19.760 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.138.39/tcp/41826/p2p/16Uiu2HAkviLxFhsGv3V8eLDadsP1cYwSKQTbXquqaGarMFpMAZCv","/ip4/172.18.138.39/tcp/41827/ws/p2p/16Uiu2HAkviLxFhsGv3V8eLDadsP1cYwSKQTbXquqaGarMFpMAZCv"],"enrUri":"enr:-L24QAhkReVsYEQXscfGGlHIlghSNlByHHn87zIRWikLoPgFDOpxwnWuxtR9GZmBJGoqnLrKwWLxNxsMeHzZw013hzkCgmlkgnY0gmlwhKwSiieKbXVsdGlhZGRyc5YACASsEoonBqNiAAoErBKKJwajY90DgnJzhQACAQAAiXNlY3AyNTZrMaECEyEMHEEl_qJcipA2PvgVIEW2HUL1RSkG8cY9fVNkCLuDdGNwgqNig3VkcIKjZIV3YWt1MgE"}'
|
||||
2025-12-29 04:30:19.760 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:30:19.761 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41825/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.101.42/tcp/57005/p2p/16Uiu2HAm3ZwXpoPNKFrQsEASbQNmMenibjHM9NBduZkcq5sz2yPs"]'
|
||||
2025-12-29 04:30:19.763 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:30:19.771 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:30:19.771 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node10_2025-12-29_04-30-09__04c50df7-9d98-4a85-8019-570b47abe096__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:30:19.771 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:30:19.772 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:30:19.773 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:30:19.773 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.252.221
|
||||
2025-12-29 04:30:19.773 DEBUG [src.node.docker_mananger] Generated ports ['3198', '3199', '3200', '3201', '3202']
|
||||
2025-12-29 04:30:19.773 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
||||
2025-12-29 04:30:19.773 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2025-12-29 04:30:19.774 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:30:19.774 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:30:19.774 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:30:19.774 DEBUG [src.node.docker_mananger] docker run -i -t -p 3198:3198 -p 3199:3199 -p 3200:3200 -p 3201:3201 -p 3202:3202 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=3200 --rest-port=3198 --tcp-port=3199 --discv5-udp-port=3201 --rest-address=0.0.0.0 --nat=extip:172.18.252.221 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=c353a1bbc7e10a677bccb40422d19d179c1d7eccee90ed6f5bbf79a8367fb2d3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3202 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBtrnEMjq4RhAGyLdCZ9wbcyz-hShFkdHLABbFswbJ_pZfm2vuBTVBx-uG_BMu4VsAhMTUxyJISPW0BTT53A-rACgmlkgnY0gmlwhKwSZSqKbXVsdGlhZGRyc5YACASsEmUqBt6tAAoErBJlKgbert0DgnJzhQACAQAAiXNlY3AyNTZrMaECePu6FT_wYHsQM_7AJqpzIV93u-6hr73SXzzvg3wgUwaDdGNwgt6tg3VkcILer4V3YWt1MgU
|
||||
2025-12-29 04:30:19.985 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.252.221 waku a9f0b55eebae55c82d78d2a278ff5a51943897dfbb4b759d89bdbcefdda339f7
|
||||
2025-12-29 04:30:20.020 DEBUG [src.node.docker_mananger] Container started with ID a9f0b55eebae. Setting up logs at ./log/docker/node10_2025-12-29_04-30-09__04c50df7-9d98-4a85-8019-570b47abe096__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:30:20.021 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 3198
|
||||
2025-12-29 04:30:20.021 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:30:21.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3198/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:21.026 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln 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":"READY"}]}'
|
||||
2025-12-29 04:30:21.026 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:30:21.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3198/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:21.029 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.252.221/tcp/3199/p2p/16Uiu2HAmPJwjyzsGn7C2yW1137TEijTEB7FHuFJ5QuYSkjTaarZh","/ip4/172.18.252.221/tcp/3200/ws/p2p/16Uiu2HAmPJwjyzsGn7C2yW1137TEijTEB7FHuFJ5QuYSkjTaarZh"],"enrUri":"enr:-L24QDLFMKR8jVWTZxBBdeiedxW8cv7GpG-Ngpiu8Bn_ogOHOql0Y6dLzVbP2jzN52IPYDkQQoxdEYszD9AugdzK6-ACgmlkgnY0gmlwhKwS_N2KbXVsdGlhZGRyc5YACASsEvzdBgx_AAoErBL83QYMgN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDnk39hNJawSbtAxkZ8j60Dz11HltXEobzD-9bl9QNPMSDdGNwggx_g3VkcIIMgYV3YWt1MgE"}'
|
||||
2025-12-29 04:30:21.029 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:30:21.029 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3198/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.101.42/tcp/57005/p2p/16Uiu2HAm3ZwXpoPNKFrQsEASbQNmMenibjHM9NBduZkcq5sz2yPs"]'
|
||||
2025-12-29 04:30:21.032 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:30:21.038 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:30:21.039 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node11_2025-12-29_04-30-09__04c50df7-9d98-4a85-8019-570b47abe096__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:30:21.039 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:30:21.039 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:30:21.040 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:30:21.040 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.24.210
|
||||
2025-12-29 04:30:21.041 DEBUG [src.node.docker_mananger] Generated ports ['57995', '57996', '57997', '57998', '57999']
|
||||
2025-12-29 04:30:21.041 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
||||
2025-12-29 04:30:21.041 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2025-12-29 04:30:21.041 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:30:21.041 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:30:21.041 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:30:21.041 DEBUG [src.node.docker_mananger] docker run -i -t -p 57995:57995 -p 57996:57996 -p 57997:57997 -p 57998:57998 -p 57999:57999 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=57997 --rest-port=57995 --tcp-port=57996 --discv5-udp-port=57998 --rest-address=0.0.0.0 --nat=extip:172.18.24.210 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=f841a6d8b6e88940aebaa38a474feab84d2fb583db415d4d5acfa9cd9b681ce2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57999 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBtrnEMjq4RhAGyLdCZ9wbcyz-hShFkdHLABbFswbJ_pZfm2vuBTVBx-uG_BMu4VsAhMTUxyJISPW0BTT53A-rACgmlkgnY0gmlwhKwSZSqKbXVsdGlhZGRyc5YACASsEmUqBt6tAAoErBJlKgbert0DgnJzhQACAQAAiXNlY3AyNTZrMaECePu6FT_wYHsQM_7AJqpzIV93u-6hr73SXzzvg3wgUwaDdGNwgt6tg3VkcILer4V3YWt1MgU
|
||||
2025-12-29 04:30:21.274 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.24.210 waku eac52a12664229475725645fbbc72c22895c1d6645d554d04e400c89c7424267
|
||||
2025-12-29 04:30:21.322 DEBUG [src.node.docker_mananger] Container started with ID eac52a126642. Setting up logs at ./log/docker/node11_2025-12-29_04-30-09__04c50df7-9d98-4a85-8019-570b47abe096__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:30:21.323 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 57995
|
||||
2025-12-29 04:30:21.323 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:30:22.324 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57995/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:22.328 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln 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":"READY"}]}'
|
||||
2025-12-29 04:30:22.328 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:30:22.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57995/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:22.331 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.24.210/tcp/57996/p2p/16Uiu2HAm3dQAAxE2Hme9KcW4UYx2mgUMdVubXuXFteBbBysgsrSq","/ip4/172.18.24.210/tcp/57997/ws/p2p/16Uiu2HAm3dQAAxE2Hme9KcW4UYx2mgUMdVubXuXFteBbBysgsrSq"],"enrUri":"enr:-L24QENpQNHmu6zJ2d0wN0MUtV8HfvV1pi2Q7aAN92p6a-FaJiuNKhg4o0yi--FsiWQHzuYXrPNCd3BnaRc9K0jWnAQCgmlkgnY0gmlwhKwSGNKKbXVsdGlhZGRyc5YACASsEhjSBuKMAAoErBIY0gbijd0DgnJzhQACAQAAiXNlY3AyNTZrMaECed6TgaryLp81Eduu76j4K-jCY6BG60XwpAquQCKotT6DdGNwguKMg3VkcILijoV3YWt1MgE"}'
|
||||
2025-12-29 04:30:22.331 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:30:22.331 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57995/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.101.42/tcp/57005/p2p/16Uiu2HAm3ZwXpoPNKFrQsEASbQNmMenibjHM9NBduZkcq5sz2yPs"]'
|
||||
2025-12-29 04:30:22.334 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:30:22.334 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57004/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
2025-12-29 04:30:22.337 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:30:22.337 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1595/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
2025-12-29 04:30:22.340 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:30:22.340 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3094/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
2025-12-29 04:30:22.342 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:30:22.343 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48481/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
2025-12-29 04:30:22.345 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:30:22.345 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55071/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
2025-12-29 04:30:22.348 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:30:22.348 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53977/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
2025-12-29 04:30:22.350 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:30:22.351 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39651/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
2025-12-29 04:30:22.353 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:30:22.354 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41825/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
2025-12-29 04:30:22.356 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:30:22.356 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3198/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
2025-12-29 04:30:22.359 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:30:22.359 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57995/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
2025-12-29 04:30:22.361 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:30:22.362 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57004/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)'}'
|
||||
2025-12-29 04:30:22.377 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:30:22.379 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-29 04:30:22.483 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:30:22.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57004/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:22.493 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982622362243523,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:30:22.496 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:30:22.501 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1595/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:22.511 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982622362243523,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:30:22.515 DEBUG [src.steps.sharding] Checking that peer NODE_3:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:30:22.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3094/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:22.524 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982622362243523,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:30:22.526 DEBUG [src.steps.sharding] Checking that peer NODE_4:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:30:22.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48481/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:22.538 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982622362243523,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:30:22.539 DEBUG [src.steps.sharding] Checking that peer NODE_5:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:30:22.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55071/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:22.546 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982622362243523,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:30:22.548 DEBUG [src.steps.sharding] Checking that peer NODE_6:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:30:22.548 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53977/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:22.553 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982622362243523,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:30:22.554 DEBUG [src.steps.sharding] Checking that peer NODE_7:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:30:22.555 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39651/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:22.561 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982622362243523,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:30:22.564 DEBUG [src.steps.sharding] Checking that peer NODE_8:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:30:22.565 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41825/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:22.570 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982622362243523,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:30:22.572 DEBUG [src.steps.sharding] Checking that peer NODE_9:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:30:22.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3198/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:22.577 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982622362243523,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:30:22.579 DEBUG [src.steps.sharding] Checking that peer NODE_10:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:30:22.580 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57995/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:22.583 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982622362243523,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:30:22.590 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:30:22.596 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:30:22.596 DEBUG [src.node.waku_node] Stopping container with id 1f552952bde5
|
||||
2025-12-29 04:30:23.234 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:30:23.234 DEBUG [src.node.waku_node] Stopping container with id b6f05008696e
|
||||
2025-12-29 04:30:23.824 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:30:23.825 DEBUG [src.node.waku_node] Stopping container with id 1208081a2610
|
||||
2025-12-29 04:30:24.056 ERROR [src.node.docker_mananger] Max retries reached for container 1f552952bde5. Exiting log stream.
|
||||
2025-12-29 04:30:24.417 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:30:24.417 DEBUG [src.node.waku_node] Stopping container with id 48a1d1cc6861
|
||||
2025-12-29 04:30:24.639 ERROR [src.node.docker_mananger] Max retries reached for container b6f05008696e. Exiting log stream.
|
||||
2025-12-29 04:30:24.953 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:30:24.953 DEBUG [src.node.waku_node] Stopping container with id 113d1751c0d1
|
||||
2025-12-29 04:30:25.230 ERROR [src.node.docker_mananger] Max retries reached for container 1208081a2610. Exiting log stream.
|
||||
2025-12-29 04:30:25.808 ERROR [src.node.docker_mananger] Max retries reached for container 48a1d1cc6861. Exiting log stream.
|
||||
2025-12-29 04:30:35.524 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:30:35.524 DEBUG [src.node.waku_node] Stopping container with id 1414a58d5b2a
|
||||
2025-12-29 04:30:36.335 ERROR [src.node.docker_mananger] Max retries reached for container 113d1751c0d1. Exiting log stream.
|
||||
2025-12-29 04:30:46.089 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:30:46.090 DEBUG [src.node.waku_node] Stopping container with id 4fdbe73ca35a
|
||||
2025-12-29 04:30:46.620 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:30:46.620 DEBUG [src.node.waku_node] Stopping container with id e4211fa30de3
|
||||
2025-12-29 04:30:46.902 ERROR [src.node.docker_mananger] Max retries reached for container 1414a58d5b2a. Exiting log stream.
|
||||
2025-12-29 04:30:47.178 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:30:47.179 DEBUG [src.node.waku_node] Stopping container with id a9f0b55eebae
|
||||
2025-12-29 04:30:47.479 ERROR [src.node.docker_mananger] Max retries reached for container 4fdbe73ca35a. Exiting log stream.
|
||||
2025-12-29 04:30:47.732 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:30:47.732 DEBUG [src.node.waku_node] Stopping container with id eac52a126642
|
||||
2025-12-29 04:30:47.991 ERROR [src.node.docker_mananger] Max retries reached for container e4211fa30de3. Exiting log stream.
|
||||
2025-12-29 04:30:48.261 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:30:48.261 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:30:48.296 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:30:48.312 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:30:48.330 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:30:48.353 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:30:48.366 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:30:48.378 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:30:48.398 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:30:48.405 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:30:48.411 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:30:48.417 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
228
nim/1018/data/attachments/1811288355e7f080.txt
Normal file
228
nim/1018/data/attachments/1811288355e7f080.txt
Normal file
@ -0,0 +1,228 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_get_multiple_store_messages with id: 2025-12-29_04-40-14__ec4d3911-6c52-4d6a-9f4a-8d30ef9ec36f
|
||||
[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_2025-12-29_04-40-14__ec4d3911-6c52-4d6a-9f4a-8d30ef9ec36f__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.120
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['45975', '45976', '45977', '45978', '45979']
|
||||
[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 45975:45975 -p 45976:45976 -p 45977:45977 -p 45978:45978 -p 45979:45979 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=45977 --rest-port=45975 --tcp-port=45976 --discv5-udp-port=45978 --rest-address=0.0.0.0 --nat=extip:172.18.103.120 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6dc4bd3daa6f6b8f1ec6aedbfc3bada7f756745af017cd9eae6ab59cb472af6e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45979 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.103.120 waku b8ab6395b3db1e96f0b5a3fda21254b0ac90be8e31a11f71d72331f2e4574ed1
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID b8ab6395b3db. Setting up logs at ./log/docker/publishing_node1_2025-12-29_04-40-14__ec4d3911-6c52-4d6a-9f4a-8d30ef9ec36f__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 45975
|
||||
[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 a448dccc4873. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 14c57968a660. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45975/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
[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:45975/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.120/tcp/45976/p2p/16Uiu2HAmQdLgkUmTFook9tfUgsvwrbnJvNMeST4VNDDc7eDCM7KY","/ip4/172.18.103.120/tcp/45977/ws/p2p/16Uiu2HAmQdLgkUmTFook9tfUgsvwrbnJvNMeST4VNDDc7eDCM7KY"],"enrUri":"enr:-L24QC-MVwjTFjCmt5051oWij-kEd_KM5_ecsXICDFR9TReLGwmZmwEk8EgV-QA-g2_N5oZQ5coDfRzuAgheIMJE0xkCgmlkgnY0gmlwhKwSZ3iKbXVsdGlhZGRyc5YACASsEmd4BrOYAAoErBJneAazmd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDseATMAxmddWvkfwKMx6fuWjyv4k_YYGLZ5dZmZEBqpuDdGNwgrOYg3VkcIKzmoV3YWt1MgM"}'
|
||||
[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_2025-12-29_04-40-14__ec4d3911-6c52-4d6a-9f4a-8d30ef9ec36f__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.142.110
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['55659', '55660', '55661', '55662', '55663']
|
||||
[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 55659:55659 -p 55660:55660 -p 55661:55661 -p 55662:55662 -p 55663:55663 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=55661 --rest-port=55659 --tcp-port=55660 --discv5-udp-port=55662 --rest-address=0.0.0.0 --nat=extip:172.18.142.110 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dfc70e6ecab1bebab6dab72ced408b95efbd5fef05410919fb4f13bcf7811979 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=55663 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QC-MVwjTFjCmt5051oWij-kEd_KM5_ecsXICDFR9TReLGwmZmwEk8EgV-QA-g2_N5oZQ5coDfRzuAgheIMJE0xkCgmlkgnY0gmlwhKwSZ3iKbXVsdGlhZGRyc5YACASsEmd4BrOYAAoErBJneAazmd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDseATMAxmddWvkfwKMx6fuWjyv4k_YYGLZ5dZmZEBqpuDdGNwgrOYg3VkcIKzmoV3YWt1MgM --storenode=/ip4/172.18.103.120/tcp/45976/p2p/16Uiu2HAmQdLgkUmTFook9tfUgsvwrbnJvNMeST4VNDDc7eDCM7KY --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.142.110 waku 0a861f0d06d64eed6a0909fe4abb33fa99cf15679b98a95dc0707542224c0ab6
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 0a861f0d06d6. Setting up logs at ./log/docker/store_node1_2025-12-29_04-40-14__ec4d3911-6c52-4d6a-9f4a-8d30ef9ec36f__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 55659
|
||||
[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:55659/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","protocolsHealth":[{"Relay":"READY"},{"Rln 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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[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:55659/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.142.110/tcp/55660/p2p/16Uiu2HAm2M7eHiq3cWxHsn3mbeuY8WcVoST32mgozpoUU1g8jV6C","/ip4/172.18.142.110/tcp/55661/ws/p2p/16Uiu2HAm2M7eHiq3cWxHsn3mbeuY8WcVoST32mgozpoUU1g8jV6C"],"enrUri":"enr:-L24QOddTxjru9pdnXcNgWIGQk1CJwSuXsOUEVHpTVO4_qy1VpooUMvkE3XE6mjbH7lRpNDVlHWycGFqzdPD2qwGnqoCgmlkgnY0gmlwhKwSjm6KbXVsdGlhZGRyc5YACASsEo5uBtlsAAoErBKObgbZbd0DgnJzhQADAQAAiXNlY3AyNTZrMaECZtbsKLy6s7rzq9BfoR_zYNSaAuBc6sQ21eaSQ7mKCP2DdGNwgtlsg3VkcILZboV3YWt1MgM"}'
|
||||
[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:55659/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.103.120/tcp/45976/p2p/16Uiu2HAmQdLgkUmTFook9tfUgsvwrbnJvNMeST4VNDDc7eDCM7KY"]'
|
||||
[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:45975/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:55659/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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "SGVsbG8gV29ybGQh", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTIzNDU2Nzg5MA==", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "eyJrZXkiOiAidmFsdWUifQ==", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "6L+Z5piv5LiA5Lqb5Lit5paH", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "8J+agPCfjJ/inKg=", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQ=", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "PGh0bWw+PGJvZHk+SGVsbG88L2JvZHk+PC9odG1sPg==", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "0J/RgNC40LLQtdGC", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "QmFzZTY0PT1kR1Z6ZEE9PQ==", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "ZDI5eWEybHVaeUIzYVhSb0lHSnBibUZ5ZVNCa1lYUmg6IFBR", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "CQpTcGVjaWFsCUNoYXJhY3RlcnMK", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "RmFsc2U=", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "My4xNDE1OTI2NTM1", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "WzEsIDIsIDMsIDQsIDVd", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MHhERUFEQkVFRg==", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "dXNlckBleGFtcGxlLmNvbQ==", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "aHR0cDovL2V4YW1wbGUuY29t", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MjAyMy0xMS0wMVQxMjowMDowMFo=", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "IkVzY2FwZWQiIFwicXVvdGVzXCI=", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "UmVndWxhciBleHByZXNzaW9uOiBeW2EtejAtOV8tXXszLDE2fSQ=", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eA==", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "eyJuYW1lIjogIkpvaG4iLCAiYWdlIjogMzAsICJjaXR5IjogIk5ldyBZb3JrIn0=", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "L3Vzci9sb2NhbC9iaW4=", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "QzpcV2luZG93c1xTeXN0ZW0zMg==", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U0VMRUNUICogRlJPTSB1c2VycyBXSEVSRSBpZCA9IDE7", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "ZnVuY3Rpb24gdGVzdCgpIHsgY29uc29sZS5sb2coJ0hlbGxvIFdvcmxkJyk7IH0=", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "Ym9keSB7IGJhY2tncm91bmQtY29sb3I6ICNmZmY7IH0=", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "cHJpbnQoJ0hlbGxvIFdvcmxkJyk=", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTkyLjE2OC4xLjE=", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "d3d3LmV4YW1wbGUuY29t", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCk=", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTIzNC01Njc4LTkwMTItMzQ1Ng==", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "KzEyMzQ1Njc4OTA=", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTIzZTQ1NjctZTg5Yi0xMmQzLWE0NTYtNDI2NjE0MTc0MDAw", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "I2hlbGxvV29ybGQ=", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "QHVzZXJuYW1l", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "UEBzc3cwcmQh", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MDEvMTEvMjAyMw==", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTI6MDA6MDA=", "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:45975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "RSA9IG1jXjI=", "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:45975/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x5f60c6d29dac26d5f928f8def9946cd18bb1be270e104c72b170f6fdb61d2959"},{"messageHash":"0x5994eedd18285130873e99e321d9d2037b914ed5d8e2bdcf0b0c5899742bb852"},{"messageHash":"0xbfe8f409302a79e118e629a66aca3611de05519273b5f1220c5695a782a31d17"},{"messageHash":"0xee02e4d557610e8dcceb368a417b01960cc888879ce175fa9b6e262a50f707df"},{"messageHash":"0xfd4327f6be350db8b7a7678775561df332e18bed964e8905b5b8418bffac8539"},{"messageHash":"0xef8a67957154af14a12da1d58ca8be2fba7a00f3ed3189237d6bab74e10f49a5"},{"messageHash":"0x4d160152b8877805c2e71a9e50041bcdf6d95618c48907f53e79aa5401fcbbc7"},{"messageHash":"0x6a2fe2bfd82834a5ac72e9e34763f2dc503781864f3acd03500eb5810a6294c8"},{"messageHash":"0xe61df0975ad74be24931a0fe6d5ca25d0c0cb96ddb31145b8a399dff2d1b0e8f"},{"messageHash":"0x324e71000c7b20c24bb682788bf4e1aafa5e660f253421f27f3d939ff17ffc02"},{"messageHash":"0x6ee3add2b23c7833c86728f0b86441fb81e9fb76d8426c4208433ee092b58f06"},{"messageHash":"0xdda2ccc04b834ef96df0d32748df893f279711b249c86603a1820bdea414d47d"},{"messageHash":"0xa6dbd4cb0fbfd200c824c217404740a40ae4642040985a6556fd00e61ab7bab0"},{"messageHash":"0xf796cd15ba630a24c430000a707274a8080d4d63015d3e445fbad65b13ebdcb0"},{"messageHash":"0x9e724664a26dd12c660ed805b94edae6c4fa8c0f6126d6cf37b57c9bff67421e"},{"messageHash":"0x85fba712b64a8e60cdbd49d03d2d905d8a2a01cc5a20b17e2d5b6ca39923355f"},{"messageHash":"0xf00997486d40db5062134642b337312a6a02d13bb328a70ab8f43e01ab6816c8"},{"messageHash":"0x047a1963e091ad7a4f5fa849ffc841f29a8507f76db6d8ffcfa25e813f8f1102"},{"messageHash":"0x60225cfcd22344096e114533ecbe6546f65afb5b3a64465e0f52a2392a69c7f3"},{"messageHash":"0xf668fde82715bbb3ca3591f05f2a829f4919a9f0eb2e69fdd6285e937922cfcd"},{"messageHash":"0xd9496e2faeaab84d29d1a719446415d43ce33795a03e58a48396394674590d47"},{"messageHash":"0x613ff30ebe13dd4ec9ace71dd1b2882c07f308580e93b0ac091b1bb0b45a279a"},{"messageHash":"0x00f888ea1a17e3a481c55f58396269d1d71e8574ee36553c739d3cc674102395"},{"messageHash":"0x025b829320f63a83bfa1acf9cc39f147e928246c28c52a77ff3c0cd43c0da72c"},{"messageHash":"0x49e9be721ef8e5efc92be804e3f16793f8eb7d0b5b4b5455e2aca9ee63886c5d"},{"messageHash":"0x13a7ef51fcb53656ca2b86c1b76d436efc3c7ed710ecb0eecdf1a465ac78150e"},{"messageHash":"0xd3ec94470fe0029c6a4f2b377d6bde3f01916a5472cc88c9059a2be9705c41b0"},{"messageHash":"0x30514ac4f92151e70febd164dab1b2aca111d93796ad4809fb49d95ef248d136"},{"messageHash":"0xd32dc01fb8871280ee69b8656eb62e195c23e64acda60bb90b6f240cb075c732"},{"messageHash":"0x120bb9e5ffa61e3425817980525531b93a706a8358cfc617589ecb6d05734434"},{"messageHash":"0x6cf931d0a815ff0063e9aad967bbeaff658f80878e0d7f8bb7f68a6312a1192f"},{"messageHash":"0xc0c04cebdde1717eab1062c2ec03b71cb135b7629e6dbd8dd226c637f3c3ed17"},{"messageHash":"0x32eed2b54b12257066d06eefb17aafcd9f8af00c58c35b0483c17f08d77be0f2"},{"messageHash":"0xe55e9d378c6c29faff8da62f96b726977fda26049e7b637c04a01266d699cc06"},{"messageHash":"0x95c0795dc1f07978cdb38daf8aa5b4a4b771bb9cefa83ea24a7f5f6d9775f364"},{"messageHash":"0xeb7a8bcd6887f3b53cab55fc2f606a1a30681c2d48b544ac6541455cf3a70d9d"},{"messageHash":"0x39f9dc028e73938c6650e8844327c3ffcff9ba48da516d9878346fe957e635e7"},{"messageHash":"0xd0e801e9089fc00a758a90c14a63e1b970a1a038f3df83beb59722b869d183a3"},{"messageHash":"0x4e48f647bc8eb2b7b8824c4d29abe0d9526dd3e388626feb5e4108b23b888b08"},{"messageHash":"0xb77554031e89c776059d8881dbd1e5fb2ad8a5c98e0f67711d6542090c1d9221"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55659/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x5f60c6d29dac26d5f928f8def9946cd18bb1be270e104c72b170f6fdb61d2959"},{"messageHash":"0x5994eedd18285130873e99e321d9d2037b914ed5d8e2bdcf0b0c5899742bb852"},{"messageHash":"0xbfe8f409302a79e118e629a66aca3611de05519273b5f1220c5695a782a31d17"},{"messageHash":"0xee02e4d557610e8dcceb368a417b01960cc888879ce175fa9b6e262a50f707df"},{"messageHash":"0xfd4327f6be350db8b7a7678775561df332e18bed964e8905b5b8418bffac8539"},{"messageHash":"0xef8a67957154af14a12da1d58ca8be2fba7a00f3ed3189237d6bab74e10f49a5"},{"messageHash":"0x4d160152b8877805c2e71a9e50041bcdf6d95618c48907f53e79aa5401fcbbc7"},{"messageHash":"0x6a2fe2bfd82834a5ac72e9e34763f2dc503781864f3acd03500eb5810a6294c8"},{"messageHash":"0xe61df0975ad74be24931a0fe6d5ca25d0c0cb96ddb31145b8a399dff2d1b0e8f"},{"messageHash":"0x324e71000c7b20c24bb682788bf4e1aafa5e660f253421f27f3d939ff17ffc02"},{"messageHash":"0x6ee3add2b23c7833c86728f0b86441fb81e9fb76d8426c4208433ee092b58f06"},{"messageHash":"0xdda2ccc04b834ef96df0d32748df893f279711b249c86603a1820bdea414d47d"},{"messageHash":"0xa6dbd4cb0fbfd200c824c217404740a40ae4642040985a6556fd00e61ab7bab0"},{"messageHash":"0xf796cd15ba630a24c430000a707274a8080d4d63015d3e445fbad65b13ebdcb0"},{"messageHash":"0x9e724664a26dd12c660ed805b94edae6c4fa8c0f6126d6cf37b57c9bff67421e"},{"messageHash":"0x85fba712b64a8e60cdbd49d03d2d905d8a2a01cc5a20b17e2d5b6ca39923355f"},{"messageHash":"0xf00997486d40db5062134642b337312a6a02d13bb328a70ab8f43e01ab6816c8"},{"messageHash":"0x047a1963e091ad7a4f5fa849ffc841f29a8507f76db6d8ffcfa25e813f8f1102"},{"messageHash":"0x60225cfcd22344096e114533ecbe6546f65afb5b3a64465e0f52a2392a69c7f3"},{"messageHash":"0xf668fde82715bbb3ca3591f05f2a829f4919a9f0eb2e69fdd6285e937922cfcd"},{"messageHash":"0xd9496e2faeaab84d29d1a719446415d43ce33795a03e58a48396394674590d47"},{"messageHash":"0x613ff30ebe13dd4ec9ace71dd1b2882c07f308580e93b0ac091b1bb0b45a279a"},{"messageHash":"0x00f888ea1a17e3a481c55f58396269d1d71e8574ee36553c739d3cc674102395"},{"messageHash":"0x025b829320f63a83bfa1acf9cc39f147e928246c28c52a77ff3c0cd43c0da72c"},{"messageHash":"0x49e9be721ef8e5efc92be804e3f16793f8eb7d0b5b4b5455e2aca9ee63886c5d"},{"messageHash":"0x13a7ef51fcb53656ca2b86c1b76d436efc3c7ed710ecb0eecdf1a465ac78150e"},{"messageHash":"0xd3ec94470fe0029c6a4f2b377d6bde3f01916a5472cc88c9059a2be9705c41b0"},{"messageHash":"0x30514ac4f92151e70febd164dab1b2aca111d93796ad4809fb49d95ef248d136"},{"messageHash":"0xd32dc01fb8871280ee69b8656eb62e195c23e64acda60bb90b6f240cb075c732"},{"messageHash":"0x120bb9e5ffa61e3425817980525531b93a706a8358cfc617589ecb6d05734434"},{"messageHash":"0x6cf931d0a815ff0063e9aad967bbeaff658f80878e0d7f8bb7f68a6312a1192f"},{"messageHash":"0xc0c04cebdde1717eab1062c2ec03b71cb135b7629e6dbd8dd226c637f3c3ed17"},{"messageHash":"0x32eed2b54b12257066d06eefb17aafcd9f8af00c58c35b0483c17f08d77be0f2"},{"messageHash":"0xe55e9d378c6c29faff8da62f96b726977fda26049e7b637c04a01266d699cc06"},{"messageHash":"0x95c0795dc1f07978cdb38daf8aa5b4a4b771bb9cefa83ea24a7f5f6d9775f364"},{"messageHash":"0xeb7a8bcd6887f3b53cab55fc2f606a1a30681c2d48b544ac6541455cf3a70d9d"},{"messageHash":"0x39f9dc028e73938c6650e8844327c3ffcff9ba48da516d9878346fe957e635e7"},{"messageHash":"0xd0e801e9089fc00a758a90c14a63e1b970a1a038f3df83beb59722b869d183a3"},{"messageHash":"0x4e48f647bc8eb2b7b8824c4d29abe0d9526dd3e388626feb5e4108b23b888b08"},{"messageHash":"0xb77554031e89c776059d8881dbd1e5fb2ad8a5c98e0f67711d6542090c1d9221"}]}'
|
||||
[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 b8ab6395b3db
|
||||
[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 0a861f0d06d6
|
||||
[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/1018/data/attachments/1850571e36bf46da.txt
Normal file
100
nim/1018/data/attachments/1850571e36bf46da.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_without_encoding_pubsubtopic with id: 2025-12-29_04-44-11__5939e0a1-5b94-492d-a1c2-b4c138da6579
|
||||
[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_2025-12-29_04-44-11__5939e0a1-5b94-492d-a1c2-b4c138da6579__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.62.21
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['41895', '41896', '41897', '41898', '41899']
|
||||
[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 41895:41895 -p 41896:41896 -p 41897:41897 -p 41898:41898 -p 41899:41899 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=41897 --rest-port=41895 --tcp-port=41896 --discv5-udp-port=41898 --rest-address=0.0.0.0 --nat=extip:172.18.62.21 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=60fa23fce2d9ae365b2abca70bc6821bd6886dfa39660dc0667eeccfcdccaecd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41899 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.62.21 waku 5405ec7fc8ae0ebd0625fbb9af7dc2eec9309ee155814c410b74f19abeeae550
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 5405ec7fc8ae. Setting up logs at ./log/docker/publishing_node1_2025-12-29_04-44-11__5939e0a1-5b94-492d-a1c2-b4c138da6579__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 41895
|
||||
[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 b70942110eef. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 063e496f0850. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41895/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
[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:41895/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.62.21/tcp/41896/p2p/16Uiu2HAmQJKDv6ycZY2wBBVtbUvkoqE82PnYcXmYgTPFV7yWz9Fd","/ip4/172.18.62.21/tcp/41897/ws/p2p/16Uiu2HAmQJKDv6ycZY2wBBVtbUvkoqE82PnYcXmYgTPFV7yWz9Fd"],"enrUri":"enr:-L24QNVJ8hda89rJYpIO7lTuqNfpKALYAHlke2RIrCIHCqJaFZzc6Ikex8viIrT_aa9DULE6fTJxtcLCW8A8oCP-xdcCgmlkgnY0gmlwhKwSPhWKbXVsdGlhZGRyc5YACASsEj4VBqOoAAoErBI-FQajqd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDrQBiwG5jYGI0GincmZ3iaYURwW3CotD8-SSyQ2jceqiDdGNwgqOog3VkcIKjqoV3YWt1MgM"}'
|
||||
[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_2025-12-29_04-44-11__5939e0a1-5b94-492d-a1c2-b4c138da6579__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.23.121
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['43265', '43266', '43267', '43268', '43269']
|
||||
[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 43265:43265 -p 43266:43266 -p 43267:43267 -p 43268:43268 -p 43269:43269 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=43267 --rest-port=43265 --tcp-port=43266 --discv5-udp-port=43268 --rest-address=0.0.0.0 --nat=extip:172.18.23.121 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ada8bd3fd64fe0c5ed6f00a471aac1dd4f745c6fb6eec7cefadba2bcb4c8dfe9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43269 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QNVJ8hda89rJYpIO7lTuqNfpKALYAHlke2RIrCIHCqJaFZzc6Ikex8viIrT_aa9DULE6fTJxtcLCW8A8oCP-xdcCgmlkgnY0gmlwhKwSPhWKbXVsdGlhZGRyc5YACASsEj4VBqOoAAoErBI-FQajqd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDrQBiwG5jYGI0GincmZ3iaYURwW3CotD8-SSyQ2jceqiDdGNwgqOog3VkcIKjqoV3YWt1MgM --storenode=/ip4/172.18.62.21/tcp/41896/p2p/16Uiu2HAmQJKDv6ycZY2wBBVtbUvkoqE82PnYcXmYgTPFV7yWz9Fd --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.23.121 waku b2084631f23948d6e00480fadc2074d73189af0336065f0f0118771f76657f71
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID b2084631f239. Setting up logs at ./log/docker/store_node1_2025-12-29_04-44-11__5939e0a1-5b94-492d-a1c2-b4c138da6579__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 43265
|
||||
[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:43265/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","protocolsHealth":[{"Relay":"READY"},{"Rln 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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[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:43265/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.23.121/tcp/43266/p2p/16Uiu2HAmSxnFAMnfwGcLydB95BFxrqCCgijY7G5VfGjyGmHdDS6y","/ip4/172.18.23.121/tcp/43267/ws/p2p/16Uiu2HAmSxnFAMnfwGcLydB95BFxrqCCgijY7G5VfGjyGmHdDS6y"],"enrUri":"enr:-L24QAh0YVWSoHrp6qdDTBRUoA6chB0PbrQwcz1ga-snLPDuXR4B1YrCnOgHh6Ksa1tlE9YaLa2z_IpmF_wykL6RKo4CgmlkgnY0gmlwhKwSF3mKbXVsdGlhZGRyc5YACASsEhd5BqkCAAoErBIXeQapA90DgnJzhQADAQAAiXNlY3AyNTZrMaED1JJiNZQEKUc7pb8CHBeNEkHBruQBi9ARs2IAAhT7DH6DdGNwgqkCg3VkcIKpBIV3YWt1MgM"}'
|
||||
[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:43265/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.62.21/tcp/41896/p2p/16Uiu2HAmQJKDv6ycZY2wBBVtbUvkoqE82PnYcXmYgTPFV7yWz9Fd"]'
|
||||
[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:41895/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:43265/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:41895/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:41895/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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:41895/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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:41895/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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:41895/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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:41895/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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:41895/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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:41895/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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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_topics:test_topics.py:167 trying get message with wrong encoded pubsub topic /waku/2/rs/3/0
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41895/store/v3/messages?includeData=true&pubsubTopic=/waku/2/rs/3/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":"0x0a28287047c639c767bbc48230d7425d93ddb977a63692e345ae588164d48734","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766983454379837992,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xe18acf29b64eb56a070325516b2ec6f04f6500304490feb358a87dfa05478910","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1766983454585886257,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x95fb52c2c3b46f6c616f3a1b9f0a1f0fe8874cdc127ffffb08db4972cf68639b","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1766983454792656613,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xec1c9ce8ec091ee7b7130c7735a26fd09724661518f629038504dccd5f69e160","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1766983454999088004,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xc36847cf0345c48cfc8124ed8fe0d0c8adb1a5185187737536514006e22833a4","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1766983455206810757,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x9ff6967eaf8ce3a5fe8633dfa1d1a35eadca405afdfcb3009f42e4bd62920c1d","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1766983455413664975,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xe339917ae3b1fe4aa75a2805a449226ef51fbdc4fde00065814b9aebeacc1693","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1766983455620820223,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xbec44ff20be69fc4da30ecfebc9ba5d748f555c9467d402c4726ac48bb446f68","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1766983455827176173,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"}]}'
|
||||
[35mDEBUG [0m tests.store.test_topics:test_topics.py:171 response for getting message without encoding pubsub topic {'requestId': '', 'statusCode': 200, 'statusDesc': 'OK', 'messages': [{'messageHash': '0x0a28287047c639c767bbc48230d7425d93ddb977a63692e345ae588164d48734', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/myapp/1/latest/proto', 'version': 0, 'timestamp': 1766983454379837992, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0xe18acf29b64eb56a070325516b2ec6f04f6500304490feb358a87dfa05478910', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/waku/2/content/test.js', 'version': 0, 'timestamp': 1766983454585886257, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0x95fb52c2c3b46f6c616f3a1b9f0a1f0fe8874cdc127ffffb08db4972cf68639b', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/app/22/sometopic/someencoding', 'version': 0, 'timestamp': 1766983454792656613, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0xec1c9ce8ec091ee7b7130c7735a26fd09724661518f629038504dccd5f69e160', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/toychat/2/huilong/proto', 'version': 0, 'timestamp': 1766983454999088004, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0xc36847cf0345c48cfc8124ed8fe0d0c8adb1a5185187737536514006e22833a4', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/statusim/1/community/cbor', 'version': 0, 'timestamp': 1766983455206810757, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0x9ff6967eaf8ce3a5fe8633dfa1d1a35eadca405afdfcb3009f42e4bd62920c1d', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/app/27/sometopic/someencoding', 'version': 0, 'timestamp': 1766983455413664975, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0xe339917ae3b1fe4aa75a2805a449226ef51fbdc4fde00065814b9aebeacc1693', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/app/29/sometopic/someencoding', 'version': 0, 'timestamp': 1766983455620820223, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0xbec44ff20be69fc4da30ecfebc9ba5d748f555c9467d402c4726ac48bb446f68', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/app/20/sometopic/someencoding', 'version': 0, 'timestamp': 1766983455827176173, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/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 5405ec7fc8ae
|
||||
[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 b2084631f239
|
||||
[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.
|
||||
7074
nim/1018/data/attachments/188453b1204ab06c.txt
Normal file
7074
nim/1018/data/attachments/188453b1204ab06c.txt
Normal file
File diff suppressed because it is too large
Load Diff
72
nim/1018/data/attachments/18e1d92ff3690bb3.txt
Normal file
72
nim/1018/data/attachments/18e1d92ff3690bb3.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_works_with_auto_sharding with id: 2025-12-29_04-28-08__65109426-412b-410c-a300-bcfef2fb5976
|
||||
[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_2025-12-29_04-28-08__65109426-412b-410c-a300-bcfef2fb5976__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.30
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['58490', '58491', '58492', '58493', '58494']
|
||||
[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 58490:58490 -p 58491:58491 -p 58492:58492 -p 58493:58493 -p 58494:58494 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=58492 --rest-port=58490 --tcp-port=58491 --discv5-udp-port=58493 --rest-address=0.0.0.0 --nat=extip:172.18.165.30 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=66a9aea840e7c204bdc2f5d2f025192bce88519c43ca9fd9bec7bf511ffaccd8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58494 --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.165.30 waku af27212d51e7e3753e6ecf8448a17c549dade4db1a87dbc42aa7ee1e9e4a8bb2
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID af27212d51e7. Setting up logs at ./log/docker/node1_2025-12-29_04-28-08__65109426-412b-410c-a300-bcfef2fb5976__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 58490
|
||||
[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 a4b92a5da448. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 5ed4f35df9c2. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58490/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
[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:58490/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.30/tcp/58491/p2p/16Uiu2HAmRnDWD7KBTxv3nYZBcNhkKJa2McRTWHoPcRacLAvNmTxm","/ip4/172.18.165.30/tcp/58492/ws/p2p/16Uiu2HAmRnDWD7KBTxv3nYZBcNhkKJa2McRTWHoPcRacLAvNmTxm"],"enrUri":"enr:-L24QIx6jNEU50QdwHNBgaVp4mHnxqQ0NX6-9UjxPJ1edP7DaJL7chdmnRgc4NQ-ajBG9QNoSnGyleWwiuuOlJZcyyICgmlkgnY0gmlwhKwSpR6KbXVsdGlhZGRyc5YACASsEqUeBuR7AAoErBKlHgbkfN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDwwHeZdzec_o7hlrpVX2HS0bRl1zWzU6o-TDEJT8e4lqDdGNwguR7g3VkcILkfYV3YWt1MgU"}'
|
||||
[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_2025-12-29_04-28-08__65109426-412b-410c-a300-bcfef2fb5976__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.245.142
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['23503', '23504', '23505', '23506', '23507']
|
||||
[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 23503:23503 -p 23504:23504 -p 23505:23505 -p 23506:23506 -p 23507:23507 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=23505 --rest-port=23503 --tcp-port=23504 --discv5-udp-port=23506 --rest-address=0.0.0.0 --nat=extip:172.18.245.142 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=e9bc5afbe93de4fb9d6fb6efea444fdc72fdbcde8c4c9fbed1af9ca4cf0afd1b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23507 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QIx6jNEU50QdwHNBgaVp4mHnxqQ0NX6-9UjxPJ1edP7DaJL7chdmnRgc4NQ-ajBG9QNoSnGyleWwiuuOlJZcyyICgmlkgnY0gmlwhKwSpR6KbXVsdGlhZGRyc5YACASsEqUeBuR7AAoErBKlHgbkfN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDwwHeZdzec_o7hlrpVX2HS0bRl1zWzU6o-TDEJT8e4lqDdGNwguR7g3VkcILkfYV3YWt1MgU --filternode=/ip4/172.18.165.30/tcp/58491/p2p/16Uiu2HAmRnDWD7KBTxv3nYZBcNhkKJa2McRTWHoPcRacLAvNmTxm --content-topic=/myapp/1/latest/proto
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.245.142 waku e14220bc4e408255dc1bcbd457a4f123ffc0c349cc5bef416ddb72d722277d1a
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID e14220bc4e40. Setting up logs at ./log/docker/node2_2025-12-29_04-28-08__65109426-412b-410c-a300-bcfef2fb5976__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 23503
|
||||
[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:23503/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","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln 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":"READY"}]}'
|
||||
[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:23503/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.245.142/tcp/23504/p2p/16Uiu2HAmBCkrxkgErd3ezLoZFF78UdwC8HRb8TtP5B2Z2sCHqB7G","/ip4/172.18.245.142/tcp/23505/ws/p2p/16Uiu2HAmBCkrxkgErd3ezLoZFF78UdwC8HRb8TtP5B2Z2sCHqB7G"],"enrUri":"enr:-L24QB4MoATzBoolEjJNGO1OW8xr0Q4ZjHiHHbDHAQ8MwkmDZFsIsdjuTQtUnY3AQQQNe7XLgLbSeYpA7Se0u1v05P4CgmlkgnY0gmlwhKwS9Y6KbXVsdGlhZGRyc5YACASsEvWOBlvQAAoErBL1jgZb0d0DgnJzhQACAQAAiXNlY3AyNTZrMaEC6mv17LteHBO0g_mnlnLtVAeL9mBjJYzmHnwLi7sbkDODdGNwglvQg3VkcIJb0oV3YWt1MgA"}'
|
||||
[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:23503/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.165.30/tcp/58491/p2p/16Uiu2HAmRnDWD7KBTxv3nYZBcNhkKJa2McRTWHoPcRacLAvNmTxm"]'
|
||||
[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:58490/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:23503/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "60957f1b-10d4-4dfc-b6ce-c714a5dd1fc6", "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":"60957f1b-10d4-4dfc-b6ce-c714a5dd1fc6","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:58490/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:23503/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":1766982491369676526,"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 af27212d51e7
|
||||
[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 e14220bc4e40
|
||||
[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/1018/data/attachments/193bcc0c17095993.txt
Normal file
72
nim/1018/data/attachments/193bcc0c17095993.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_ping_on_unsubscribed_peer with id: 2025-12-29_04-25-10__a3506611-54a9-4ce5-b975-399c085039b8
|
||||
[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_2025-12-29_04-25-10__a3506611-54a9-4ce5-b975-399c085039b8__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.75
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['46172', '46173', '46174', '46175', '46176']
|
||||
[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 46172:46172 -p 46173:46173 -p 46174:46174 -p 46175:46175 -p 46176:46176 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=46174 --rest-port=46172 --tcp-port=46173 --discv5-udp-port=46175 --rest-address=0.0.0.0 --nat=extip:172.18.251.75 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4ddd72c4cd3bbbf87b6902cf2ac0b2fa9fddff6b2bb7cbed0bbf2f7beff81bef --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46176 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.251.75 waku da3debb0e8e17a662ec1be9bc8a0dfaf457114d265f2cc496a97b10ba103632b
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID da3debb0e8e1. Setting up logs at ./log/docker/node1_2025-12-29_04-25-10__a3506611-54a9-4ce5-b975-399c085039b8__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 46172
|
||||
[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 7a83ca35d2fc. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container f021c7a018cb. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46172/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
[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:46172/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.75/tcp/46173/p2p/16Uiu2HAm4YtXrEh9EGZKvLRNSt1EaaybmdT2k9bPoQrGt3tEZJsA","/ip4/172.18.251.75/tcp/46174/ws/p2p/16Uiu2HAm4YtXrEh9EGZKvLRNSt1EaaybmdT2k9bPoQrGt3tEZJsA"],"enrUri":"enr:-L24QAul9cNYyf3DA03I_yYzt6DRF5cDs3nLBnl0od9L52sJSJDENCiKoOgxsAonv2iz8qlzH9_RaxzI2eDYpxE849gCgmlkgnY0gmlwhKwS-0uKbXVsdGlhZGRyc5YACASsEvtLBrRdAAoErBL7Swa0Xt0DgnJzhQADAQAAiXNlY3AyNTZrMaECh5Jw_gQxFEW1dxJwdRMY3NRu8HLSdGGjHtCRrzKzwXGDdGNwgrRdg3VkcIK0X4V3YWt1MgU"}'
|
||||
[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_2025-12-29_04-25-10__a3506611-54a9-4ce5-b975-399c085039b8__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.158.67
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['28173', '28174', '28175', '28176', '28177']
|
||||
[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 28173:28173 -p 28174:28174 -p 28175:28175 -p 28176:28176 -p 28177:28177 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=28175 --rest-port=28173 --tcp-port=28174 --discv5-udp-port=28176 --rest-address=0.0.0.0 --nat=extip:172.18.158.67 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9ee053eddbff8e0fc85f1d1a1a4f898dddac3dc3166db8e3faa637d594447a00 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28177 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QAul9cNYyf3DA03I_yYzt6DRF5cDs3nLBnl0od9L52sJSJDENCiKoOgxsAonv2iz8qlzH9_RaxzI2eDYpxE849gCgmlkgnY0gmlwhKwS-0uKbXVsdGlhZGRyc5YACASsEvtLBrRdAAoErBL7Swa0Xt0DgnJzhQADAQAAiXNlY3AyNTZrMaECh5Jw_gQxFEW1dxJwdRMY3NRu8HLSdGGjHtCRrzKzwXGDdGNwgrRdg3VkcIK0X4V3YWt1MgU --filternode=/ip4/172.18.251.75/tcp/46173/p2p/16Uiu2HAm4YtXrEh9EGZKvLRNSt1EaaybmdT2k9bPoQrGt3tEZJsA
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.158.67 waku b610258b7e5c5daaf4bb7efa397bd18ab650962a5b599478466705716e9f8338
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID b610258b7e5c. Setting up logs at ./log/docker/node2_2025-12-29_04-25-10__a3506611-54a9-4ce5-b975-399c085039b8__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 28173
|
||||
[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:28173/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","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln 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":"READY"}]}'
|
||||
[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:28173/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.158.67/tcp/28174/p2p/16Uiu2HAmDev8EPgfCAQ8HTo2ySpwfimxRboDQxBHBAcCHe5bQiHS","/ip4/172.18.158.67/tcp/28175/ws/p2p/16Uiu2HAmDev8EPgfCAQ8HTo2ySpwfimxRboDQxBHBAcCHe5bQiHS"],"enrUri":"enr:-L24QCdliVKix9fkfzLm9CwKEXuGa4WnicFd69NZ2Lf9boILDH1hyNqKffZNuofV2scznDh_5375FXHQKfaG4SGcezYCgmlkgnY0gmlwhKwSnkOKbXVsdGlhZGRyc5YACASsEp5DBm4OAAoErBKeQwZuD90DgnJzhQADAQAAiXNlY3AyNTZrMaEDDtbo1-MwIRd0Y_x6c_bEGjcAgn39EkND481iSufZBvWDdGNwgm4Og3VkcIJuEIV3YWt1MgA"}'
|
||||
[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:28173/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.251.75/tcp/46173/p2p/16Uiu2HAm4YtXrEh9EGZKvLRNSt1EaaybmdT2k9bPoQrGt3tEZJsA"]'
|
||||
[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:46172/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:28173/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "5c959f8f-7476-4724-8c69-21f9ebb4c461", "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":"5c959f8f-7476-4724-8c69-21f9ebb4c461","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28173/filter/v2/subscriptions/68d309c6-604d-4b57-9c59-05a7a816e52b" -H "Content-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":"68d309c6-604d-4b57-9c59-05a7a816e52b","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:28173/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "12345", "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":"12345","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28173/filter/v2/subscriptions/e5654667-56d9-4f23-9e02-3ae0eb1eb659" -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:28173/filter/v2/subscriptions/e5654667-56d9-4f23-9e02-3ae0eb1eb659. Response content: b'{"requestId":"e5654667-56d9-4f23-9e02-3ae0eb1eb659","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 da3debb0e8e1
|
||||
[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 b610258b7e5c
|
||||
[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.
|
||||
55
nim/1018/data/attachments/194dff0eaa2d31aa.txt
Normal file
55
nim/1018/data/attachments/194dff0eaa2d31aa.txt
Normal file
@ -0,0 +1,55 @@
|
||||
2025-12-29 04:38:40.774 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:38:40.774 DEBUG [tests.conftest] Running test: test_log_level_NOTICE_from_INFO with id: 2025-12-29_04-38-40__28386cec-13a1-42c5-88fc-a0a0294e1209
|
||||
2025-12-29 04:38:40.774 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:38:40.775 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-29 04:38:40.775 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-29 04:38:40.781 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:38:40.781 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-29_04-38-40__28386cec-13a1-42c5-88fc-a0a0294e1209__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:38:40.787 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:38:40.787 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-29_04-38-40__28386cec-13a1-42c5-88fc-a0a0294e1209__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:38:40.793 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:38:40.793 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-29_04-38-40__28386cec-13a1-42c5-88fc-a0a0294e1209__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:38:40.798 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:38:40.798 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2025-12-29_04-38-40__28386cec-13a1-42c5-88fc-a0a0294e1209__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:38:40.798 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-29 04:38:40.799 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-29 04:38:40.800 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:38:40.800 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:38:40.801 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:38:40.801 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.24.224
|
||||
2025-12-29 04:38:40.801 DEBUG [src.node.docker_mananger] Generated ports ['54903', '54904', '54905', '54906', '54907']
|
||||
2025-12-29 04:38:40.802 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:38:40.802 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:38:40.802 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:38:40.802 DEBUG [src.node.docker_mananger] docker run -i -t -p 54903:54903 -p 54904:54904 -p 54905:54905 -p 54906:54906 -p 54907:54907 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=54905 --rest-port=54903 --tcp-port=54904 --discv5-udp-port=54906 --rest-address=0.0.0.0 --nat=extip:172.18.24.224 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=baaebcb576fbaf4c79c3d01b5daef2febdbc211c2cbda321ae7e1fa003103a8e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54907 --metrics-logging=true --relay=true
|
||||
2025-12-29 04:38:40.981 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.24.224 waku b5c407ad4317e3f674e6367fd4361ddfa7a832acdcf99013bc6d1de10c09aa1a
|
||||
2025-12-29 04:38:41.013 DEBUG [src.node.docker_mananger] Container started with ID b5c407ad4317. Setting up logs at ./log/docker/node1_2025-12-29_04-38-40__28386cec-13a1-42c5-88fc-a0a0294e1209__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:38:41.014 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 54903
|
||||
2025-12-29 04:38:41.014 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:38:41.027 ERROR [src.node.docker_mananger] Max retries reached for container 66edd1718ad6. Exiting log stream.
|
||||
2025-12-29 04:38:41.580 ERROR [src.node.docker_mananger] Max retries reached for container a8dea8212023. Exiting log stream.
|
||||
2025-12-29 04:38:42.015 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54903/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:38:42.018 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
2025-12-29 04:38:42.018 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:38:42.019 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54903/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:38:42.021 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.24.224/tcp/54904/p2p/16Uiu2HAm449sKfZRrdz4HCw24nMog2FyibAGZnPDvDDZ4jjpiVbz","/ip4/172.18.24.224/tcp/54905/ws/p2p/16Uiu2HAm449sKfZRrdz4HCw24nMog2FyibAGZnPDvDDZ4jjpiVbz"],"enrUri":"enr:-L24QEPFVYMYRkuvUFHDs3OkoSOHvSS6s3hDn5W2JTeeqmgRX0AxewL9XtybIoAJpw3oqkMnRMPDqgYMewdk2wsMqAcCgmlkgnY0gmlwhKwSGOCKbXVsdGlhZGRyc5YACASsEhjgBtZ4AAoErBIY4AbWed0DgnJzhQADAQAAiXNlY3AyNTZrMaECgDXwJptq8clHjIE6E8Tqf4FNPsK5EvmID7_s79EN8HWDdGNwgtZ4g3VkcILWeoV3YWt1MgE"}'
|
||||
2025-12-29 04:38:42.021 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:38:42.021 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54903/admin/v1/log-level/INFO" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:38:42.023 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:38:42.024 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54903/admin/v1/log-level/NOTICE" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:38:42.025 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:38:42.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54903/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:38:42.027 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.24.224/tcp/54904/p2p/16Uiu2HAm449sKfZRrdz4HCw24nMog2FyibAGZnPDvDDZ4jjpiVbz","/ip4/172.18.24.224/tcp/54905/ws/p2p/16Uiu2HAm449sKfZRrdz4HCw24nMog2FyibAGZnPDvDDZ4jjpiVbz"],"enrUri":"enr:-L24QEPFVYMYRkuvUFHDs3OkoSOHvSS6s3hDn5W2JTeeqmgRX0AxewL9XtybIoAJpw3oqkMnRMPDqgYMewdk2wsMqAcCgmlkgnY0gmlwhKwSGOCKbXVsdGlhZGRyc5YACASsEhjgBtZ4AAoErBIY4AbWed0DgnJzhQADAQAAiXNlY3AyNTZrMaECgDXwJptq8clHjIE6E8Tqf4FNPsK5EvmID7_s79EN8HWDdGNwgtZ4g3VkcILWeoV3YWt1MgE"}'
|
||||
2025-12-29 04:38:42.028 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54903/version" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:38:42.029 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-124-g96196a'
|
||||
2025-12-29 04:38:42.029 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54903/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:38:42.031 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-124-g96196a'
|
||||
2025-12-29 04:38:44.032 DEBUG [tests.rest_flags.test_admin_flags] counts at NOTICE: {'TRC': 0, 'DBG': 0, 'INF': 0, 'NTC': 0, 'WRN': 0, 'ERR': 0, 'FTL': 0}
|
||||
2025-12-29 04:38:44.032 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54903/admin/v1/log-level/TRACE" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:38:44.035 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:38:44.037 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:38:44.038 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:38:44.038 DEBUG [src.node.waku_node] Stopping container with id b5c407ad4317
|
||||
2025-12-29 04:38:44.613 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:38:44.614 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:38:44.617 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
862
nim/1018/data/attachments/19d11b893c58c4d2.txt
Normal file
862
nim/1018/data/attachments/19d11b893c58c4d2.txt
Normal file
@ -0,0 +1,862 @@
|
||||
2025-12-29 04:47:25.864 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:47:25.865 DEBUG [tests.conftest] Running test: test_light_push_after_receiving_node_restarts with id: 2025-12-29_04-47-25__61c6b5e4-9ad7-4bf7-92a8-8cb66cdb4f2b
|
||||
2025-12-29 04:47:25.865 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:47:25.865 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-29 04:47:25.873 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:47:25.873 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2025-12-29_04-47-25__61c6b5e4-9ad7-4bf7-92a8-8cb66cdb4f2b__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:47:25.873 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:47:25.873 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:47:25.874 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:47:25.874 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.111.98
|
||||
2025-12-29 04:47:25.875 DEBUG [src.node.docker_mananger] Generated ports ['1622', '1623', '1624', '1625', '1626']
|
||||
2025-12-29 04:47:25.875 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:47:25.875 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:47:25.875 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:47:25.875 DEBUG [src.node.docker_mananger] docker run -i -t -p 1622:1622 -p 1623:1623 -p 1624:1624 -p 1625:1625 -p 1626:1626 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=1624 --rest-port=1622 --tcp-port=1623 --discv5-udp-port=1625 --rest-address=0.0.0.0 --nat=extip:172.18.111.98 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d57fe06bcce85ea5f84b8be41aabf8a8e393428afcb1f2a5e9ab4ab11caffa36 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1626 --metrics-logging=true --lightpush=true --relay=true
|
||||
2025-12-29 04:47:26.077 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.111.98 waku 2ea407df153d7f55007ff9198222ca0f7873adb223113b3c4834112ea6206679
|
||||
2025-12-29 04:47:26.117 DEBUG [src.node.docker_mananger] Container started with ID 2ea407df153d. Setting up logs at ./log/docker/receiving_node1_2025-12-29_04-47-25__61c6b5e4-9ad7-4bf7-92a8-8cb66cdb4f2b__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:47:26.117 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1622
|
||||
2025-12-29 04:47:26.118 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:47:27.118 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1622/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:27.121 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
2025-12-29 04:47:27.121 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:47:27.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1622/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:27.123 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.111.98/tcp/1623/p2p/16Uiu2HAmMP5xk6TuxAnLEVPcH3Ds1WCxVyGZzryT3jdv3VLYEDvs","/ip4/172.18.111.98/tcp/1624/ws/p2p/16Uiu2HAmMP5xk6TuxAnLEVPcH3Ds1WCxVyGZzryT3jdv3VLYEDvs"],"enrUri":"enr:-L24QAIgs9DmRvatK2nP5ZccupOLO1YErgZ6PufBTTt1UuWBAKxvg2vG7SfGAaI07eZLXB952DcL86m4cDBxE6gfy3oCgmlkgnY0gmlwhKwSb2KKbXVsdGlhZGRyc5YACASsEm9iBgZXAAoErBJvYgYGWN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDgaY77LbWEKG9At3dsLcH-PyW871bhZ8a-_Ag6Vg35ryDdGNwggZXg3VkcIIGWYV3YWt1Mgk"}'
|
||||
2025-12-29 04:47:27.124 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:47:27.133 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:47:27.133 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2025-12-29_04-47-25__61c6b5e4-9ad7-4bf7-92a8-8cb66cdb4f2b__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:47:27.133 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:47:27.134 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:47:27.135 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:47:27.135 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.242.65
|
||||
2025-12-29 04:47:27.135 DEBUG [src.node.docker_mananger] Generated ports ['15590', '15591', '15592', '15593', '15594']
|
||||
2025-12-29 04:47:27.135 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:47:27.136 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:47:27.136 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:47:27.136 DEBUG [src.node.docker_mananger] docker run -i -t -p 15590:15590 -p 15591:15591 -p 15592:15592 -p 15593:15593 -p 15594:15594 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=15592 --rest-port=15590 --tcp-port=15591 --discv5-udp-port=15593 --rest-address=0.0.0.0 --nat=extip:172.18.242.65 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cf7ddc61839211e3ce07f7be47bbcbaadfcaa39899ac87c42fdff55cf5a6bcab --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15594 --metrics-logging=true --lightpush=false --relay=true
|
||||
2025-12-29 04:47:27.330 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.242.65 waku 4797947ef8199991b4fcce3bdf33e7506e50918bf64ebba251a344f8649181cb
|
||||
2025-12-29 04:47:27.363 DEBUG [src.node.docker_mananger] Container started with ID 4797947ef819. Setting up logs at ./log/docker/receiving_node2_2025-12-29_04-47-25__61c6b5e4-9ad7-4bf7-92a8-8cb66cdb4f2b__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:47:27.363 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15590
|
||||
2025-12-29 04:47:27.363 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:47:28.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15590/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:28.367 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
2025-12-29 04:47:28.367 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:47:28.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15590/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:28.370 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.242.65/tcp/15591/p2p/16Uiu2HAmJcFSRM581vou3fk1K3kwqr4PCVqmh3jNVZGBLrs8iPCU","/ip4/172.18.242.65/tcp/15592/ws/p2p/16Uiu2HAmJcFSRM581vou3fk1K3kwqr4PCVqmh3jNVZGBLrs8iPCU"],"enrUri":"enr:-L24QMnVRClAJOYqqeRgI_OGHfoewo-TTZ5zpaNihjlAKef_XJMjD2vI-QHCZl4gROvCh8nnl9Eq5wgwlHof6FPZ0ooCgmlkgnY0gmlwhKwS8kGKbXVsdGlhZGRyc5YACASsEvJBBjznAAoErBLyQQY86N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDWHJwkKnWyfFwS5MPin1YWklYi1KKE607ehuEKG5pwomDdGNwgjzng3VkcII86YV3YWt1MgE"}'
|
||||
2025-12-29 04:47:28.370 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:47:28.371 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15590/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.111.98/tcp/1623/p2p/16Uiu2HAmMP5xk6TuxAnLEVPcH3Ds1WCxVyGZzryT3jdv3VLYEDvs"]'
|
||||
2025-12-29 04:47:28.401 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:47:28.411 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:47:28.411 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2025-12-29_04-47-25__61c6b5e4-9ad7-4bf7-92a8-8cb66cdb4f2b__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:47:28.411 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:47:28.411 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:47:28.415 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:47:28.416 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.251.24
|
||||
2025-12-29 04:47:28.416 DEBUG [src.node.docker_mananger] Generated ports ['1124', '1125', '1126', '1127', '1128']
|
||||
2025-12-29 04:47:28.418 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:47:28.418 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:47:28.419 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:47:28.420 DEBUG [src.node.docker_mananger] docker run -i -t -p 1124:1124 -p 1125:1125 -p 1126:1126 -p 1127:1127 -p 1128:1128 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=1126 --rest-port=1124 --tcp-port=1125 --discv5-udp-port=1127 --rest-address=0.0.0.0 --nat=extip:172.18.251.24 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a1e65e8e0dcf80afedadc0e7f709e777c956ecbf3b8362fabdb20626d96572e6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1128 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QAIgs9DmRvatK2nP5ZccupOLO1YErgZ6PufBTTt1UuWBAKxvg2vG7SfGAaI07eZLXB952DcL86m4cDBxE6gfy3oCgmlkgnY0gmlwhKwSb2KKbXVsdGlhZGRyc5YACASsEm9iBgZXAAoErBJvYgYGWN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDgaY77LbWEKG9At3dsLcH-PyW871bhZ8a-_Ag6Vg35ryDdGNwggZXg3VkcIIGWYV3YWt1Mgk --lightpushnode=/ip4/172.18.111.98/tcp/1623/p2p/16Uiu2HAmMP5xk6TuxAnLEVPcH3Ds1WCxVyGZzryT3jdv3VLYEDvs --lightpush=true --relay=false
|
||||
2025-12-29 04:47:28.616 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.251.24 waku 24fb86a05708ec092f43cf27067a3e0cf9e3d19f056a35e8cafae86663544c5b
|
||||
2025-12-29 04:47:28.645 DEBUG [src.node.docker_mananger] Container started with ID 24fb86a05708. Setting up logs at ./log/docker/lightpush_node1_2025-12-29_04-47-25__61c6b5e4-9ad7-4bf7-92a8-8cb66cdb4f2b__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:47:28.646 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1124
|
||||
2025-12-29 04:47:28.647 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:47:29.648 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:29.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:29.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:29.952 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:30.000 ERROR [src.node.docker_mananger] Max retries reached for container 24fb86a05708. Exiting log stream.
|
||||
2025-12-29 04:47:30.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:30.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:30.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:30.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:30.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:30.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:30.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:30.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:30.863 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:30.964 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:31.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:31.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:31.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:31.369 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:31.470 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:31.571 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:31.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:31.774 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:31.875 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:31.976 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:32.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:32.179 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:32.280 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:32.381 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:32.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:32.584 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:32.685 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:32.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:32.888 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:32.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:33.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:33.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:33.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:33.395 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:33.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:33.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:33.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:33.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:33.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:34.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:34.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:34.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:34.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:34.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:34.509 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:34.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:34.712 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:34.813 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:34.914 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:35.015 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:35.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:35.218 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:35.319 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:35.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:35.521 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:35.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:35.724 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:35.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:35.927 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:36.028 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:36.129 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:36.231 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:36.332 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:36.433 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:36.534 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:36.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:36.737 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:36.838 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:36.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:37.041 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:37.143 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:37.244 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:37.345 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:37.447 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:37.548 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:37.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:37.751 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:37.852 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:37.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:38.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:38.156 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:38.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:38.359 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:38.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:38.561 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:38.663 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:38.764 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:38.865 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:38.967 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:39.068 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:39.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:39.271 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:39.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:39.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:39.575 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:39.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:39.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:39.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:39.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:40.081 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:40.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:40.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:40.385 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:40.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:40.588 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:40.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:40.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:40.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:40.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:41.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:41.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:41.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:41.399 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:41.500 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:41.602 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:41.703 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:41.804 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:41.905 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:42.006 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:42.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:42.209 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:42.310 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:42.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:42.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:42.614 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:42.715 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:42.817 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:42.918 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:43.019 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:43.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:43.222 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:43.324 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:43.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:43.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:43.627 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:43.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:43.830 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:43.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:44.032 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:44.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:44.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:44.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:44.437 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:44.539 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:44.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:44.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:44.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:44.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:45.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:45.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:45.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:45.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:45.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:45.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:45.654 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:45.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:45.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:45.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:46.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:46.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:46.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:46.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:46.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:46.565 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:46.666 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:46.767 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:46.869 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:46.970 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:47.071 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:47.173 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:47.274 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:47.375 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:47.476 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:47.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:47.679 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:47.780 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:47.881 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:47.982 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:48.084 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:48.185 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:48.286 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:48.388 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:48.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:48.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:48.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:48.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:48.894 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:48.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:49.096 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:49.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:49.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:49.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:49.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:49.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:49.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:49.706 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=1124): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f499c064950>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-29 04:47:49.806 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:47:49.806 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:47:49.808 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:47:49.808 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.230.135
|
||||
2025-12-29 04:47:49.808 DEBUG [src.node.docker_mananger] Generated ports ['24023', '24024', '24025', '24026', '24027']
|
||||
2025-12-29 04:47:49.808 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:47:49.809 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:47:49.809 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:47:49.809 DEBUG [src.node.docker_mananger] docker run -i -t -p 24023:24023 -p 24024:24024 -p 24025:24025 -p 24026:24026 -p 24027:24027 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=24025 --rest-port=24023 --tcp-port=24024 --discv5-udp-port=24026 --rest-address=0.0.0.0 --nat=extip:172.18.230.135 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=be2c1bf376a519b07a5724bbb94fb72fecb9a9b8d836de735dfcbdebc82f13ba --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=24027 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QAIgs9DmRvatK2nP5ZccupOLO1YErgZ6PufBTTt1UuWBAKxvg2vG7SfGAaI07eZLXB952DcL86m4cDBxE6gfy3oCgmlkgnY0gmlwhKwSb2KKbXVsdGlhZGRyc5YACASsEm9iBgZXAAoErBJvYgYGWN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDgaY77LbWEKG9At3dsLcH-PyW871bhZ8a-_Ag6Vg35ryDdGNwggZXg3VkcIIGWYV3YWt1Mgk --lightpushnode=/ip4/172.18.111.98/tcp/1623/p2p/16Uiu2HAmMP5xk6TuxAnLEVPcH3Ds1WCxVyGZzryT3jdv3VLYEDvs --lightpush=true --relay=false
|
||||
2025-12-29 04:47:49.990 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.230.135 waku 4178b1f6be50feb039b9a01474de7f3db8e832aaaa953037fc4708b92d2f9499
|
||||
2025-12-29 04:47:50.020 DEBUG [src.node.docker_mananger] Container started with ID 4178b1f6be50. Setting up logs at ./log/docker/lightpush_node1_2025-12-29_04-47-25__61c6b5e4-9ad7-4bf7-92a8-8cb66cdb4f2b__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:47:50.020 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 24023
|
||||
2025-12-29 04:47:50.020 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:47:51.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:51.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:51.223 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:51.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:51.354 ERROR [src.node.docker_mananger] Max retries reached for container 4178b1f6be50. Exiting log stream.
|
||||
2025-12-29 04:47:51.426 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:51.527 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:51.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:51.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:51.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:51.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:52.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:52.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:52.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:52.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:52.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:52.539 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:52.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:52.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:52.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:52.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:53.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:53.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:53.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:53.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:53.450 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:53.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:53.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:53.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:53.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:53.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:54.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:54.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:54.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:54.362 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:54.463 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:54.565 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:54.666 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:54.767 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:54.868 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:54.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:55.071 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:55.172 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:55.273 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:55.374 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:55.475 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:55.577 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:55.678 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:55.779 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:55.880 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:55.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:56.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:56.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:56.285 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:56.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:56.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:56.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:56.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:56.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:56.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:56.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:57.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:57.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:57.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:57.398 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:57.500 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:57.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:57.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:57.803 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:57.904 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:58.005 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:58.107 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:58.208 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:58.309 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:58.410 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:58.511 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:58.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:58.714 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:58.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:58.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:59.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:59.118 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:59.220 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:59.321 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:59.422 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:59.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:59.624 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:59.726 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:59.827 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:47:59.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:00.029 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:00.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:00.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:00.333 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:00.434 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:00.536 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:00.637 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:00.738 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:00.839 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:00.941 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:01.042 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:01.143 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:01.245 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:01.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:01.447 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:01.548 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:01.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:01.751 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:01.852 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:01.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:02.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:02.156 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:02.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:02.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:02.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:02.561 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:02.662 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:02.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:02.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:02.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:03.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:03.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:03.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:03.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:03.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:03.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:03.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:03.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:03.894 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:03.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:04.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:04.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:04.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:04.400 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:04.501 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:04.603 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:04.704 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:04.805 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:04.906 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:05.007 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:05.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:05.210 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:05.311 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:05.412 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:05.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:05.614 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:05.716 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:05.817 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:05.918 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:06.019 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:06.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:06.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:06.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:06.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:06.528 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:06.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:06.731 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:06.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:06.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:07.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:07.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:07.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:07.338 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:07.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:07.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:07.642 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:07.744 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:07.845 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:07.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:08.047 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:08.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:08.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:08.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:08.453 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:08.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:08.656 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:08.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:08.858 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:08.960 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:09.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:09.162 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:09.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:09.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:09.466 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:09.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:09.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:09.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:09.871 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:09.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:10.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:10.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:10.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:10.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:10.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:10.580 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:10.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:10.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:10.883 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:10.985 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:11.086 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:11.087 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=24023): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f499c0644d0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-29 04:48:11.187 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:48:11.188 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:48:11.189 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:48:11.189 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.29.142
|
||||
2025-12-29 04:48:11.190 DEBUG [src.node.docker_mananger] Generated ports ['12631', '12632', '12633', '12634', '12635']
|
||||
2025-12-29 04:48:11.190 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:48:11.190 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:48:11.190 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:48:11.190 DEBUG [src.node.docker_mananger] docker run -i -t -p 12631:12631 -p 12632:12632 -p 12633:12633 -p 12634:12634 -p 12635:12635 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=12633 --rest-port=12631 --tcp-port=12632 --discv5-udp-port=12634 --rest-address=0.0.0.0 --nat=extip:172.18.29.142 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dcafa0fd58b2db86812529ad9f1ead9a6abfdd71fa067378c4f40af4dec05dd8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=12635 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QAIgs9DmRvatK2nP5ZccupOLO1YErgZ6PufBTTt1UuWBAKxvg2vG7SfGAaI07eZLXB952DcL86m4cDBxE6gfy3oCgmlkgnY0gmlwhKwSb2KKbXVsdGlhZGRyc5YACASsEm9iBgZXAAoErBJvYgYGWN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDgaY77LbWEKG9At3dsLcH-PyW871bhZ8a-_Ag6Vg35ryDdGNwggZXg3VkcIIGWYV3YWt1Mgk --lightpushnode=/ip4/172.18.111.98/tcp/1623/p2p/16Uiu2HAmMP5xk6TuxAnLEVPcH3Ds1WCxVyGZzryT3jdv3VLYEDvs --lightpush=true --relay=false
|
||||
2025-12-29 04:48:11.384 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.29.142 waku 39b52c6be97d8b12ad0b4d394e123a9acda142c790e305d6b2b1bd706e8a13f6
|
||||
2025-12-29 04:48:11.411 DEBUG [src.node.docker_mananger] Container started with ID 39b52c6be97d. Setting up logs at ./log/docker/lightpush_node1_2025-12-29_04-47-25__61c6b5e4-9ad7-4bf7-92a8-8cb66cdb4f2b__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:48:11.412 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 12631
|
||||
2025-12-29 04:48:11.412 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:48:12.414 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:12.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:12.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:12.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:12.798 ERROR [src.node.docker_mananger] Max retries reached for container 39b52c6be97d. Exiting log stream.
|
||||
2025-12-29 04:48:12.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:12.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:13.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:13.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:13.223 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:13.324 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:13.426 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:13.527 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:13.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:13.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:13.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:13.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:14.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:14.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:14.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:14.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:14.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:14.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:14.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:14.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:14.844 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:14.945 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:15.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:15.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:15.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:15.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:15.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:15.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:15.654 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:15.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:15.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:15.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:16.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:16.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:16.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:16.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:16.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:16.565 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:16.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:16.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:16.869 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:16.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:17.072 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:17.173 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:17.274 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:17.375 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:17.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:17.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:17.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:17.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:17.884 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:17.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:18.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:18.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:18.290 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:18.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:18.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:18.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:18.695 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:18.796 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:18.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:18.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:19.100 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:19.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:19.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:19.404 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:19.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:19.607 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:19.709 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:19.810 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:19.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:20.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:20.114 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:20.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:20.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:20.418 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:20.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:20.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:20.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:20.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:20.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:21.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:21.126 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:21.228 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:21.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:21.431 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:21.532 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:21.633 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:21.735 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:21.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:21.937 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:22.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:22.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:22.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:22.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:22.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:22.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:22.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:22.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:22.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:22.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:23.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:23.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:23.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:23.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:23.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:23.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:23.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:23.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:23.863 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:23.964 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:24.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:24.167 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:24.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:24.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:24.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:24.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:24.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:24.774 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:24.876 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:24.977 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:25.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:25.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:25.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:25.382 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:25.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:25.585 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:25.686 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:25.787 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:25.889 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:25.990 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:26.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:26.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:26.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:26.395 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:26.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:26.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:26.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:26.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:26.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:27.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:27.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:27.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:27.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:27.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:27.509 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:27.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:27.712 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:27.813 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:27.914 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:28.016 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:28.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:28.218 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:28.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:28.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:28.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:28.624 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:28.726 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:28.827 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:28.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:29.029 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:29.130 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:29.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:29.333 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:29.434 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:29.535 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:29.637 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:29.738 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:29.839 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:29.941 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:30.042 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:30.143 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:30.245 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:30.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:30.447 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:30.548 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:30.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:30.751 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:30.852 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:30.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:31.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:31.156 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:31.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:31.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:31.459 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:31.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:31.662 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:31.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:31.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:31.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:32.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:32.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:32.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:32.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:32.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12631/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:48:32.473 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=12631): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4997fed760>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-29 04:48:32.658 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:48:32.660 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:48:32.660 DEBUG [src.node.waku_node] Stopping container with id 2ea407df153d
|
||||
2025-12-29 04:48:33.210 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:48:33.210 DEBUG [src.node.waku_node] Stopping container with id 4797947ef819
|
||||
2025-12-29 04:48:33.716 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:48:33.718 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:33.820 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:33.922 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:34.022 ERROR [src.node.docker_mananger] Max retries reached for container 2ea407df153d. Exiting log stream.
|
||||
2025-12-29 04:48:34.023 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:34.124 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:34.226 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:34.327 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:34.429 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:34.530 ERROR [src.node.docker_mananger] Max retries reached for container 4797947ef819. Exiting log stream.
|
||||
2025-12-29 04:48:34.530 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:34.632 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:34.733 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:34.834 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:34.936 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:35.037 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:35.138 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:35.240 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:35.341 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:35.443 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:35.544 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:35.646 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:35.747 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:35.849 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:35.950 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:36.052 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:36.153 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:36.255 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:36.356 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:36.457 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:36.559 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:36.660 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:36.761 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:36.863 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:36.964 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:37.066 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:37.167 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:37.268 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:37.370 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:37.471 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:37.573 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:37.675 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:37.776 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:37.878 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:37.979 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:38.080 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:38.182 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:38.284 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:38.386 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:38.487 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:38.589 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:38.690 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:38.792 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:38.794 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/39b52c6be97d8b12ad0b4d394e123a9acda142c790e305d6b2b1bd706e8a13f6/stop: Not Found ("No such container: 39b52c6be97d8b12ad0b4d394e123a9acda142c790e305d6b2b1bd706e8a13f6")
|
||||
2025-12-29 04:48:38.794 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:38.895 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:38.997 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:39.099 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:39.201 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:39.302 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:39.404 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:39.505 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:39.607 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:39.708 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:39.810 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:39.911 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:40.013 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:40.114 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:40.216 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:40.317 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:40.419 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:40.520 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:40.621 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:40.723 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:40.824 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:40.926 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:41.027 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:41.129 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:41.230 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:41.332 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:41.434 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:41.535 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:41.637 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:41.738 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:41.840 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:41.941 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:42.043 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:42.144 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:42.245 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:42.347 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:42.449 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:42.550 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:42.652 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:42.753 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:42.854 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:42.956 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:43.057 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:43.159 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:43.260 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:43.362 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:43.463 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:43.565 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:43.667 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:43.768 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:43.869 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:43.871 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/39b52c6be97d8b12ad0b4d394e123a9acda142c790e305d6b2b1bd706e8a13f6/stop: Not Found ("No such container: 39b52c6be97d8b12ad0b4d394e123a9acda142c790e305d6b2b1bd706e8a13f6")
|
||||
2025-12-29 04:48:43.871 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:43.972 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:44.074 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:44.175 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:44.277 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:44.378 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:44.480 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:44.582 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:44.683 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:44.785 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:44.886 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:44.988 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:45.089 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:45.191 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:45.292 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:45.394 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:45.495 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:45.597 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:45.698 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:45.799 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:45.901 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:46.002 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:46.104 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:46.205 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:46.307 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:46.409 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:46.510 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:46.611 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:46.713 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:46.814 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:46.916 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:47.017 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:47.119 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:47.220 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:47.322 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:47.423 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:47.524 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:47.626 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:47.727 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:47.829 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:47.930 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:48.032 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:48.133 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:48.235 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:48.336 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:48.438 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:48.539 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:48.641 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:48.742 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:48.844 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:48.945 DEBUG [src.node.waku_node] Stopping container with id 39b52c6be97d
|
||||
2025-12-29 04:48:48.946 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/39b52c6be97d8b12ad0b4d394e123a9acda142c790e305d6b2b1bd706e8a13f6/stop: Not Found ("No such container: 39b52c6be97d8b12ad0b4d394e123a9acda142c790e305d6b2b1bd706e8a13f6")
|
||||
2025-12-29 04:48:48.948 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:48:48.972 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:48:48.995 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:48:48.996 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:48:48.996 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:48:48.997 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
68
nim/1018/data/attachments/19e9bac1690c4b86.txt
Normal file
68
nim/1018/data/attachments/19e9bac1690c4b86.txt
Normal file
@ -0,0 +1,68 @@
|
||||
2025-12-29 04:23:05.799 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:23:05.800 DEBUG [tests.conftest] Running test: test_filter_unsubscribe_with_invalid_request_id with id: 2025-12-29_04-23-05__879afcce-e9f2-4253-93dd-4f56c9162638
|
||||
2025-12-29 04:23:05.800 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:23:05.800 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-29 04:23:05.800 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2025-12-29 04:23:05.807 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:23:05.807 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-29_04-23-05__879afcce-e9f2-4253-93dd-4f56c9162638__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:23:05.807 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:23:05.807 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:23:05.809 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:23:05.809 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.242.41
|
||||
2025-12-29 04:23:05.809 DEBUG [src.node.docker_mananger] Generated ports ['10934', '10935', '10936', '10937', '10938']
|
||||
2025-12-29 04:23:05.809 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:23:05.809 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:23:05.809 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:23:05.810 DEBUG [src.node.docker_mananger] docker run -i -t -p 10934:10934 -p 10935:10935 -p 10936:10936 -p 10937:10937 -p 10938:10938 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=10936 --rest-port=10934 --tcp-port=10935 --discv5-udp-port=10937 --rest-address=0.0.0.0 --nat=extip:172.18.242.41 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=390f0aebc9edac7be2b00dffdb5602673f8eb79faef79abebab6ffbdfe06619f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10938 --metrics-logging=true --relay=true --filter=true
|
||||
2025-12-29 04:23:05.998 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.242.41 waku 2d3050772b41db7559dac8f0430b9fec7d210bce1570e7827250661bca79cf31
|
||||
2025-12-29 04:23:06.024 ERROR [src.node.docker_mananger] Max retries reached for container f305514fb449. Exiting log stream.
|
||||
2025-12-29 04:23:06.030 DEBUG [src.node.docker_mananger] Container started with ID 2d3050772b41. Setting up logs at ./log/docker/node1_2025-12-29_04-23-05__879afcce-e9f2-4253-93dd-4f56c9162638__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:23:06.031 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 10934
|
||||
2025-12-29 04:23:06.031 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:23:06.603 ERROR [src.node.docker_mananger] Max retries reached for container 54d7a2089f12. Exiting log stream.
|
||||
2025-12-29 04:23:07.031 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10934/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:07.035 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
2025-12-29 04:23:07.035 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:23:07.035 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10934/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:07.038 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.242.41/tcp/10935/p2p/16Uiu2HAmKeJQrp2WSMSK9TWvEmsc4znNexUZ5UVskg2C9Ffme2bm","/ip4/172.18.242.41/tcp/10936/ws/p2p/16Uiu2HAmKeJQrp2WSMSK9TWvEmsc4znNexUZ5UVskg2C9Ffme2bm"],"enrUri":"enr:-L24QFZOCGvYtQN0FteDVMytAkLiWxrXEFStEknyCGuwvKtAN5xcpJhgpcKigtdDjriwMsrfqI3hnfww3xPpsbpPAn4CgmlkgnY0gmlwhKwS8imKbXVsdGlhZGRyc5YACASsEvIpBiq3AAoErBLyKQYquN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDZ9SmYfNKDsJdbD7GNpeZoLlMLzF-q2OSZH-7tx8L1cyDdGNwgiq3g3VkcIIquYV3YWt1MgU"}'
|
||||
2025-12-29 04:23:07.038 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:23:07.038 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2025-12-29 04:23:07.045 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:23:07.045 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-29_04-23-05__879afcce-e9f2-4253-93dd-4f56c9162638__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:23:07.045 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:23:07.045 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:23:07.047 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:23:07.047 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.90.148
|
||||
2025-12-29 04:23:07.047 DEBUG [src.node.docker_mananger] Generated ports ['50970', '50971', '50972', '50973', '50974']
|
||||
2025-12-29 04:23:07.047 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:23:07.047 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:23:07.047 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:23:07.048 DEBUG [src.node.docker_mananger] docker run -i -t -p 50970:50970 -p 50971:50971 -p 50972:50972 -p 50973:50973 -p 50974:50974 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=50972 --rest-port=50970 --tcp-port=50971 --discv5-udp-port=50973 --rest-address=0.0.0.0 --nat=extip:172.18.90.148 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8c0db4ff1dcf4fbcc5fdb1d65c23d0cd8c3beebb5b0cbed74b81f2babdff8c80 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50974 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QFZOCGvYtQN0FteDVMytAkLiWxrXEFStEknyCGuwvKtAN5xcpJhgpcKigtdDjriwMsrfqI3hnfww3xPpsbpPAn4CgmlkgnY0gmlwhKwS8imKbXVsdGlhZGRyc5YACASsEvIpBiq3AAoErBLyKQYquN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDZ9SmYfNKDsJdbD7GNpeZoLlMLzF-q2OSZH-7tx8L1cyDdGNwgiq3g3VkcIIquYV3YWt1MgU --filternode=/ip4/172.18.242.41/tcp/10935/p2p/16Uiu2HAmKeJQrp2WSMSK9TWvEmsc4znNexUZ5UVskg2C9Ffme2bm
|
||||
2025-12-29 04:23:07.241 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.90.148 waku 96de4ffe55568d7025e69b4e79c4adff2f9245cd14df26e2fc48b4e0daaef24e
|
||||
2025-12-29 04:23:07.272 DEBUG [src.node.docker_mananger] Container started with ID 96de4ffe5556. Setting up logs at ./log/docker/node2_2025-12-29_04-23-05__879afcce-e9f2-4253-93dd-4f56c9162638__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:23:07.272 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 50970
|
||||
2025-12-29 04:23:07.272 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:23:08.273 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50970/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:08.277 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln 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":"READY"}]}'
|
||||
2025-12-29 04:23:08.277 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:23:08.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50970/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:08.280 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.90.148/tcp/50971/p2p/16Uiu2HAmAdb9Ukn2q3ZXmJtDdE9wBM8PuazrSg3SoxGhzP7B7296","/ip4/172.18.90.148/tcp/50972/ws/p2p/16Uiu2HAmAdb9Ukn2q3ZXmJtDdE9wBM8PuazrSg3SoxGhzP7B7296"],"enrUri":"enr:-L24QH1M5BEiF5BCFqiPAUZvVtSA-ymAlOzavDZ4CvcP68t8TzbXYxMcH0e4NxhsEgrf6Xo46kD4DvpQflPf9pNJqNcCgmlkgnY0gmlwhKwSWpSKbXVsdGlhZGRyc5YACASsElqUBscbAAoErBJalAbHHN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC4ezPFL-cRcTAdJdifFcGX-xqm4lHubQDKJJPeMzT-kmDdGNwgscbg3VkcILHHYV3YWt1MgA"}'
|
||||
2025-12-29 04:23:08.280 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:23:08.281 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50970/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.242.41/tcp/10935/p2p/16Uiu2HAmKeJQrp2WSMSK9TWvEmsc4znNexUZ5UVskg2C9Ffme2bm"]'
|
||||
2025-12-29 04:23:08.310 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:23:08.311 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2025-12-29 04:23:08.311 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10934/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-29 04:23:08.325 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:23:08.327 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50970/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "c21b14f3-62b2-4a61-804f-23b3529452d6", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-29 04:23:08.339 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"c21b14f3-62b2-4a61-804f-23b3529452d6","statusDesc":"OK"}'
|
||||
2025-12-29 04:23:08.340 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:50970/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": 1, "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-29 04:23:08.343 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:50970/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\\"))"}'
|
||||
2025-12-29 04:23:08.345 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:23:08.346 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:23:08.346 DEBUG [src.node.waku_node] Stopping container with id 2d3050772b41
|
||||
2025-12-29 04:23:08.858 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:23:08.858 DEBUG [src.node.waku_node] Stopping container with id 96de4ffe5556
|
||||
2025-12-29 04:23:09.390 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:23:09.392 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:23:09.397 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:23:09.401 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
6872
nim/1018/data/attachments/1ad4eeac50d9b3d.txt
Normal file
6872
nim/1018/data/attachments/1ad4eeac50d9b3d.txt
Normal file
File diff suppressed because it is too large
Load Diff
1724
nim/1018/data/attachments/1b09afb9fbd04510.txt
Normal file
1724
nim/1018/data/attachments/1b09afb9fbd04510.txt
Normal file
File diff suppressed because it is too large
Load Diff
127
nim/1018/data/attachments/1b1625175ec87888.txt
Normal file
127
nim/1018/data/attachments/1b1625175ec87888.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_subscribe_via_api_to_new_content_topics[content_topic_list1] with id: 2025-12-29_04-28-12__e84d0aa7-5417-47fc-b079-8bf06faa1b9c
|
||||
[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_2025-12-29_04-28-12__e84d0aa7-5417-47fc-b079-8bf06faa1b9c__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.162.216
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['61534', '61535', '61536', '61537', '61538']
|
||||
[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 61534:61534 -p 61535:61535 -p 61536:61536 -p 61537:61537 -p 61538:61538 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=61536 --rest-port=61534 --tcp-port=61535 --discv5-udp-port=61537 --rest-address=0.0.0.0 --nat=extip:172.18.162.216 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=f1efd1e6ebb851dcb4ebcff9e36871f4fba1cb4c8a24390673e6d01ac7e30329 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61538 --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.162.216 waku 5bff8b84e93842f5cbd81083f109f3649394d3a87ec727350d4e164fd0fcafc2
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 5bff8b84e938. Setting up logs at ./log/docker/node1_2025-12-29_04-28-12__e84d0aa7-5417-47fc-b079-8bf06faa1b9c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 61534
|
||||
[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 af27212d51e7. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container e14220bc4e40. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61534/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
[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:61534/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.162.216/tcp/61535/p2p/16Uiu2HAmTuky9rhiC7S2vZGRpALgohmfbKgCoiZygB9nRwWTSsc5","/ip4/172.18.162.216/tcp/61536/ws/p2p/16Uiu2HAmTuky9rhiC7S2vZGRpALgohmfbKgCoiZygB9nRwWTSsc5"],"enrUri":"enr:-L24QGQKEW-x_V4XzRZV846OwJX8QbOrJqR44_-no2us5RUCJO4_CHrgP81COdzFKGfFyohlga1b1gmqVanvMeOwLXgCgmlkgnY0gmlwhKwSotiKbXVsdGlhZGRyc5YACASsEqLYBvBfAAoErBKi2AbwYN0DgnJzhQACAQAAiXNlY3AyNTZrMaED4qfipY_GoSZc6jJU1c4lWJb4ffnIGDVMtZGhc3FdGCKDdGNwgvBfg3VkcILwYYV3YWt1MgU"}'
|
||||
[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_2025-12-29_04-28-12__e84d0aa7-5417-47fc-b079-8bf06faa1b9c__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.146.235
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['9823', '9824', '9825', '9826', '9827']
|
||||
[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 9823:9823 -p 9824:9824 -p 9825:9825 -p 9826:9826 -p 9827:9827 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=9825 --rest-port=9823 --tcp-port=9824 --discv5-udp-port=9826 --rest-address=0.0.0.0 --nat=extip:172.18.146.235 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=eaf6f1cb809aed51884e435ae761aef2cefc507fcd6afcd1d9a2a9fdb7cc81da --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9827 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGQKEW-x_V4XzRZV846OwJX8QbOrJqR44_-no2us5RUCJO4_CHrgP81COdzFKGfFyohlga1b1gmqVanvMeOwLXgCgmlkgnY0gmlwhKwSotiKbXVsdGlhZGRyc5YACASsEqLYBvBfAAoErBKi2AbwYN0DgnJzhQACAQAAiXNlY3AyNTZrMaED4qfipY_GoSZc6jJU1c4lWJb4ffnIGDVMtZGhc3FdGCKDdGNwgvBfg3VkcILwYYV3YWt1MgU --content-topic=/myapp/1/latest/proto
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.146.235 waku 55e6873337d50dccf7dbad672dcda2a5e58212e2ff411623b1bfd96632267c22
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 55e6873337d5. Setting up logs at ./log/docker/node2_2025-12-29_04-28-12__e84d0aa7-5417-47fc-b079-8bf06faa1b9c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 9823
|
||||
[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:9823/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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":"READY"}]}'
|
||||
[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:9823/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.146.235/tcp/9824/p2p/16Uiu2HAmRpQm7gXhpAgNsy1pBQr5inepdP1GV8QBrKhHyyEy1qjy","/ip4/172.18.146.235/tcp/9825/ws/p2p/16Uiu2HAmRpQm7gXhpAgNsy1pBQr5inepdP1GV8QBrKhHyyEy1qjy"],"enrUri":"enr:-L24QJSIc5XGiTSebNbxyDHSxSOU-9DtpPNL_TvUK9Q6Vw8GfpbA-OLXE1tHtwCq4sHjpeksm7j4MsCqS7F0E21w_vcCgmlkgnY0gmlwhKwSkuuKbXVsdGlhZGRyc5YACASsEpLrBiZgAAoErBKS6wYmYd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDw5HCOhR2GpWpyncH932p-Rh9f0P9YkRfeaC5UIkZzxyDdGNwgiZgg3VkcIImYoV3YWt1MgE"}'
|
||||
[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:9823/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.162.216/tcp/61535/p2p/16Uiu2HAmTuky9rhiC7S2vZGRpALgohmfbKgCoiZygB9nRwWTSsc5"]'
|
||||
[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:61534/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/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:9823/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/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:61534/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:61534/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":1766982495016182558,"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:9823/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":1766982495016182558,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:61534/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:61534/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":1766982495130682771,"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:9823/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":1766982495130682771,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:61534/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:61534/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":1766982495244845161,"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:9823/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":1766982495244845161,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:61534/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:61534/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":1766982495358663369,"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:9823/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":1766982495358663369,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:61534/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:61534/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":1766982495473536524,"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:9823/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":1766982495473536524,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:61534/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:61534/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":1766982495587857829,"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:9823/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":1766982495587857829,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:61534/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:61534/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":1766982495702196204,"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:9823/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":1766982495702196204,"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 5bff8b84e938
|
||||
[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 55e6873337d5
|
||||
[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.
|
||||
308
nim/1018/data/attachments/1b73d9b4df37027e.txt
Normal file
308
nim/1018/data/attachments/1b73d9b4df37027e.txt
Normal file
@ -0,0 +1,308 @@
|
||||
2025-12-29 04:23:33.437 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:23:33.437 DEBUG [tests.conftest] Running test: test_chain_of_relay_nodes with id: 2025-12-29_04-23-33__2da77ea6-c7d3-4de5-b53c-e9255381ff9a
|
||||
2025-12-29 04:23:33.438 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:23:33.438 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-29 04:23:33.438 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-29 04:23:33.446 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:23:33.446 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-29_04-23-33__2da77ea6-c7d3-4de5-b53c-e9255381ff9a__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:23:33.453 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:23:33.453 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-29_04-23-33__2da77ea6-c7d3-4de5-b53c-e9255381ff9a__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:23:33.460 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:23:33.460 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-29_04-23-33__2da77ea6-c7d3-4de5-b53c-e9255381ff9a__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:23:33.460 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-29 04:23:33.461 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-29 04:23:33.468 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:23:33.468 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2025-12-29_04-23-33__2da77ea6-c7d3-4de5-b53c-e9255381ff9a__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:23:33.475 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:23:33.476 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node5_2025-12-29_04-23-33__2da77ea6-c7d3-4de5-b53c-e9255381ff9a__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:23:33.483 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:23:33.483 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node6_2025-12-29_04-23-33__2da77ea6-c7d3-4de5-b53c-e9255381ff9a__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:23:33.490 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:23:33.490 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node7_2025-12-29_04-23-33__2da77ea6-c7d3-4de5-b53c-e9255381ff9a__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:23:33.497 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:23:33.497 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node8_2025-12-29_04-23-33__2da77ea6-c7d3-4de5-b53c-e9255381ff9a__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:23:33.504 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:23:33.505 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node9_2025-12-29_04-23-33__2da77ea6-c7d3-4de5-b53c-e9255381ff9a__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:23:33.513 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:23:33.513 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node10_2025-12-29_04-23-33__2da77ea6-c7d3-4de5-b53c-e9255381ff9a__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:23:33.513 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:23:33.513 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:23:33.515 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:23:33.515 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.109.73
|
||||
2025-12-29 04:23:33.515 DEBUG [src.node.docker_mananger] Generated ports ['17828', '17829', '17830', '17831', '17832']
|
||||
2025-12-29 04:23:33.515 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:23:33.516 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:23:33.516 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:23:33.516 DEBUG [src.node.docker_mananger] docker run -i -t -p 17828:17828 -p 17829:17829 -p 17830:17830 -p 17831:17831 -p 17832:17832 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=17830 --rest-port=17828 --tcp-port=17829 --discv5-udp-port=17831 --rest-address=0.0.0.0 --nat=extip:172.18.109.73 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2bbafb48de3ecc72a9d1dac870117cd2fbacac71c91c30537271db6affb51ea1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17832 --metrics-logging=true --relay=true
|
||||
2025-12-29 04:23:33.710 ERROR [src.node.docker_mananger] Max retries reached for container 0fe131693f60. Exiting log stream.
|
||||
2025-12-29 04:23:33.720 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.109.73 waku 6dc61d274e5c13f609cd58c2f21374f162430de552584a35708997787a17cfc1
|
||||
2025-12-29 04:23:33.749 DEBUG [src.node.docker_mananger] Container started with ID 6dc61d274e5c. Setting up logs at ./log/docker/node1_2025-12-29_04-23-33__2da77ea6-c7d3-4de5-b53c-e9255381ff9a__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:23:33.749 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17828
|
||||
2025-12-29 04:23:33.749 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:23:34.185 ERROR [src.node.docker_mananger] Max retries reached for container 4d1f2de0b7fc. Exiting log stream.
|
||||
2025-12-29 04:23:34.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17828/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:34.753 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
2025-12-29 04:23:34.754 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:23:34.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17828/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:34.758 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.109.73/tcp/17829/p2p/16Uiu2HAm2WVyjyeJ2qXwGo25JRdX1zaMxoseSgx4kjbZTvqcjbbP","/ip4/172.18.109.73/tcp/17830/ws/p2p/16Uiu2HAm2WVyjyeJ2qXwGo25JRdX1zaMxoseSgx4kjbZTvqcjbbP"],"enrUri":"enr:-L24QPsZzdvz1SR7NFIABg6eontuf7uFr7dCYEHYAY-iIInWT-H93TerOqdIHujV8rNoTV3-McXLYSwfQVwDDheP7S0CgmlkgnY0gmlwhKwSbUmKbXVsdGlhZGRyc5YACASsEm1JBkWlAAoErBJtSQZFpt0DgnJzhQADAQAAiXNlY3AyNTZrMaECaT5njFtgZ3l-nmXerk9-wUqIx1u4k9haQ4__W7JGiJKDdGNwgkWlg3VkcIJFp4V3YWt1MgE"}'
|
||||
2025-12-29 04:23:34.759 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:23:34.759 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:23:34.759 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:23:34.762 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:23:34.762 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.6.101
|
||||
2025-12-29 04:23:34.762 DEBUG [src.node.docker_mananger] Generated ports ['61080', '61081', '61082', '61083', '61084']
|
||||
2025-12-29 04:23:34.762 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:23:34.763 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:23:34.763 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:23:34.763 DEBUG [src.node.docker_mananger] docker run -i -t -p 61080:61080 -p 61081:61081 -p 61082:61082 -p 61083:61083 -p 61084:61084 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=61082 --rest-port=61080 --tcp-port=61081 --discv5-udp-port=61083 --rest-address=0.0.0.0 --nat=extip:172.18.6.101 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ba6e741d22cadef114ef76c3ecfe39dfddeca6dd12d2f8dabfd430b01dfbdfa0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61084 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QPsZzdvz1SR7NFIABg6eontuf7uFr7dCYEHYAY-iIInWT-H93TerOqdIHujV8rNoTV3-McXLYSwfQVwDDheP7S0CgmlkgnY0gmlwhKwSbUmKbXVsdGlhZGRyc5YACASsEm1JBkWlAAoErBJtSQZFpt0DgnJzhQADAQAAiXNlY3AyNTZrMaECaT5njFtgZ3l-nmXerk9-wUqIx1u4k9haQ4__W7JGiJKDdGNwgkWlg3VkcIJFp4V3YWt1MgE
|
||||
2025-12-29 04:23:34.952 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.6.101 waku 49f0a98fddf1bbdded840e3a7b1963a1f171715bd846ecfb1be1a2484a1b34a5
|
||||
2025-12-29 04:23:34.983 DEBUG [src.node.docker_mananger] Container started with ID 49f0a98fddf1. Setting up logs at ./log/docker/node2_2025-12-29_04-23-33__2da77ea6-c7d3-4de5-b53c-e9255381ff9a__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:23:34.984 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 61080
|
||||
2025-12-29 04:23:34.984 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:23:35.985 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61080/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:35.996 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
2025-12-29 04:23:35.997 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:23:35.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61080/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:36.004 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.6.101/tcp/61081/p2p/16Uiu2HAm9EHwvJK3d91So1pZNsqdkNSNTA6DiGK6SRUP7XjAhZiA","/ip4/172.18.6.101/tcp/61082/ws/p2p/16Uiu2HAm9EHwvJK3d91So1pZNsqdkNSNTA6DiGK6SRUP7XjAhZiA"],"enrUri":"enr:-L24QOqkXm6ZEbSsi-_pgqKNjg7TfDg4qXgpi1eh7yWhWn_5OaqzeS2agD8jn7KzB58jCmaE6WIjilvJFT-PyF-ZrgACgmlkgnY0gmlwhKwSBmWKbXVsdGlhZGRyc5YACASsEgZlBu6ZAAoErBIGZQbumt0DgnJzhQADAQAAiXNlY3AyNTZrMaECzRlQ6WAnYL9RbFiGBM9gam1P0hMRy--4VdPGMKFh7GODdGNwgu6Zg3VkcILum4V3YWt1MgE"}'
|
||||
2025-12-29 04:23:36.004 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:23:36.004 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:23:36.004 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:23:36.006 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:23:36.006 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.167.41
|
||||
2025-12-29 04:23:36.007 DEBUG [src.node.docker_mananger] Generated ports ['13008', '13009', '13010', '13011', '13012']
|
||||
2025-12-29 04:23:36.007 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:23:36.007 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:23:36.007 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:23:36.007 DEBUG [src.node.docker_mananger] docker run -i -t -p 13008:13008 -p 13009:13009 -p 13010:13010 -p 13011:13011 -p 13012:13012 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=13010 --rest-port=13008 --tcp-port=13009 --discv5-udp-port=13011 --rest-address=0.0.0.0 --nat=extip:172.18.167.41 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d15cee235ee350f0d0feb6f3e6a901ed88e97e94da102a13bf76397e90c3ffb2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13012 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QOqkXm6ZEbSsi-_pgqKNjg7TfDg4qXgpi1eh7yWhWn_5OaqzeS2agD8jn7KzB58jCmaE6WIjilvJFT-PyF-ZrgACgmlkgnY0gmlwhKwSBmWKbXVsdGlhZGRyc5YACASsEgZlBu6ZAAoErBIGZQbumt0DgnJzhQADAQAAiXNlY3AyNTZrMaECzRlQ6WAnYL9RbFiGBM9gam1P0hMRy--4VdPGMKFh7GODdGNwgu6Zg3VkcILum4V3YWt1MgE
|
||||
2025-12-29 04:23:36.198 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.167.41 waku fc66fe75c7680d73ae439419da8b341f48229adae97baf0668d0d73d8ae66649
|
||||
2025-12-29 04:23:36.230 DEBUG [src.node.docker_mananger] Container started with ID fc66fe75c768. Setting up logs at ./log/docker/node3_2025-12-29_04-23-33__2da77ea6-c7d3-4de5-b53c-e9255381ff9a__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:23:36.230 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13008
|
||||
2025-12-29 04:23:36.231 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:23:37.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13008/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:37.241 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
2025-12-29 04:23:37.242 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:23:37.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13008/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:37.246 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.167.41/tcp/13009/p2p/16Uiu2HAmTEUZAwMQyD5FCeA96xJLZb6QiwtmV2B4PA6s5aAnhgtV","/ip4/172.18.167.41/tcp/13010/ws/p2p/16Uiu2HAmTEUZAwMQyD5FCeA96xJLZb6QiwtmV2B4PA6s5aAnhgtV"],"enrUri":"enr:-L24QPPwAxnMaJngtAJQl58_DtG1BbkYt4gLz9CkR8HQZPcGANW6Ri6lkgmE5XAX86d82ppafmkH9L4Koxwd4HvGAFoCgmlkgnY0gmlwhKwSpymKbXVsdGlhZGRyc5YACASsEqcpBjLRAAoErBKnKQYy0t0DgnJzhQADAQAAiXNlY3AyNTZrMaED2JeszaTlQnC64wxN3CRFVuv5wnPfGRNgB6lvZ2wlwRaDdGNwgjLRg3VkcIIy04V3YWt1MgE"}'
|
||||
2025-12-29 04:23:37.248 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:23:37.249 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:23:37.249 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:23:37.251 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:23:37.251 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.27.58
|
||||
2025-12-29 04:23:37.251 DEBUG [src.node.docker_mananger] Generated ports ['62681', '62682', '62683', '62684', '62685']
|
||||
2025-12-29 04:23:37.252 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:23:37.252 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:23:37.252 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:23:37.252 DEBUG [src.node.docker_mananger] docker run -i -t -p 62681:62681 -p 62682:62682 -p 62683:62683 -p 62684:62684 -p 62685:62685 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=62683 --rest-port=62681 --tcp-port=62682 --discv5-udp-port=62684 --rest-address=0.0.0.0 --nat=extip:172.18.27.58 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f8328a0dcca3be61fec8baabd5524e90fb41a4a0c2d0afbe9b6b7e0c927ccd0e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62685 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QPPwAxnMaJngtAJQl58_DtG1BbkYt4gLz9CkR8HQZPcGANW6Ri6lkgmE5XAX86d82ppafmkH9L4Koxwd4HvGAFoCgmlkgnY0gmlwhKwSpymKbXVsdGlhZGRyc5YACASsEqcpBjLRAAoErBKnKQYy0t0DgnJzhQADAQAAiXNlY3AyNTZrMaED2JeszaTlQnC64wxN3CRFVuv5wnPfGRNgB6lvZ2wlwRaDdGNwgjLRg3VkcIIy04V3YWt1MgE
|
||||
2025-12-29 04:23:37.442 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.27.58 waku d7faf9b8a7c0978d07e297bbebf4b16935cba7849da1da5a9378cbdcc37aafac
|
||||
2025-12-29 04:23:37.470 DEBUG [src.node.docker_mananger] Container started with ID d7faf9b8a7c0. Setting up logs at ./log/docker/node4_2025-12-29_04-23-33__2da77ea6-c7d3-4de5-b53c-e9255381ff9a__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:23:37.471 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 62681
|
||||
2025-12-29 04:23:37.472 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:23:38.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62681/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:38.484 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
2025-12-29 04:23:38.485 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:23:38.485 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62681/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:38.490 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.27.58/tcp/62682/p2p/16Uiu2HAmPRTaH5fbzasWJA64VwtV5J9RorMCxsMdoA69Zs2Tbr29","/ip4/172.18.27.58/tcp/62683/ws/p2p/16Uiu2HAmPRTaH5fbzasWJA64VwtV5J9RorMCxsMdoA69Zs2Tbr29"],"enrUri":"enr:-L24QOPyNojzLlM5qJaRmA2lNEsIkZsmub7WjId1CQ__9eCJAvTCJaBY2Lomf1mPP8sq5NYzz0CweJyjIoryGr7gyMsCgmlkgnY0gmlwhKwSGzqKbXVsdGlhZGRyc5YACASsEhs6BvTaAAoErBIbOgb0290DgnJzhQADAQAAiXNlY3AyNTZrMaEDn_k1AhybT6RRrE-E2m7KRdLxUCLdlp_nMoM1amTCbTaDdGNwgvTag3VkcIL03IV3YWt1MgE"}'
|
||||
2025-12-29 04:23:38.490 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:23:38.491 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:23:38.491 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:23:38.493 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:23:38.493 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.186.176
|
||||
2025-12-29 04:23:38.494 DEBUG [src.node.docker_mananger] Generated ports ['61104', '61105', '61106', '61107', '61108']
|
||||
2025-12-29 04:23:38.494 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:23:38.494 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:23:38.494 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:23:38.494 DEBUG [src.node.docker_mananger] docker run -i -t -p 61104:61104 -p 61105:61105 -p 61106:61106 -p 61107:61107 -p 61108:61108 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=61106 --rest-port=61104 --tcp-port=61105 --discv5-udp-port=61107 --rest-address=0.0.0.0 --nat=extip:172.18.186.176 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c60d9fa4e0fac50fae32c8df0997b8241f9803ff0b5dc1e0940850dc9a12dad9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61108 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QOPyNojzLlM5qJaRmA2lNEsIkZsmub7WjId1CQ__9eCJAvTCJaBY2Lomf1mPP8sq5NYzz0CweJyjIoryGr7gyMsCgmlkgnY0gmlwhKwSGzqKbXVsdGlhZGRyc5YACASsEhs6BvTaAAoErBIbOgb0290DgnJzhQADAQAAiXNlY3AyNTZrMaEDn_k1AhybT6RRrE-E2m7KRdLxUCLdlp_nMoM1amTCbTaDdGNwgvTag3VkcIL03IV3YWt1MgE
|
||||
2025-12-29 04:23:38.691 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.186.176 waku 84cc44d89585d5175e9e1e5eef8c56bfec01fb98df5122cbc843428b759a42e8
|
||||
2025-12-29 04:23:38.721 DEBUG [src.node.docker_mananger] Container started with ID 84cc44d89585. Setting up logs at ./log/docker/node5_2025-12-29_04-23-33__2da77ea6-c7d3-4de5-b53c-e9255381ff9a__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:23:38.721 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 61104
|
||||
2025-12-29 04:23:38.721 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:23:39.724 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61104/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:39.736 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
2025-12-29 04:23:39.737 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:23:39.737 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61104/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:39.744 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.186.176/tcp/61105/p2p/16Uiu2HAm1mJ3dRkmn9GMnQ77A1DY14cJu3GQUzQMoQfPCN76pPJh","/ip4/172.18.186.176/tcp/61106/ws/p2p/16Uiu2HAm1mJ3dRkmn9GMnQ77A1DY14cJu3GQUzQMoQfPCN76pPJh"],"enrUri":"enr:-L24QCid5Fr8EduWDifvllWKApeZFlWvalD9T2UybuZAVTiiJogPpQmdoM22c2sNDT01vDQEPQEbDRsyKFxX8qv2In8CgmlkgnY0gmlwhKwSurCKbXVsdGlhZGRyc5YACASsErqwBu6xAAoErBK6sAbust0DgnJzhQADAQAAiXNlY3AyNTZrMaECXizv4TKSvDBqpKuJmdmKAjjEEDhPD8F0678lP7GIakKDdGNwgu6xg3VkcILus4V3YWt1MgE"}'
|
||||
2025-12-29 04:23:39.744 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:23:39.744 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:23:39.745 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:23:39.747 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:23:39.747 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.74.219
|
||||
2025-12-29 04:23:39.748 DEBUG [src.node.docker_mananger] Generated ports ['46790', '46791', '46792', '46793', '46794']
|
||||
2025-12-29 04:23:39.748 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:23:39.748 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:23:39.748 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:23:39.748 DEBUG [src.node.docker_mananger] docker run -i -t -p 46790:46790 -p 46791:46791 -p 46792:46792 -p 46793:46793 -p 46794:46794 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=46792 --rest-port=46790 --tcp-port=46791 --discv5-udp-port=46793 --rest-address=0.0.0.0 --nat=extip:172.18.74.219 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0aef44b1dd3fb7aa7dac89adbd92f2904794ebdb143007630bfa3c76e9c2c2cd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46794 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCid5Fr8EduWDifvllWKApeZFlWvalD9T2UybuZAVTiiJogPpQmdoM22c2sNDT01vDQEPQEbDRsyKFxX8qv2In8CgmlkgnY0gmlwhKwSurCKbXVsdGlhZGRyc5YACASsErqwBu6xAAoErBK6sAbust0DgnJzhQADAQAAiXNlY3AyNTZrMaECXizv4TKSvDBqpKuJmdmKAjjEEDhPD8F0678lP7GIakKDdGNwgu6xg3VkcILus4V3YWt1MgE
|
||||
2025-12-29 04:23:39.948 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.74.219 waku 4ae1bc8b427a53846c03f1821d859c7a351bf3971092522ba9f59676c5648393
|
||||
2025-12-29 04:23:39.980 DEBUG [src.node.docker_mananger] Container started with ID 4ae1bc8b427a. Setting up logs at ./log/docker/node6_2025-12-29_04-23-33__2da77ea6-c7d3-4de5-b53c-e9255381ff9a__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:23:39.980 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 46790
|
||||
2025-12-29 04:23:39.981 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:23:40.982 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46790/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:40.989 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
2025-12-29 04:23:40.990 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:23:40.991 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46790/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:40.995 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.74.219/tcp/46791/p2p/16Uiu2HAm29oeeq18Z117UhjvugMRybi4iUcCpihJDap2dNUyHJb2","/ip4/172.18.74.219/tcp/46792/ws/p2p/16Uiu2HAm29oeeq18Z117UhjvugMRybi4iUcCpihJDap2dNUyHJb2"],"enrUri":"enr:-L24QOgTTyo4jjDM7Imp0T6jSkLKX_3Ji7uixaf_rrpQ99daB1jwUlG6Xv_vX60dIDX1y1ahvb-MwYhHNtK1r98HsUwCgmlkgnY0gmlwhKwSStuKbXVsdGlhZGRyc5YACASsEkrbBrbHAAoErBJK2wa2yN0DgnJzhQADAQAAiXNlY3AyNTZrMaECY_EwInuNDEWqjWPszKXn4qC2o-MwSU_ze6Ra5hatBTmDdGNwgrbHg3VkcIK2yYV3YWt1MgE"}'
|
||||
2025-12-29 04:23:40.998 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:23:40.998 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:23:40.999 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:23:41.000 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:23:41.000 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.233.107
|
||||
2025-12-29 04:23:41.000 DEBUG [src.node.docker_mananger] Generated ports ['25690', '25691', '25692', '25693', '25694']
|
||||
2025-12-29 04:23:41.001 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:23:41.001 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:23:41.001 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:23:41.001 DEBUG [src.node.docker_mananger] docker run -i -t -p 25690:25690 -p 25691:25691 -p 25692:25692 -p 25693:25693 -p 25694:25694 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=25692 --rest-port=25690 --tcp-port=25691 --discv5-udp-port=25693 --rest-address=0.0.0.0 --nat=extip:172.18.233.107 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=acc92eee1f188fe89008f2ea1b0f6f9febb4ed537f4e03e58ce42d2ab4e8d49f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25694 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QOgTTyo4jjDM7Imp0T6jSkLKX_3Ji7uixaf_rrpQ99daB1jwUlG6Xv_vX60dIDX1y1ahvb-MwYhHNtK1r98HsUwCgmlkgnY0gmlwhKwSStuKbXVsdGlhZGRyc5YACASsEkrbBrbHAAoErBJK2wa2yN0DgnJzhQADAQAAiXNlY3AyNTZrMaECY_EwInuNDEWqjWPszKXn4qC2o-MwSU_ze6Ra5hatBTmDdGNwgrbHg3VkcIK2yYV3YWt1MgE
|
||||
2025-12-29 04:23:41.206 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.233.107 waku 3d7bba27c6ba2982dece2ddb79f5f90669fc1a4dfe82974dabd242009d0e5cc4
|
||||
2025-12-29 04:23:41.238 DEBUG [src.node.docker_mananger] Container started with ID 3d7bba27c6ba. Setting up logs at ./log/docker/node7_2025-12-29_04-23-33__2da77ea6-c7d3-4de5-b53c-e9255381ff9a__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:23:41.238 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25690
|
||||
2025-12-29 04:23:41.238 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:23:42.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25690/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:42.248 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
2025-12-29 04:23:42.249 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:23:42.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25690/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:42.255 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.233.107/tcp/25691/p2p/16Uiu2HAmTgQZteANp1XUKSHMbwQ6PLFQkWfBWjhtGdceVKQRNyz7","/ip4/172.18.233.107/tcp/25692/ws/p2p/16Uiu2HAmTgQZteANp1XUKSHMbwQ6PLFQkWfBWjhtGdceVKQRNyz7"],"enrUri":"enr:-L24QJdIdlzWaoBXRt3kIFnzjufcDvLa7A-KScBO00Bg8IyHcMv6Sl_c4uHcV_TaWXmhuRN9rH4uSfi9PyczpvlpF1cCgmlkgnY0gmlwhKwS6WuKbXVsdGlhZGRyc5YACASsEulrBmRbAAoErBLpawZkXN0DgnJzhQADAQAAiXNlY3AyNTZrMaED3zxEapzbyvzLD21J8zmsgL8KO6VeVSck8WrnuYv7XniDdGNwgmRbg3VkcIJkXYV3YWt1MgE"}'
|
||||
2025-12-29 04:23:42.255 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:23:42.256 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:23:42.257 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:23:42.258 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:23:42.258 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.194.85
|
||||
2025-12-29 04:23:42.259 DEBUG [src.node.docker_mananger] Generated ports ['45342', '45343', '45344', '45345', '45346']
|
||||
2025-12-29 04:23:42.259 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:23:42.259 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:23:42.259 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:23:42.259 DEBUG [src.node.docker_mananger] docker run -i -t -p 45342:45342 -p 45343:45343 -p 45344:45344 -p 45345:45345 -p 45346:45346 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=45344 --rest-port=45342 --tcp-port=45343 --discv5-udp-port=45345 --rest-address=0.0.0.0 --nat=extip:172.18.194.85 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=05de039dadee1a57ca1fce279dc11a1fdbaba1a4c10ef3b6d45cfe91f3e4fe40 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45346 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJdIdlzWaoBXRt3kIFnzjufcDvLa7A-KScBO00Bg8IyHcMv6Sl_c4uHcV_TaWXmhuRN9rH4uSfi9PyczpvlpF1cCgmlkgnY0gmlwhKwS6WuKbXVsdGlhZGRyc5YACASsEulrBmRbAAoErBLpawZkXN0DgnJzhQADAQAAiXNlY3AyNTZrMaED3zxEapzbyvzLD21J8zmsgL8KO6VeVSck8WrnuYv7XniDdGNwgmRbg3VkcIJkXYV3YWt1MgE
|
||||
2025-12-29 04:23:42.460 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.194.85 waku 62d841b303c32a129efc86e85bba0ecf875c9aa2ef1707bb7765f0cc9c8c77b4
|
||||
2025-12-29 04:23:42.496 DEBUG [src.node.docker_mananger] Container started with ID 62d841b303c3. Setting up logs at ./log/docker/node8_2025-12-29_04-23-33__2da77ea6-c7d3-4de5-b53c-e9255381ff9a__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:23:42.497 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 45342
|
||||
2025-12-29 04:23:42.498 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:23:43.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45342/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:43.507 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln 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"}]}'
|
||||
2025-12-29 04:23:43.508 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:23:43.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45342/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:43.512 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.194.85/tcp/45343/p2p/16Uiu2HAm4sYDPQzPHYiSDiMKmZLaK8UuYSroHkHR7p4ANXxPDpZz","/ip4/172.18.194.85/tcp/45344/ws/p2p/16Uiu2HAm4sYDPQzPHYiSDiMKmZLaK8UuYSroHkHR7p4ANXxPDpZz"],"enrUri":"enr:-L24QKcEtX2S3Fm6p1EnUFkR3L4gruTubqtmuNV0Wrrp4AEsXdxgiuNmPS2r8EWm07sodXTjRaCu9wSJxzlvjN6f_JcCgmlkgnY0gmlwhKwSwlWKbXVsdGlhZGRyc5YACASsEsJVBrEfAAoErBLCVQaxIN0DgnJzhQADAQAAiXNlY3AyNTZrMaECjFmAtGe7dy6bzdlJEPBB1QXgec8h1kvbnIsHEmbLarWDdGNwgrEfg3VkcIKxIYV3YWt1MgE"}'
|
||||
2025-12-29 04:23:43.512 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:23:43.512 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:23:43.512 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:23:43.514 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:23:43.514 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.203.111
|
||||
2025-12-29 04:23:43.514 DEBUG [src.node.docker_mananger] Generated ports ['16120', '16121', '16122', '16123', '16124']
|
||||
2025-12-29 04:23:43.514 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:23:43.514 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:23:43.514 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:23:43.515 DEBUG [src.node.docker_mananger] docker run -i -t -p 16120:16120 -p 16121:16121 -p 16122:16122 -p 16123:16123 -p 16124:16124 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=16122 --rest-port=16120 --tcp-port=16121 --discv5-udp-port=16123 --rest-address=0.0.0.0 --nat=extip:172.18.203.111 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c0dd0fa2c4b35c0d2ff53f95c4abf6fd605d528a2feee69b4bcc91bbee0d2c3f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16124 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QKcEtX2S3Fm6p1EnUFkR3L4gruTubqtmuNV0Wrrp4AEsXdxgiuNmPS2r8EWm07sodXTjRaCu9wSJxzlvjN6f_JcCgmlkgnY0gmlwhKwSwlWKbXVsdGlhZGRyc5YACASsEsJVBrEfAAoErBLCVQaxIN0DgnJzhQADAQAAiXNlY3AyNTZrMaECjFmAtGe7dy6bzdlJEPBB1QXgec8h1kvbnIsHEmbLarWDdGNwgrEfg3VkcIKxIYV3YWt1MgE
|
||||
2025-12-29 04:23:43.707 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.203.111 waku a9970716ad49e212a522459d756dc37e088d2ae224aa96c4d14adc840a038c08
|
||||
2025-12-29 04:23:43.748 DEBUG [src.node.docker_mananger] Container started with ID a9970716ad49. Setting up logs at ./log/docker/node9_2025-12-29_04-23-33__2da77ea6-c7d3-4de5-b53c-e9255381ff9a__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:23:43.749 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16120
|
||||
2025-12-29 04:23:43.751 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:23:44.752 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16120/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:44.772 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln 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"}]}'
|
||||
2025-12-29 04:23:44.773 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:23:44.773 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16120/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:44.782 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.203.111/tcp/16121/p2p/16Uiu2HAmGxC44DEEK7sejP4Jrp1mJkg7BB1FMBoj3wd1PgA6t9vm","/ip4/172.18.203.111/tcp/16122/ws/p2p/16Uiu2HAmGxC44DEEK7sejP4Jrp1mJkg7BB1FMBoj3wd1PgA6t9vm"],"enrUri":"enr:-L24QJXpX-QqorEIg_bKULgAq9M3XxkUtfEzTEZlN9BFogodDko87p2nbvdNQBzRLH3CiyBOCKsVLlpSEJUns2tp8mgCgmlkgnY0gmlwhKwSy2-KbXVsdGlhZGRyc5YACASsEstvBj75AAoErBLLbwY--t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDP9bam2iqAYCRnuLdJf7bLYns_ew1Dj30FEvA87HA-faDdGNwgj75g3VkcII--4V3YWt1MgE"}'
|
||||
2025-12-29 04:23:44.783 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:23:44.784 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:23:44.784 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:23:44.787 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:23:44.789 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.111.173
|
||||
2025-12-29 04:23:44.790 DEBUG [src.node.docker_mananger] Generated ports ['43938', '43939', '43940', '43941', '43942']
|
||||
2025-12-29 04:23:44.791 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:23:44.794 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:23:44.794 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:23:44.794 DEBUG [src.node.docker_mananger] docker run -i -t -p 43938:43938 -p 43939:43939 -p 43940:43940 -p 43941:43941 -p 43942:43942 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=43940 --rest-port=43938 --tcp-port=43939 --discv5-udp-port=43941 --rest-address=0.0.0.0 --nat=extip:172.18.111.173 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=affaefce70fea6c14cbae0768aa216aedf0ff24db1dffc6f752dd6addde7b37a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43942 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJXpX-QqorEIg_bKULgAq9M3XxkUtfEzTEZlN9BFogodDko87p2nbvdNQBzRLH3CiyBOCKsVLlpSEJUns2tp8mgCgmlkgnY0gmlwhKwSy2-KbXVsdGlhZGRyc5YACASsEstvBj75AAoErBLLbwY--t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDP9bam2iqAYCRnuLdJf7bLYns_ew1Dj30FEvA87HA-faDdGNwgj75g3VkcII--4V3YWt1MgE
|
||||
2025-12-29 04:23:45.030 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.111.173 waku bfa421950fbb4af30aeb66caf100b8233db5ed4bb9b71d3336bf7cf53762a782
|
||||
2025-12-29 04:23:45.083 DEBUG [src.node.docker_mananger] Container started with ID bfa421950fbb. Setting up logs at ./log/docker/node10_2025-12-29_04-23-33__2da77ea6-c7d3-4de5-b53c-e9255381ff9a__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:23:45.084 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 43938
|
||||
2025-12-29 04:23:45.084 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:23:46.084 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43938/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:46.088 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln 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"}]}'
|
||||
2025-12-29 04:23:46.089 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:23:46.089 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43938/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:46.091 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.111.173/tcp/43939/p2p/16Uiu2HAmJ2r4Z7BxUAei9AvQ5X6pzwSL7zTdz46KqaKqoB6fgugF","/ip4/172.18.111.173/tcp/43940/ws/p2p/16Uiu2HAmJ2r4Z7BxUAei9AvQ5X6pzwSL7zTdz46KqaKqoB6fgugF"],"enrUri":"enr:-L24QEB77tJ4cqIGuty8s-4ZcZ2AmqFpLuKDtKjfaX34chknUvRFZzBlS9PsecDufFuJq-rLGllv8yTNvCizkOj8Nv8CgmlkgnY0gmlwhKwSb62KbXVsdGlhZGRyc5YACASsEm-tBqujAAoErBJvrQarpN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDT-PXLgShmjhDgsehe6LJF0-M57Xmp2qCj1sDALZ7lkyDdGNwgqujg3VkcIKrpYV3YWt1MgE"}'
|
||||
2025-12-29 04:23:46.092 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:23:46.092 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17828/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-29 04:23:46.098 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:23:46.098 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61080/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-29 04:23:46.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:23:46.107 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13008/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-29 04:23:46.116 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:23:46.117 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62681/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-29 04:23:46.125 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:23:46.126 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61104/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-29 04:23:46.136 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:23:46.138 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46790/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-29 04:23:46.147 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:23:46.147 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25690/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-29 04:23:46.159 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:23:46.159 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45342/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-29 04:23:46.167 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:23:46.167 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16120/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-29 04:23:46.176 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:23:46.177 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43938/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-29 04:23:46.182 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:23:46.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17828/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:46.187 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.167.41/tcp/13009/p2p/16Uiu2HAmTEUZAwMQyD5FCeA96xJLZb6QiwtmV2B4PA6s5aAnhgtV","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":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"},{"multiaddr":"/ip4/172.18.6.101/tcp/43324/p2p/16Uiu2HAm9EHwvJK3d91So1pZNsqdkNSNTA6DiGK6SRUP7XjAhZiA","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":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"}]'
|
||||
2025-12-29 04:23:46.187 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61080/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:46.190 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.74.219/tcp/46791/p2p/16Uiu2HAm29oeeq18Z117UhjvugMRybi4iUcCpihJDap2dNUyHJb2","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":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"},{"multiaddr":"/ip4/172.18.109.73/tcp/17829/p2p/16Uiu2HAm2WVyjyeJ2qXwGo25JRdX1zaMxoseSgx4kjbZTvqcjbbP","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":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"},{"multiaddr":"/ip4/172.18.167.41/tcp/39204/p2p/16Uiu2HAmTEUZAwMQyD5FCeA96xJLZb6QiwtmV2B4PA6s5aAnhgtV","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":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"},{"multiaddr":"/ip4/172.18.186.176/tcp/61105/p2p/16Uiu2HAm1mJ3dRkmn9GMnQ77A1DY14cJu3GQUzQMoQfPCN76pPJh","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":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"}]'
|
||||
2025-12-29 04:23:46.190 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13008/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:46.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.74.219/tcp/46791/p2p/16Uiu2HAm29oeeq18Z117UhjvugMRybi4iUcCpihJDap2dNUyHJb2","protocols":["/vac/waku/relay/2.0.0"],"shards":[0],"connected":"NotConnected","agent":"","origin":"Discv5"},{"multiaddr":"/ip4/172.18.109.73/tcp/53408/p2p/16Uiu2HAm2WVyjyeJ2qXwGo25JRdX1zaMxoseSgx4kjbZTvqcjbbP","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":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"},{"multiaddr":"/ip4/172.18.6.101/tcp/61081/p2p/16Uiu2HAm9EHwvJK3d91So1pZNsqdkNSNTA6DiGK6SRUP7XjAhZiA","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":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"},{"multiaddr":"/ip4/172.18.186.176/tcp/61105/p2p/16Uiu2HAm1mJ3dRkmn9GMnQ77A1DY14cJu3GQUzQMoQfPCN76pPJh","protocols":["/vac/waku/relay/2.0.0"],"shards":[0],"connected":"NotConnected","agent":"","origin":"Discv5"},{"multiaddr":"/ip4/172.18.27.58/tcp/49042/p2p/16Uiu2HAmPRTaH5fbzasWJA64VwtV5J9RorMCxsMdoA69Zs2Tbr29","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":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"}]'
|
||||
2025-12-29 04:23:46.193 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62681/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:46.196 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.167.41/tcp/13009/p2p/16Uiu2HAmTEUZAwMQyD5FCeA96xJLZb6QiwtmV2B4PA6s5aAnhgtV","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":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"},{"multiaddr":"/ip4/172.18.186.176/tcp/53788/p2p/16Uiu2HAm1mJ3dRkmn9GMnQ77A1DY14cJu3GQUzQMoQfPCN76pPJh","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":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"}]'
|
||||
2025-12-29 04:23:46.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61104/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:46.199 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.74.219/tcp/45220/p2p/16Uiu2HAm29oeeq18Z117UhjvugMRybi4iUcCpihJDap2dNUyHJb2","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":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.6.101/tcp/40586/p2p/16Uiu2HAm9EHwvJK3d91So1pZNsqdkNSNTA6DiGK6SRUP7XjAhZiA","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":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.27.58/tcp/62682/p2p/16Uiu2HAmPRTaH5fbzasWJA64VwtV5J9RorMCxsMdoA69Zs2Tbr29","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":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"}]'
|
||||
2025-12-29 04:23:46.199 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46790/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:46.202 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.6.101/tcp/51406/p2p/16Uiu2HAm9EHwvJK3d91So1pZNsqdkNSNTA6DiGK6SRUP7XjAhZiA","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":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.186.176/tcp/61105/p2p/16Uiu2HAm1mJ3dRkmn9GMnQ77A1DY14cJu3GQUzQMoQfPCN76pPJh","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":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"},{"multiaddr":"/ip4/172.18.233.107/tcp/45736/p2p/16Uiu2HAmTgQZteANp1XUKSHMbwQ6PLFQkWfBWjhtGdceVKQRNyz7","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":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"}]'
|
||||
2025-12-29 04:23:46.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25690/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:46.205 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.74.219/tcp/46791/p2p/16Uiu2HAm29oeeq18Z117UhjvugMRybi4iUcCpihJDap2dNUyHJb2","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":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"},{"multiaddr":"/ip4/172.18.194.85/tcp/54882/p2p/16Uiu2HAm4sYDPQzPHYiSDiMKmZLaK8UuYSroHkHR7p4ANXxPDpZz","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":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"}]'
|
||||
2025-12-29 04:23:46.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45342/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:46.208 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.203.111/tcp/43654/p2p/16Uiu2HAmGxC44DEEK7sejP4Jrp1mJkg7BB1FMBoj3wd1PgA6t9vm","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":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.233.107/tcp/25691/p2p/16Uiu2HAmTgQZteANp1XUKSHMbwQ6PLFQkWfBWjhtGdceVKQRNyz7","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":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"}]'
|
||||
2025-12-29 04:23:46.208 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16120/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:46.214 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.111.173/tcp/48508/p2p/16Uiu2HAmJ2r4Z7BxUAei9AvQ5X6pzwSL7zTdz46KqaKqoB6fgugF","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":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.194.85/tcp/45343/p2p/16Uiu2HAm4sYDPQzPHYiSDiMKmZLaK8UuYSroHkHR7p4ANXxPDpZz","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":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"}]'
|
||||
2025-12-29 04:23:46.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43938/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:46.228 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.203.111/tcp/16121/p2p/16Uiu2HAmGxC44DEEK7sejP4Jrp1mJkg7BB1FMBoj3wd1PgA6t9vm","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":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"}]'
|
||||
2025-12-29 04:23:46.234 DEBUG [src.libs.common] Sleeping for 30 seconds
|
||||
2025-12-29 04:24:16.235 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17828/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)'}'
|
||||
2025-12-29 04:24:16.275 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:24:16.279 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:24:17.284 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:24:17.285 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43938/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:24:17.288 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":1766982256235594431,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:24:17.292 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:24:17.293 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:24:17.293 DEBUG [src.node.waku_node] Stopping container with id 6dc61d274e5c
|
||||
2025-12-29 04:24:17.917 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:24:17.917 DEBUG [src.node.waku_node] Stopping container with id 49f0a98fddf1
|
||||
2025-12-29 04:24:18.556 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:24:18.559 DEBUG [src.node.waku_node] Stopping container with id fc66fe75c768
|
||||
2025-12-29 04:24:18.731 ERROR [src.node.docker_mananger] Max retries reached for container 6dc61d274e5c. Exiting log stream.
|
||||
2025-12-29 04:24:19.172 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:24:19.172 DEBUG [src.node.waku_node] Stopping container with id d7faf9b8a7c0
|
||||
2025-12-29 04:24:19.705 ERROR [src.node.docker_mananger] Max retries reached for container 49f0a98fddf1. Exiting log stream.
|
||||
2025-12-29 04:24:19.725 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:24:19.726 DEBUG [src.node.waku_node] Stopping container with id 84cc44d89585
|
||||
2025-12-29 04:24:19.987 ERROR [src.node.docker_mananger] Max retries reached for container fc66fe75c768. Exiting log stream.
|
||||
2025-12-29 04:24:20.321 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:24:20.321 DEBUG [src.node.waku_node] Stopping container with id 4ae1bc8b427a
|
||||
2025-12-29 04:24:20.553 ERROR [src.node.docker_mananger] Max retries reached for container d7faf9b8a7c0. Exiting log stream.
|
||||
2025-12-29 04:24:21.353 ERROR [src.node.docker_mananger] Max retries reached for container 84cc44d89585. Exiting log stream.
|
||||
2025-12-29 04:24:30.873 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:24:30.873 DEBUG [src.node.waku_node] Stopping container with id 3d7bba27c6ba
|
||||
2025-12-29 04:24:31.686 ERROR [src.node.docker_mananger] Max retries reached for container 4ae1bc8b427a. Exiting log stream.
|
||||
2025-12-29 04:24:41.397 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:24:41.399 DEBUG [src.node.waku_node] Stopping container with id 62d841b303c3
|
||||
2025-12-29 04:24:42.410 ERROR [src.node.docker_mananger] Max retries reached for container 3d7bba27c6ba. Exiting log stream.
|
||||
2025-12-29 04:24:51.986 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:24:51.989 DEBUG [src.node.waku_node] Stopping container with id a9970716ad49
|
||||
2025-12-29 04:24:52.799 ERROR [src.node.docker_mananger] Max retries reached for container 62d841b303c3. Exiting log stream.
|
||||
2025-12-29 04:25:02.501 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:25:02.502 DEBUG [src.node.waku_node] Stopping container with id bfa421950fbb
|
||||
2025-12-29 04:25:03.021 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:25:03.023 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:25:03.090 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:25:03.231 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:25:03.304 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:25:03.372 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:25:03.475 ERROR [src.node.docker_mananger] Max retries reached for container a9970716ad49. Exiting log stream.
|
||||
2025-12-29 04:25:03.511 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:25:03.576 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:25:03.713 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:25:03.781 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:25:03.858 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:25:03.935 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
1682
nim/1018/data/attachments/1be8a27342a54122.txt
Normal file
1682
nim/1018/data/attachments/1be8a27342a54122.txt
Normal file
File diff suppressed because it is too large
Load Diff
862
nim/1018/data/attachments/1bff46c815b75836.txt
Normal file
862
nim/1018/data/attachments/1bff46c815b75836.txt
Normal file
@ -0,0 +1,862 @@
|
||||
2025-12-29 04:25:46.098 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:25:46.098 DEBUG [tests.conftest] Running test: test_light_push_with_with_large_meta with id: 2025-12-29_04-25-46__0b07cfb5-18b8-4fe3-93f5-80355154e49c
|
||||
2025-12-29 04:25:46.098 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:25:46.099 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-29 04:25:46.106 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:25:46.106 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2025-12-29_04-25-46__0b07cfb5-18b8-4fe3-93f5-80355154e49c__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:25:46.106 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:25:46.106 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:25:46.108 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:25:46.108 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.54.205
|
||||
2025-12-29 04:25:46.108 DEBUG [src.node.docker_mananger] Generated ports ['39691', '39692', '39693', '39694', '39695']
|
||||
2025-12-29 04:25:46.108 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:25:46.108 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:25:46.109 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:25:46.109 DEBUG [src.node.docker_mananger] docker run -i -t -p 39691:39691 -p 39692:39692 -p 39693:39693 -p 39694:39694 -p 39695:39695 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=39693 --rest-port=39691 --tcp-port=39692 --discv5-udp-port=39694 --rest-address=0.0.0.0 --nat=extip:172.18.54.205 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=60ec65cdcdd2fd15ff4e878a2f8f67ec2a5ea1d0bb2fb9d581f499dd03fe561e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39695 --metrics-logging=true --lightpush=true --relay=true
|
||||
2025-12-29 04:25:46.319 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.54.205 waku 5fc2624b0c18dc2ea342fd822896e0d1a48326b8059e50a1f06ff9b5fd580226
|
||||
2025-12-29 04:25:46.358 DEBUG [src.node.docker_mananger] Container started with ID 5fc2624b0c18. Setting up logs at ./log/docker/receiving_node1_2025-12-29_04-25-46__0b07cfb5-18b8-4fe3-93f5-80355154e49c__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:25:46.358 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 39691
|
||||
2025-12-29 04:25:46.359 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:25:47.360 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39691/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:47.363 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
2025-12-29 04:25:47.363 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:25:47.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39691/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:47.366 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.54.205/tcp/39692/p2p/16Uiu2HAkvoEMdSKsCXZgEwYNJnTFk5b6y27ZJ2oxMmJYuzdaLgDv","/ip4/172.18.54.205/tcp/39693/ws/p2p/16Uiu2HAkvoEMdSKsCXZgEwYNJnTFk5b6y27ZJ2oxMmJYuzdaLgDv"],"enrUri":"enr:-L24QGh-7as5AegQbWWV2nlJg-dsD6pO_yUynd7G0PoiBT8rRQlUMmWIx20Yrh-psKR-I741oHklBMDfVdygf9ufR08CgmlkgnY0gmlwhKwSNs2KbXVsdGlhZGRyc5YACASsEjbNBpsMAAoErBI2zQabDd0DgnJzhQADAQAAiXNlY3AyNTZrMaECFGF9-yLYeGumO3xOS0gVtBLbJSoYYLv2Gn892ZFabTGDdGNwgpsMg3VkcIKbDoV3YWt1Mgk"}'
|
||||
2025-12-29 04:25:47.366 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:25:47.372 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:25:47.373 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2025-12-29_04-25-46__0b07cfb5-18b8-4fe3-93f5-80355154e49c__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:25:47.373 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:25:47.373 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:25:47.374 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:25:47.374 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.255.27
|
||||
2025-12-29 04:25:47.374 DEBUG [src.node.docker_mananger] Generated ports ['64119', '64120', '64121', '64122', '64123']
|
||||
2025-12-29 04:25:47.375 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:25:47.375 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:25:47.375 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:25:47.375 DEBUG [src.node.docker_mananger] docker run -i -t -p 64119:64119 -p 64120:64120 -p 64121:64121 -p 64122:64122 -p 64123:64123 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=64121 --rest-port=64119 --tcp-port=64120 --discv5-udp-port=64122 --rest-address=0.0.0.0 --nat=extip:172.18.255.27 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2a5bb663dff2901f35fc51b8bcaffcdecb5d5f5edfc6ab7bb726bebaacfaa89e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64123 --metrics-logging=true --lightpush=false --relay=true
|
||||
2025-12-29 04:25:47.553 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.255.27 waku 47b3f2db7022acabd586ee740061df521aaea977ec698b90769dfffec8ef9a74
|
||||
2025-12-29 04:25:47.583 DEBUG [src.node.docker_mananger] Container started with ID 47b3f2db7022. Setting up logs at ./log/docker/receiving_node2_2025-12-29_04-25-46__0b07cfb5-18b8-4fe3-93f5-80355154e49c__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:25:47.583 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 64119
|
||||
2025-12-29 04:25:47.583 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:25:48.584 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64119/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:48.587 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
2025-12-29 04:25:48.587 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:25:48.588 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64119/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:48.590 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.255.27/tcp/64120/p2p/16Uiu2HAmC7VuVyhy6g1tFRQEPoGDkwrd5nVuT8qEcqRMKTJctEoQ","/ip4/172.18.255.27/tcp/64121/ws/p2p/16Uiu2HAmC7VuVyhy6g1tFRQEPoGDkwrd5nVuT8qEcqRMKTJctEoQ"],"enrUri":"enr:-L24QLGR-08rdAppb6vq3Hl0ZoUK40mP5Oj4wA6GWT5kE3qlXG8HsIon7nQaHBhtqaXM7c9QeVfOL24_tGltrU5FKa0CgmlkgnY0gmlwhKwS_xuKbXVsdGlhZGRyc5YACASsEv8bBvp4AAoErBL_Gwb6ed0DgnJzhQADAQAAiXNlY3AyNTZrMaEC9-7VG8uMvEToyCvEOOWYg-1R7-A8sA4Yeuh89Nh-b5-DdGNwgvp4g3VkcIL6eoV3YWt1MgE"}'
|
||||
2025-12-29 04:25:48.590 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:25:48.590 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64119/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.54.205/tcp/39692/p2p/16Uiu2HAkvoEMdSKsCXZgEwYNJnTFk5b6y27ZJ2oxMmJYuzdaLgDv"]'
|
||||
2025-12-29 04:25:48.622 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:25:48.632 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:25:48.632 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2025-12-29_04-25-46__0b07cfb5-18b8-4fe3-93f5-80355154e49c__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:25:48.632 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:25:48.632 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:25:48.634 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:25:48.634 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.50.103
|
||||
2025-12-29 04:25:48.634 DEBUG [src.node.docker_mananger] Generated ports ['8326', '8327', '8328', '8329', '8330']
|
||||
2025-12-29 04:25:48.635 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:25:48.635 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:25:48.635 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:25:48.635 DEBUG [src.node.docker_mananger] docker run -i -t -p 8326:8326 -p 8327:8327 -p 8328:8328 -p 8329:8329 -p 8330:8330 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=8328 --rest-port=8326 --tcp-port=8327 --discv5-udp-port=8329 --rest-address=0.0.0.0 --nat=extip:172.18.50.103 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7edc56bf9ef451bae64a31bee3ac7b27db9ce1ac4aedba5b4403cc14230fcdbb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8330 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QGh-7as5AegQbWWV2nlJg-dsD6pO_yUynd7G0PoiBT8rRQlUMmWIx20Yrh-psKR-I741oHklBMDfVdygf9ufR08CgmlkgnY0gmlwhKwSNs2KbXVsdGlhZGRyc5YACASsEjbNBpsMAAoErBI2zQabDd0DgnJzhQADAQAAiXNlY3AyNTZrMaECFGF9-yLYeGumO3xOS0gVtBLbJSoYYLv2Gn892ZFabTGDdGNwgpsMg3VkcIKbDoV3YWt1Mgk --lightpushnode=/ip4/172.18.54.205/tcp/39692/p2p/16Uiu2HAkvoEMdSKsCXZgEwYNJnTFk5b6y27ZJ2oxMmJYuzdaLgDv --lightpush=true --relay=false
|
||||
2025-12-29 04:25:48.822 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.50.103 waku f44b9e90d7d80cb171fcd3b0ce7859121adf944417558da58a2400927ffd20c2
|
||||
2025-12-29 04:25:48.853 DEBUG [src.node.docker_mananger] Container started with ID f44b9e90d7d8. Setting up logs at ./log/docker/lightpush_node1_2025-12-29_04-25-46__0b07cfb5-18b8-4fe3-93f5-80355154e49c__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:25:48.853 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 8326
|
||||
2025-12-29 04:25:48.854 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:25:49.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:49.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:50.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:50.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:50.184 ERROR [src.node.docker_mananger] Max retries reached for container f44b9e90d7d8. Exiting log stream.
|
||||
2025-12-29 04:25:50.260 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:50.361 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:50.463 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:50.564 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:50.666 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:50.767 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:50.869 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:50.970 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:51.072 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:51.173 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:51.275 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:51.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:51.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:51.579 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:51.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:51.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:51.883 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:51.985 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:52.086 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:52.187 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:52.288 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:52.389 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:52.491 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:52.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:52.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:52.795 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:52.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:52.998 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:53.099 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:53.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:53.302 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:53.403 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:53.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:53.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:53.707 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:53.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:53.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:54.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:54.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:54.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:54.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:54.415 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:54.516 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:54.617 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:54.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:54.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:54.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:55.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:55.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:55.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:55.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:55.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:55.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:55.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:55.731 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:55.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:55.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:56.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:56.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:56.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:56.338 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:56.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:56.542 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:56.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:56.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:56.846 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:56.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:57.049 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:57.150 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:57.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:57.353 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:57.454 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:57.555 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:57.657 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:57.758 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:57.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:57.961 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:58.062 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:58.163 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:58.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:58.366 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:58.467 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:58.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:58.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:58.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:58.872 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:58.973 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:59.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:59.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:59.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:59.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:59.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:59.580 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:59.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:59.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:59.884 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:59.985 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:00.086 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:00.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:00.289 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:00.390 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:00.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:00.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:00.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:00.795 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:00.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:00.998 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:01.099 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:01.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:01.302 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:01.403 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:01.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:01.606 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:01.707 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:01.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:01.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:02.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:02.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:02.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:02.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:02.415 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:02.516 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:02.617 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:02.718 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:02.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:02.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:03.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:03.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:03.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:03.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:03.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:03.528 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:03.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:03.731 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:03.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:03.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:04.035 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:04.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:04.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:04.338 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:04.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:04.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:04.642 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:04.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:04.844 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:04.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:05.047 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:05.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:05.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:05.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:05.454 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:05.555 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:05.656 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:05.758 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:05.859 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:05.961 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:06.062 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:06.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:06.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:06.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:06.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:06.570 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:06.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:06.773 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:06.874 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:06.975 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:07.076 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:07.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:07.279 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:07.380 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:07.481 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:07.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:07.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:07.788 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:07.889 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:07.991 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:08.092 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:08.193 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:08.295 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:08.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:08.497 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:08.598 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:08.699 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:08.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:08.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:09.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:09.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:09.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:09.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:09.407 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:09.509 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:09.610 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:09.711 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:09.812 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:09.913 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:09.914 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=8326): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa0889cf290>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-29 04:26:10.014 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:26:10.014 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:26:10.016 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:26:10.016 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.156.58
|
||||
2025-12-29 04:26:10.016 DEBUG [src.node.docker_mananger] Generated ports ['29537', '29538', '29539', '29540', '29541']
|
||||
2025-12-29 04:26:10.016 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:26:10.017 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:26:10.017 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:26:10.017 DEBUG [src.node.docker_mananger] docker run -i -t -p 29537:29537 -p 29538:29538 -p 29539:29539 -p 29540:29540 -p 29541:29541 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=29539 --rest-port=29537 --tcp-port=29538 --discv5-udp-port=29540 --rest-address=0.0.0.0 --nat=extip:172.18.156.58 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f8917db82c84d08b2acffa7878aabae0a1cfc73dbc1cc0aec906b75899ac50c0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29541 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QGh-7as5AegQbWWV2nlJg-dsD6pO_yUynd7G0PoiBT8rRQlUMmWIx20Yrh-psKR-I741oHklBMDfVdygf9ufR08CgmlkgnY0gmlwhKwSNs2KbXVsdGlhZGRyc5YACASsEjbNBpsMAAoErBI2zQabDd0DgnJzhQADAQAAiXNlY3AyNTZrMaECFGF9-yLYeGumO3xOS0gVtBLbJSoYYLv2Gn892ZFabTGDdGNwgpsMg3VkcIKbDoV3YWt1Mgk --lightpushnode=/ip4/172.18.54.205/tcp/39692/p2p/16Uiu2HAkvoEMdSKsCXZgEwYNJnTFk5b6y27ZJ2oxMmJYuzdaLgDv --lightpush=true --relay=false
|
||||
2025-12-29 04:26:10.203 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.156.58 waku c86c9190d965df797501ab9ef78c5947dc84f0cc2b3d70cdba05fa0b33dfe081
|
||||
2025-12-29 04:26:10.233 DEBUG [src.node.docker_mananger] Container started with ID c86c9190d965. Setting up logs at ./log/docker/lightpush_node1_2025-12-29_04-25-46__0b07cfb5-18b8-4fe3-93f5-80355154e49c__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:26:10.234 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 29537
|
||||
2025-12-29 04:26:10.235 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:26:11.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:11.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:11.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:11.539 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:11.574 ERROR [src.node.docker_mananger] Max retries reached for container c86c9190d965. Exiting log stream.
|
||||
2025-12-29 04:26:11.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:11.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:11.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:11.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:12.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:12.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:12.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:12.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:12.450 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:12.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:12.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:12.753 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:12.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:12.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:13.057 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:13.158 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:13.259 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:13.360 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:13.462 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:13.563 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:13.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:13.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:13.866 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:13.967 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:14.069 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:14.170 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:14.272 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:14.373 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:14.474 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:14.576 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:14.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:14.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:14.880 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:14.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:15.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:15.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:15.285 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:15.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:15.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:15.588 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:15.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:15.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:15.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:15.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:16.094 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:16.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:16.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:16.398 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:16.500 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:16.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:16.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:16.803 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:16.905 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:17.006 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:17.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:17.209 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:17.311 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:17.412 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:17.514 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:17.615 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:17.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:17.819 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:17.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:18.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:18.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:18.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:18.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:18.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:18.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:18.631 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:18.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:18.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:18.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:19.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:19.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:19.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:19.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:19.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:19.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:19.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:19.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:19.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:19.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:20.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:20.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:20.256 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:20.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:20.459 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:20.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:20.662 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:20.764 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:20.865 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:20.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:21.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:21.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:21.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:21.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:21.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:21.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:21.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:21.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:21.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:21.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:22.081 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:22.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:22.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:22.385 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:22.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:22.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:22.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:22.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:22.893 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:22.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:23.096 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:23.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:23.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:23.400 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:23.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:23.603 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:23.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:23.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:23.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:24.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:24.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:24.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:24.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:24.416 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:24.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:24.618 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:24.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:24.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:24.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:25.024 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:25.126 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:25.227 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:25.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:25.430 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:25.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:25.633 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:25.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:25.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:25.937 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:26.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:26.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:26.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:26.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:26.445 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:26.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:26.648 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:26.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:26.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:26.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:27.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:27.156 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:27.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:27.359 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:27.461 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:27.562 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:27.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:27.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:27.867 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:27.968 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:28.070 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:28.171 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:28.273 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:28.374 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:28.476 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:28.577 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:28.679 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:28.780 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:28.881 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:28.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:29.084 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:29.186 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:29.288 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:29.389 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:29.490 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:29.592 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:29.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:29.794 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:29.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:29.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:30.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:30.199 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:30.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:30.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:30.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:30.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:30.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:30.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:30.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:31.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:31.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:31.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:31.313 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29537/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:31.314 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=29537): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa088a7cbf0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-29 04:26:31.415 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:26:31.415 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:26:31.416 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:26:31.416 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.245.28
|
||||
2025-12-29 04:26:31.416 DEBUG [src.node.docker_mananger] Generated ports ['27952', '27953', '27954', '27955', '27956']
|
||||
2025-12-29 04:26:31.417 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:26:31.417 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:26:31.417 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:26:31.417 DEBUG [src.node.docker_mananger] docker run -i -t -p 27952:27952 -p 27953:27953 -p 27954:27954 -p 27955:27955 -p 27956:27956 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=27954 --rest-port=27952 --tcp-port=27953 --discv5-udp-port=27955 --rest-address=0.0.0.0 --nat=extip:172.18.245.28 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7a8ad73655ccdb9ebc9fad95e8c961e7d26faed843931dbbc71417ec12ca0cef --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27956 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QGh-7as5AegQbWWV2nlJg-dsD6pO_yUynd7G0PoiBT8rRQlUMmWIx20Yrh-psKR-I741oHklBMDfVdygf9ufR08CgmlkgnY0gmlwhKwSNs2KbXVsdGlhZGRyc5YACASsEjbNBpsMAAoErBI2zQabDd0DgnJzhQADAQAAiXNlY3AyNTZrMaECFGF9-yLYeGumO3xOS0gVtBLbJSoYYLv2Gn892ZFabTGDdGNwgpsMg3VkcIKbDoV3YWt1Mgk --lightpushnode=/ip4/172.18.54.205/tcp/39692/p2p/16Uiu2HAkvoEMdSKsCXZgEwYNJnTFk5b6y27ZJ2oxMmJYuzdaLgDv --lightpush=true --relay=false
|
||||
2025-12-29 04:26:31.602 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.245.28 waku 5a0f5a530158afbfc3fdb9248fec9c3e6648874cfa58d86200541b0aedcb81d0
|
||||
2025-12-29 04:26:31.630 DEBUG [src.node.docker_mananger] Container started with ID 5a0f5a530158. Setting up logs at ./log/docker/lightpush_node1_2025-12-29_04-25-46__0b07cfb5-18b8-4fe3-93f5-80355154e49c__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:26:31.632 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27952
|
||||
2025-12-29 04:26:31.632 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:26:32.633 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:32.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:32.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:32.937 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:32.939 ERROR [src.node.docker_mananger] Max retries reached for container 5a0f5a530158. Exiting log stream.
|
||||
2025-12-29 04:26:33.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:33.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:33.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:33.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:33.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:33.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:33.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:33.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:33.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:33.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:34.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:34.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:34.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:34.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:34.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:34.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:34.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:34.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:34.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:34.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:35.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:35.165 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:35.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:35.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:35.469 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:35.570 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:35.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:35.773 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:35.874 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:35.975 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:36.076 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:36.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:36.279 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:36.380 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:36.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:36.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:36.684 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:36.785 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:36.886 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:36.988 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:37.089 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:37.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:37.292 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:37.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:37.494 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:37.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:37.697 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:37.798 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:37.899 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:38.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:38.102 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:38.204 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:38.305 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:38.406 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:38.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:38.609 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:38.711 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:38.812 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:38.913 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:39.014 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:39.115 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:39.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:39.318 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:39.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:39.521 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:39.622 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:39.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:39.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:39.925 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:40.027 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:40.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:40.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:40.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:40.431 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:40.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:40.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:40.735 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:40.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:40.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:41.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:41.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:41.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:41.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:41.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:41.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:41.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:41.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:41.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:41.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:42.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:42.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:42.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:42.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:42.457 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:42.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:42.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:42.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:42.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:42.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:43.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:43.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:43.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:43.369 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:43.470 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:43.571 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:43.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:43.774 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:43.876 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:43.977 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:44.079 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:44.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:44.282 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:44.383 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:44.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:44.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:44.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:44.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:44.890 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:44.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:45.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:45.194 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:45.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:45.397 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:45.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:45.600 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:45.701 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:45.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:45.903 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:46.005 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:46.106 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:46.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:46.309 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:46.410 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:46.511 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:46.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:46.714 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:46.816 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:46.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:47.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:47.119 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:47.220 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:47.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:47.423 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:47.524 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:47.625 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:47.726 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:47.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:47.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:48.031 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:48.132 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:48.234 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:48.335 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:48.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:48.538 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:48.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:48.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:48.841 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:48.942 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:49.043 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:49.145 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:49.246 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:49.347 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:49.449 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:49.550 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:49.651 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:49.752 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:49.853 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:49.954 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:50.056 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:50.157 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:50.259 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:50.360 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:50.462 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:50.563 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:50.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:50.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:50.866 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:50.967 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:51.069 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:51.170 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:51.271 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:51.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:51.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:51.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:51.675 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:51.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:51.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:51.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:52.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:52.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:52.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:52.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:52.485 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:52.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:52.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:52.689 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=27952): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa088a7fda0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-29 04:26:52.884 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:26:52.885 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:26:52.885 DEBUG [src.node.waku_node] Stopping container with id 5fc2624b0c18
|
||||
2025-12-29 04:26:53.475 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:26:53.476 DEBUG [src.node.waku_node] Stopping container with id 47b3f2db7022
|
||||
2025-12-29 04:26:53.985 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:26:53.986 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:54.088 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:54.189 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:54.289 ERROR [src.node.docker_mananger] Max retries reached for container 5fc2624b0c18. Exiting log stream.
|
||||
2025-12-29 04:26:54.291 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:54.392 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:54.493 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:54.594 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:54.695 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:54.796 ERROR [src.node.docker_mananger] Max retries reached for container 47b3f2db7022. Exiting log stream.
|
||||
2025-12-29 04:26:54.797 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:54.898 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:54.999 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:55.100 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:55.201 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:55.303 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:55.404 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:55.506 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:55.607 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:55.708 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:55.810 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:55.911 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:56.013 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:56.114 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:56.215 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:56.317 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:56.418 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:56.520 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:56.621 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:56.722 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:56.824 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:56.925 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:57.027 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:57.128 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:57.230 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:57.331 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:57.433 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:57.534 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:57.635 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:57.737 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:57.838 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:57.939 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:58.041 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:58.142 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:58.244 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:58.346 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:58.447 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:58.549 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:58.650 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:58.752 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:58.853 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:58.954 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:59.056 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:59.057 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/5a0f5a530158afbfc3fdb9248fec9c3e6648874cfa58d86200541b0aedcb81d0/stop: Not Found ("No such container: 5a0f5a530158afbfc3fdb9248fec9c3e6648874cfa58d86200541b0aedcb81d0")
|
||||
2025-12-29 04:26:59.058 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:59.159 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:59.260 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:59.362 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:59.464 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:59.565 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:59.666 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:59.768 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:59.869 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:26:59.971 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:00.072 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:00.174 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:00.275 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:00.376 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:00.478 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:00.579 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:00.680 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:00.782 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:00.883 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:00.985 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:01.086 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:01.188 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:01.290 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:01.391 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:01.493 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:01.594 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:01.695 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:01.797 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:01.898 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:01.999 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:02.101 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:02.202 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:02.304 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:02.405 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:02.506 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:02.608 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:02.709 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:02.811 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:02.912 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:03.014 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:03.115 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:03.217 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:03.318 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:03.419 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:03.521 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:03.622 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:03.724 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:03.825 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:03.926 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:04.028 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:04.129 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:04.130 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/5a0f5a530158afbfc3fdb9248fec9c3e6648874cfa58d86200541b0aedcb81d0/stop: Not Found ("No such container: 5a0f5a530158afbfc3fdb9248fec9c3e6648874cfa58d86200541b0aedcb81d0")
|
||||
2025-12-29 04:27:04.130 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:04.232 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:04.333 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:04.434 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:04.536 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:04.637 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:04.739 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:04.840 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:04.941 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:05.043 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:05.144 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:05.246 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:05.347 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:05.449 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:05.550 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:05.651 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:05.753 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:05.854 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:05.955 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:06.057 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:06.158 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:06.259 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:06.361 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:06.462 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:06.564 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:06.665 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:06.767 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:06.868 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:06.970 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:07.071 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:07.172 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:07.274 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:07.375 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:07.477 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:07.578 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:07.679 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:07.781 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:07.882 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:07.983 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:08.085 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:08.186 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:08.287 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:08.389 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:08.490 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:08.592 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:08.693 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:08.795 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:08.896 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:08.998 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:09.099 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:09.200 DEBUG [src.node.waku_node] Stopping container with id 5a0f5a530158
|
||||
2025-12-29 04:27:09.202 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/5a0f5a530158afbfc3fdb9248fec9c3e6648874cfa58d86200541b0aedcb81d0/stop: Not Found ("No such container: 5a0f5a530158afbfc3fdb9248fec9c3e6648874cfa58d86200541b0aedcb81d0")
|
||||
2025-12-29 04:27:09.203 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:27:09.226 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:27:09.250 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:27:09.251 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:27:09.251 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:27:09.252 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
104
nim/1018/data/attachments/1c1ad10507622c81.txt
Normal file
104
nim/1018/data/attachments/1c1ad10507622c81.txt
Normal file
@ -0,0 +1,104 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_publishing_node_restarts with id: 2025-12-29_04-53-12__4fdf25fe-dc0c-40e3-9330-75bef8c99704
|
||||
[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_2025-12-29_04-53-12__4fdf25fe-dc0c-40e3-9330-75bef8c99704__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.191
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['19367', '19368', '19369', '19370', '19371']
|
||||
[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 19367:19367 -p 19368:19368 -p 19369:19369 -p 19370:19370 -p 19371:19371 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=19369 --rest-port=19367 --tcp-port=19368 --discv5-udp-port=19370 --rest-address=0.0.0.0 --nat=extip:172.18.200.191 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1a117bd7e55a504e8baf62da7a43cb5e9fb83f4e6dd2f7f5ef0fcda9e76bbfbe --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19371 --metrics-logging=true --store=true --relay=true
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 786d667331d2. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.200.191 waku c4788e981fd6cad4a521a1001a77641587a8e626262ae6f56c74c195e7fa0197
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c4788e981fd6. Setting up logs at ./log/docker/publishing_node1_2025-12-29_04-53-12__4fdf25fe-dc0c-40e3-9330-75bef8c99704__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 19367
|
||||
[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 f77e4f701fee. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19367/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
[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:19367/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.191/tcp/19368/p2p/16Uiu2HAmGv8BRkjwSCMaY7YYjPmeK3BRkDRjrV1dcqmcncBN7Ntu","/ip4/172.18.200.191/tcp/19369/ws/p2p/16Uiu2HAmGv8BRkjwSCMaY7YYjPmeK3BRkDRjrV1dcqmcncBN7Ntu"],"enrUri":"enr:-L24QAB_n_VtRV5vxjvCAluYqqkZam6SM5xGZXzSKG1ePqJ3Y0lBZ7pzN-Sv_sQJgyoxyEq-KVmepx8DPQaqkaOL6PwCgmlkgnY0gmlwhKwSyL-KbXVsdGlhZGRyc5YACASsEsi_BkuoAAoErBLIvwZLqd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDP09QLk8owMfHqc_g4gZU1pK0PPMmCSG2oJHQfkl-bXaDdGNwgkuog3VkcIJLqoV3YWt1MgM"}'
|
||||
[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_2025-12-29_04-53-12__4fdf25fe-dc0c-40e3-9330-75bef8c99704__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.1
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['5948', '5949', '5950', '5951', '5952']
|
||||
[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 5948:5948 -p 5949:5949 -p 5950:5950 -p 5951:5951 -p 5952:5952 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=5950 --rest-port=5948 --tcp-port=5949 --discv5-udp-port=5951 --rest-address=0.0.0.0 --nat=extip:172.18.40.1 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=36dcecfdea24fa9a1127c1c5b06d6d2ee9d93fa86da7cfbd1be06287e9c4e9fb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5952 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QAB_n_VtRV5vxjvCAluYqqkZam6SM5xGZXzSKG1ePqJ3Y0lBZ7pzN-Sv_sQJgyoxyEq-KVmepx8DPQaqkaOL6PwCgmlkgnY0gmlwhKwSyL-KbXVsdGlhZGRyc5YACASsEsi_BkuoAAoErBLIvwZLqd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDP09QLk8owMfHqc_g4gZU1pK0PPMmCSG2oJHQfkl-bXaDdGNwgkuog3VkcIJLqoV3YWt1MgM --storenode=/ip4/172.18.200.191/tcp/19368/p2p/16Uiu2HAmGv8BRkjwSCMaY7YYjPmeK3BRkDRjrV1dcqmcncBN7Ntu --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.40.1 waku 2528bbc5ef1cb9454b24c07f7b841cf13e68020ddb625c6bd7923537787492aa
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 2528bbc5ef1c. Setting up logs at ./log/docker/store_node1_2025-12-29_04-53-12__4fdf25fe-dc0c-40e3-9330-75bef8c99704__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 5948
|
||||
[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:5948/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","protocolsHealth":[{"Relay":"READY"},{"Rln 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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[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:5948/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.1/tcp/5949/p2p/16Uiu2HAmTHe3sPLhANFEzqtvPFLmo9y2iRXvH5y2VLposg2SpA5o","/ip4/172.18.40.1/tcp/5950/ws/p2p/16Uiu2HAmTHe3sPLhANFEzqtvPFLmo9y2iRXvH5y2VLposg2SpA5o"],"enrUri":"enr:-L24QNzIYz2b1SJaQhl3u2Ou-ObNIAvKyi4uXtAK8gYx4MtYP9oMQUCFr98f_jetemNL0Tf1fM0F6MvcdWeJQMIY9-oCgmlkgnY0gmlwhKwSKAGKbXVsdGlhZGRyc5YACASsEigBBhc9AAoErBIoAQYXPt0DgnJzhQADAQAAiXNlY3AyNTZrMaED2WcnOb3N5rgzeIXw-T5ui94pYoCk6ejRIg2GQXtekaKDdGNwghc9g3VkcIIXP4V3YWt1MgM"}'
|
||||
[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:5948/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.200.191/tcp/19368/p2p/16Uiu2HAmGv8BRkjwSCMaY7YYjPmeK3BRkDRjrV1dcqmcncBN7Ntu"]'
|
||||
[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:19367/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:5948/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:19367/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:19367/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-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":"0x3573f2c18f3334ff0e3dcab01f7066d3011fee75fc97378d71520d9819a7dbd8"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 1
|
||||
[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:5948/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-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":"0x3573f2c18f3334ff0e3dcab01f7066d3011fee75fc97378d71520d9819a7dbd8"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:257 Restarting container with id c4788e981fd6
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19367/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:19367/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
[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:19367/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.191/tcp/19368/p2p/16Uiu2HAmGv8BRkjwSCMaY7YYjPmeK3BRkDRjrV1dcqmcncBN7Ntu","/ip4/172.18.200.191/tcp/19369/ws/p2p/16Uiu2HAmGv8BRkjwSCMaY7YYjPmeK3BRkDRjrV1dcqmcncBN7Ntu"],"enrUri":"enr:-L24QAB_n_VtRV5vxjvCAluYqqkZam6SM5xGZXzSKG1ePqJ3Y0lBZ7pzN-Sv_sQJgyoxyEq-KVmepx8DPQaqkaOL6PwCgmlkgnY0gmlwhKwSyL-KbXVsdGlhZGRyc5YACASsEsi_BkuoAAoErBLIvwZLqd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDP09QLk8owMfHqc_g4gZU1pK0PPMmCSG2oJHQfkl-bXaDdGNwgkuog3VkcIJLqoV3YWt1MgM"}'
|
||||
[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:5948/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.200.191/tcp/19368/p2p/16Uiu2HAmGv8BRkjwSCMaY7YYjPmeK3BRkDRjrV1dcqmcncBN7Ntu"]'
|
||||
[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:19367/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:19367/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:19367/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-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":"0x3573f2c18f3334ff0e3dcab01f7066d3011fee75fc97378d71520d9819a7dbd8"},{"messageHash":"0x89cb7577bd63d8e8ed44393eff1e6ac6930c6e0a410f3c27aa135255034f922a"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 2
|
||||
[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:5948/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-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":"0x3573f2c18f3334ff0e3dcab01f7066d3011fee75fc97378d71520d9819a7dbd8"},{"messageHash":"0x89cb7577bd63d8e8ed44393eff1e6ac6930c6e0a410f3c27aa135255034f922a"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 2
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19367/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":"0x3573f2c18f3334ff0e3dcab01f7066d3011fee75fc97378d71520d9819a7dbd8"},{"messageHash":"0x89cb7577bd63d8e8ed44393eff1e6ac6930c6e0a410f3c27aa135255034f922a"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5948/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":"0x3573f2c18f3334ff0e3dcab01f7066d3011fee75fc97378d71520d9819a7dbd8"},{"messageHash":"0x89cb7577bd63d8e8ed44393eff1e6ac6930c6e0a410f3c27aa135255034f922a"}]}'
|
||||
[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 c4788e981fd6
|
||||
[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 2528bbc5ef1c
|
||||
[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.
|
||||
34
nim/1018/data/attachments/1c242dc3dd159c4a.txt
Normal file
34
nim/1018/data/attachments/1c242dc3dd159c4a.txt
Normal file
@ -0,0 +1,34 @@
|
||||
WRN 2025-12-29 04:27:35.683+00:00 whether to mount storeSync is not specified, defaulting to not mounting topics="waku conf builder" tid=1 file=waku_conf_builder.nim:429
|
||||
bSubscribeShards: some(@[0])
|
||||
INF 2025-12-29 04:27:35.683+00:00 Sharding configuration: topics="waku conf builder" tid=1 file=waku_conf_builder.nim:464 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
|
||||
INF 2025-12-29 04:27:35.683+00:00 Configuration: Enabled protocols topics="waku conf" tid=1 file=waku_conf.nim:151 relay=false rlnRelay=false store=false filter=false lightPush=true peerExchange=true rendezvous=true
|
||||
INF 2025-12-29 04:27:35.683+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:160 cluster=3
|
||||
INF 2025-12-29 04:27:35.683+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:163 shard=0
|
||||
INF 2025-12-29 04:27:35.683+00:00 Configuration. Bootstrap nodes topics="waku conf" tid=1 file=waku_conf.nim:167 node=enr:-L24QDyl48JPVfJ-4j2zeH8RbaJ_6QVdx9FYxyeQYDWO3LcQMThfF-ZdlJGd8-FTwOvKZC82ebyi6DvMw3WEPDi6L8MCgmlkgnY0gmlwhKwS9iOKbXVsdGlhZGRyc5YACASsEvYjBqOjAAoErBL2IwajpN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDg0Xc8TDoezQsQQDvku0ihzP7i-CLhovUIWN6GmNWeZaDdGNwgqOjg3VkcIKjpYV3YWt1MgQ
|
||||
NTC 2025-12-29 04:27:35.683+00:00 REST service started tid=1 file=server.nim:183 address=0.0.0.0:27726
|
||||
INF 2025-12-29 04:27:35.683+00:00 Starting REST HTTP server tid=1 file=builder.nim:112 url=http://0.0.0.0:27726/
|
||||
INF 2025-12-29 04:27:35.684+00:00 Setting up storage tid=1 file=node_factory.nim:503
|
||||
INF 2025-12-29 04:27:35.684+00:00 Initializing node tid=1 file=node_factory.nim:512
|
||||
TRC 2025-12-29 04:27:35.685+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/id/1.0.0]"
|
||||
TRC 2025-12-29 04:27:35.685+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/autonat/1.0.0]"
|
||||
TRC 2025-12-29 04:27:35.685+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/circuit/relay/0.2.0/hop, /libp2p/circuit/relay/0.1.0]"
|
||||
TRC 2025-12-29 04:27:35.685+00:00 no peer storage found tid=1 file=peer_manager.nim:1130
|
||||
INF 2025-12-29 04:27:35.685+00:00 Initializing networking tid=1 file=waku_node.nim:178 addrs="@[/ip4/172.18.189.231/tcp/27727, /ip4/172.18.189.231/tcp/27728/ws]"
|
||||
INF 2025-12-29 04:27:35.685+00:00 Mounting protocols tid=1 file=node_factory.nim:518
|
||||
INF 2025-12-29 04:27:35.685+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards=[]
|
||||
TRC 2025-12-29 04:27:35.685+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/metadata/1.0.0]"
|
||||
INF 2025-12-29 04:27:35.685+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
|
||||
INF 2025-12-29 04:27:35.685+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
|
||||
INF 2025-12-29 04:27:35.685+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:252 clusterId=3 shardCount=1
|
||||
INF 2025-12-29 04:27:35.685+00:00 Shards created from content topics tid=1 file=node_factory.nim:309 contentTopics=[] shards=[]
|
||||
INF 2025-12-29 04:27:35.685+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:377
|
||||
INF 2025-12-29 04:27:35.685+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:207 clusterId=3 shards=[] capabilities=[] wakuPeerRecord="(peerId: 16U*R7LbgH, seqNo: 1766982455, addresses: [/ip4/172.18.189.231/tcp/27727, /ip4/172.18.189.231/tcp/27728/ws], mixKey: )"
|
||||
TRC 2025-12-29 04:27:35.685+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/rendezvous/1.0.0]"
|
||||
INF 2025-12-29 04:27:35.685+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:365
|
||||
INF 2025-12-29 04:27:35.685+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
|
||||
INF 2025-12-29 04:27:35.686+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
|
||||
TRC 2025-12-29 04:27:35.686+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/ping/1.0.0]"
|
||||
INF 2025-12-29 04:27:35.686+00:00 mounting light push topics="waku node lightpush api" tid=1 file=lightpush.nim:154
|
||||
ERR 2025-12-29 04:27:35.686+00:00 Mounting protocols failed tid=1 file=node_factory.nim:522 error="failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
|
||||
ERR 2025-12-29 04:27:35.686+00:00 Failed setting up node topics="wakunode main" tid=1 file=waku.nim:187 error="Mounting protocols failed: failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
|
||||
ERR 2025-12-29 04:27:35.686+00:00 Waku initialization failed topics="wakunode main" tid=1 file=wakunode2.nim:56 error="Failed setting up node: Mounting protocols failed: failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
|
||||
79
nim/1018/data/attachments/1c3999863772a11f.txt
Normal file
79
nim/1018/data/attachments/1c3999863772a11f.txt
Normal file
@ -0,0 +1,79 @@
|
||||
2025-12-29 04:25:46.072 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:25:46.072 DEBUG [tests.conftest] Running test: test_filter_get_message_with_ephemeral with id: 2025-12-29_04-25-46__4f15f98d-9eb1-4985-8c7f-7152e8dcda3d
|
||||
2025-12-29 04:25:46.073 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:25:46.073 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-29 04:25:46.073 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2025-12-29 04:25:46.079 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:25:46.080 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-29_04-25-46__4f15f98d-9eb1-4985-8c7f-7152e8dcda3d__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:25:46.080 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:25:46.080 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:25:46.081 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:25:46.081 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.101.67
|
||||
2025-12-29 04:25:46.081 DEBUG [src.node.docker_mananger] Generated ports ['58809', '58810', '58811', '58812', '58813']
|
||||
2025-12-29 04:25:46.082 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:25:46.082 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:25:46.082 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:25:46.082 DEBUG [src.node.docker_mananger] docker run -i -t -p 58809:58809 -p 58810:58810 -p 58811:58811 -p 58812:58812 -p 58813:58813 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=58811 --rest-port=58809 --tcp-port=58810 --discv5-udp-port=58812 --rest-address=0.0.0.0 --nat=extip:172.18.101.67 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=714d7caca4b179e55a2f7af6c0f34affbe6ffdcd8d9d23e43a4176dc5bee0b61 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58813 --metrics-logging=true --relay=true --filter=true
|
||||
2025-12-29 04:25:46.122 ERROR [src.node.docker_mananger] Max retries reached for container b3f967c5d9b6. Exiting log stream.
|
||||
2025-12-29 04:25:46.261 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.101.67 waku 37af83a7eac52bdbf2fef6d5d9cad3c1cab4adf608164c7ffc94206490268d53
|
||||
2025-12-29 04:25:46.292 DEBUG [src.node.docker_mananger] Container started with ID 37af83a7eac5. Setting up logs at ./log/docker/node1_2025-12-29_04-25-46__4f15f98d-9eb1-4985-8c7f-7152e8dcda3d__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:25:46.293 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 58809
|
||||
2025-12-29 04:25:46.294 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:25:47.294 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58809/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:47.297 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
2025-12-29 04:25:47.298 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:25:47.298 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58809/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:47.300 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.101.67/tcp/58810/p2p/16Uiu2HAkxWkhnq3MeDNxyksZSse6rAhizUejVdybT9rg4CkRRsGA","/ip4/172.18.101.67/tcp/58811/ws/p2p/16Uiu2HAkxWkhnq3MeDNxyksZSse6rAhizUejVdybT9rg4CkRRsGA"],"enrUri":"enr:-L24QCgEu--Mc1VGHoe1zOgmRxvcYVuRDebvT7i6kgci5xZAfFHEKcCHKzWWJJWzVeinS4cJ1bxoU8Ii9R2hcj7pFu0CgmlkgnY0gmlwhKwSZUOKbXVsdGlhZGRyc5YACASsEmVDBuW6AAoErBJlQwblu90DgnJzhQADAQAAiXNlY3AyNTZrMaECLeBObozD9RThemNkg9VNzktbkmbawwPlOgjygVf5GNeDdGNwguW6g3VkcILlvIV3YWt1MgU"}'
|
||||
2025-12-29 04:25:47.300 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:25:47.300 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2025-12-29 04:25:47.306 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:25:47.307 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-29_04-25-46__4f15f98d-9eb1-4985-8c7f-7152e8dcda3d__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:25:47.307 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:25:47.307 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:25:47.308 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:25:47.308 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.59.84
|
||||
2025-12-29 04:25:47.308 DEBUG [src.node.docker_mananger] Generated ports ['23790', '23791', '23792', '23793', '23794']
|
||||
2025-12-29 04:25:47.308 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:25:47.309 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:25:47.309 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:25:47.309 DEBUG [src.node.docker_mananger] docker run -i -t -p 23790:23790 -p 23791:23791 -p 23792:23792 -p 23793:23793 -p 23794:23794 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=23792 --rest-port=23790 --tcp-port=23791 --discv5-udp-port=23793 --rest-address=0.0.0.0 --nat=extip:172.18.59.84 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2affda06bddc2bbe218121cb4d753b5b280aedda4bca2d24ee1bdceca7bd27d6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23794 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QCgEu--Mc1VGHoe1zOgmRxvcYVuRDebvT7i6kgci5xZAfFHEKcCHKzWWJJWzVeinS4cJ1bxoU8Ii9R2hcj7pFu0CgmlkgnY0gmlwhKwSZUOKbXVsdGlhZGRyc5YACASsEmVDBuW6AAoErBJlQwblu90DgnJzhQADAQAAiXNlY3AyNTZrMaECLeBObozD9RThemNkg9VNzktbkmbawwPlOgjygVf5GNeDdGNwguW6g3VkcILlvIV3YWt1MgU --filternode=/ip4/172.18.101.67/tcp/58810/p2p/16Uiu2HAkxWkhnq3MeDNxyksZSse6rAhizUejVdybT9rg4CkRRsGA
|
||||
2025-12-29 04:25:47.491 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.59.84 waku 21e4ec3f210950232e5f35b007d7a1247fd255d624e9070e19f020c0fefdaf48
|
||||
2025-12-29 04:25:47.524 DEBUG [src.node.docker_mananger] Container started with ID 21e4ec3f2109. Setting up logs at ./log/docker/node2_2025-12-29_04-25-46__4f15f98d-9eb1-4985-8c7f-7152e8dcda3d__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:25:47.524 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23790
|
||||
2025-12-29 04:25:47.525 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:25:48.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23790/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:48.530 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln 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":"READY"}]}'
|
||||
2025-12-29 04:25:48.531 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:25:48.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23790/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:48.533 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.59.84/tcp/23791/p2p/16Uiu2HAm6yQPaZFCgqsy4KZzdW51qG15b4iaCq7ikfwLwqWr2AUc","/ip4/172.18.59.84/tcp/23792/ws/p2p/16Uiu2HAm6yQPaZFCgqsy4KZzdW51qG15b4iaCq7ikfwLwqWr2AUc"],"enrUri":"enr:-L24QEsJ9LvBTVWkya6KyQRNFV5--BL330UmO30cg8UrCZXIO27BYFOalfEH7TjsQR28VrU_pn0PunN305RC5PAqNmUCgmlkgnY0gmlwhKwSO1SKbXVsdGlhZGRyc5YACASsEjtUBlzvAAoErBI7VAZc8N0DgnJzhQADAQAAiXNlY3AyNTZrMaECq5GDt-s0tcypi8Y0JBsHUKO_Xg0GYdX3hfE0Bi7QW92DdGNwglzvg3VkcIJc8YV3YWt1MgA"}'
|
||||
2025-12-29 04:25:48.533 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:25:48.534 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23790/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.101.67/tcp/58810/p2p/16Uiu2HAkxWkhnq3MeDNxyksZSse6rAhizUejVdybT9rg4CkRRsGA"]'
|
||||
2025-12-29 04:25:48.560 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:25:48.561 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2025-12-29 04:25:48.562 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58809/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-29 04:25:48.575 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:25:48.576 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23790/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "7dfc51f5-f089-40b7-883d-814062e40c80", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-29 04:25:48.589 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"7dfc51f5-f089-40b7-883d-814062e40c80","statusDesc":"OK"}'
|
||||
2025-12-29 04:25:48.590 DEBUG [tests.filter.test_get_messages] Running test with Ephemeral True
|
||||
2025-12-29 04:25:48.591 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58809/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}'
|
||||
2025-12-29 04:25:48.597 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:25:48.598 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-29 04:25:48.698 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:25:48.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23790/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:48.701 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":1766982348590879017,"ephemeral":true}]'
|
||||
2025-12-29 04:25:48.703 DEBUG [tests.filter.test_get_messages] Running test with Ephemeral False
|
||||
2025-12-29 04:25:48.703 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58809/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}'
|
||||
2025-12-29 04:25:48.707 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:25:48.707 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-29 04:25:48.808 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:25:48.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23790/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:48.811 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":1766982348703391147,"ephemeral":false}]'
|
||||
2025-12-29 04:25:48.814 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:25:48.815 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:25:48.815 DEBUG [src.node.waku_node] Stopping container with id 37af83a7eac5
|
||||
2025-12-29 04:25:49.296 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:25:49.296 DEBUG [src.node.waku_node] Stopping container with id 21e4ec3f2109
|
||||
2025-12-29 04:25:49.843 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:25:49.844 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:25:49.850 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:25:49.855 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
68
nim/1018/data/attachments/1c4b7ae33b9cc4c8.txt
Normal file
68
nim/1018/data/attachments/1c4b7ae33b9cc4c8.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_subscribe_to_101_content_topics with id: 2025-12-29_04-22-42__e30ebdeb-e923-4645-86a1-c3f46266e0f2
|
||||
[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_2025-12-29_04-22-42__e30ebdeb-e923-4645-86a1-c3f46266e0f2__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.45.104
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['29053', '29054', '29055', '29056', '29057']
|
||||
[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 29053:29053 -p 29054:29054 -p 29055:29055 -p 29056:29056 -p 29057:29057 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=29055 --rest-port=29053 --tcp-port=29054 --discv5-udp-port=29056 --rest-address=0.0.0.0 --nat=extip:172.18.45.104 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=82ce6f4ece03a8ba4bcb1a51d6dbafd57f9fb4d72fd925fad83aac08de08ef2f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29057 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.45.104 waku 034441391a4a86fd88d7acd6ea4402d8c655f18706a93e6ebcee196a6ceac3bb
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 034441391a4a. Setting up logs at ./log/docker/node1_2025-12-29_04-22-42__e30ebdeb-e923-4645-86a1-c3f46266e0f2__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 29053
|
||||
[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 f66cd20480a5. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 60918ad82694. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:29053/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
[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:29053/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.45.104/tcp/29054/p2p/16Uiu2HAkvWbYS8DHbS1SbctGSUzcrF8YJDUuXcSN6mJm7Ct6L5bk","/ip4/172.18.45.104/tcp/29055/ws/p2p/16Uiu2HAkvWbYS8DHbS1SbctGSUzcrF8YJDUuXcSN6mJm7Ct6L5bk"],"enrUri":"enr:-L24QP3tisdY3Zsh9dhmWLYWa4y7gczANfV1SypYckTtB-fkOq5ChdGUmFMkXxg22yKlhYFIV9rgjWJPWgcbEECIv-ECgmlkgnY0gmlwhKwSLWiKbXVsdGlhZGRyc5YACASsEi1oBnF-AAoErBItaAZxf90DgnJzhQADAQAAiXNlY3AyNTZrMaECEB6S4v-IKe_VNz8dMkqWkXI-RR9hvFGUkNfQINq771eDdGNwgnF-g3VkcIJxgIV3YWt1MgU"}'
|
||||
[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_2025-12-29_04-22-42__e30ebdeb-e923-4645-86a1-c3f46266e0f2__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.72
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['18579', '18580', '18581', '18582', '18583']
|
||||
[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 18579:18579 -p 18580:18580 -p 18581:18581 -p 18582:18582 -p 18583:18583 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=18581 --rest-port=18579 --tcp-port=18580 --discv5-udp-port=18582 --rest-address=0.0.0.0 --nat=extip:172.18.152.72 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c9afecaebbc4cfc12108e40b828bd23e1621ac58a9adaef29cad5ffb43bbcf28 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18583 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QP3tisdY3Zsh9dhmWLYWa4y7gczANfV1SypYckTtB-fkOq5ChdGUmFMkXxg22yKlhYFIV9rgjWJPWgcbEECIv-ECgmlkgnY0gmlwhKwSLWiKbXVsdGlhZGRyc5YACASsEi1oBnF-AAoErBItaAZxf90DgnJzhQADAQAAiXNlY3AyNTZrMaECEB6S4v-IKe_VNz8dMkqWkXI-RR9hvFGUkNfQINq771eDdGNwgnF-g3VkcIJxgIV3YWt1MgU --filternode=/ip4/172.18.45.104/tcp/29054/p2p/16Uiu2HAkvWbYS8DHbS1SbctGSUzcrF8YJDUuXcSN6mJm7Ct6L5bk
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.152.72 waku fa1ddf101b49b65123a903019707c6ad4ba9b3e679b1d888a2fc0d2ceec17c16
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID fa1ddf101b49. Setting up logs at ./log/docker/node2_2025-12-29_04-22-42__e30ebdeb-e923-4645-86a1-c3f46266e0f2__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 18579
|
||||
[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:18579/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","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln 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":"READY"}]}'
|
||||
[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:18579/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.72/tcp/18580/p2p/16Uiu2HAm3owRZ5wAUmG6d9xMzZzHfuDWCXqCCGRYMVNHUbeMczN5","/ip4/172.18.152.72/tcp/18581/ws/p2p/16Uiu2HAm3owRZ5wAUmG6d9xMzZzHfuDWCXqCCGRYMVNHUbeMczN5"],"enrUri":"enr:-L24QPVfo9Slwan2iTMm4sdD8BX1ypRdXhf_eRHSW8a2NHEfGsKr1WQN0L9xpfQZGzDJ_kb16oWHr8sHkX61_MIiRgoCgmlkgnY0gmlwhKwSmEiKbXVsdGlhZGRyc5YACASsEphIBkiUAAoErBKYSAZIld0DgnJzhQADAQAAiXNlY3AyNTZrMaECfJG8aAkZ2wq_6jRW0i2W5VEBbuZgPqZnqnUnq09ZzKKDdGNwgkiUg3VkcIJIloV3YWt1MgA"}'
|
||||
[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:18579/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.45.104/tcp/29054/p2p/16Uiu2HAkvWbYS8DHbS1SbctGSUzcrF8YJDUuXcSN6mJm7Ct6L5bk"]'
|
||||
[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:29053/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:18579/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "7480c0a5-f364-4e87-96b9-e0f07455386a", "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":"7480c0a5-f364-4e87-96b9-e0f07455386a","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:18579/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:18579/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 034441391a4a
|
||||
[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 fa1ddf101b49
|
||||
[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.
|
||||
84
nim/1018/data/attachments/1ca0f064f473c122.txt
Normal file
84
nim/1018/data/attachments/1ca0f064f473c122.txt
Normal file
@ -0,0 +1,84 @@
|
||||
2025-12-29 04:28:17.739 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:28:17.740 DEBUG [tests.conftest] Running test: test_store_with_empty_hashes with id: 2025-12-29_04-28-17__1822f4cc-9336-4ec8-9215-39676bbf6020
|
||||
2025-12-29 04:28:17.741 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:28:17.742 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-29 04:28:17.742 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2025-12-29 04:28:17.751 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:28:17.751 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-29_04-28-17__1822f4cc-9336-4ec8-9215-39676bbf6020__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:28:17.752 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:28:17.753 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:28:17.755 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:28:17.756 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.112.223
|
||||
2025-12-29 04:28:17.756 DEBUG [src.node.docker_mananger] Generated ports ['46121', '46122', '46123', '46124', '46125']
|
||||
2025-12-29 04:28:17.757 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:28:17.757 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:28:17.757 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:28:17.758 DEBUG [src.node.docker_mananger] docker run -i -t -p 46121:46121 -p 46122:46122 -p 46123:46123 -p 46124:46124 -p 46125:46125 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=46123 --rest-port=46121 --tcp-port=46122 --discv5-udp-port=46124 --rest-address=0.0.0.0 --nat=extip:172.18.112.223 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cb5b5fd2d0d8a6e6526fb7d1d3dfadbe25e5dff58c3675facd244eafb0dbe583 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46125 --metrics-logging=true --store=true --relay=true
|
||||
2025-12-29 04:28:17.914 ERROR [src.node.docker_mananger] Max retries reached for container 1fc7686415b6. Exiting log stream.
|
||||
2025-12-29 04:28:17.962 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.112.223 waku dc2282da27164acc514ffa6b33e6f7dbdba61148250872346e428bb1efad11bf
|
||||
2025-12-29 04:28:17.997 DEBUG [src.node.docker_mananger] Container started with ID dc2282da2716. Setting up logs at ./log/docker/publishing_node1_2025-12-29_04-28-17__1822f4cc-9336-4ec8-9215-39676bbf6020__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:28:17.997 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 46121
|
||||
2025-12-29 04:28:17.998 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:28:18.668 ERROR [src.node.docker_mananger] Max retries reached for container df46c077733c. Exiting log stream.
|
||||
2025-12-29 04:28:18.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46121/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:28:19.002 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
2025-12-29 04:28:19.002 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:28:19.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46121/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:28:19.005 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.112.223/tcp/46122/p2p/16Uiu2HAm9Q7rzqNaCekPfXtPio1Bqe9vViWnwdrNKWE1eaHDWYbB","/ip4/172.18.112.223/tcp/46123/ws/p2p/16Uiu2HAm9Q7rzqNaCekPfXtPio1Bqe9vViWnwdrNKWE1eaHDWYbB"],"enrUri":"enr:-L24QFro9mqulVEcch8ZJB25NDd0XktQCfI4f1Ii9ZrV_bPOHFxx89jEvcuWoSsp2Fl2O_Ex5Yf9Gp07bAe0_IjynUMCgmlkgnY0gmlwhKwScN-KbXVsdGlhZGRyc5YACASsEnDfBrQqAAoErBJw3wa0K90DgnJzhQADAQAAiXNlY3AyNTZrMaECz524nlG8-WRYooljPgDRxDK5s9FGD6sp0BWUlkxmhSKDdGNwgrQqg3VkcIK0LIV3YWt1MgM"}'
|
||||
2025-12-29 04:28:19.005 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:28:19.013 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:28:19.013 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-29_04-28-17__1822f4cc-9336-4ec8-9215-39676bbf6020__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:28:19.013 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:28:19.013 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:28:19.014 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:28:19.014 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.95.131
|
||||
2025-12-29 04:28:19.015 DEBUG [src.node.docker_mananger] Generated ports ['9987', '9988', '9989', '9990', '9991']
|
||||
2025-12-29 04:28:19.015 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:28:19.015 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:28:19.015 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:28:19.015 DEBUG [src.node.docker_mananger] docker run -i -t -p 9987:9987 -p 9988:9988 -p 9989:9989 -p 9990:9990 -p 9991:9991 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=9989 --rest-port=9987 --tcp-port=9988 --discv5-udp-port=9990 --rest-address=0.0.0.0 --nat=extip:172.18.95.131 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=88e8cdd33ff19b901cbf0e7f0ceaa0eb6c6fcf7a5ccbe69bfa6fd2bcaf0abc59 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9991 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QFro9mqulVEcch8ZJB25NDd0XktQCfI4f1Ii9ZrV_bPOHFxx89jEvcuWoSsp2Fl2O_Ex5Yf9Gp07bAe0_IjynUMCgmlkgnY0gmlwhKwScN-KbXVsdGlhZGRyc5YACASsEnDfBrQqAAoErBJw3wa0K90DgnJzhQADAQAAiXNlY3AyNTZrMaECz524nlG8-WRYooljPgDRxDK5s9FGD6sp0BWUlkxmhSKDdGNwgrQqg3VkcIK0LIV3YWt1MgM --storenode=/ip4/172.18.112.223/tcp/46122/p2p/16Uiu2HAm9Q7rzqNaCekPfXtPio1Bqe9vViWnwdrNKWE1eaHDWYbB --store=true --relay=true
|
||||
2025-12-29 04:28:19.217 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.95.131 waku b2b56b107c37bff232e2bc8f4dbd9aa9c1acc8682b754946b3b2e32f578d4ede
|
||||
2025-12-29 04:28:19.248 DEBUG [src.node.docker_mananger] Container started with ID b2b56b107c37. Setting up logs at ./log/docker/store_node1_2025-12-29_04-28-17__1822f4cc-9336-4ec8-9215-39676bbf6020__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:28:19.248 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9987
|
||||
2025-12-29 04:28:19.250 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:28:20.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9987/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:28:20.254 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln 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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-29 04:28:20.255 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:28:20.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9987/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:28:20.257 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.95.131/tcp/9988/p2p/16Uiu2HAkwHrFYFadcVGCkBKogfoQ1jhfViGKxw7ij7NmAR6cb3mW","/ip4/172.18.95.131/tcp/9989/ws/p2p/16Uiu2HAkwHrFYFadcVGCkBKogfoQ1jhfViGKxw7ij7NmAR6cb3mW"],"enrUri":"enr:-L24QJ-k8YpttiNcDkV-dmmMcpzBUdYMMDvXSTygPuuAAkI6XZepBhOwm3KuWbAzzAv8QclBGfbiY2Tp-jdP3dKWv6MCgmlkgnY0gmlwhKwSX4OKbXVsdGlhZGRyc5YACASsEl-DBicEAAoErBJfgwYnBd0DgnJzhQADAQAAiXNlY3AyNTZrMaECG7ZXZQEQrvyxb9gyOJkXAxZTxKXbmUupA38saAo1DX2DdGNwgicEg3VkcIInBoV3YWt1MgM"}'
|
||||
2025-12-29 04:28:20.257 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:28:20.258 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9987/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.112.223/tcp/46122/p2p/16Uiu2HAm9Q7rzqNaCekPfXtPio1Bqe9vViWnwdrNKWE1eaHDWYbB"]'
|
||||
2025-12-29 04:28:20.260 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:20.260 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46121/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-29 04:28:20.263 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:20.263 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9987/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-29 04:28:20.265 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:20.266 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:20.267 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46121/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)'}'
|
||||
2025-12-29 04:28:20.272 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:20.272 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:20.473 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:20.474 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46121/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)'}'
|
||||
2025-12-29 04:28:20.479 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:20.479 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:20.680 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:20.680 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46121/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)'}'
|
||||
2025-12-29 04:28:20.686 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:20.686 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:20.887 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:28:20.888 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46121/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)'}'
|
||||
2025-12-29 04:28:20.893 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:28:20.894 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:28:21.094 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46121/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:28:21.098 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x1718ceb569dc0491b3b81b483675ebf8789abdaf6302a1bf6c11c6bf2773a4cb"},{"messageHash":"0x023a37d67ed7b259fa2f037f783f7133971f55d583c168bccc91f693a848b8a8"},{"messageHash":"0x9cff037a12c1dda1f73cdcecc007c21db7b5903f813d8daafdc4effc007265d8"},{"messageHash":"0xbcf622d49f701c2ed365f25ec5bad19743e359490c7b95f3b23be4eb6f626f17"}]}'
|
||||
2025-12-29 04:28:21.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9987/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:28:21.101 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x1718ceb569dc0491b3b81b483675ebf8789abdaf6302a1bf6c11c6bf2773a4cb"},{"messageHash":"0x023a37d67ed7b259fa2f037f783f7133971f55d583c168bccc91f693a848b8a8"},{"messageHash":"0x9cff037a12c1dda1f73cdcecc007c21db7b5903f813d8daafdc4effc007265d8"},{"messageHash":"0xbcf622d49f701c2ed365f25ec5bad19743e359490c7b95f3b23be4eb6f626f17"}]}'
|
||||
2025-12-29 04:28:21.102 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:28:21.103 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:28:21.104 DEBUG [src.node.waku_node] Stopping container with id dc2282da2716
|
||||
2025-12-29 04:28:21.674 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:28:21.675 DEBUG [src.node.waku_node] Stopping container with id b2b56b107c37
|
||||
2025-12-29 04:28:22.211 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:28:22.212 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:28:22.218 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:28:22.225 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
63
nim/1018/data/attachments/1d575641b5ce5428.txt
Normal file
63
nim/1018/data/attachments/1d575641b5ce5428.txt
Normal file
@ -0,0 +1,63 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_filter_ping_on_peer_without_subscription with id: 2025-12-29_04-21-35__2cbfbbd9-863b-4636-bc6e-aadcbc3e6878
|
||||
[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_2025-12-29_04-21-35__2cbfbbd9-863b-4636-bc6e-aadcbc3e6878__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.138.147
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['21056', '21057', '21058', '21059', '21060']
|
||||
[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 21056:21056 -p 21057:21057 -p 21058:21058 -p 21059:21059 -p 21060:21060 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=21058 --rest-port=21056 --tcp-port=21057 --discv5-udp-port=21059 --rest-address=0.0.0.0 --nat=extip:172.18.138.147 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=babcaef8b1bfcdeabae0f38fd8d8c4f1ddabecfac8823595aefcbacb5f3ed90c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21060 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.138.147 waku f9baa73fca36fc9eaa2049938cc3045f3bba48af6580c49b1518dba53e7d87a7
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID f9baa73fca36. Setting up logs at ./log/docker/node1_2025-12-29_04-21-35__2cbfbbd9-863b-4636-bc6e-aadcbc3e6878__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 21056
|
||||
[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 5f99371de3b5. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container a7e5a126a777. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21056/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
[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:21056/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.138.147/tcp/21057/p2p/16Uiu2HAmTgJzN9fDV2d1YwwCzr458VBGsEWrkvvBGvHGypqhNGd2","/ip4/172.18.138.147/tcp/21058/ws/p2p/16Uiu2HAmTgJzN9fDV2d1YwwCzr458VBGsEWrkvvBGvHGypqhNGd2"],"enrUri":"enr:-L24QM4Htu4gcYmoD4oDcnGWVSnthK-tiVeJFrdns-1_-qLjabDUYycmPplVDyP7LWCDNStoUupsCJR8HpYe1k4dii8CgmlkgnY0gmlwhKwSipOKbXVsdGlhZGRyc5YACASsEoqTBlJBAAoErBKKkwZSQt0DgnJzhQADAQAAiXNlY3AyNTZrMaED3zX1zKFBf_kFX-rKRvXy7-gz9JgryYv8tUypdfbcl82DdGNwglJBg3VkcIJSQ4V3YWt1MgU"}'
|
||||
[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_2025-12-29_04-21-35__2cbfbbd9-863b-4636-bc6e-aadcbc3e6878__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.167.7
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['32135', '32136', '32137', '32138', '32139']
|
||||
[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 32135:32135 -p 32136:32136 -p 32137:32137 -p 32138:32138 -p 32139:32139 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=32137 --rest-port=32135 --tcp-port=32136 --discv5-udp-port=32138 --rest-address=0.0.0.0 --nat=extip:172.18.167.7 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bb0c4b43ea150e21ccdc4e4f400c9b5b38d2e22ac1cfbc7b9cbbad70abba2891 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32139 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QM4Htu4gcYmoD4oDcnGWVSnthK-tiVeJFrdns-1_-qLjabDUYycmPplVDyP7LWCDNStoUupsCJR8HpYe1k4dii8CgmlkgnY0gmlwhKwSipOKbXVsdGlhZGRyc5YACASsEoqTBlJBAAoErBKKkwZSQt0DgnJzhQADAQAAiXNlY3AyNTZrMaED3zX1zKFBf_kFX-rKRvXy7-gz9JgryYv8tUypdfbcl82DdGNwglJBg3VkcIJSQ4V3YWt1MgU --filternode=/ip4/172.18.138.147/tcp/21057/p2p/16Uiu2HAmTgJzN9fDV2d1YwwCzr458VBGsEWrkvvBGvHGypqhNGd2
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.167.7 waku afe7a4bab7e5f14f44bd53b082040a2adf4ae7ce25f6e43ca8209b03007becb8
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID afe7a4bab7e5. Setting up logs at ./log/docker/node2_2025-12-29_04-21-35__2cbfbbd9-863b-4636-bc6e-aadcbc3e6878__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 32135
|
||||
[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:32135/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","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln 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":"READY"}]}'
|
||||
[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:32135/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.167.7/tcp/32136/p2p/16Uiu2HAmFtaqzfqabM2PHELaMuBYfggCJkK36SSKpkjYdrzeTR88","/ip4/172.18.167.7/tcp/32137/ws/p2p/16Uiu2HAmFtaqzfqabM2PHELaMuBYfggCJkK36SSKpkjYdrzeTR88"],"enrUri":"enr:-L24QONvvS_EeuoEoIHLf9JIo8QVjv253z4beouzSVUhYrnLQnRqQ8ncRAOpSTPAZkTQKSXA86inaCpleQ3zxdHTrwgCgmlkgnY0gmlwhKwSpweKbXVsdGlhZGRyc5YACASsEqcHBn2IAAoErBKnBwZ9id0DgnJzhQADAQAAiXNlY3AyNTZrMaEDMA6dZS6IVInxPmlzl4WjYrCWIIbDi-yR4o4_7xW8zD2DdGNwgn2Ig3VkcIJ9ioV3YWt1MgA"}'
|
||||
[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:32135/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.138.147/tcp/21057/p2p/16Uiu2HAmTgJzN9fDV2d1YwwCzr458VBGsEWrkvvBGvHGypqhNGd2"]'
|
||||
[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:32135/filter/v2/subscriptions/40282c8f-dd99-4d0c-9229-23a8981cd212" -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:32135/filter/v2/subscriptions/40282c8f-dd99-4d0c-9229-23a8981cd212. Response content: b'{"requestId":"40282c8f-dd99-4d0c-9229-23a8981cd212","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 f9baa73fca36
|
||||
[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 afe7a4bab7e5
|
||||
[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.
|
||||
1734
nim/1018/data/attachments/1d99f2867f973930.txt
Normal file
1734
nim/1018/data/attachments/1d99f2867f973930.txt
Normal file
File diff suppressed because it is too large
Load Diff
2588
nim/1018/data/attachments/1dcdb53a1d0a6083.txt
Normal file
2588
nim/1018/data/attachments/1dcdb53a1d0a6083.txt
Normal file
File diff suppressed because it is too large
Load Diff
101
nim/1018/data/attachments/1dddc3f45f452d2.txt
Normal file
101
nim/1018/data/attachments/1dddc3f45f452d2.txt
Normal file
@ -0,0 +1,101 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_filter_node_not_connected_directly_to_lightpushing_node with id: 2025-12-29_04-22-54__d569c508-9085-4971-a253-6eb4a6374e05
|
||||
[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_2025-12-29_04-22-54__d569c508-9085-4971-a253-6eb4a6374e05__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_2025-12-29_04-22-54__d569c508-9085-4971-a253-6eb4a6374e05__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_2025-12-29_04-22-54__d569c508-9085-4971-a253-6eb4a6374e05__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.231.2
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['37137', '37138', '37139', '37140', '37141']
|
||||
[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 37137:37137 -p 37138:37138 -p 37139:37139 -p 37140:37140 -p 37141:37141 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=37139 --rest-port=37137 --tcp-port=37138 --discv5-udp-port=37140 --rest-address=0.0.0.0 --nat=extip:172.18.231.2 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a9bec8bcfd90a22bfedbf7a0d3ea8aebeaffa2ef394a5ee8b2fa2e6f6bc25eae --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37141 --metrics-logging=true --lightpush=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.231.2 waku af2be84a1935982fdf86e6dcf30de1ee675224e8c0d6f131f65bba49540a3bb9
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID af2be84a1935. Setting up logs at ./log/docker/node1_2025-12-29_04-22-54__d569c508-9085-4971-a253-6eb4a6374e05__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 37137
|
||||
[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:37137/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
[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:37137/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.231.2/tcp/37138/p2p/16Uiu2HAmBueEDKpEtdx2eEsy7LZnmUxfbjB5zpuuFFdVHgDkYieu","/ip4/172.18.231.2/tcp/37139/ws/p2p/16Uiu2HAmBueEDKpEtdx2eEsy7LZnmUxfbjB5zpuuFFdVHgDkYieu"],"enrUri":"enr:-L24QMt9XecEmRyR806C2ax9wy8c3XjVTUiAxmDIaIFS9Ip5S2ueUx_xSKBkXoBqkpZvevTpIttcgk5WHVh6FlJTieMCgmlkgnY0gmlwhKwS5wKKbXVsdGlhZGRyc5YACASsEucCBpESAAoErBLnAgaRE90DgnJzhQADAQAAiXNlY3AyNTZrMaEC9OVF7yv9bPZR5iPaLakaESxYDW7un_i10BwPcPIGayKDdGNwgpESg3VkcIKRFIV3YWt1Mgk"}'
|
||||
[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.225.174
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['14533', '14534', '14535', '14536', '14537']
|
||||
[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 14533:14533 -p 14534:14534 -p 14535:14535 -p 14536:14536 -p 14537:14537 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=14535 --rest-port=14533 --tcp-port=14534 --discv5-udp-port=14536 --rest-address=0.0.0.0 --nat=extip:172.18.225.174 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6b7bd7eaf9e34efa84dbd258a67a12c54a24b39623f78aaab3ef19ed4b2ed80c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14537 --metrics-logging=true --lightpush=true --filter=true --relay=true --discv5-bootstrap-node=enr:-L24QMt9XecEmRyR806C2ax9wy8c3XjVTUiAxmDIaIFS9Ip5S2ueUx_xSKBkXoBqkpZvevTpIttcgk5WHVh6FlJTieMCgmlkgnY0gmlwhKwS5wKKbXVsdGlhZGRyc5YACASsEucCBpESAAoErBLnAgaRE90DgnJzhQADAQAAiXNlY3AyNTZrMaEC9OVF7yv9bPZR5iPaLakaESxYDW7un_i10BwPcPIGayKDdGNwgpESg3VkcIKRFIV3YWt1Mgk --lightpushnode=/ip4/172.18.231.2/tcp/37138/p2p/16Uiu2HAmBueEDKpEtdx2eEsy7LZnmUxfbjB5zpuuFFdVHgDkYieu
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.225.174 waku 0fe131693f60f28b6bb3080205352a592664f1c4e512d69724e040cb192e6ac4
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 0fe131693f60. Setting up logs at ./log/docker/node2_2025-12-29_04-22-54__d569c508-9085-4971-a253-6eb4a6374e05__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 14533
|
||||
[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:14533/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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":"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":"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"}]}'
|
||||
[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:14533/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.225.174/tcp/14534/p2p/16Uiu2HAmBaWFWA1XEitZTKrZmHG3jvhtESHWJ1Txu2QdeNiQ2cdD","/ip4/172.18.225.174/tcp/14535/ws/p2p/16Uiu2HAmBaWFWA1XEitZTKrZmHG3jvhtESHWJ1Txu2QdeNiQ2cdD"],"enrUri":"enr:-L24QNe4WOxDTqxL6i8LhMUr0NqLdNBTU4wPMryYmFfOEa9OA_3hWoGQgVrkZ7bmURHXSncWdnFTGKbGt9h5erf2bDsCgmlkgnY0gmlwhKwS4a6KbXVsdGlhZGRyc5YACASsEuGuBjjGAAoErBLhrgY4x90DgnJzhQADAQAAiXNlY3AyNTZrMaEC7_43owpAxF65GUAmEStgfzgs5OusVftfRNN3dHr9RxiDdGNwgjjGg3VkcII4yIV3YWt1Mg0"}'
|
||||
[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.134.250
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['24339', '24340', '24341', '24342', '24343']
|
||||
[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 24339:24339 -p 24340:24340 -p 24341:24341 -p 24342:24342 -p 24343:24343 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=24341 --rest-port=24339 --tcp-port=24340 --discv5-udp-port=24342 --rest-address=0.0.0.0 --nat=extip:172.18.134.250 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=096c4ea8bdade9eddebde0ac7d301ac3a4cedc5a5d4c202b1f4ccd652cceda0e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=24343 --metrics-logging=true --relay=false --filternode=/ip4/172.18.225.174/tcp/14534/p2p/16Uiu2HAmBaWFWA1XEitZTKrZmHG3jvhtESHWJ1Txu2QdeNiQ2cdD --discv5-bootstrap-node=enr:-L24QNe4WOxDTqxL6i8LhMUr0NqLdNBTU4wPMryYmFfOEa9OA_3hWoGQgVrkZ7bmURHXSncWdnFTGKbGt9h5erf2bDsCgmlkgnY0gmlwhKwS4a6KbXVsdGlhZGRyc5YACASsEuGuBjjGAAoErBLhrgY4x90DgnJzhQADAQAAiXNlY3AyNTZrMaEC7_43owpAxF65GUAmEStgfzgs5OusVftfRNN3dHr9RxiDdGNwgjjGg3VkcII4yIV3YWt1Mg0
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.134.250 waku 4d1f2de0b7fc486e0368963e08f69f0be653ef952c692c677a94f4e41eb108ba
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 4d1f2de0b7fc. Setting up logs at ./log/docker/node3_2025-12-29_04-22-54__d569c508-9085-4971-a253-6eb4a6374e05__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 24339
|
||||
[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:24339/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","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln 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":"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":"READY"}]}'
|
||||
[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:24339/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.250/tcp/24340/p2p/16Uiu2HAmAzEfCZ6gsjh9Wg1eGa5Tqy2v9kdxxUNPeS3SAYPLxhtD","/ip4/172.18.134.250/tcp/24341/ws/p2p/16Uiu2HAmAzEfCZ6gsjh9Wg1eGa5Tqy2v9kdxxUNPeS3SAYPLxhtD"],"enrUri":"enr:-L24QBjDoST5Mc0SjeKbMCLOBDsKaH3NmGhwHubNz51n5kb3HZ_TqKWBdStM4R7-V6_ro8eKgibBI9kMmaTHBQJjCL8CgmlkgnY0gmlwhKwShvqKbXVsdGlhZGRyc5YACASsEob6Bl8UAAoErBKG-gZfFd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC5zbXLLvnS9mQoaLo6SY60lXRj9ji_YM0i1y9x_bDJQKDdGNwgl8Ug3VkcIJfFoV3YWt1MgA"}'
|
||||
[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:37137/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:14533/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:24339/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:37137/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.17.0.3/tcp/50596/p2p/16Uiu2HAmBaWFWA1XEitZTKrZmHG3jvhtESHWJ1Txu2QdeNiQ2cdD","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/lightpush/3.0.0","/vac/waku/lightpush/2.0.0-beta1","/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":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:14533/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.134.250/tcp/46172/p2p/16Uiu2HAmAzEfCZ6gsjh9Wg1eGa5Tqy2v9kdxxUNPeS3SAYPLxhtD","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":[],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.231.2/tcp/37138/p2p/16Uiu2HAmBueEDKpEtdx2eEsy7LZnmUxfbjB5zpuuFFdVHgDkYieu","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/lightpush/3.0.0","/vac/waku/lightpush/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":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:24339/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.225.174/tcp/14534/p2p/16Uiu2HAmBaWFWA1XEitZTKrZmHG3jvhtESHWJ1Txu2QdeNiQ2cdD","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/lightpush/3.0.0","/vac/waku/lightpush/2.0.0-beta1","/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":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"}]'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 30 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:37137/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/1", "message": {"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": 1766982210629358491}}'
|
||||
[32mINFO [0m src.node.api_clients.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:24339/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":1766982210629358491,"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 af2be84a1935
|
||||
[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 0fe131693f60
|
||||
[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 4d1f2de0b7fc
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container af2be84a1935. 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.
|
||||
90
nim/1018/data/attachments/1dec88d9abea5fb.txt
Normal file
90
nim/1018/data/attachments/1dec88d9abea5fb.txt
Normal file
@ -0,0 +1,90 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_filter_resubscribe_to_unsubscribed_topics with id: 2025-12-29_04-21-48__7c1c94a7-a68f-4787-bfc7-7eda27dae199
|
||||
[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_2025-12-29_04-21-48__7c1c94a7-a68f-4787-bfc7-7eda27dae199__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.83.82
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['4821', '4822', '4823', '4824', '4825']
|
||||
[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 4821:4821 -p 4822:4822 -p 4823:4823 -p 4824:4824 -p 4825:4825 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=4823 --rest-port=4821 --tcp-port=4822 --discv5-udp-port=4824 --rest-address=0.0.0.0 --nat=extip:172.18.83.82 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=eec25be31701ca037bb1d6ad1cfcf01aab7160dab7db3b2d137d5bffbe9d17db --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4825 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.83.82 waku 8cc7aa2a91235e0387611e5dbb8c9e40797df9ca3934ddb4bf65ff71de9999ca
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 8cc7aa2a9123. Setting up logs at ./log/docker/node1_2025-12-29_04-21-48__7c1c94a7-a68f-4787-bfc7-7eda27dae199__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 4821
|
||||
[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 59719171c427. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container bdc2a4602e10. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4821/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
[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:4821/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.83.82/tcp/4822/p2p/16Uiu2HAmV75pn3PTzX9tjpwsjHcNHtY7tBjH5DVRFaiomgWXUR1m","/ip4/172.18.83.82/tcp/4823/ws/p2p/16Uiu2HAmV75pn3PTzX9tjpwsjHcNHtY7tBjH5DVRFaiomgWXUR1m"],"enrUri":"enr:-L24QIpbAzt4fenLSeAo1P2eXhj54bAZqnxJi6o9QKB8ga8ABf8VC3PyJm6Y-OeLYKQB_Gul_inks-07wY-mTfAHbX0CgmlkgnY0gmlwhKwSU1KKbXVsdGlhZGRyc5YACASsElNSBhLWAAoErBJTUgYS190DgnJzhQADAQAAiXNlY3AyNTZrMaED9GpH_3OUZ5drl7L8jN2TfI4fPQt1BoAaRF2JAnbo5oSDdGNwghLWg3VkcIIS2IV3YWt1MgU"}'
|
||||
[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_2025-12-29_04-21-48__7c1c94a7-a68f-4787-bfc7-7eda27dae199__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.247.234
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['4639', '4640', '4641', '4642', '4643']
|
||||
[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 4639:4639 -p 4640:4640 -p 4641:4641 -p 4642:4642 -p 4643:4643 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=4641 --rest-port=4639 --tcp-port=4640 --discv5-udp-port=4642 --rest-address=0.0.0.0 --nat=extip:172.18.247.234 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=692d17d17dfa9da8ebc9cae8f0c876eb10f8baef21a7c4606cdcbfdcf0b0efee --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4643 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QIpbAzt4fenLSeAo1P2eXhj54bAZqnxJi6o9QKB8ga8ABf8VC3PyJm6Y-OeLYKQB_Gul_inks-07wY-mTfAHbX0CgmlkgnY0gmlwhKwSU1KKbXVsdGlhZGRyc5YACASsElNSBhLWAAoErBJTUgYS190DgnJzhQADAQAAiXNlY3AyNTZrMaED9GpH_3OUZ5drl7L8jN2TfI4fPQt1BoAaRF2JAnbo5oSDdGNwghLWg3VkcIIS2IV3YWt1MgU --filternode=/ip4/172.18.83.82/tcp/4822/p2p/16Uiu2HAmV75pn3PTzX9tjpwsjHcNHtY7tBjH5DVRFaiomgWXUR1m
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.247.234 waku 5b6ce83e0cf41f30e9fd72260facbd0f38a5e45f5f7ea9df17f5cf6c80deaddf
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 5b6ce83e0cf4. Setting up logs at ./log/docker/node2_2025-12-29_04-21-48__7c1c94a7-a68f-4787-bfc7-7eda27dae199__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 4639
|
||||
[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:4639/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","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln 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":"READY"}]}'
|
||||
[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:4639/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.247.234/tcp/4640/p2p/16Uiu2HAm8CrB74DhhP72ZuNDLVLE5aBttDdBvsFjPQ5cwkpLRba1","/ip4/172.18.247.234/tcp/4641/ws/p2p/16Uiu2HAm8CrB74DhhP72ZuNDLVLE5aBttDdBvsFjPQ5cwkpLRba1"],"enrUri":"enr:-L24QCHQTNfYpvg_U0iB8LBx95vzGd5BfL5VwgEkq9QJ93mPXkeTlTbyaaBv5eBwFis_r-9SWNrY8h43vpQ6pRWojrICgmlkgnY0gmlwhKwS9-qKbXVsdGlhZGRyc5YACASsEvfqBhIgAAoErBL36gYSId0DgnJzhQADAQAAiXNlY3AyNTZrMaECvd7oNndNYHDYzT5p1D7XbRcDtrW8JAMGtHXpQYx-xVKDdGNwghIgg3VkcIISIoV3YWt1MgA"}'
|
||||
[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:4639/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.83.82/tcp/4822/p2p/16Uiu2HAmV75pn3PTzX9tjpwsjHcNHtY7tBjH5DVRFaiomgWXUR1m"]'
|
||||
[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:4821/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:4639/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "64905c1d-09c6-43f7-ab1c-9fbff304534a", "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":"64905c1d-09c6-43f7-ab1c-9fbff304534a","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4821/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:4639/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":1766982111010955853,"ephemeral":false}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:4639/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:4821/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:4639/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:4639/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto. Response content: b'Not subscribed to topic: /test/1/waku-filter/proto'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4821/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:4639/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "c9ff25ef-47e3-4ab0-9a0a-ed6ba7fe3771", "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":"c9ff25ef-47e3-4ab0-9a0a-ed6ba7fe3771","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4821/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:4639/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":1766982111253751866,"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 8cc7aa2a9123
|
||||
[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 5b6ce83e0cf4
|
||||
[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.
|
||||
101
nim/1018/data/attachments/1e2ba05c0653eeb8.txt
Normal file
101
nim/1018/data/attachments/1e2ba05c0653eeb8.txt
Normal file
@ -0,0 +1,101 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_store_with_empty_pubsub_topics with id: 2025-12-29_04-36-02__ee8220a1-1109-4bb6-8f6e-0f6f7d3d9183
|
||||
[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_2025-12-29_04-36-02__ee8220a1-1109-4bb6-8f6e-0f6f7d3d9183__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.96.124
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['35164', '35165', '35166', '35167', '35168']
|
||||
[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 35164:35164 -p 35165:35165 -p 35166:35166 -p 35167:35167 -p 35168:35168 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=35166 --rest-port=35164 --tcp-port=35165 --discv5-udp-port=35167 --rest-address=0.0.0.0 --nat=extip:172.18.96.124 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=38a9a44b1dc36fab11da8c7f285e3c23bcf425eda30d5fdbdd9a8d77d4d869ab --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35168 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.96.124 waku ace08eebdd96743bf300de4b95eee6de3ef1bbae58db3854deebb56aad237310
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID ace08eebdd96. Setting up logs at ./log/docker/publishing_node1_2025-12-29_04-36-02__ee8220a1-1109-4bb6-8f6e-0f6f7d3d9183__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 35164
|
||||
[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 fd36e9108546. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container c165a98a518d. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35164/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
[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:35164/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.96.124/tcp/35165/p2p/16Uiu2HAm3K3FCnSQwLe11cpJcJbXD2sPQfDuvonPUKxpzf4pp6Wx","/ip4/172.18.96.124/tcp/35166/ws/p2p/16Uiu2HAm3K3FCnSQwLe11cpJcJbXD2sPQfDuvonPUKxpzf4pp6Wx"],"enrUri":"enr:-L24QMuJUkPM0K5NC2dJLHqRMh892lUqZ1q34hbT76rpSGfpBzansqVtM6Lewa30k-Qv9oXX4nYVhNhXVzm1osxmjgQCgmlkgnY0gmlwhKwSYHyKbXVsdGlhZGRyc5YACASsEmB8BoldAAoErBJgfAaJXt0DgnJzhQADAQAAiXNlY3AyNTZrMaECdSp5ljVNTPnVlQgVKmv-FxJuuYCx1EA8dIjYbvhmRaWDdGNwgoldg3VkcIKJX4V3YWt1MgM"}'
|
||||
[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_2025-12-29_04-36-02__ee8220a1-1109-4bb6-8f6e-0f6f7d3d9183__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.116
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['50496', '50497', '50498', '50499', '50500']
|
||||
[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 50496:50496 -p 50497:50497 -p 50498:50498 -p 50499:50499 -p 50500:50500 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=50498 --rest-port=50496 --tcp-port=50497 --discv5-udp-port=50499 --rest-address=0.0.0.0 --nat=extip:172.18.185.116 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=01ff29d5dcb259b4a242dd5715670e83c3f1af00cb0f7af4d5f60cda77daaafd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50500 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QMuJUkPM0K5NC2dJLHqRMh892lUqZ1q34hbT76rpSGfpBzansqVtM6Lewa30k-Qv9oXX4nYVhNhXVzm1osxmjgQCgmlkgnY0gmlwhKwSYHyKbXVsdGlhZGRyc5YACASsEmB8BoldAAoErBJgfAaJXt0DgnJzhQADAQAAiXNlY3AyNTZrMaECdSp5ljVNTPnVlQgVKmv-FxJuuYCx1EA8dIjYbvhmRaWDdGNwgoldg3VkcIKJX4V3YWt1MgM --storenode=/ip4/172.18.96.124/tcp/35165/p2p/16Uiu2HAm3K3FCnSQwLe11cpJcJbXD2sPQfDuvonPUKxpzf4pp6Wx --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.185.116 waku 14fa5a94b7eac5a806eadfff8ece7cfbce4d32484672e5f9c5084883994cdfcf
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 14fa5a94b7ea. Setting up logs at ./log/docker/store_node1_2025-12-29_04-36-02__ee8220a1-1109-4bb6-8f6e-0f6f7d3d9183__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 50496
|
||||
[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:50496/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","protocolsHealth":[{"Relay":"READY"},{"Rln 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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[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:50496/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.116/tcp/50497/p2p/16Uiu2HAmAY2qauWCKGLhncjCzFMj4EdDb5R6JtUxGvuqbHtot2xk","/ip4/172.18.185.116/tcp/50498/ws/p2p/16Uiu2HAmAY2qauWCKGLhncjCzFMj4EdDb5R6JtUxGvuqbHtot2xk"],"enrUri":"enr:-L24QDKR6ZrsGabBDNr_GKIWt3ARK-YPtpx5j4FQARlA6eYVEmh9FwzWtrZ2BEiY0PloMKqg0bbGRTnBpdZzrubPB0ICgmlkgnY0gmlwhKwSuXSKbXVsdGlhZGRyc5YACASsErl0BsVBAAoErBK5dAbFQt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC4IBfnkdYhYv4jCDnO-4f6VB6jQGtqsiAgGW3PGWdlH2DdGNwgsVBg3VkcILFQ4V3YWt1MgM"}'
|
||||
[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:50496/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.96.124/tcp/35165/p2p/16Uiu2HAm3K3FCnSQwLe11cpJcJbXD2sPQfDuvonPUKxpzf4pp6Wx"]'
|
||||
[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:35164/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:50496/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:35164/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:35164/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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:35164/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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:35164/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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:35164/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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:35164/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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:35164/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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:35164/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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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_topics:test_topics.py:121 Trying to get stored msg with empty pubsub topic
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35164/store/v3/messages?includeData=true&pubsubTopic=&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":"0x9a066574e7ebb2ae67596923b974606b649cbc4334780b8b6ef04b5afc0b0b90","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982965412862096,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xc9daaceb650c8db19a0428bd9d7ad4b68823e9eaf9853ead8f02f592caab122b","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1766982965618800193,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x20fcb204313203e021cc3f87ddd7503ee9bb9b11b99535ad63c343dc2850e363","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1766982965825572758,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x0c2a9f79d0e198b0c7ee55f9e9952fac57eee024022c512e24e032beaf71ad5e","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1766982966033259179,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xe7560067570211ffc311f7e16a277c9df52aaa7fc1678492f00912cae32221c1","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1766982966240253799,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xa645b105e680cd651428b1323e59e006670bf4888cc502dbd6a83f93adc3cde6","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1766982966447711005,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x9d1a8de188589f6900ab8dd6461cfc329ac186496a5fc51b2d75c37cb392a63d","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1766982966654281371,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x9ec1df4f1dd48c6e9deb2e6cba2987a2e3a1c52abf7e9f4fa01b36ba044b3e95","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1766982966861188260,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"}]}'
|
||||
[35mDEBUG [0m tests.store.test_topics:test_topics.py:123 getting the following response when sending empty pubsub_topic {'requestId': '', 'statusCode': 200, 'statusDesc': 'OK', 'messages': [{'messageHash': '0x9a066574e7ebb2ae67596923b974606b649cbc4334780b8b6ef04b5afc0b0b90', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/myapp/1/latest/proto', 'version': 0, 'timestamp': 1766982965412862096, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0xc9daaceb650c8db19a0428bd9d7ad4b68823e9eaf9853ead8f02f592caab122b', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/waku/2/content/test.js', 'version': 0, 'timestamp': 1766982965618800193, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0x20fcb204313203e021cc3f87ddd7503ee9bb9b11b99535ad63c343dc2850e363', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/app/22/sometopic/someencoding', 'version': 0, 'timestamp': 1766982965825572758, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0x0c2a9f79d0e198b0c7ee55f9e9952fac57eee024022c512e24e032beaf71ad5e', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/toychat/2/huilong/proto', 'version': 0, 'timestamp': 1766982966033259179, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0xe7560067570211ffc311f7e16a277c9df52aaa7fc1678492f00912cae32221c1', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/statusim/1/community/cbor', 'version': 0, 'timestamp': 1766982966240253799, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0xa645b105e680cd651428b1323e59e006670bf4888cc502dbd6a83f93adc3cde6', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/app/27/sometopic/someencoding', 'version': 0, 'timestamp': 1766982966447711005, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0x9d1a8de188589f6900ab8dd6461cfc329ac186496a5fc51b2d75c37cb392a63d', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/app/29/sometopic/someencoding', 'version': 0, 'timestamp': 1766982966654281371, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0x9ec1df4f1dd48c6e9deb2e6cba2987a2e3a1c52abf7e9f4fa01b36ba044b3e95', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/app/20/sometopic/someencoding', 'version': 0, 'timestamp': 1766982966861188260, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}]}
|
||||
[35mDEBUG [0m tests.store.test_topics:test_topics.py:126 messages successfully queried with empty pubsub topic
|
||||
[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 ace08eebdd96
|
||||
[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 14fa5a94b7ea
|
||||
[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.
|
||||
84
nim/1018/data/attachments/1e4e27ca384b4cd7.txt
Normal file
84
nim/1018/data/attachments/1e4e27ca384b4cd7.txt
Normal file
@ -0,0 +1,84 @@
|
||||
2025-12-29 04:30:04.857 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:30:04.858 DEBUG [tests.conftest] Running test: test_store_with_non_hex_characters_in_hash with id: 2025-12-29_04-30-04__6f971da4-09ac-4d64-8a39-f4044ec6edf3
|
||||
2025-12-29 04:30:04.861 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:30:04.861 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-29 04:30:04.863 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2025-12-29 04:30:04.873 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:30:04.873 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-29_04-30-04__6f971da4-09ac-4d64-8a39-f4044ec6edf3__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:30:04.873 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:30:04.873 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:30:04.876 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:30:04.877 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.195.208
|
||||
2025-12-29 04:30:04.877 DEBUG [src.node.docker_mananger] Generated ports ['40463', '40464', '40465', '40466', '40467']
|
||||
2025-12-29 04:30:04.877 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:30:04.877 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:30:04.877 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:30:04.878 DEBUG [src.node.docker_mananger] docker run -i -t -p 40463:40463 -p 40464:40464 -p 40465:40465 -p 40466:40466 -p 40467:40467 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=40465 --rest-port=40463 --tcp-port=40464 --discv5-udp-port=40466 --rest-address=0.0.0.0 --nat=extip:172.18.195.208 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3fb2a6b5b871a5ade9587bfddc3bdfcaedcb7e0d7fb4cfed44dfefc32e958923 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40467 --metrics-logging=true --store=true --relay=true
|
||||
2025-12-29 04:30:05.066 ERROR [src.node.docker_mananger] Max retries reached for container 1333e85f4da3. Exiting log stream.
|
||||
2025-12-29 04:30:05.071 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.195.208 waku 70ada82fa7362290e3658dff0fddb724706267fd1beccb3fc25a0f663f40f2a8
|
||||
2025-12-29 04:30:05.104 DEBUG [src.node.docker_mananger] Container started with ID 70ada82fa736. Setting up logs at ./log/docker/publishing_node1_2025-12-29_04-30-04__6f971da4-09ac-4d64-8a39-f4044ec6edf3__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:30:05.104 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 40463
|
||||
2025-12-29 04:30:05.105 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:30:05.696 ERROR [src.node.docker_mananger] Max retries reached for container c9141500a6b5. Exiting log stream.
|
||||
2025-12-29 04:30:06.106 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40463/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:06.110 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
2025-12-29 04:30:06.110 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:30:06.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40463/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:06.112 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.195.208/tcp/40464/p2p/16Uiu2HAmGBtA3Ex5DpfhFAP2j1NweNWUkryJFHNWVn5x3wcRmQmp","/ip4/172.18.195.208/tcp/40465/ws/p2p/16Uiu2HAmGBtA3Ex5DpfhFAP2j1NweNWUkryJFHNWVn5x3wcRmQmp"],"enrUri":"enr:-L24QCdruQ2Tas4Ywrv2kCMrcyFcm-F47VWd4MqtbdXekpXHWaHKCYnIuWIJUl8RtIlDgd_oPPy1d00u-EdlAFGgQS8CgmlkgnY0gmlwhKwSw9CKbXVsdGlhZGRyc5YACASsEsPQBp4QAAoErBLD0AaeEd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDNH0P87xMevBW98DOzK9u3StYWI2GpraNtn9KFo6LzyODdGNwgp4Qg3VkcIKeEoV3YWt1MgM"}'
|
||||
2025-12-29 04:30:06.112 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:30:06.120 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:30:06.120 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-29_04-30-04__6f971da4-09ac-4d64-8a39-f4044ec6edf3__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:30:06.120 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:30:06.120 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:30:06.122 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:30:06.122 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.24.41
|
||||
2025-12-29 04:30:06.122 DEBUG [src.node.docker_mananger] Generated ports ['56961', '56962', '56963', '56964', '56965']
|
||||
2025-12-29 04:30:06.122 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:30:06.123 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:30:06.123 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:30:06.123 DEBUG [src.node.docker_mananger] docker run -i -t -p 56961:56961 -p 56962:56962 -p 56963:56963 -p 56964:56964 -p 56965:56965 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=56963 --rest-port=56961 --tcp-port=56962 --discv5-udp-port=56964 --rest-address=0.0.0.0 --nat=extip:172.18.24.41 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=805fee4a47c898b400eb8f671be409128cf8e4de579fc5c9d9dc4edecc4831d3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56965 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QCdruQ2Tas4Ywrv2kCMrcyFcm-F47VWd4MqtbdXekpXHWaHKCYnIuWIJUl8RtIlDgd_oPPy1d00u-EdlAFGgQS8CgmlkgnY0gmlwhKwSw9CKbXVsdGlhZGRyc5YACASsEsPQBp4QAAoErBLD0AaeEd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDNH0P87xMevBW98DOzK9u3StYWI2GpraNtn9KFo6LzyODdGNwgp4Qg3VkcIKeEoV3YWt1MgM --storenode=/ip4/172.18.195.208/tcp/40464/p2p/16Uiu2HAmGBtA3Ex5DpfhFAP2j1NweNWUkryJFHNWVn5x3wcRmQmp --store=true --relay=true
|
||||
2025-12-29 04:30:06.327 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.24.41 waku 12c57d294a4ce4635c439cc1c3a2d521a1a6432e4524892f2dab1b18c12e11ee
|
||||
2025-12-29 04:30:06.362 DEBUG [src.node.docker_mananger] Container started with ID 12c57d294a4c. Setting up logs at ./log/docker/store_node1_2025-12-29_04-30-04__6f971da4-09ac-4d64-8a39-f4044ec6edf3__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:30:06.364 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56961
|
||||
2025-12-29 04:30:06.365 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:30:07.366 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56961/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:07.370 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln 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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-29 04:30:07.371 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:30:07.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56961/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:07.373 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.24.41/tcp/56962/p2p/16Uiu2HAm32ARdsHUTmsrWSmoAu49ps2PpuB3szonbznGsQXiurzt","/ip4/172.18.24.41/tcp/56963/ws/p2p/16Uiu2HAm32ARdsHUTmsrWSmoAu49ps2PpuB3szonbznGsQXiurzt"],"enrUri":"enr:-L24QIS_scXlaM_Lbmi1yzxVj0z1yHODXTT2In2S89aInenNHIptpF5ppcQeZVVpLiF1C3wtP8A7TMnBFpWFkO9z4VACgmlkgnY0gmlwhKwSGCmKbXVsdGlhZGRyc5YACASsEhgpBt6CAAoErBIYKQbeg90DgnJzhQADAQAAiXNlY3AyNTZrMaECcNe4MRixxra3agTvSSDmOyI4k3lkpKeXOsmif_WbozGDdGNwgt6Cg3VkcILehIV3YWt1MgM"}'
|
||||
2025-12-29 04:30:07.373 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:30:07.374 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56961/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.195.208/tcp/40464/p2p/16Uiu2HAmGBtA3Ex5DpfhFAP2j1NweNWUkryJFHNWVn5x3wcRmQmp"]'
|
||||
2025-12-29 04:30:07.376 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:30:07.377 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40463/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-29 04:30:07.379 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:30:07.379 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56961/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-29 04:30:07.381 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:30:07.382 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:30:07.383 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40463/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)'}'
|
||||
2025-12-29 04:30:07.388 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:30:07.389 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:30:07.589 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:30:07.590 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40463/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)'}'
|
||||
2025-12-29 04:30:07.595 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:30:07.596 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:30:07.797 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:30:07.797 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40463/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)'}'
|
||||
2025-12-29 04:30:07.803 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:30:07.803 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:30:08.004 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:30:08.004 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40463/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)'}'
|
||||
2025-12-29 04:30:08.010 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:30:08.011 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:30:08.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40463/store/v3/messages?hashes=%23%23%23%20INVALID%20HASH%20%23%23%23&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:08.214 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:40463/store/v3/messages?hashes=%23%23%23%20INVALID%20HASH%20%23%23%23&pageSize=50&ascending=true. Response content: b'Exception converting hex string to bytes: # is not a hexadecimal character'
|
||||
2025-12-29 04:30:08.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56961/store/v3/messages?hashes=%23%23%23%20INVALID%20HASH%20%23%23%23&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:30:08.217 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:56961/store/v3/messages?hashes=%23%23%23%20INVALID%20HASH%20%23%23%23&pageSize=50&ascending=true. Response content: b'Exception converting hex string to bytes: # is not a hexadecimal character'
|
||||
2025-12-29 04:30:08.219 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:30:08.220 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:30:08.220 DEBUG [src.node.waku_node] Stopping container with id 70ada82fa736
|
||||
2025-12-29 04:30:08.765 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:30:08.765 DEBUG [src.node.waku_node] Stopping container with id 12c57d294a4c
|
||||
2025-12-29 04:30:09.367 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:30:09.368 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:30:09.375 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:30:09.382 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
329
nim/1018/data/attachments/1eb42dce0670f898.txt
Normal file
329
nim/1018/data/attachments/1eb42dce0670f898.txt
Normal file
@ -0,0 +1,329 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_filter_subscribe_to_29_content_topics_in_separate_calls with id: 2025-12-29_04-23-08__68096c02-4a41-4160-a1bf-68987e84b9bf
|
||||
[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_2025-12-29_04-23-08__68096c02-4a41-4160-a1bf-68987e84b9bf__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.150.158
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['47228', '47229', '47230', '47231', '47232']
|
||||
[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 47228:47228 -p 47229:47229 -p 47230:47230 -p 47231:47231 -p 47232:47232 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=47230 --rest-port=47228 --tcp-port=47229 --discv5-udp-port=47231 --rest-address=0.0.0.0 --nat=extip:172.18.150.158 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=adafc887cffef69fb89fa92fde2bacaf30c9fc3d181a58a31ec96130bf5d6ad6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47232 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.150.158 waku 030062908ef197c44b5cd3819e256d7a9f84fb9bbee3c509c512ec77ac457a50
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 030062908ef1. Setting up logs at ./log/docker/node1_2025-12-29_04-23-08__68096c02-4a41-4160-a1bf-68987e84b9bf__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 47228
|
||||
[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 6ed2e4927b3e. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 7550fbb09f32. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47228/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
[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:47228/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.150.158/tcp/47229/p2p/16Uiu2HAm51866khDuTSGMV2hZvqYhwBPxsv4a4TyScKCcABxT3xN","/ip4/172.18.150.158/tcp/47230/ws/p2p/16Uiu2HAm51866khDuTSGMV2hZvqYhwBPxsv4a4TyScKCcABxT3xN"],"enrUri":"enr:-L24QL33OkjCoBf2K9M4NVOciv_QUTeBtfoEkZBHYybJwSHiJMri3XUPA4biuSSeK5mjEKgdF1x1oMEM3O7wSLi2yX0CgmlkgnY0gmlwhKwSlp6KbXVsdGlhZGRyc5YACASsEpaeBrh9AAoErBKWnga4ft0DgnJzhQADAQAAiXNlY3AyNTZrMaECjkreylQrCo4Z0MpbuYqMiVriCXuzDwoWXsPtyVldUFODdGNwgrh9g3VkcIK4f4V3YWt1MgU"}'
|
||||
[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_2025-12-29_04-23-08__68096c02-4a41-4160-a1bf-68987e84b9bf__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.130
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['62325', '62326', '62327', '62328', '62329']
|
||||
[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 62325:62325 -p 62326:62326 -p 62327:62327 -p 62328:62328 -p 62329:62329 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=62327 --rest-port=62325 --tcp-port=62326 --discv5-udp-port=62328 --rest-address=0.0.0.0 --nat=extip:172.18.135.130 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e93bd525a12eeeb71260045f3ab0affa7df4107b1fbdbc8b8f3904ada799663f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62329 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QL33OkjCoBf2K9M4NVOciv_QUTeBtfoEkZBHYybJwSHiJMri3XUPA4biuSSeK5mjEKgdF1x1oMEM3O7wSLi2yX0CgmlkgnY0gmlwhKwSlp6KbXVsdGlhZGRyc5YACASsEpaeBrh9AAoErBKWnga4ft0DgnJzhQADAQAAiXNlY3AyNTZrMaECjkreylQrCo4Z0MpbuYqMiVriCXuzDwoWXsPtyVldUFODdGNwgrh9g3VkcIK4f4V3YWt1MgU --filternode=/ip4/172.18.150.158/tcp/47229/p2p/16Uiu2HAm51866khDuTSGMV2hZvqYhwBPxsv4a4TyScKCcABxT3xN
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.135.130 waku 99783adb2e88a340d3fbcd14247d5a4670a074cb290de0cb00f2a52c7a74f719
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 99783adb2e88. Setting up logs at ./log/docker/node2_2025-12-29_04-23-08__68096c02-4a41-4160-a1bf-68987e84b9bf__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 62325
|
||||
[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:62325/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","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln 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":"READY"}]}'
|
||||
[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:62325/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.130/tcp/62326/p2p/16Uiu2HAm2VVcmkCGBvhUufRkU23SGgqB2yhWhMhtEYJk3dLSoiri","/ip4/172.18.135.130/tcp/62327/ws/p2p/16Uiu2HAm2VVcmkCGBvhUufRkU23SGgqB2yhWhMhtEYJk3dLSoiri"],"enrUri":"enr:-L24QBiderl3-EUrHEa6klB5DTjbYPSIzehahPfWcRM8Pi8keLDr0g0rm8YmePkWgSLIjSGypspsaudv0qyRJy4DRL8CgmlkgnY0gmlwhKwSh4KKbXVsdGlhZGRyc5YACASsEoeCBvN2AAoErBKHggbzd90DgnJzhQADAQAAiXNlY3AyNTZrMaECaPxqNXFENTDpP6TwnQ3tkEGFnj25ueErQaIrfC8t6aeDdGNwgvN2g3VkcILzeIV3YWt1MgA"}'
|
||||
[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:62325/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.150.158/tcp/47229/p2p/16Uiu2HAm51866khDuTSGMV2hZvqYhwBPxsv4a4TyScKCcABxT3xN"]'
|
||||
[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:47228/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:62325/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "38f1c5b2-35db-49f2-bc17-3fa19479a96f", "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":"38f1c5b2-35db-49f2-bc17-3fa19479a96f","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:62325/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["0"], "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:62325/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["1"], "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:62325/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["2"], "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:62325/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["3"], "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:62325/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["4"], "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:62325/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["5"], "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:62325/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["6"], "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:62325/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["7"], "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:62325/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["8"], "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:62325/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["9"], "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:62325/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["10"], "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:62325/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["11"], "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:62325/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["12"], "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:62325/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["13"], "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:62325/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["14"], "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:62325/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["15"], "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:62325/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["16"], "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:62325/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["17"], "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:62325/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["18"], "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:62325/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["19"], "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:62325/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["20"], "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:62325/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["21"], "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:62325/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["22"], "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:62325/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["23"], "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:62325/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["24"], "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:62325/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["25"], "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:62325/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["26"], "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:62325/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["27"], "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:62325/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["28"], "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"}'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_create:test_subscribe_create.py:68 Running test with content topic 0
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47228/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "0", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:62325/filter/v2/messages/0" -H "Content-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":"0","version":0,"timestamp":1766982191243703798,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_create:test_subscribe_create.py:68 Running test with content topic 1
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47228/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "1", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:62325/filter/v2/messages/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'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"1","version":0,"timestamp":1766982191363358238,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_create:test_subscribe_create.py:68 Running test with content topic 2
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47228/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "2", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:62325/filter/v2/messages/2" -H "Content-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":"2","version":0,"timestamp":1766982191480544063,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_create:test_subscribe_create.py:68 Running test with content topic 3
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47228/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "3", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:62325/filter/v2/messages/3" -H "Content-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":"3","version":0,"timestamp":1766982191597990539,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_create:test_subscribe_create.py:68 Running test with content topic 4
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47228/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:62325/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":1766982191714992529,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_create:test_subscribe_create.py:68 Running test with content topic 5
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47228/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "5", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:62325/filter/v2/messages/5" -H "Content-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":"5","version":0,"timestamp":1766982191831993852,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_create:test_subscribe_create.py:68 Running test with content topic 6
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47228/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "6", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:62325/filter/v2/messages/6" -H "Content-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":"6","version":0,"timestamp":1766982191949446916,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_create:test_subscribe_create.py:68 Running test with content topic 7
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47228/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "7", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:62325/filter/v2/messages/7" -H "Content-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":"7","version":0,"timestamp":1766982192066847856,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_create:test_subscribe_create.py:68 Running test with content topic 8
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47228/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "8", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:62325/filter/v2/messages/8" -H "Content-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":"8","version":0,"timestamp":1766982192183795130,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_create:test_subscribe_create.py:68 Running test with content topic 9
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47228/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "9", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:62325/filter/v2/messages/9" -H "Content-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":"9","version":0,"timestamp":1766982192300987770,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_create:test_subscribe_create.py:68 Running test with content topic 10
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47228/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "10", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:62325/filter/v2/messages/10" -H "Content-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":"10","version":0,"timestamp":1766982192418186728,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_create:test_subscribe_create.py:68 Running test with content topic 11
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47228/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "11", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:62325/filter/v2/messages/11" -H "Content-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":"11","version":0,"timestamp":1766982192535468305,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_create:test_subscribe_create.py:68 Running test with content topic 12
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47228/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "12", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:62325/filter/v2/messages/12" -H "Content-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":"12","version":0,"timestamp":1766982192652642513,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_create:test_subscribe_create.py:68 Running test with content topic 13
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47228/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "13", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:62325/filter/v2/messages/13" -H "Content-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":"13","version":0,"timestamp":1766982192769923513,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_create:test_subscribe_create.py:68 Running test with content topic 14
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47228/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "14", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:62325/filter/v2/messages/14" -H "Content-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":"14","version":0,"timestamp":1766982192887701027,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_create:test_subscribe_create.py:68 Running test with content topic 15
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47228/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "15", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:62325/filter/v2/messages/15" -H "Content-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":"15","version":0,"timestamp":1766982193004929743,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_create:test_subscribe_create.py:68 Running test with content topic 16
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47228/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "16", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:62325/filter/v2/messages/16" -H "Content-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":"16","version":0,"timestamp":1766982193121677143,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_create:test_subscribe_create.py:68 Running test with content topic 17
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47228/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "17", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:62325/filter/v2/messages/17" -H "Content-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":"17","version":0,"timestamp":1766982193238715929,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_create:test_subscribe_create.py:68 Running test with content topic 18
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47228/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "18", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:62325/filter/v2/messages/18" -H "Content-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":"18","version":0,"timestamp":1766982193355398666,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_create:test_subscribe_create.py:68 Running test with content topic 19
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47228/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "19", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:62325/filter/v2/messages/19" -H "Content-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":"19","version":0,"timestamp":1766982193472229163,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_create:test_subscribe_create.py:68 Running test with content topic 20
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47228/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "20", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:62325/filter/v2/messages/20" -H "Content-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":"20","version":0,"timestamp":1766982193589490603,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_create:test_subscribe_create.py:68 Running test with content topic 21
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47228/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "21", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:62325/filter/v2/messages/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":"21","version":0,"timestamp":1766982193708495366,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_create:test_subscribe_create.py:68 Running test with content topic 22
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47228/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "22", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:62325/filter/v2/messages/22" -H "Content-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":"22","version":0,"timestamp":1766982193826023957,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_create:test_subscribe_create.py:68 Running test with content topic 23
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47228/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "23", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:62325/filter/v2/messages/23" -H "Content-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":"23","version":0,"timestamp":1766982193943470340,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_create:test_subscribe_create.py:68 Running test with content topic 24
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47228/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "24", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:62325/filter/v2/messages/24" -H "Content-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":"24","version":0,"timestamp":1766982194060920948,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_create:test_subscribe_create.py:68 Running test with content topic 25
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47228/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "25", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:62325/filter/v2/messages/25" -H "Content-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":"25","version":0,"timestamp":1766982194179328899,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_create:test_subscribe_create.py:68 Running test with content topic 26
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47228/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "26", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:62325/filter/v2/messages/26" -H "Content-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":"26","version":0,"timestamp":1766982194296946109,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_create:test_subscribe_create.py:68 Running test with content topic 27
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47228/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:62325/filter/v2/messages/27" -H "Content-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":"27","version":0,"timestamp":1766982194413689730,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_create:test_subscribe_create.py:68 Running test with content topic 28
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47228/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "28", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:62325/filter/v2/messages/28" -H "Content-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":"28","version":0,"timestamp":1766982194530399287,"ephemeral":false}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:62325/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["rate limited"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
[1m[31mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 429 Client Error: Too Many Requests for url: http://127.0.0.1:62325/filter/v2/subscriptions. Response content: b'{"requestId":"1","statusDesc":"filter request rejected due rate limit exceeded"}'
|
||||
[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 030062908ef1
|
||||
[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 99783adb2e88
|
||||
[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.
|
||||
106
nim/1018/data/attachments/1eb4fe6aa38100b6.txt
Normal file
106
nim/1018/data/attachments/1eb4fe6aa38100b6.txt
Normal file
@ -0,0 +1,106 @@
|
||||
2025-12-29 04:26:26.415 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:26:26.415 DEBUG [tests.conftest] Running test: test_admin_peers_mesh_on_shard_contains_node2 with id: 2025-12-29_04-26-26__cec46a7c-1752-4913-88dd-c5cffead0319
|
||||
2025-12-29 04:26:26.416 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:26:26.416 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-29 04:26:26.416 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-29 04:26:26.422 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:26:26.422 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-29_04-26-26__cec46a7c-1752-4913-88dd-c5cffead0319__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:26:26.427 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:26:26.427 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-29_04-26-26__cec46a7c-1752-4913-88dd-c5cffead0319__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:26:26.433 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:26:26.433 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-29_04-26-26__cec46a7c-1752-4913-88dd-c5cffead0319__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:26:26.438 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:26:26.438 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2025-12-29_04-26-26__cec46a7c-1752-4913-88dd-c5cffead0319__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:26:26.438 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-29 04:26:26.439 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-29 04:26:26.439 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:26:26.440 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:26:26.441 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:26:26.441 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.232.153
|
||||
2025-12-29 04:26:26.441 DEBUG [src.node.docker_mananger] Generated ports ['49618', '49619', '49620', '49621', '49622']
|
||||
2025-12-29 04:26:26.442 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:26:26.442 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:26:26.442 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:26:26.442 DEBUG [src.node.docker_mananger] docker run -i -t -p 49618:49618 -p 49619:49619 -p 49620:49620 -p 49621:49621 -p 49622:49622 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=49620 --rest-port=49618 --tcp-port=49619 --discv5-udp-port=49621 --rest-address=0.0.0.0 --nat=extip:172.18.232.153 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=d9dcfecb4ebe89ed8dab3eec537c53fb59e8a22edabe9dac89f3ec8bebbdf9cf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49622 --metrics-logging=true --relay=true --dns-discovery=false
|
||||
2025-12-29 04:26:26.616 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.232.153 waku c341f152c82269085b0d0019a648e0ca9cf8beb5cf4b7b7811c34cfc982cb5d2
|
||||
2025-12-29 04:26:26.645 DEBUG [src.node.docker_mananger] Container started with ID c341f152c822. Setting up logs at ./log/docker/node1_2025-12-29_04-26-26__cec46a7c-1752-4913-88dd-c5cffead0319__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:26:26.645 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 49618
|
||||
2025-12-29 04:26:26.645 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:26:26.690 ERROR [src.node.docker_mananger] Max retries reached for container 64198d30dcec. Exiting log stream.
|
||||
2025-12-29 04:26:27.221 ERROR [src.node.docker_mananger] Max retries reached for container 5a487c39751e. Exiting log stream.
|
||||
2025-12-29 04:26:27.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49618/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:27.648 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
2025-12-29 04:26:27.649 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:26:27.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49618/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:27.651 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.232.153/tcp/49619/p2p/16Uiu2HAmDUvhz1Y5uGxUTCkYNhgn7Y4JhyMrbyhmiFina9fu4scS","/ip4/172.18.232.153/tcp/49620/ws/p2p/16Uiu2HAmDUvhz1Y5uGxUTCkYNhgn7Y4JhyMrbyhmiFina9fu4scS"],"enrUri":"enr:-La4QBg8uhplBBQftomQwqKQdbxp6eBu1hFXMNxzaSSKILd-cSBGbIXFfO1t3UHDHoTKUccgx1hSegjeluV0bmBthS4CgmlkgnY0gmlwhKwS6JmKbXVsdGlhZGRyc5YACASsEuiZBsHTAAoErBLomQbB1N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDDEfCawgGJzMrdGEnU0G8Iuh6FV4npKaT1tdLf-3xyAeDdGNwgsHThXdha3UyAQ"}'
|
||||
2025-12-29 04:26:27.651 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:26:27.651 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:26:27.651 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:26:27.653 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:26:27.653 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.148.85
|
||||
2025-12-29 04:26:27.653 DEBUG [src.node.docker_mananger] Generated ports ['32004', '32005', '32006', '32007', '32008']
|
||||
2025-12-29 04:26:27.653 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:26:27.653 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:26:27.653 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:26:27.653 DEBUG [src.node.docker_mananger] docker run -i -t -p 32004:32004 -p 32005:32005 -p 32006:32006 -p 32007:32007 -p 32008:32008 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=32006 --rest-port=32004 --tcp-port=32005 --discv5-udp-port=32007 --rest-address=0.0.0.0 --nat=extip:172.18.148.85 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=ccef34373ed7f548facbaf01ef84fddfdc25986e90b6b7cae70bffff7f88bc6f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32008 --metrics-logging=true --relay=true --dns-discovery=false --discv5-bootstrap-node=enr:-La4QBg8uhplBBQftomQwqKQdbxp6eBu1hFXMNxzaSSKILd-cSBGbIXFfO1t3UHDHoTKUccgx1hSegjeluV0bmBthS4CgmlkgnY0gmlwhKwS6JmKbXVsdGlhZGRyc5YACASsEuiZBsHTAAoErBLomQbB1N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDDEfCawgGJzMrdGEnU0G8Iuh6FV4npKaT1tdLf-3xyAeDdGNwgsHThXdha3UyAQ
|
||||
2025-12-29 04:26:27.833 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.148.85 waku 3dd0f17e4f48b1cdb7bbb0efc68ad9979a5b30740bd1de9a25c89df991bebcac
|
||||
2025-12-29 04:26:27.861 DEBUG [src.node.docker_mananger] Container started with ID 3dd0f17e4f48. Setting up logs at ./log/docker/node2_2025-12-29_04-26-26__cec46a7c-1752-4913-88dd-c5cffead0319__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:26:27.861 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 32004
|
||||
2025-12-29 04:26:27.862 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:26:28.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:28.865 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
2025-12-29 04:26:28.865 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:26:28.865 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32004/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:28.867 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.148.85/tcp/32005/p2p/16Uiu2HAmBvfsoKFxDax9JTie6KN8W7PHDyqsJSynnKfzVV79asE4","/ip4/172.18.148.85/tcp/32006/ws/p2p/16Uiu2HAmBvfsoKFxDax9JTie6KN8W7PHDyqsJSynnKfzVV79asE4"],"enrUri":"enr:-La4QPBM-d2UbvgVoHXdx1XB3JjY9FF5q7yOyV7SencrcDXZe3f1VJexplWGPH9NV4tvnwEKJ5ejc_c_uq5XW6JBpukCgmlkgnY0gmlwhKwSlFWKbXVsdGlhZGRyc5YACASsEpRVBn0FAAoErBKUVQZ9Bt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC9Si3qW-RwbPW0PvGUoXc_Kbzm_YSSWS-dYpi3UXpZ2WDdGNwgn0FhXdha3UyAQ"}'
|
||||
2025-12-29 04:26:28.867 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:26:28.868 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:26:28.868 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:26:28.869 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:26:28.869 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.229.43
|
||||
2025-12-29 04:26:28.869 DEBUG [src.node.docker_mananger] Generated ports ['56998', '56999', '57000', '57001', '57002']
|
||||
2025-12-29 04:26:28.870 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:26:28.870 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:26:28.870 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:26:28.870 DEBUG [src.node.docker_mananger] docker run -i -t -p 56998:56998 -p 56999:56999 -p 57000:57000 -p 57001:57001 -p 57002:57002 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=57000 --rest-port=56998 --tcp-port=56999 --discv5-udp-port=57001 --rest-address=0.0.0.0 --nat=extip:172.18.229.43 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=13eac84c674673daaa58da45ec6fc0f0a49b1ffa3b45c968b9aba19fdacd42cd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57002 --metrics-logging=true --relay=true --dns-discovery=false --discv5-bootstrap-node=enr:-La4QBg8uhplBBQftomQwqKQdbxp6eBu1hFXMNxzaSSKILd-cSBGbIXFfO1t3UHDHoTKUccgx1hSegjeluV0bmBthS4CgmlkgnY0gmlwhKwS6JmKbXVsdGlhZGRyc5YACASsEuiZBsHTAAoErBLomQbB1N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDDEfCawgGJzMrdGEnU0G8Iuh6FV4npKaT1tdLf-3xyAeDdGNwgsHThXdha3UyAQ
|
||||
2025-12-29 04:26:29.066 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.229.43 waku 0c1f81adbb5af5080790f0e662accf1e1afb2419da1968c7951fa7f60819a0e9
|
||||
2025-12-29 04:26:29.097 DEBUG [src.node.docker_mananger] Container started with ID 0c1f81adbb5a. Setting up logs at ./log/docker/node3_2025-12-29_04-26-26__cec46a7c-1752-4913-88dd-c5cffead0319__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:26:29.098 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56998
|
||||
2025-12-29 04:26:29.098 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:26:30.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56998/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:30.101 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
2025-12-29 04:26:30.101 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:26:30.101 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56998/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:30.103 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.229.43/tcp/56999/p2p/16Uiu2HAmNPmujv8YawqxuaA1V7yHbJ34i1pMRD3eji8mAqoJALNG","/ip4/172.18.229.43/tcp/57000/ws/p2p/16Uiu2HAmNPmujv8YawqxuaA1V7yHbJ34i1pMRD3eji8mAqoJALNG"],"enrUri":"enr:-La4QJg7CzMVh3kPrN2dO3CkCa07y4QPBVY7IMSkIYBSyx5FeZPYfO0XBPRr1EDOCY2v08nVDY6ljjzj6GLac6nEXRQCgmlkgnY0gmlwhKwS5SuKbXVsdGlhZGRyc5YACASsEuUrBt6nAAoErBLlKwbeqN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDkK8XMgBQme8aVW8ZirZvGwW9AHvPn-jjbM1JzYTiezWDdGNwgt6nhXdha3UyAQ"}'
|
||||
2025-12-29 04:26:30.104 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:26:30.104 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49618/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.148.85/tcp/32005/p2p/16Uiu2HAmBvfsoKFxDax9JTie6KN8W7PHDyqsJSynnKfzVV79asE4"]'
|
||||
2025-12-29 04:26:30.136 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:26:30.139 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32004/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.232.153/tcp/49619/p2p/16Uiu2HAmDUvhz1Y5uGxUTCkYNhgn7Y4JhyMrbyhmiFina9fu4scS"]'
|
||||
2025-12-29 04:26:30.149 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:26:30.150 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49618/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.229.43/tcp/56999/p2p/16Uiu2HAmNPmujv8YawqxuaA1V7yHbJ34i1pMRD3eji8mAqoJALNG"]'
|
||||
2025-12-29 04:26:30.173 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:26:30.174 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56998/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.232.153/tcp/49619/p2p/16Uiu2HAmDUvhz1Y5uGxUTCkYNhgn7Y4JhyMrbyhmiFina9fu4scS"]'
|
||||
2025-12-29 04:26:30.188 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:26:30.188 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49618/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-29 04:26:30.191 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:26:30.191 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32004/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-29 04:26:30.194 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:26:30.194 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56998/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-29 04:26:30.196 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:26:30.196 DEBUG [tests.rest_flags.test_admin_flags] mesh topic=/waku/2/rs/3/0, target peers={'/ip4/172.18.148.85/tcp/32005/p2p/16Uiu2HAmBvfsoKFxDax9JTie6KN8W7PHDyqsJSynnKfzVV79asE4', '/ip4/172.18.229.43/tcp/56999/p2p/16Uiu2HAmNPmujv8YawqxuaA1V7yHbJ34i1pMRD3eji8mAqoJALNG'}
|
||||
2025-12-29 04:26:30.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49618/admin/v1/peers/mesh/on/0" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:26:30.199 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"shard":0,"peers":[{"multiaddr":"/ip4/172.18.229.43/tcp/56999/p2p/16Uiu2HAmNPmujv8YawqxuaA1V7yHbJ34i1pMRD3eji8mAqoJALNG","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":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin","score":0.0},{"multiaddr":"/ip4/172.18.148.85/tcp/32005/p2p/16Uiu2HAmBvfsoKFxDax9JTie6KN8W7PHDyqsJSynnKfzVV79asE4","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":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin","score":0.0}]}'
|
||||
2025-12-29 04:26:30.199 DEBUG [tests.rest_flags.test_admin_flags] Node-1 mesh on the shard {'shard': 0, 'peers': [{'multiaddr': '/ip4/172.18.229.43/tcp/56999/p2p/16Uiu2HAmNPmujv8YawqxuaA1V7yHbJ34i1pMRD3eji8mAqoJALNG', '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': 'nwaku-v0.36.0-124-g96196a', 'origin': 'UnknownOrigin', 'score': 0.0}, {'multiaddr': '/ip4/172.18.148.85/tcp/32005/p2p/16Uiu2HAmBvfsoKFxDax9JTie6KN8W7PHDyqsJSynnKfzVV79asE4', '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': 'nwaku-v0.36.0-124-g96196a', 'origin': 'UnknownOrigin', 'score': 0.0}]}
|
||||
2025-12-29 04:26:30.199 DEBUG [tests.rest_flags.test_admin_flags] Validate the schema variables
|
||||
2025-12-29 04:26:30.201 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:26:30.202 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:26:30.202 DEBUG [src.node.waku_node] Stopping container with id c341f152c822
|
||||
2025-12-29 04:26:30.756 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:26:30.757 DEBUG [src.node.waku_node] Stopping container with id 3dd0f17e4f48
|
||||
2025-12-29 04:26:31.269 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:26:31.269 DEBUG [src.node.waku_node] Stopping container with id 0c1f81adbb5a
|
||||
2025-12-29 04:26:31.569 ERROR [src.node.docker_mananger] Max retries reached for container c341f152c822. Exiting log stream.
|
||||
2025-12-29 04:26:31.790 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:26:31.791 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:26:31.799 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:26:31.804 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:26:31.808 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
216
nim/1018/data/attachments/1ec4b8c84f34ff31.txt
Normal file
216
nim/1018/data/attachments/1ec4b8c84f34ff31.txt
Normal file
@ -0,0 +1,216 @@
|
||||
2025-12-29 04:34:48.774 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:34:48.774 DEBUG [tests.conftest] Running test: test_unsubscribe_from_all_content_topics_one_by_one with id: 2025-12-29_04-34-48__29ed33fe-697a-4be5-a6ce-5188cfc038e9
|
||||
2025-12-29 04:34:48.774 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:34:48.774 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-29 04:34:48.775 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2025-12-29 04:34:48.781 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:34:48.782 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-29_04-34-48__29ed33fe-697a-4be5-a6ce-5188cfc038e9__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:34:48.782 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:34:48.782 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:34:48.783 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:34:48.783 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.116.8
|
||||
2025-12-29 04:34:48.783 DEBUG [src.node.docker_mananger] Generated ports ['64936', '64937', '64938', '64939', '64940']
|
||||
2025-12-29 04:34:48.784 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:34:48.784 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:34:48.784 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:34:48.784 DEBUG [src.node.docker_mananger] docker run -i -t -p 64936:64936 -p 64937:64937 -p 64938:64938 -p 64939:64939 -p 64940:64940 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=64938 --rest-port=64936 --tcp-port=64937 --discv5-udp-port=64939 --rest-address=0.0.0.0 --nat=extip:172.18.116.8 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=cde2dbacff1e2aaf343ff99f030ae680f3aea3bfba20ff1374ce2a56b2d49ecd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64940 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2025-12-29 04:34:48.965 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.116.8 waku 18aec2763af54de4444c7ae5d1eb507a1257ae145ec40c265f2a5a0d7306bc19
|
||||
2025-12-29 04:34:48.997 DEBUG [src.node.docker_mananger] Container started with ID 18aec2763af5. Setting up logs at ./log/docker/node1_2025-12-29_04-34-48__29ed33fe-697a-4be5-a6ce-5188cfc038e9__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:34:48.997 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 64936
|
||||
2025-12-29 04:34:48.998 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:34:49.102 ERROR [src.node.docker_mananger] Max retries reached for container 1d391699e1b6. Exiting log stream.
|
||||
2025-12-29 04:34:49.576 ERROR [src.node.docker_mananger] Max retries reached for container eb6c51d9ef04. Exiting log stream.
|
||||
2025-12-29 04:34:49.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64936/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:50.002 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
2025-12-29 04:34:50.002 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:34:50.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64936/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:50.005 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.116.8/tcp/64937/p2p/16Uiu2HAmLsubkwnK1e92rfEA2eTsbDzoiETHvoLUTvQpY5Wedh2F","/ip4/172.18.116.8/tcp/64938/ws/p2p/16Uiu2HAmLsubkwnK1e92rfEA2eTsbDzoiETHvoLUTvQpY5Wedh2F"],"enrUri":"enr:-L24QBs-O-mfgj9-44bwKINbQxJjkXquNFr03zTFa0fsSAoaGCIpft9ywQLeR-xFsHvg85Rl_Gjl1FmRPQpYHIfTs-UCgmlkgnY0gmlwhKwSdAiKbXVsdGlhZGRyc5YACASsEnQIBv2pAAoErBJ0CAb9qt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDeiysql5L-NP5TPQof8yvyl8OsJXGBcXH71hKq7fjqXiDdGNwgv2pg3VkcIL9q4V3YWt1MgU"}'
|
||||
2025-12-29 04:34:50.005 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:34:50.011 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:34:50.011 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-29_04-34-48__29ed33fe-697a-4be5-a6ce-5188cfc038e9__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:34:50.012 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:34:50.012 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:34:50.013 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:34:50.013 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.211.54
|
||||
2025-12-29 04:34:50.013 DEBUG [src.node.docker_mananger] Generated ports ['1395', '1396', '1397', '1398', '1399']
|
||||
2025-12-29 04:34:50.013 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:34:50.014 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:34:50.014 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:34:50.014 DEBUG [src.node.docker_mananger] docker run -i -t -p 1395:1395 -p 1396:1396 -p 1397:1397 -p 1398:1398 -p 1399:1399 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=1397 --rest-port=1395 --tcp-port=1396 --discv5-udp-port=1398 --rest-address=0.0.0.0 --nat=extip:172.18.211.54 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=877a5a0aa44dbdb5e7e2ddddbe3cb6ae2991cf98e8baf640f87ccdac1e09cafa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1399 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBs-O-mfgj9-44bwKINbQxJjkXquNFr03zTFa0fsSAoaGCIpft9ywQLeR-xFsHvg85Rl_Gjl1FmRPQpYHIfTs-UCgmlkgnY0gmlwhKwSdAiKbXVsdGlhZGRyc5YACASsEnQIBv2pAAoErBJ0CAb9qt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDeiysql5L-NP5TPQof8yvyl8OsJXGBcXH71hKq7fjqXiDdGNwgv2pg3VkcIL9q4V3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2025-12-29 04:34:50.204 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.211.54 waku 17521c4670e5ca413223f8ed5fae8c0dc1984f7a6ebb6c2f6bb2383c4ac5884b
|
||||
2025-12-29 04:34:50.234 DEBUG [src.node.docker_mananger] Container started with ID 17521c4670e5. Setting up logs at ./log/docker/node2_2025-12-29_04-34-48__29ed33fe-697a-4be5-a6ce-5188cfc038e9__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:34:50.234 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1395
|
||||
2025-12-29 04:34:50.235 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:34:51.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1395/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:51.252 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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":"READY"}]}'
|
||||
2025-12-29 04:34:51.253 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:34:51.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1395/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:51.260 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.211.54/tcp/1396/p2p/16Uiu2HAmPSFPtPgV1MLQeBm8KLEjcsa65EJXE46yYvTbSpTqnhcp","/ip4/172.18.211.54/tcp/1397/ws/p2p/16Uiu2HAmPSFPtPgV1MLQeBm8KLEjcsa65EJXE46yYvTbSpTqnhcp"],"enrUri":"enr:-L24QISDLRGuMEp6Sbqd7ADhKClRugWBNHSYgOohOQ6SldMaWnwYIw-I7nZsCmHq779ooKHBUimDpSPB-p70c3mby3ICgmlkgnY0gmlwhKwS0zaKbXVsdGlhZGRyc5YACASsEtM2BgV0AAoErBLTNgYFdd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDoC0EUIw8sax_gYjW5rmaSUlxSk-PGNe7ksmJqNbZEkWDdGNwggV0g3VkcIIFdoV3YWt1MgE"}'
|
||||
2025-12-29 04:34:51.260 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:34:51.261 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1395/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.116.8/tcp/64937/p2p/16Uiu2HAmLsubkwnK1e92rfEA2eTsbDzoiETHvoLUTvQpY5Wedh2F"]'
|
||||
2025-12-29 04:34:51.264 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:51.264 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64936/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"]'
|
||||
2025-12-29 04:34:51.271 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:51.272 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1395/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"]'
|
||||
2025-12-29 04:34:51.285 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:51.287 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64936/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:34:51.295 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:51.296 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-29 04:34:51.396 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:34:51.397 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64936/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:51.399 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982891287014149,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:34:51.401 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:34:51.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1395/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:51.404 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982891287014149,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:34:51.405 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64936/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:34:51.410 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:51.410 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-29 04:34:51.510 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:34:51.511 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64936/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:51.514 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1766982891405711023,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:34:51.515 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:34:51.516 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1395/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:51.518 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1766982891405711023,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:34:51.520 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64936/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:34:51.524 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:51.525 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-29 04:34:51.625 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:34:51.626 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64936/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:51.628 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1766982891520009040,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:34:51.630 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:34:51.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1395/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:51.632 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1766982891520009040,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:34:51.634 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64936/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:34:51.639 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:51.639 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-29 04:34:51.740 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:34:51.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64936/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:51.743 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1766982891634290559,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:34:51.744 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:34:51.744 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1395/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:51.747 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1766982891634290559,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:34:51.748 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64936/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:34:51.753 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:51.754 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-29 04:34:51.854 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:34:51.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64936/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:51.857 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1766982891748816538,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:34:51.859 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:34:51.859 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1395/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:51.862 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1766982891748816538,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:34:51.863 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64936/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:34:51.868 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:51.868 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-29 04:34:51.969 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:34:51.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64936/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:51.972 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1766982891863630022,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:34:51.974 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:34:51.975 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1395/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:51.978 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1766982891863630022,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:34:51.980 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64936/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:34:51.984 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:51.985 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-29 04:34:52.085 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:34:52.086 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64936/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:52.088 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1766982891979869977,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:34:52.090 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:34:52.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1395/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:52.093 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1766982891979869977,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:34:52.094 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64936/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:34:52.098 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:52.098 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-29 04:34:52.199 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:34:52.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64936/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:52.203 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1766982892094541314,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:34:52.204 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:34:52.204 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1395/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:52.206 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1766982892094541314,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:34:52.208 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:64936/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
||||
2025-12-29 04:34:52.212 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:52.213 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:1395/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
||||
2025-12-29 04:34:52.218 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:52.219 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:64936/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
||||
2025-12-29 04:34:52.223 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:52.224 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:1395/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
||||
2025-12-29 04:34:52.228 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:52.229 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:64936/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/22/sometopic/someencoding"]'
|
||||
2025-12-29 04:34:52.233 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:52.234 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:1395/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/22/sometopic/someencoding"]'
|
||||
2025-12-29 04:34:52.238 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:52.238 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:64936/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
|
||||
2025-12-29 04:34:52.242 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:52.243 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:1395/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
|
||||
2025-12-29 04:34:52.247 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:52.248 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:64936/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/statusim/1/community/cbor"]'
|
||||
2025-12-29 04:34:52.252 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:52.253 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:1395/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/statusim/1/community/cbor"]'
|
||||
2025-12-29 04:34:52.257 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:52.258 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:64936/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/27/sometopic/someencoding"]'
|
||||
2025-12-29 04:34:52.263 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:52.264 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:1395/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/27/sometopic/someencoding"]'
|
||||
2025-12-29 04:34:52.267 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:52.267 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:64936/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/29/sometopic/someencoding"]'
|
||||
2025-12-29 04:34:52.272 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:52.273 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:1395/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/29/sometopic/someencoding"]'
|
||||
2025-12-29 04:34:52.277 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:52.278 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:64936/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/20/sometopic/someencoding"]'
|
||||
2025-12-29 04:34:52.283 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:52.284 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:1395/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/20/sometopic/someencoding"]'
|
||||
2025-12-29 04:34:52.288 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:52.289 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64936/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:34:52.292 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:52.292 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-29 04:34:52.392 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:34:52.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64936/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:52.395 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:64936/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto. Response content: b'/myapp/1/latest/proto'
|
||||
2025-12-29 04:34:52.397 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64936/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:34:52.400 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:52.400 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-29 04:34:52.500 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:34:52.501 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64936/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:52.503 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:64936/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js. Response content: b'/waku/2/content/test.js'
|
||||
2025-12-29 04:34:52.505 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64936/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:34:52.508 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:52.508 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-29 04:34:52.608 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:34:52.609 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64936/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:52.611 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:64936/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding. Response content: b'/app/22/sometopic/someencoding'
|
||||
2025-12-29 04:34:52.613 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64936/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:34:52.616 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:52.616 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-29 04:34:52.716 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:34:52.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64936/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:52.720 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:64936/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto. Response content: b'/toychat/2/huilong/proto'
|
||||
2025-12-29 04:34:52.721 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64936/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:34:52.724 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:52.724 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-29 04:34:52.824 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:34:52.825 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64936/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:52.827 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:64936/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor. Response content: b'/statusim/1/community/cbor'
|
||||
2025-12-29 04:34:52.829 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64936/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:34:52.831 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:52.832 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-29 04:34:52.932 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:34:52.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64936/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:52.935 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:64936/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding. Response content: b'/app/27/sometopic/someencoding'
|
||||
2025-12-29 04:34:52.937 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64936/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:34:52.939 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:52.939 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-29 04:34:53.040 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:34:53.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64936/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:53.043 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:64936/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding. Response content: b'/app/29/sometopic/someencoding'
|
||||
2025-12-29 04:34:53.045 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64936/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:34:53.047 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:53.048 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-29 04:34:53.148 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:34:53.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64936/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:53.151 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:64936/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding. Response content: b'/app/20/sometopic/someencoding'
|
||||
2025-12-29 04:34:53.154 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:34:53.155 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:34:53.155 DEBUG [src.node.waku_node] Stopping container with id 18aec2763af5
|
||||
2025-12-29 04:34:53.702 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:34:53.702 DEBUG [src.node.waku_node] Stopping container with id 17521c4670e5
|
||||
2025-12-29 04:34:54.233 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:34:54.235 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:34:54.250 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:34:54.261 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
34
nim/1018/data/attachments/1ed5284dadfe6bfc.txt
Normal file
34
nim/1018/data/attachments/1ed5284dadfe6bfc.txt
Normal file
@ -0,0 +1,34 @@
|
||||
WRN 2025-12-29 04:29:19.845+00:00 whether to mount storeSync is not specified, defaulting to not mounting topics="waku conf builder" tid=1 file=waku_conf_builder.nim:429
|
||||
bSubscribeShards: some(@[0])
|
||||
INF 2025-12-29 04:29:19.845+00:00 Sharding configuration: topics="waku conf builder" tid=1 file=waku_conf_builder.nim:464 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
|
||||
INF 2025-12-29 04:29:19.845+00:00 Configuration: Enabled protocols topics="waku conf" tid=1 file=waku_conf.nim:151 relay=false rlnRelay=false store=false filter=false lightPush=true peerExchange=true rendezvous=true
|
||||
INF 2025-12-29 04:29:19.845+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:160 cluster=3
|
||||
INF 2025-12-29 04:29:19.845+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:163 shard=0
|
||||
INF 2025-12-29 04:29:19.845+00:00 Configuration. Bootstrap nodes topics="waku conf" tid=1 file=waku_conf.nim:167 node=enr:-L24QBjwGl5f9653pAHLcj2FnS1jYiECW5LGo-82p6ELmWQCPpK5OuBJePLh0MNzWkWfkKB4cbHxsuvl9imdjyMKXZECgmlkgnY0gmlwhKwSZ4uKbXVsdGlhZGRyc5YACASsEmeLBgjQAAoErBJniwYI0d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDfDZ-ok-N57c6vIo13mzfgwm1RN7AgCAik3zew3bY6iaDdGNwggjQg3VkcIII0oV3YWt1Mg0
|
||||
NTC 2025-12-29 04:29:19.845+00:00 REST service started tid=1 file=server.nim:183 address=0.0.0.0:64053
|
||||
INF 2025-12-29 04:29:19.845+00:00 Starting REST HTTP server tid=1 file=builder.nim:112 url=http://0.0.0.0:64053/
|
||||
INF 2025-12-29 04:29:19.847+00:00 Setting up storage tid=1 file=node_factory.nim:503
|
||||
INF 2025-12-29 04:29:19.847+00:00 Initializing node tid=1 file=node_factory.nim:512
|
||||
TRC 2025-12-29 04:29:19.848+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/id/1.0.0]"
|
||||
TRC 2025-12-29 04:29:19.848+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/autonat/1.0.0]"
|
||||
TRC 2025-12-29 04:29:19.848+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/circuit/relay/0.2.0/hop, /libp2p/circuit/relay/0.1.0]"
|
||||
TRC 2025-12-29 04:29:19.848+00:00 no peer storage found tid=1 file=peer_manager.nim:1130
|
||||
INF 2025-12-29 04:29:19.848+00:00 Initializing networking tid=1 file=waku_node.nim:178 addrs="@[/ip4/172.18.92.171/tcp/64054, /ip4/172.18.92.171/tcp/64055/ws]"
|
||||
INF 2025-12-29 04:29:19.848+00:00 Mounting protocols tid=1 file=node_factory.nim:518
|
||||
INF 2025-12-29 04:29:19.848+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards=[]
|
||||
TRC 2025-12-29 04:29:19.848+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/metadata/1.0.0]"
|
||||
INF 2025-12-29 04:29:19.848+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
|
||||
INF 2025-12-29 04:29:19.848+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
|
||||
INF 2025-12-29 04:29:19.848+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:252 clusterId=3 shardCount=1
|
||||
INF 2025-12-29 04:29:19.848+00:00 Shards created from content topics tid=1 file=node_factory.nim:309 contentTopics=[] shards=[]
|
||||
INF 2025-12-29 04:29:19.848+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:377
|
||||
INF 2025-12-29 04:29:19.848+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:207 clusterId=3 shards=[] capabilities=[] wakuPeerRecord="(peerId: 16U*wvJRcm, seqNo: 1766982559, addresses: [/ip4/172.18.92.171/tcp/64054, /ip4/172.18.92.171/tcp/64055/ws], mixKey: )"
|
||||
TRC 2025-12-29 04:29:19.848+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/rendezvous/1.0.0]"
|
||||
INF 2025-12-29 04:29:19.848+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:365
|
||||
INF 2025-12-29 04:29:19.848+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
|
||||
INF 2025-12-29 04:29:19.848+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
|
||||
TRC 2025-12-29 04:29:19.848+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/ping/1.0.0]"
|
||||
INF 2025-12-29 04:29:19.848+00:00 mounting light push topics="waku node lightpush api" tid=1 file=lightpush.nim:154
|
||||
ERR 2025-12-29 04:29:19.848+00:00 Mounting protocols failed tid=1 file=node_factory.nim:522 error="failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
|
||||
ERR 2025-12-29 04:29:19.848+00:00 Failed setting up node topics="wakunode main" tid=1 file=waku.nim:187 error="Mounting protocols failed: failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
|
||||
ERR 2025-12-29 04:29:19.848+00:00 Waku initialization failed topics="wakunode main" tid=1 file=wakunode2.nim:56 error="Failed setting up node: Mounting protocols failed: failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
|
||||
283
nim/1018/data/attachments/1f30f67a41aadb5a.txt
Normal file
283
nim/1018/data/attachments/1f30f67a41aadb5a.txt
Normal file
@ -0,0 +1,283 @@
|
||||
[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_30_new_content_topics with id: 2025-12-29_04-21-29__1be27d4a-12a3-40f9-8ee8-930feba747cb
|
||||
[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_2025-12-29_04-21-29__1be27d4a-12a3-40f9-8ee8-930feba747cb__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.169.12
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['52684', '52685', '52686', '52687', '52688']
|
||||
[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 52684:52684 -p 52685:52685 -p 52686:52686 -p 52687:52687 -p 52688:52688 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=52686 --rest-port=52684 --tcp-port=52685 --discv5-udp-port=52687 --rest-address=0.0.0.0 --nat=extip:172.18.169.12 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cfcef7e831ed7efa3aeefd593db00fbdc58ed82b8c2b8df0778abebad3eecdee --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52688 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.169.12 waku e4de5b6aae967c2df3ca8a246ae29bad7fa05f39a6f6d6a60f3ef51a6952eac5
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID e4de5b6aae96. Setting up logs at ./log/docker/node1_2025-12-29_04-21-29__1be27d4a-12a3-40f9-8ee8-930feba747cb__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 52684
|
||||
[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 7bc009aeaa2e. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 9443ab4c9094. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52684/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
[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:52684/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.169.12/tcp/52685/p2p/16Uiu2HAm5oCUPuQ1mWRgjoskWd4f2GMteFDqFKFrMV3ZW6ZjCJN8","/ip4/172.18.169.12/tcp/52686/ws/p2p/16Uiu2HAm5oCUPuQ1mWRgjoskWd4f2GMteFDqFKFrMV3ZW6ZjCJN8"],"enrUri":"enr:-L24QFNhd43_0NjQ54idMevxxmG8Ek3U5vDvkTYX3e3Vw46OejHxqvflNidjKhEzCg0I8mLwLDsXf1xVpfrPhrw7_m0CgmlkgnY0gmlwhKwSqQyKbXVsdGlhZGRyc5YACASsEqkMBs3NAAoErBKpDAbNzt0DgnJzhQADAQAAiXNlY3AyNTZrMaECmhiLgmm2dyn8pEKr8DEHqMWlRdn9jP8sH9SfQKhtQEWDdGNwgs3Ng3VkcILNz4V3YWt1MgU"}'
|
||||
[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_2025-12-29_04-21-29__1be27d4a-12a3-40f9-8ee8-930feba747cb__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.22
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['25956', '25957', '25958', '25959', '25960']
|
||||
[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 25956:25956 -p 25957:25957 -p 25958:25958 -p 25959:25959 -p 25960:25960 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=25958 --rest-port=25956 --tcp-port=25957 --discv5-udp-port=25959 --rest-address=0.0.0.0 --nat=extip:172.18.152.22 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b39bbd991b1fa4955e78dc7dc3a7ff0f98536bbad0a87e7901ed5e8863593feb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25960 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QFNhd43_0NjQ54idMevxxmG8Ek3U5vDvkTYX3e3Vw46OejHxqvflNidjKhEzCg0I8mLwLDsXf1xVpfrPhrw7_m0CgmlkgnY0gmlwhKwSqQyKbXVsdGlhZGRyc5YACASsEqkMBs3NAAoErBKpDAbNzt0DgnJzhQADAQAAiXNlY3AyNTZrMaECmhiLgmm2dyn8pEKr8DEHqMWlRdn9jP8sH9SfQKhtQEWDdGNwgs3Ng3VkcILNz4V3YWt1MgU --filternode=/ip4/172.18.169.12/tcp/52685/p2p/16Uiu2HAm5oCUPuQ1mWRgjoskWd4f2GMteFDqFKFrMV3ZW6ZjCJN8
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.152.22 waku 2c6dfc67d7a4019d4c59e1399d3b59fa5645e8ea3b3d1fb6c1b9465fb55e147d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 2c6dfc67d7a4. Setting up logs at ./log/docker/node2_2025-12-29_04-21-29__1be27d4a-12a3-40f9-8ee8-930feba747cb__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 25956
|
||||
[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:25956/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","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln 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":"READY"}]}'
|
||||
[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:25956/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.22/tcp/25957/p2p/16Uiu2HAm64z5KEDcNnbn11rTX3Rwza2L5SSwb8x4JyXk16A2rSDa","/ip4/172.18.152.22/tcp/25958/ws/p2p/16Uiu2HAm64z5KEDcNnbn11rTX3Rwza2L5SSwb8x4JyXk16A2rSDa"],"enrUri":"enr:-L24QIqLLd0PWprs5uidoG1uDAjYDytKh81FxOS4lCMTaIW-cYFWM-8CxhpK3v2dOGf45zqqEmjhzgMJ5MMz38Xvn00CgmlkgnY0gmlwhKwSmBaKbXVsdGlhZGRyc5YACASsEpgWBmVlAAoErBKYFgZlZt0DgnJzhQADAQAAiXNlY3AyNTZrMaECniPRyzALQ_RZmQWohwzqoiefJR8PJ6w0LG0rQ81rqvWDdGNwgmVlg3VkcIJlZ4V3YWt1MgA"}'
|
||||
[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:25956/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.169.12/tcp/52685/p2p/16Uiu2HAm5oCUPuQ1mWRgjoskWd4f2GMteFDqFKFrMV3ZW6ZjCJN8"]'
|
||||
[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:52684/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:25956/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "901b799f-fd4c-4e57-9c20-e2da296e6da0", "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":"901b799f-fd4c-4e57-9c20-e2da296e6da0","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X PUT "http://127.0.0.1:25956/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["Hello World!", "1234567890", "{\"key\": \"value\"}", "\u8fd9\u662f\u4e00\u4e9b\u4e2d\u6587", "\ud83d\ude80\ud83c\udf1f\u2728", "Lorem ipsum dolor sit amet", "<html><body>Hello</body></html>", "\u041f\u0440\u0438\u0432\u0435\u0442", "Base64==dGVzdA==", "d29ya2luZyB3aXRoIGJpbmFyeSBkYXRh: PQ", "\t\nSpecial\tCharacters\n", "False", "3.1415926535", "[1, 2, 3, 4, 5]", "0xDEADBEEF", "user@example.com", "http://example.com", "2023-11-01T12:00:00Z", "\"Escaped\" \\\"quotes\\\"", "Regular expression: ^[a-z0-9_-]{3,16}$", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "{\"name\": \"John\", \"age\": 30, \"city\": \"New York\"}", "/usr/local/bin", "C:\\Windows\\System32", "SELECT * FROM users WHERE id = 1;", "function test() { console.log('Hello World'); }", "body { background-color: #fff; }", "print('Hello World')", "192.168.1.1", "www.example.com"], "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:52684/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:25956/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":1766982091631694956,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 Running test with content topic A simple string
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52684/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:25956/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":1766982091750840101,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 Running test with content topic An integer
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52684/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:25956/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":1766982091866482412,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 Running test with content topic A dictionary
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52684/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:25956/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":1766982091982396591,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 Running test with content topic Chinese characters
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52684/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:25956/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":1766982092098260029,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 Running test with content topic Emojis
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52684/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:25956/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":1766982092214502808,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 Running test with content topic Lorem ipsum text
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52684/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "Lorem ipsum dolor sit amet", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:25956/filter/v2/messages/Lorem%20ipsum%20dolor%20sit%20amet" -H "Content-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":"Lorem ipsum dolor sit amet","version":0,"timestamp":1766982092331482869,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 Running test with content topic HTML content
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52684/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "<html><body>Hello</body></html>", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:25956/filter/v2/messages/%3Chtml%3E%3Cbody%3EHello%3C%2Fbody%3E%3C%2Fhtml%3E" -H "Content-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":"<html><body>Hello</body></html>","version":0,"timestamp":1766982092447365905,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 Running test with content topic Cyrillic characters
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52684/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "\u041f\u0440\u0438\u0432\u0435\u0442", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:25956/filter/v2/messages/%D0%9F%D1%80%D0%B8%D0%B2%D0%B5%D1%82" -H "Content-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":"\xd0\x9f\xd1\x80\xd0\xb8\xd0\xb2\xd0\xb5\xd1\x82","version":0,"timestamp":1766982092563762679,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 Running test with content topic Base64 encoded string
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52684/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "Base64==dGVzdA==", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:25956/filter/v2/messages/Base64%3D%3DdGVzdA%3D%3D" -H "Content-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":"Base64==dGVzdA==","version":0,"timestamp":1766982092679742305,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 Running test with content topic Binary data
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52684/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "d29ya2luZyB3aXRoIGJpbmFyeSBkYXRh: PQ", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:25956/filter/v2/messages/d29ya2luZyB3aXRoIGJpbmFyeSBkYXRh%3A%20PQ" -H "Content-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":"d29ya2luZyB3aXRoIGJpbmFyeSBkYXRh: PQ","version":0,"timestamp":1766982092796033165,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 Running test with content topic Special characters with whitespace
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52684/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "\t\nSpecial\tCharacters\n", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:25956/filter/v2/messages/%09%0ASpecial%09Characters%0A" -H "Content-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":"\\t\\nSpecial\\tCharacters\\n","version":0,"timestamp":1766982092912102956,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 Running test with content topic Boolean false as a string
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52684/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "False", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:25956/filter/v2/messages/False" -H "Content-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":"False","version":0,"timestamp":1766982093028221554,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 Running test with content topic A float number
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52684/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "3.1415926535", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:25956/filter/v2/messages/3.1415926535" -H "Content-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":"3.1415926535","version":0,"timestamp":1766982093143903172,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 Running test with content topic A list
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52684/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "[1, 2, 3, 4, 5]", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:25956/filter/v2/messages/%5B1%2C%202%2C%203%2C%204%2C%205%5D" -H "Content-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":"[1, 2, 3, 4, 5]","version":0,"timestamp":1766982093260089161,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 Running test with content topic Hexadecimal number as a string
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52684/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "0xDEADBEEF", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:25956/filter/v2/messages/0xDEADBEEF" -H "Content-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":"0xDEADBEEF","version":0,"timestamp":1766982093376118762,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 Running test with content topic Email format
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52684/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "user@example.com", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:25956/filter/v2/messages/user%40example.com" -H "Content-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":"user@example.com","version":0,"timestamp":1766982093492083190,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 Running test with content topic URL format
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52684/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "http://example.com", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:25956/filter/v2/messages/http%3A%2F%2Fexample.com" -H "Content-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":"http://example.com","version":0,"timestamp":1766982093607876385,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 Running test with content topic Date and time in ISO format
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52684/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "2023-11-01T12:00:00Z", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:25956/filter/v2/messages/2023-11-01T12%3A00%3A00Z" -H "Content-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":"2023-11-01T12:00:00Z","version":0,"timestamp":1766982093724140717,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 Running test with content topic String with escaped quotes
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52684/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "\"Escaped\" \\\"quotes\\\"", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:25956/filter/v2/messages/%22Escaped%22%20%5C%22quotes%5C%22" -H "Content-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":"\\"Escaped\\" \\\\\\"quotes\\\\\\"","version":0,"timestamp":1766982093840018537,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 Running test with content topic A regular expression
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52684/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "Regular expression: ^[a-z0-9_-]{3,16}$", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:25956/filter/v2/messages/Regular%20expression%3A%20%5E%5Ba-z0-9_-%5D%7B3%2C16%7D%24" -H "Content-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":"Regular expression: ^[a-z0-9_-]{3,16}$","version":0,"timestamp":1766982093955404258,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 Running test with content topic A very long string
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52684/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:25956/filter/v2/messages/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" -H "Content-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":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","version":0,"timestamp":1766982094071829896,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 Running test with content topic A JSON string
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52684/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "{\"name\": \"John\", \"age\": 30, \"city\": \"New York\"}", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:25956/filter/v2/messages/%7B%22name%22%3A%20%22John%22%2C%20%22age%22%3A%2030%2C%20%22city%22%3A%20%22New%20York%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":"{\\"name\\": \\"John\\", \\"age\\": 30, \\"city\\": \\"New York\\"}","version":0,"timestamp":1766982094189615418,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 Running test with content topic A Unix path
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52684/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/usr/local/bin", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:25956/filter/v2/messages/%2Fusr%2Flocal%2Fbin" -H "Content-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":"/usr/local/bin","version":0,"timestamp":1766982094305757677,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 Running test with content topic A Windows path
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52684/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "C:\\Windows\\System32", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:25956/filter/v2/messages/C%3A%5CWindows%5CSystem32" -H "Content-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":"C:\\\\Windows\\\\System32","version":0,"timestamp":1766982094421284623,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 Running test with content topic An SQL query
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52684/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "SELECT * FROM users WHERE id = 1;", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:25956/filter/v2/messages/SELECT%20%2A%20FROM%20users%20WHERE%20id%20%3D%201%3B" -H "Content-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":"SELECT * FROM users WHERE id = 1;","version":0,"timestamp":1766982094537658972,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 Running test with content topic JavaScript code snippet
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52684/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "function test() { console.log('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:25956/filter/v2/messages/function%20test%28%29%20%7B%20console.log%28%27Hello%20World%27%29%3B%20%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":"function test() { console.log(\'Hello World\'); }","version":0,"timestamp":1766982094653832496,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 Running test with content topic A CSS snippet
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52684/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "body { background-color: #fff; }", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:25956/filter/v2/messages/body%20%7B%20background-color%3A%20%23fff%3B%20%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":"body { background-color: #fff; }","version":0,"timestamp":1766982094770115382,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 Running test with content topic A Python one-liner
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52684/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "print('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:25956/filter/v2/messages/print%28%27Hello%20World%27%29" -H "Content-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":"print(\'Hello World\')","version":0,"timestamp":1766982094886274324,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 Running test with content topic An IP address
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52684/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "192.168.1.1", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:25956/filter/v2/messages/192.168.1.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'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"192.168.1.1","version":0,"timestamp":1766982095002413339,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 Running test with content topic A domain name
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52684/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "www.example.com", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:25956/filter/v2/messages/www.example.com" -H "Content-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":"www.example.com","version":0,"timestamp":1766982095118191083,"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 e4de5b6aae96
|
||||
[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 2c6dfc67d7a4
|
||||
[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.
|
||||
105
nim/1018/data/attachments/1fbbb0420ab8f5a5.txt
Normal file
105
nim/1018/data/attachments/1fbbb0420ab8f5a5.txt
Normal file
@ -0,0 +1,105 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_store_lightpushed_message with id: 2025-12-29_04-30-48__c67f4340-d1b8-4493-a2ac-198b9000532f
|
||||
[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_2025-12-29_04-30-48__c67f4340-d1b8-4493-a2ac-198b9000532f__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.154.227
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['20248', '20249', '20250', '20251', '20252']
|
||||
[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 20248:20248 -p 20249:20249 -p 20250:20250 -p 20251:20251 -p 20252:20252 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=20250 --rest-port=20248 --tcp-port=20249 --discv5-udp-port=20251 --rest-address=0.0.0.0 --nat=extip:172.18.154.227 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=adcf05d98fb6cbb3b0c4d3c6edcdbe265cdabcdfb528a73cf6065ccacaab36aa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=20252 --metrics-logging=true --store=true --relay=true --lightpush=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.154.227 waku 3673f58c20500a67ab7daded77d84c38288556a466394adcb49895719bbf156a
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 3673f58c2050. Setting up logs at ./log/docker/publishing_node1_2025-12-29_04-30-48__c67f4340-d1b8-4493-a2ac-198b9000532f__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 20248
|
||||
[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 c78822c49614. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 4defde626265. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20248/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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":"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"}]}'
|
||||
[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:20248/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.154.227/tcp/20249/p2p/16Uiu2HAkxejSVC5uzTHyVvb3YCdhFWQLD12XmxH1fGcC4KjGcwwY","/ip4/172.18.154.227/tcp/20250/ws/p2p/16Uiu2HAkxejSVC5uzTHyVvb3YCdhFWQLD12XmxH1fGcC4KjGcwwY"],"enrUri":"enr:-L24QLRadUCkSMpV1OfEisDFa0s6LwB18vVr78ulnFtZvPk9LTt5ClSrvM2CF-y2uxpWJB5LLSS90u3ORjDGN8kDRiACgmlkgnY0gmlwhKwSmuOKbXVsdGlhZGRyc5YACASsEprjBk8ZAAoErBKa4wZPGt0DgnJzhQADAQAAiXNlY3AyNTZrMaECL-uGFziKDdnwGR2w8IY980vDmEvMBdiYIyRC0jZMipuDdGNwgk8Zg3VkcIJPG4V3YWt1Mgs"}'
|
||||
[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/publishing_node2_2025-12-29_04-30-48__c67f4340-d1b8-4493-a2ac-198b9000532f__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.216
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['39762', '39763', '39764', '39765', '39766']
|
||||
[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 39762:39762 -p 39763:39763 -p 39764:39764 -p 39765:39765 -p 39766:39766 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=39764 --rest-port=39762 --tcp-port=39763 --discv5-udp-port=39765 --rest-address=0.0.0.0 --nat=extip:172.18.177.216 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7c323dac2f9bfaaff77d9a8c89a7caace50ec774ce4dba9b9bf7ee7dfa85defb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39766 --metrics-logging=true --store=false --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.177.216 waku 1e32d7a9f5c84cf00c6f284684aef0d40ab5c23489c8cbeb3cd55c40fb5f8441
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 1e32d7a9f5c8. Setting up logs at ./log/docker/publishing_node2_2025-12-29_04-30-48__c67f4340-d1b8-4493-a2ac-198b9000532f__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 39762
|
||||
[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:39762/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
[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:39762/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.216/tcp/39763/p2p/16Uiu2HAm7YhdR8Zsj5DAJJW4atFjuTq544qGY4aCLJJgi1mwD84U","/ip4/172.18.177.216/tcp/39764/ws/p2p/16Uiu2HAm7YhdR8Zsj5DAJJW4atFjuTq544qGY4aCLJJgi1mwD84U"],"enrUri":"enr:-L24QHZD1JJVRFCNmpP_iKT_k24oDq2gRPPa2p4Ae3bkjQwpDTRbOIWgTd-HGjdpWCBSaFW5WQZF0zMKQCOL6ghTMHQCgmlkgnY0gmlwhKwSsdiKbXVsdGlhZGRyc5YACASsErHYBptTAAoErBKx2AabVN0DgnJzhQADAQAAiXNlY3AyNTZrMaECtBksRjS9-fqwSzyCjsEn9A51jr_x_bXbwuJEwfAYKwWDdGNwgptTg3VkcIKbVYV3YWt1MgE"}'
|
||||
[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:39762/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.154.227/tcp/20249/p2p/16Uiu2HAkxejSVC5uzTHyVvb3YCdhFWQLD12XmxH1fGcC4KjGcwwY"]'
|
||||
[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/store_node1_2025-12-29_04-30-48__c67f4340-d1b8-4493-a2ac-198b9000532f__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.206.27
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['27166', '27167', '27168', '27169', '27170']
|
||||
[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 27166:27166 -p 27167:27167 -p 27168:27168 -p 27169:27169 -p 27170:27170 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=27168 --rest-port=27166 --tcp-port=27167 --discv5-udp-port=27169 --rest-address=0.0.0.0 --nat=extip:172.18.206.27 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8ffa7a3b9f5cedafd33ba37ed8d6cdab8be572265fa91ca96e21aeaa22cacc9f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27170 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QLRadUCkSMpV1OfEisDFa0s6LwB18vVr78ulnFtZvPk9LTt5ClSrvM2CF-y2uxpWJB5LLSS90u3ORjDGN8kDRiACgmlkgnY0gmlwhKwSmuOKbXVsdGlhZGRyc5YACASsEprjBk8ZAAoErBKa4wZPGt0DgnJzhQADAQAAiXNlY3AyNTZrMaECL-uGFziKDdnwGR2w8IY980vDmEvMBdiYIyRC0jZMipuDdGNwgk8Zg3VkcIJPG4V3YWt1Mgs --storenode=/ip4/172.18.154.227/tcp/20249/p2p/16Uiu2HAkxejSVC5uzTHyVvb3YCdhFWQLD12XmxH1fGcC4KjGcwwY --store=false --relay=true --lightpush=true --lightpushnode=/ip4/172.18.154.227/tcp/20249/p2p/16Uiu2HAkxejSVC5uzTHyVvb3YCdhFWQLD12XmxH1fGcC4KjGcwwY
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.206.27 waku c0efc028d1d6bca4580ebbee98de89fa9e0dd55a7d874080a84693209e31d39e
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c0efc028d1d6. Setting up logs at ./log/docker/store_node1_2025-12-29_04-30-48__c67f4340-d1b8-4493-a2ac-198b9000532f__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 27166
|
||||
[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:27166/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[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:27166/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.206.27/tcp/27167/p2p/16Uiu2HAmDjLf8YM669Q74zbHWGaHVnV6PXtAqKDm3WE88YovMrHP","/ip4/172.18.206.27/tcp/27168/ws/p2p/16Uiu2HAmDjLf8YM669Q74zbHWGaHVnV6PXtAqKDm3WE88YovMrHP"],"enrUri":"enr:-L24QJMlS9z4UBYdw7Jq3S4bqGnFvLClXkGMpvaq9nlcaKrOEUIYreC5bkyE0FQZdvpEz117oiudc7F4lCWppggm418CgmlkgnY0gmlwhKwSzhuKbXVsdGlhZGRyc5YACASsEs4bBmofAAoErBLOGwZqIN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDD_j417-wB2SDWLnxlFL0WW3Sb--a2hNUAhFE4ke7EgqDdGNwgmofg3VkcIJqIYV3YWt1Mgk"}'
|
||||
[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:27166/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.154.227/tcp/20249/p2p/16Uiu2HAkxejSVC5uzTHyVvb3YCdhFWQLD12XmxH1fGcC4KjGcwwY"]'
|
||||
[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:27166/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.177.216/tcp/39763/p2p/16Uiu2HAm7YhdR8Zsj5DAJJW4atFjuTq544qGY4aCLJJgi1mwD84U"]'
|
||||
[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:20248/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:39762/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:27166/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:27166/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1766982652082449999}}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:20248/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":"0x4157167095273dd474557c291b96b7a6c4414a8a82f5ddb4848df5f822241f7c"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 1
|
||||
[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:27166/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":"baf876e7faef6474f4c4","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x4157167095273dd474557c291b96b7a6c4414a8a82f5ddb4848df5f822241f7c"}]}'
|
||||
[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 3673f58c2050
|
||||
[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 1e32d7a9f5c8
|
||||
[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 c0efc028d1d6
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 3673f58c2050. 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.
|
||||
116
nim/1018/data/attachments/1fbdd56b679c2466.txt
Normal file
116
nim/1018/data/attachments/1fbdd56b679c2466.txt
Normal file
@ -0,0 +1,116 @@
|
||||
2025-12-29 04:25:45.180 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:25:45.181 DEBUG [tests.conftest] Running test: test_metrics_initial_value with id: 2025-12-29_04-25-45__426f444c-2fcd-47a0-89ab-0c960eeac158
|
||||
2025-12-29 04:25:45.181 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:25:45.181 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-29 04:25:45.181 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-29 04:25:45.181 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-29 04:25:45.182 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-29 04:25:45.188 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:25:45.188 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-29_04-25-45__426f444c-2fcd-47a0-89ab-0c960eeac158__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:25:45.189 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:25:45.189 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:25:45.190 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:25:45.190 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.36.69
|
||||
2025-12-29 04:25:45.190 DEBUG [src.node.docker_mananger] Generated ports ['23647', '23648', '23649', '23650', '23651']
|
||||
2025-12-29 04:25:45.190 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:25:45.191 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:25:45.191 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:25:45.191 DEBUG [src.node.docker_mananger] docker run -i -t -p 23647:23647 -p 23648:23648 -p 23649:23649 -p 23650:23650 -p 23651:23651 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=23649 --rest-port=23647 --tcp-port=23648 --discv5-udp-port=23650 --rest-address=0.0.0.0 --nat=extip:172.18.36.69 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d6ea2c6fc6ccfa35431e47313c71d9d3cf47c39dbcfecfc4c780548d8dac3c83 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23651 --metrics-logging=true --relay=true --filter=true --store=true --lightpush=true
|
||||
2025-12-29 04:25:45.388 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.36.69 waku e84ad65beee2a3ccfe3dce0b4ca6b971f0868238d41bcd8a28b2e52d6083f71f
|
||||
2025-12-29 04:25:45.430 DEBUG [src.node.docker_mananger] Container started with ID e84ad65beee2. Setting up logs at ./log/docker/node1_2025-12-29_04-25-45__426f444c-2fcd-47a0-89ab-0c960eeac158__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:25:45.432 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23647
|
||||
2025-12-29 04:25:45.432 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:25:46.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23647/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:46.436 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
2025-12-29 04:25:46.436 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:25:46.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23647/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:46.438 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.36.69/tcp/23648/p2p/16Uiu2HAm8d5jFgg9LYD2zgftnHi2hKDPHTVG9q9kMBMFNGssDmDs","/ip4/172.18.36.69/tcp/23649/ws/p2p/16Uiu2HAm8d5jFgg9LYD2zgftnHi2hKDPHTVG9q9kMBMFNGssDmDs"],"enrUri":"enr:-L24QF_vjFpiopxAVyvKWYWFl-VoCE1ROnDJgadzsEi8SbejC2t6aFJPd0Pr6VoBf7IlxQQgHRl9d2TItRhA_YRMkWsCgmlkgnY0gmlwhKwSJEWKbXVsdGlhZGRyc5YACASsEiRFBlxgAAoErBIkRQZcYd0DgnJzhQADAQAAiXNlY3AyNTZrMaECxBQsIUFjr6sokoRSyGS_REgm2vN3-40-S98-UqPoDZqDdGNwglxgg3VkcIJcYoV3YWt1Mg8"}'
|
||||
2025-12-29 04:25:46.438 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:25:46.439 DEBUG [src.libs.common] Sleeping for 5 seconds
|
||||
2025-12-29 04:25:51.450 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:25:51.451 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:25:51.451 DEBUG [src.node.waku_node] Stopping container with id e84ad65beee2
|
||||
2025-12-29 04:25:51.976 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:25:51.976 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:25:51.979 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:25:51.981 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
||||
2025-12-29 04:25:51.981 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
||||
2025-12-29 04:25:51.981 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2025-12-29_04-25-45__426f444c-2fcd-47a0-89ab-0c960eeac158__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:25:51.984 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:25:51.985 DEBUG [tests.conftest] Running test: test_metrics_initial_value with id: 2025-12-29_04-25-51__2179f11d-5975-470f-a0ab-c9f10bd6765e
|
||||
2025-12-29 04:25:51.985 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:25:51.985 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-29 04:25:51.985 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-29 04:25:51.986 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-29 04:25:51.986 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-29 04:25:51.992 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:25:51.992 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-29_04-25-51__2179f11d-5975-470f-a0ab-c9f10bd6765e__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:25:51.992 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:25:51.992 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:25:51.994 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:25:51.994 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.153.67
|
||||
2025-12-29 04:25:51.994 DEBUG [src.node.docker_mananger] Generated ports ['58151', '58152', '58153', '58154', '58155']
|
||||
2025-12-29 04:25:51.994 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:25:51.994 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:25:51.994 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:25:51.995 DEBUG [src.node.docker_mananger] docker run -i -t -p 58151:58151 -p 58152:58152 -p 58153:58153 -p 58154:58154 -p 58155:58155 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=58153 --rest-port=58151 --tcp-port=58152 --discv5-udp-port=58154 --rest-address=0.0.0.0 --nat=extip:172.18.153.67 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cdadea595f3ade0be0fc5be6dafc4cf8680be79aca8ec55e0fb542d1c3fffab8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58155 --metrics-logging=true --relay=true --filter=true --store=true --lightpush=true
|
||||
2025-12-29 04:25:52.170 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.153.67 waku a4ecec59aae438cafdc14b89f4a8b8edf60469d3c1c5834e3e85ce7ba4c88949
|
||||
2025-12-29 04:25:52.200 DEBUG [src.node.docker_mananger] Container started with ID a4ecec59aae4. Setting up logs at ./log/docker/node1_2025-12-29_04-25-51__2179f11d-5975-470f-a0ab-c9f10bd6765e__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:25:52.200 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 58151
|
||||
2025-12-29 04:25:52.201 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:25:52.790 ERROR [src.node.docker_mananger] Max retries reached for container e84ad65beee2. Exiting log stream.
|
||||
2025-12-29 04:25:53.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58151/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:53.205 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
2025-12-29 04:25:53.205 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:25:53.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58151/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:53.208 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.153.67/tcp/58152/p2p/16Uiu2HAkuvSG5Cxz5Z65F2Ai5FGFrGR6vQUq2Y7eke5VH3sCt6jp","/ip4/172.18.153.67/tcp/58153/ws/p2p/16Uiu2HAkuvSG5Cxz5Z65F2Ai5FGFrGR6vQUq2Y7eke5VH3sCt6jp"],"enrUri":"enr:-L24QKEeWYvj2vpxrP70RjqB3lYCspUaKZPHj18UEy9m_8-9Ei92Qxla8wc3GH3SbhUQYBSaHmWGevkxx2QYra4_gOUCgmlkgnY0gmlwhKwSmUOKbXVsdGlhZGRyc5YACASsEplDBuMoAAoErBKZQwbjKd0DgnJzhQADAQAAiXNlY3AyNTZrMaECB15Uu4BHSnt9KtYAB0zqfcX79pXon2ixkjDBspsyPs-DdGNwguMog3VkcILjKoV3YWt1Mg8"}'
|
||||
2025-12-29 04:25:53.208 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:25:53.208 DEBUG [src.libs.common] Sleeping for 5 seconds
|
||||
2025-12-29 04:25:58.220 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:25:58.221 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:25:58.221 DEBUG [src.node.waku_node] Stopping container with id a4ecec59aae4
|
||||
2025-12-29 04:25:58.723 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:25:58.723 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:25:58.726 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:25:58.728 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
||||
2025-12-29 04:25:58.728 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
||||
2025-12-29 04:25:58.728 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2025-12-29_04-25-51__2179f11d-5975-470f-a0ab-c9f10bd6765e__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:25:58.731 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:25:58.732 DEBUG [tests.conftest] Running test: test_metrics_initial_value with id: 2025-12-29_04-25-58__2ee5006a-77a9-49d0-b488-b07be821e14c
|
||||
2025-12-29 04:25:58.732 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:25:58.732 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-29 04:25:58.732 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-29 04:25:58.733 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-29 04:25:58.733 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-29 04:25:58.739 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:25:58.740 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-29_04-25-58__2ee5006a-77a9-49d0-b488-b07be821e14c__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:25:58.740 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:25:58.740 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:25:58.741 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:25:58.741 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.77.222
|
||||
2025-12-29 04:25:58.741 DEBUG [src.node.docker_mananger] Generated ports ['6184', '6185', '6186', '6187', '6188']
|
||||
2025-12-29 04:25:58.741 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:25:58.742 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:25:58.742 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:25:58.742 DEBUG [src.node.docker_mananger] docker run -i -t -p 6184:6184 -p 6185:6185 -p 6186:6186 -p 6187:6187 -p 6188:6188 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=6186 --rest-port=6184 --tcp-port=6185 --discv5-udp-port=6187 --rest-address=0.0.0.0 --nat=extip:172.18.77.222 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c5a8f5ebd74835abf362dddbbcaef1ce209dbe4ea99cea44fe44ff2bfeedc12d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6188 --metrics-logging=true --relay=true --filter=true --store=true --lightpush=true
|
||||
2025-12-29 04:25:58.917 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.77.222 waku 30296b6b4f2d27ec9f59ac81c3233500044377ed36d46aa66e0bdf4edbb2f240
|
||||
2025-12-29 04:25:58.952 DEBUG [src.node.docker_mananger] Container started with ID 30296b6b4f2d. Setting up logs at ./log/docker/node1_2025-12-29_04-25-58__2ee5006a-77a9-49d0-b488-b07be821e14c__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:25:58.953 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 6184
|
||||
2025-12-29 04:25:58.954 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:25:59.537 ERROR [src.node.docker_mananger] Max retries reached for container a4ecec59aae4. Exiting log stream.
|
||||
2025-12-29 04:25:59.954 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6184/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:59.957 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
2025-12-29 04:25:59.958 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:25:59.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6184/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:25:59.960 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.77.222/tcp/6185/p2p/16Uiu2HAm8nhgG3WHWCi8qGiPcxykYHXgeGPXJth4MGnkjhRSEWyu","/ip4/172.18.77.222/tcp/6186/ws/p2p/16Uiu2HAm8nhgG3WHWCi8qGiPcxykYHXgeGPXJth4MGnkjhRSEWyu"],"enrUri":"enr:-L24QBU0ubQ4BaibP64_StE04QZxxz3Aj7pi1e7X4gEiaItuNQvGHzXXwvy2Hbmuaef-_3mCUoTsRZ0c7rfFyVZXpvECgmlkgnY0gmlwhKwSTd6KbXVsdGlhZGRyc5YACASsEk3eBhgpAAoErBJN3gYYKt0DgnJzhQADAQAAiXNlY3AyNTZrMaECxosL7_BdrDVSugcAYbxUJAwoUISvAGda3MI4dPhRx5CDdGNwghgpg3VkcIIYK4V3YWt1Mg8"}'
|
||||
2025-12-29 04:25:59.960 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:25:59.960 DEBUG [src.libs.common] Sleeping for 5 seconds
|
||||
2025-12-29 04:26:04.972 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:26:04.973 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:26:04.973 DEBUG [src.node.waku_node] Stopping container with id 30296b6b4f2d
|
||||
2025-12-29 04:26:05.536 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:26:05.538 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:26:05.541 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:26:05.541 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
||||
2025-12-29 04:26:05.541 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
||||
2025-12-29 04:26:05.542 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2025-12-29_04-25-58__2ee5006a-77a9-49d0-b488-b07be821e14c__wakuorg_nwaku:latest.log
|
||||
80
nim/1018/data/attachments/201d064cd990fba7.txt
Normal file
80
nim/1018/data/attachments/201d064cd990fba7.txt
Normal file
@ -0,0 +1,80 @@
|
||||
2025-12-29 04:21:46.787 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:21:46.788 DEBUG [tests.conftest] Running test: test_filter_unsubscribe_from_single_content_topic with id: 2025-12-29_04-21-46__f6fe2763-d284-4e15-b022-2f9c31333fb9
|
||||
2025-12-29 04:21:46.788 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:21:46.788 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-29 04:21:46.788 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2025-12-29 04:21:46.795 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:21:46.795 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-29_04-21-46__f6fe2763-d284-4e15-b022-2f9c31333fb9__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:21:46.795 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:21:46.795 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:21:46.796 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:21:46.796 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.34.231
|
||||
2025-12-29 04:21:46.797 DEBUG [src.node.docker_mananger] Generated ports ['20009', '20010', '20011', '20012', '20013']
|
||||
2025-12-29 04:21:46.797 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:21:46.797 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:21:46.797 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:21:46.797 DEBUG [src.node.docker_mananger] docker run -i -t -p 20009:20009 -p 20010:20010 -p 20011:20011 -p 20012:20012 -p 20013:20013 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=20011 --rest-port=20009 --tcp-port=20010 --discv5-udp-port=20012 --rest-address=0.0.0.0 --nat=extip:172.18.34.231 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8a9ffc9022cc1aaf061c7ba47cbfaf836cafa82aefe1fbf6ba5ec35bbab69eda --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=20013 --metrics-logging=true --relay=true --filter=true
|
||||
2025-12-29 04:21:46.979 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.34.231 waku ede7ffb9cc74bb821a967b04806722deb2438fe3d7b64fbe8ed076b60142152b
|
||||
2025-12-29 04:21:47.010 DEBUG [src.node.docker_mananger] Container started with ID ede7ffb9cc74. Setting up logs at ./log/docker/node1_2025-12-29_04-21-46__f6fe2763-d284-4e15-b022-2f9c31333fb9__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:21:47.010 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 20009
|
||||
2025-12-29 04:21:47.011 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:21:47.095 ERROR [src.node.docker_mananger] Max retries reached for container d1e11b9c6cb4. Exiting log stream.
|
||||
2025-12-29 04:21:47.596 ERROR [src.node.docker_mananger] Max retries reached for container 8ebd45edd7f7. Exiting log stream.
|
||||
2025-12-29 04:21:48.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20009/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:21:48.014 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
2025-12-29 04:21:48.014 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:21:48.014 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20009/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:21:48.016 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.34.231/tcp/20010/p2p/16Uiu2HAmRg57bnd27veqso1AzkuMgfWNUKGhqmMRrNEU4WkJzRxa","/ip4/172.18.34.231/tcp/20011/ws/p2p/16Uiu2HAmRg57bnd27veqso1AzkuMgfWNUKGhqmMRrNEU4WkJzRxa"],"enrUri":"enr:-L24QIaImYLtYcRYBldF0Pv8DIwYz9H58_TP2BsAWBzLVmKGd-gqBBqYsfmw8X-uX7MitUaaYHPqtTraUBymKGumGNMCgmlkgnY0gmlwhKwSIueKbXVsdGlhZGRyc5YACASsEiLnBk4qAAoErBIi5wZOK90DgnJzhQADAQAAiXNlY3AyNTZrMaEDwW7lwnV5KtEy_YhVfO5ee8nI8K92pHTrDz4urOmoGI-DdGNwgk4qg3VkcIJOLIV3YWt1MgU"}'
|
||||
2025-12-29 04:21:48.017 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:21:48.017 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2025-12-29 04:21:48.024 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:21:48.024 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-29_04-21-46__f6fe2763-d284-4e15-b022-2f9c31333fb9__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:21:48.024 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:21:48.024 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:21:48.025 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:21:48.025 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.182.127
|
||||
2025-12-29 04:21:48.026 DEBUG [src.node.docker_mananger] Generated ports ['46895', '46896', '46897', '46898', '46899']
|
||||
2025-12-29 04:21:48.026 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:21:48.026 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:21:48.026 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:21:48.026 DEBUG [src.node.docker_mananger] docker run -i -t -p 46895:46895 -p 46896:46896 -p 46897:46897 -p 46898:46898 -p 46899:46899 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=46897 --rest-port=46895 --tcp-port=46896 --discv5-udp-port=46898 --rest-address=0.0.0.0 --nat=extip:172.18.182.127 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=00b662a2b9b9eb5f846deedeafb8651e6f12233c3dfcc1fbf6881ed3e5d859ac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46899 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QIaImYLtYcRYBldF0Pv8DIwYz9H58_TP2BsAWBzLVmKGd-gqBBqYsfmw8X-uX7MitUaaYHPqtTraUBymKGumGNMCgmlkgnY0gmlwhKwSIueKbXVsdGlhZGRyc5YACASsEiLnBk4qAAoErBIi5wZOK90DgnJzhQADAQAAiXNlY3AyNTZrMaEDwW7lwnV5KtEy_YhVfO5ee8nI8K92pHTrDz4urOmoGI-DdGNwgk4qg3VkcIJOLIV3YWt1MgU --filternode=/ip4/172.18.34.231/tcp/20010/p2p/16Uiu2HAmRg57bnd27veqso1AzkuMgfWNUKGhqmMRrNEU4WkJzRxa
|
||||
2025-12-29 04:21:48.201 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.182.127 waku 7505c40be07fb414aaacb830d94fd2169bea5080d8ffdae6f999f4fed4aa2662
|
||||
2025-12-29 04:21:48.232 DEBUG [src.node.docker_mananger] Container started with ID 7505c40be07f. Setting up logs at ./log/docker/node2_2025-12-29_04-21-46__f6fe2763-d284-4e15-b022-2f9c31333fb9__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:21:48.232 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 46895
|
||||
2025-12-29 04:21:48.232 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:21:49.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46895/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:21:49.238 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln 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":"READY"}]}'
|
||||
2025-12-29 04:21:49.239 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:21:49.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46895/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:21:49.241 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.182.127/tcp/46896/p2p/16Uiu2HAmLtEqGQdRhs6r1dTXzvo1pa67JmLHcQma15Z2AVtBPAWj","/ip4/172.18.182.127/tcp/46897/ws/p2p/16Uiu2HAmLtEqGQdRhs6r1dTXzvo1pa67JmLHcQma15Z2AVtBPAWj"],"enrUri":"enr:-L24QJqjyMoICG5ZXHA1qPw_YFvf-59g6WFDSsaTnHVLnA6WDn8MB5noukcWlHZogVJ9M1tD8EG02Qyn-VqPXn0cu4QCgmlkgnY0gmlwhKwStn-KbXVsdGlhZGRyc5YACASsErZ_BrcwAAoErBK2fwa3Md0DgnJzhQADAQAAiXNlY3AyNTZrMaEDekJr0m7C4cFvtWL9wOm0-ByQgEoGMmom9Yfsfgjw3HCDdGNwgrcwg3VkcIK3MoV3YWt1MgA"}'
|
||||
2025-12-29 04:21:49.242 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:21:49.242 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46895/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.34.231/tcp/20010/p2p/16Uiu2HAmRg57bnd27veqso1AzkuMgfWNUKGhqmMRrNEU4WkJzRxa"]'
|
||||
2025-12-29 04:21:49.270 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:21:49.276 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2025-12-29 04:21:49.277 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20009/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-29 04:21:49.287 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:21:49.289 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46895/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "9f6cbee2-400a-43ac-ab08-735f0e719a4a", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-29 04:21:49.299 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"9f6cbee2-400a-43ac-ab08-735f0e719a4a","statusDesc":"OK"}'
|
||||
2025-12-29 04:21:49.301 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20009/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)'}'
|
||||
2025-12-29 04:21:49.307 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:21:49.307 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-29 04:21:49.408 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:21:49.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46895/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:21:49.411 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":1766982109301027754,"ephemeral":false}]'
|
||||
2025-12-29 04:21:49.413 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:46895/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-29 04:21:49.421 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2025-12-29 04:21:49.422 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20009/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)'}'
|
||||
2025-12-29 04:21:49.425 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:21:49.425 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-29 04:21:49.526 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:21:49.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46895/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:21:49.528 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:46895/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto. Response content: b'Not subscribed to topic: /test/1/waku-filter/proto'
|
||||
2025-12-29 04:21:49.531 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:21:49.532 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:21:49.532 DEBUG [src.node.waku_node] Stopping container with id ede7ffb9cc74
|
||||
2025-12-29 04:21:50.042 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:21:50.042 DEBUG [src.node.waku_node] Stopping container with id 7505c40be07f
|
||||
2025-12-29 04:21:50.558 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:21:50.561 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:21:50.570 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:21:50.575 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
145
nim/1018/data/attachments/204ee4e3343d5fa9.txt
Normal file
145
nim/1018/data/attachments/204ee4e3343d5fa9.txt
Normal file
@ -0,0 +1,145 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_sync_with_one_node_with_delayed_start with id: 2025-12-29_04-53-22__255e51db-1e75-4936-aed2-21b1617a6738
|
||||
[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_2025-12-29_04-53-22__255e51db-1e75-4936-aed2-21b1617a6738__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_2025-12-29_04-53-22__255e51db-1e75-4936-aed2-21b1617a6738__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_2025-12-29_04-53-22__255e51db-1e75-4936-aed2-21b1617a6738__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.65.59
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['36027', '36028', '36029', '36030', '36031']
|
||||
[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 36027:36027 -p 36028:36028 -p 36029:36029 -p 36030:36030 -p 36031:36031 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=36029 --rest-port=36027 --tcp-port=36028 --discv5-udp-port=36030 --rest-address=0.0.0.0 --nat=extip:172.18.65.59 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e1fae6afc1fcbc14470e4ce4c5a6c7432a36c11bfa1392dba94ba63bbfa5ceec --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36031 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.65.59 waku 269dbe4d05cc9c5495bffce1d35550082a2d6509d458f9705ad80c39b66ef47e
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 269dbe4d05cc. Setting up logs at ./log/docker/node1_2025-12-29_04-53-22__255e51db-1e75-4936-aed2-21b1617a6738__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 36027
|
||||
[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 b9e4d97158ef. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 35607823513a. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36027/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
[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:36027/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.65.59/tcp/36028/p2p/16Uiu2HAm13WPTvRudezKycwW42xUf7YCyv6CZHB7cHrP5w7K65Sd","/ip4/172.18.65.59/tcp/36029/ws/p2p/16Uiu2HAm13WPTvRudezKycwW42xUf7YCyv6CZHB7cHrP5w7K65Sd"],"enrUri":"enr:-L24QFmfqe4rY4TJKIFFyhbwvUOSG36zecSuhcMa-p8ZtE_VZRtr_GuaV61GODZ0ts3VImvqUclQEihT7aIs18cLSuECgmlkgnY0gmlwhKwSQTuKbXVsdGlhZGRyc5YACASsEkE7Boy8AAoErBJBOwaMvd0DgnJzhQADAQAAiXNlY3AyNTZrMaECU3h_ibMWIQTvIEzhoaXoUctNQXADZvwDQ18kkeV2zYaDdGNwgoy8g3VkcIKMvoV3YWt1MhM"}'
|
||||
[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.130.16
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['21490', '21491', '21492', '21493', '21494']
|
||||
[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 21490:21490 -p 21491:21491 -p 21492:21492 -p 21493:21493 -p 21494:21494 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=21492 --rest-port=21490 --tcp-port=21491 --discv5-udp-port=21493 --rest-address=0.0.0.0 --nat=extip:172.18.130.16 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bfce5c9ffab6c3c7eec57efdb57aadfdab936e3691ede3ee7b42cc874c6acb7a --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21494 --metrics-logging=true --relay=true --storenode=/ip4/172.18.65.59/tcp/36028/p2p/16Uiu2HAm13WPTvRudezKycwW42xUf7YCyv6CZHB7cHrP5w7K65Sd --discv5-bootstrap-node=enr:-L24QFmfqe4rY4TJKIFFyhbwvUOSG36zecSuhcMa-p8ZtE_VZRtr_GuaV61GODZ0ts3VImvqUclQEihT7aIs18cLSuECgmlkgnY0gmlwhKwSQTuKbXVsdGlhZGRyc5YACASsEkE7Boy8AAoErBJBOwaMvd0DgnJzhQADAQAAiXNlY3AyNTZrMaECU3h_ibMWIQTvIEzhoaXoUctNQXADZvwDQ18kkeV2zYaDdGNwgoy8g3VkcIKMvoV3YWt1MhM
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.130.16 waku 6f6c3bc94d5b6513a56ccecdb219849aff58dff256a98bc5c9eb71e416971717
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 6f6c3bc94d5b. Setting up logs at ./log/docker/node2_2025-12-29_04-53-22__255e51db-1e75-4936-aed2-21b1617a6738__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 21490
|
||||
[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:21490/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","protocolsHealth":[{"Relay":"READY"},{"Rln 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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[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:21490/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.130.16/tcp/21491/p2p/16Uiu2HAm2XNhPLuicCDtwmfF4v9q3QamC2aQVkeutqLRcUrfZnXt","/ip4/172.18.130.16/tcp/21492/ws/p2p/16Uiu2HAm2XNhPLuicCDtwmfF4v9q3QamC2aQVkeutqLRcUrfZnXt"],"enrUri":"enr:-L24QKdhcDeRh9BgHkGqUy_UnktGUnCnkp4m5hWeidh9nHunMauxDmlpObz7N5U0TOKskYY4LSJ8l-iq9xsPbeIEeK8CgmlkgnY0gmlwhKwSghCKbXVsdGlhZGRyc5YACASsEoIQBlPzAAoErBKCEAZT9N0DgnJzhQADAQAAiXNlY3AyNTZrMaECaXfAY1aHolYBFBaaV4S3fPkK_bHlEDQmLLqXdv505ZODdGNwglPzg3VkcIJT9YV3YWt1MhM"}'
|
||||
[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:21490/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.65.59/tcp/36028/p2p/16Uiu2HAm13WPTvRudezKycwW42xUf7YCyv6CZHB7cHrP5w7K65Sd"]'
|
||||
[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:36027/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:21490/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:36027/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:36027/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:36027/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:36027/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:36027/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:36027/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:36027/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:36027/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:36027/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:36027/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.171.108
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['16246', '16247', '16248', '16249', '16250']
|
||||
[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 16246:16246 -p 16247:16247 -p 16248:16248 -p 16249:16249 -p 16250:16250 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=16248 --rest-port=16246 --tcp-port=16247 --discv5-udp-port=16249 --rest-address=0.0.0.0 --nat=extip:172.18.171.108 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=38f0adebf3bacbab1c1e29c5fdd85ecad15af4edbdebe01beadd66ea063e9664 --store-sync=true --store=false --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16250 --metrics-logging=true --relay=true --storenode=/ip4/172.18.130.16/tcp/21491/p2p/16Uiu2HAm2XNhPLuicCDtwmfF4v9q3QamC2aQVkeutqLRcUrfZnXt --discv5-bootstrap-node=enr:-L24QKdhcDeRh9BgHkGqUy_UnktGUnCnkp4m5hWeidh9nHunMauxDmlpObz7N5U0TOKskYY4LSJ8l-iq9xsPbeIEeK8CgmlkgnY0gmlwhKwSghCKbXVsdGlhZGRyc5YACASsEoIQBlPzAAoErBKCEAZT9N0DgnJzhQADAQAAiXNlY3AyNTZrMaECaXfAY1aHolYBFBaaV4S3fPkK_bHlEDQmLLqXdv505ZODdGNwglPzg3VkcIJT9YV3YWt1MhM
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.171.108 waku ad6ba90ae5ccb1890f99162b3c848c33f1d2dee1e1f3f345936cfdba85c22b2f
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID ad6ba90ae5cc. Setting up logs at ./log/docker/node3_2025-12-29_04-53-22__255e51db-1e75-4936-aed2-21b1617a6738__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 16246
|
||||
[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:16246/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[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:16246/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.171.108/tcp/16247/p2p/16Uiu2HAmUbYXrYE6FLG3vk4ggmzUtjFnMt1Zzpt8qWC1UpBFtYUk","/ip4/172.18.171.108/tcp/16248/ws/p2p/16Uiu2HAmUbYXrYE6FLG3vk4ggmzUtjFnMt1Zzpt8qWC1UpBFtYUk"],"enrUri":"enr:-L24QFGoLtzNZBg2pbvdOLfJivm9Y67y3XOljG9Oy9ktvpbJVoaWuSp5PadcAcPydYpMijCkaiASEKDxmSJFdyuwAu8CgmlkgnY0gmlwhKwSq2yKbXVsdGlhZGRyc5YACASsEqtsBj93AAoErBKrbAY_eN0DgnJzhQADAQAAiXNlY3AyNTZrMaED7NkOWkmgDNrWahHvF9zPaHMArhnCSbouCGjQ7Qio5f2DdGNwgj93g3VkcII_eYV3YWt1MgE"}'
|
||||
[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:16246/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.130.16/tcp/21491/p2p/16Uiu2HAm2XNhPLuicCDtwmfF4v9q3QamC2aQVkeutqLRcUrfZnXt"]'
|
||||
[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:16246/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.libs.common:common.py:47 Sleeping for 1 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:36027/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":"0xffd534af96ca78f9503ea9aa3158393ddd0132cdb87558d93e4d8398b1de7194"},{"messageHash":"0x2a359d6af57ec9804a192e518784d2f8455aa2290aa9823b820cb764a1d10e10"},{"messageHash":"0x2c0b72b423c3a23d527a55f25c010d8fcb97d01eaf64a4580d058c52671c2982"},{"messageHash":"0xd443f836afdc81d11d51be046173730455631e72829e1434d710931880f66c9d"},{"messageHash":"0x567be8977e9a969ac157cb90ba2ebf34c90afe46ba6c5ebcddeab49712585529"},{"messageHash":"0xc90d948847511c83ce1223d7388221d254f4143ad009982212c940b27674b37a"},{"messageHash":"0x02a58f0ea9f093feac4323f8484baab76ab58d1be10929d9228d034d8d1cd853"},{"messageHash":"0x043843c1e2206ce59134bc368f487b87d9c7a1f684386c2e668029abc7245425"},{"messageHash":"0x2300448b1abfa6f4e275e17d277770f64d86d4d3670e57ccc23ff5a4876d0930"},{"messageHash":"0xfb8d37982117f7829cf4716dabbfd084978b4a3031370096aab50735d9cb602b"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 10
|
||||
[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:21490/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":"0xffd534af96ca78f9503ea9aa3158393ddd0132cdb87558d93e4d8398b1de7194"},{"messageHash":"0x2a359d6af57ec9804a192e518784d2f8455aa2290aa9823b820cb764a1d10e10"},{"messageHash":"0x2c0b72b423c3a23d527a55f25c010d8fcb97d01eaf64a4580d058c52671c2982"},{"messageHash":"0xd443f836afdc81d11d51be046173730455631e72829e1434d710931880f66c9d"},{"messageHash":"0x567be8977e9a969ac157cb90ba2ebf34c90afe46ba6c5ebcddeab49712585529"},{"messageHash":"0xc90d948847511c83ce1223d7388221d254f4143ad009982212c940b27674b37a"},{"messageHash":"0x02a58f0ea9f093feac4323f8484baab76ab58d1be10929d9228d034d8d1cd853"},{"messageHash":"0x043843c1e2206ce59134bc368f487b87d9c7a1f684386c2e668029abc7245425"},{"messageHash":"0x2300448b1abfa6f4e275e17d277770f64d86d4d3670e57ccc23ff5a4876d0930"},{"messageHash":"0xfb8d37982117f7829cf4716dabbfd084978b4a3031370096aab50735d9cb602b"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 10
|
||||
[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:16246/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":"0168128a9577027c39c9","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xffd534af96ca78f9503ea9aa3158393ddd0132cdb87558d93e4d8398b1de7194"},{"messageHash":"0x2a359d6af57ec9804a192e518784d2f8455aa2290aa9823b820cb764a1d10e10"},{"messageHash":"0x2c0b72b423c3a23d527a55f25c010d8fcb97d01eaf64a4580d058c52671c2982"},{"messageHash":"0xd443f836afdc81d11d51be046173730455631e72829e1434d710931880f66c9d"},{"messageHash":"0x567be8977e9a969ac157cb90ba2ebf34c90afe46ba6c5ebcddeab49712585529"},{"messageHash":"0xc90d948847511c83ce1223d7388221d254f4143ad009982212c940b27674b37a"},{"messageHash":"0x02a58f0ea9f093feac4323f8484baab76ab58d1be10929d9228d034d8d1cd853"},{"messageHash":"0x043843c1e2206ce59134bc368f487b87d9c7a1f684386c2e668029abc7245425"},{"messageHash":"0x2300448b1abfa6f4e275e17d277770f64d86d4d3670e57ccc23ff5a4876d0930"},{"messageHash":"0xfb8d37982117f7829cf4716dabbfd084978b4a3031370096aab50735d9cb602b"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 10
|
||||
[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 269dbe4d05cc
|
||||
[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 6f6c3bc94d5b
|
||||
[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 ad6ba90ae5cc
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 269dbe4d05cc. 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.
|
||||
68
nim/1018/data/attachments/208c0e4433a3a7bd.txt
Normal file
68
nim/1018/data/attachments/208c0e4433a3a7bd.txt
Normal file
@ -0,0 +1,68 @@
|
||||
2025-12-29 04:22:05.892 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:22:05.892 DEBUG [tests.conftest] Running test: test_filter_unsubscribe_all_with_invalid_request_id with id: 2025-12-29_04-22-05__c764eb36-9513-49cd-8c59-281759d5f5ff
|
||||
2025-12-29 04:22:05.892 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:22:05.892 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-29 04:22:05.893 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2025-12-29 04:22:05.899 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:22:05.900 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-29_04-22-05__c764eb36-9513-49cd-8c59-281759d5f5ff__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:22:05.900 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:22:05.900 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:22:05.901 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:22:05.901 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.44.220
|
||||
2025-12-29 04:22:05.901 DEBUG [src.node.docker_mananger] Generated ports ['52428', '52429', '52430', '52431', '52432']
|
||||
2025-12-29 04:22:05.902 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:22:05.902 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:22:05.902 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:22:05.902 DEBUG [src.node.docker_mananger] docker run -i -t -p 52428:52428 -p 52429:52429 -p 52430:52430 -p 52431:52431 -p 52432:52432 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=52430 --rest-port=52428 --tcp-port=52429 --discv5-udp-port=52431 --rest-address=0.0.0.0 --nat=extip:172.18.44.220 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=afcd89c27fcfc754bb1fe9c5befac2c29db49a875f9d29beaaadebb17ccf0dde --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52432 --metrics-logging=true --relay=true --filter=true
|
||||
2025-12-29 04:22:06.085 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.44.220 waku 7c6cee8a680ac495b9e54bbdbd248eeb59b5637fc0463052930bc2c5103a5542
|
||||
2025-12-29 04:22:06.119 DEBUG [src.node.docker_mananger] Container started with ID 7c6cee8a680a. Setting up logs at ./log/docker/node1_2025-12-29_04-22-05__c764eb36-9513-49cd-8c59-281759d5f5ff__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:22:06.119 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 52428
|
||||
2025-12-29 04:22:06.120 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:22:06.171 ERROR [src.node.docker_mananger] Max retries reached for container b1a629964a7c. Exiting log stream.
|
||||
2025-12-29 04:22:06.703 ERROR [src.node.docker_mananger] Max retries reached for container e4c26896a50a. Exiting log stream.
|
||||
2025-12-29 04:22:07.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52428/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:07.124 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
2025-12-29 04:22:07.124 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:22:07.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52428/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:07.127 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.44.220/tcp/52429/p2p/16Uiu2HAmVLcSPmg3BPXvJnmVvxQ6gvBmbH2SkHDsBiX9tNfVxacb","/ip4/172.18.44.220/tcp/52430/ws/p2p/16Uiu2HAmVLcSPmg3BPXvJnmVvxQ6gvBmbH2SkHDsBiX9tNfVxacb"],"enrUri":"enr:-L24QK0hbuFcnlLsIWnK9WLwIpOoJDpvLlEuIywDHldxBPxvVMkkaZvEgvUZojv7m19uUUOeNO9yVocmIhgDQ_AfX2YCgmlkgnY0gmlwhKwSLNyKbXVsdGlhZGRyc5YACASsEizcBszNAAoErBIs3AbMzt0DgnJzhQADAQAAiXNlY3AyNTZrMaED9-Fye5MYrrDCPKvRPDKup37RzjGK6zsnOi93Rb78voyDdGNwgszNg3VkcILMz4V3YWt1MgU"}'
|
||||
2025-12-29 04:22:07.127 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:22:07.127 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2025-12-29 04:22:07.133 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:22:07.134 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-29_04-22-05__c764eb36-9513-49cd-8c59-281759d5f5ff__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:22:07.134 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:22:07.134 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:22:07.135 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:22:07.135 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.108.215
|
||||
2025-12-29 04:22:07.135 DEBUG [src.node.docker_mananger] Generated ports ['21595', '21596', '21597', '21598', '21599']
|
||||
2025-12-29 04:22:07.136 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:22:07.136 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:22:07.136 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:22:07.136 DEBUG [src.node.docker_mananger] docker run -i -t -p 21595:21595 -p 21596:21596 -p 21597:21597 -p 21598:21598 -p 21599:21599 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=21597 --rest-port=21595 --tcp-port=21596 --discv5-udp-port=21598 --rest-address=0.0.0.0 --nat=extip:172.18.108.215 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ba21dc1f9f997dd992ae45dde57bd5ace30e44d6eab148ca4e40a8ca9f5274de --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21599 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QK0hbuFcnlLsIWnK9WLwIpOoJDpvLlEuIywDHldxBPxvVMkkaZvEgvUZojv7m19uUUOeNO9yVocmIhgDQ_AfX2YCgmlkgnY0gmlwhKwSLNyKbXVsdGlhZGRyc5YACASsEizcBszNAAoErBIs3AbMzt0DgnJzhQADAQAAiXNlY3AyNTZrMaED9-Fye5MYrrDCPKvRPDKup37RzjGK6zsnOi93Rb78voyDdGNwgszNg3VkcILMz4V3YWt1MgU --filternode=/ip4/172.18.44.220/tcp/52429/p2p/16Uiu2HAmVLcSPmg3BPXvJnmVvxQ6gvBmbH2SkHDsBiX9tNfVxacb
|
||||
2025-12-29 04:22:07.325 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.108.215 waku 5ecc8b1d7eb3d287834a6c485ddbb5cda4dd6dcf132c06f3355c33415d601e21
|
||||
2025-12-29 04:22:07.356 DEBUG [src.node.docker_mananger] Container started with ID 5ecc8b1d7eb3. Setting up logs at ./log/docker/node2_2025-12-29_04-22-05__c764eb36-9513-49cd-8c59-281759d5f5ff__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:22:07.357 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 21595
|
||||
2025-12-29 04:22:07.357 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:22:08.357 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21595/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:08.361 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln 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":"READY"}]}'
|
||||
2025-12-29 04:22:08.362 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:22:08.362 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21595/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:08.364 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.108.215/tcp/21596/p2p/16Uiu2HAkvgh6xuMfoBbw82UyqHLjEaoTGtohJU35YmwQAqxxdWX2","/ip4/172.18.108.215/tcp/21597/ws/p2p/16Uiu2HAkvgh6xuMfoBbw82UyqHLjEaoTGtohJU35YmwQAqxxdWX2"],"enrUri":"enr:-L24QP66ZVyF8FEzqTpmGRYLNzi-SAQ2iw1iHw6vV9iya7rfZWSOssIdPmO4qIdcTAi-I-vvAMEsX_ChSnjzXFakr-8CgmlkgnY0gmlwhKwSbNeKbXVsdGlhZGRyc5YACASsEmzXBlRcAAoErBJs1wZUXd0DgnJzhQADAQAAiXNlY3AyNTZrMaECErSraLg-8jY9fIwaS5HrnuC3AsGT9-Aw1nu39ezKitGDdGNwglRcg3VkcIJUXoV3YWt1MgA"}'
|
||||
2025-12-29 04:22:08.364 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:22:08.365 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21595/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.44.220/tcp/52429/p2p/16Uiu2HAmVLcSPmg3BPXvJnmVvxQ6gvBmbH2SkHDsBiX9tNfVxacb"]'
|
||||
2025-12-29 04:22:08.395 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:22:08.396 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2025-12-29 04:22:08.396 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52428/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-29 04:22:08.407 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:22:08.409 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21595/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "a83a8c3f-db2b-4dd8-86d5-9465a2ce2cd7", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-29 04:22:08.422 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"a83a8c3f-db2b-4dd8-86d5-9465a2ce2cd7","statusDesc":"OK"}'
|
||||
2025-12-29 04:22:08.423 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:21595/filter/v2/subscriptions/all" -H "Content-Type: application/json" -d '{"requestId": 1}'
|
||||
2025-12-29 04:22:08.425 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:21595/filter/v2/subscriptions/all. 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\\"))"}'
|
||||
2025-12-29 04:22:08.428 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:22:08.428 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:22:08.428 DEBUG [src.node.waku_node] Stopping container with id 7c6cee8a680a
|
||||
2025-12-29 04:22:08.965 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:22:08.965 DEBUG [src.node.waku_node] Stopping container with id 5ecc8b1d7eb3
|
||||
2025-12-29 04:22:09.454 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:22:09.455 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:22:09.460 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:22:09.465 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
868
nim/1018/data/attachments/20aa994c40601e0b.txt
Normal file
868
nim/1018/data/attachments/20aa994c40601e0b.txt
Normal file
@ -0,0 +1,868 @@
|
||||
2025-12-29 04:22:13.036 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:22:13.036 DEBUG [tests.conftest] Running test: test_2_receiving_nodes__relay_node1_forwards_lightpushed_message_to_filter_node2 with id: 2025-12-29_04-22-13__131802b5-1623-4ea0-9a46-1181d0572a7a
|
||||
2025-12-29 04:22:13.037 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:22:13.037 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-29 04:22:13.044 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:22:13.044 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2025-12-29_04-22-13__131802b5-1623-4ea0-9a46-1181d0572a7a__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:22:13.044 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:22:13.044 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:22:13.046 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:22:13.046 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.43.29
|
||||
2025-12-29 04:22:13.046 DEBUG [src.node.docker_mananger] Generated ports ['5245', '5246', '5247', '5248', '5249']
|
||||
2025-12-29 04:22:13.046 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:22:13.046 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:22:13.046 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:22:13.047 DEBUG [src.node.docker_mananger] docker run -i -t -p 5245:5245 -p 5246:5246 -p 5247:5247 -p 5248:5248 -p 5249:5249 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=5247 --rest-port=5245 --tcp-port=5246 --discv5-udp-port=5248 --rest-address=0.0.0.0 --nat=extip:172.18.43.29 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dde5c6bab12da266d91a6e9080b687d2c7fe3633a85ab50cdd4a4eaf23d8501a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5249 --metrics-logging=true --lightpush=true --relay=true --filter=true
|
||||
2025-12-29 04:22:13.228 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.43.29 waku 751a3fcbdc27ff28c3afdb54923ad19409208f3a2114079b54596ab0d418e429
|
||||
2025-12-29 04:22:13.258 DEBUG [src.node.docker_mananger] Container started with ID 751a3fcbdc27. Setting up logs at ./log/docker/receiving_node1_2025-12-29_04-22-13__131802b5-1623-4ea0-9a46-1181d0572a7a__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:22:13.259 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 5245
|
||||
2025-12-29 04:22:13.260 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:22:13.324 ERROR [src.node.docker_mananger] Max retries reached for container 21e773f03c28. Exiting log stream.
|
||||
2025-12-29 04:22:13.835 ERROR [src.node.docker_mananger] Max retries reached for container fb31bc060b67. Exiting log stream.
|
||||
2025-12-29 04:22:14.260 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5245/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:14.263 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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":"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"}]}'
|
||||
2025-12-29 04:22:14.264 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:22:14.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5245/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:14.266 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.43.29/tcp/5246/p2p/16Uiu2HAmPFsPvf1U1xQszHgYA9LXYHmoDnbFVuC6Dx1XvypL9gNA","/ip4/172.18.43.29/tcp/5247/ws/p2p/16Uiu2HAmPFsPvf1U1xQszHgYA9LXYHmoDnbFVuC6Dx1XvypL9gNA"],"enrUri":"enr:-L24QAyV4EQ1d9XEw76EUXD0DPfn7I0LK4tUwYYsn7BgJm77MurGU9jTST63Ref3yW-fuvcElQa7yXZDWk0JVwIg8esCgmlkgnY0gmlwhKwSKx2KbXVsdGlhZGRyc5YACASsEisdBhR-AAoErBIrHQYUf90DgnJzhQADAQAAiXNlY3AyNTZrMaEDnYRVg_pFk-AjG_YOZ7XGC1gQXlh76Rn1fHXyjhkIW5eDdGNwghR-g3VkcIIUgIV3YWt1Mg0"}'
|
||||
2025-12-29 04:22:14.266 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:22:14.272 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:22:14.273 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2025-12-29_04-22-13__131802b5-1623-4ea0-9a46-1181d0572a7a__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:22:14.273 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:22:14.273 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:22:14.274 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:22:14.274 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.20.163
|
||||
2025-12-29 04:22:14.274 DEBUG [src.node.docker_mananger] Generated ports ['27571', '27572', '27573', '27574', '27575']
|
||||
2025-12-29 04:22:14.274 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:22:14.274 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:22:14.275 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:22:14.275 DEBUG [src.node.docker_mananger] docker run -i -t -p 27571:27571 -p 27572:27572 -p 27573:27573 -p 27574:27574 -p 27575:27575 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=27573 --rest-port=27571 --tcp-port=27572 --discv5-udp-port=27574 --rest-address=0.0.0.0 --nat=extip:172.18.20.163 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e2ea6509eafdfbddaa8e4cfc0efe6a699da3f9301f8123a78eee32bcfd8dfa84 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27575 --metrics-logging=true --lightpush=false --relay=false --filternode=/ip4/172.18.43.29/tcp/5246/p2p/16Uiu2HAmPFsPvf1U1xQszHgYA9LXYHmoDnbFVuC6Dx1XvypL9gNA
|
||||
2025-12-29 04:22:14.455 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.20.163 waku af469090df25aa5d279b883653c5e4c8fe33d29c5959c57d3e8b45a1648909a5
|
||||
2025-12-29 04:22:14.484 DEBUG [src.node.docker_mananger] Container started with ID af469090df25. Setting up logs at ./log/docker/receiving_node2_2025-12-29_04-22-13__131802b5-1623-4ea0-9a46-1181d0572a7a__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:22:14.485 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27571
|
||||
2025-12-29 04:22:14.485 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:22:15.485 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27571/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:15.489 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln 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":"READY"}]}'
|
||||
2025-12-29 04:22:15.489 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:22:15.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27571/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:15.491 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.20.163/tcp/27572/p2p/16Uiu2HAm12oaqX5NYX8H3spyVhcW2jpoheZUygkJYyL44J4isCMy","/ip4/172.18.20.163/tcp/27573/ws/p2p/16Uiu2HAm12oaqX5NYX8H3spyVhcW2jpoheZUygkJYyL44J4isCMy"],"enrUri":"enr:-L24QOXd758j1QnxkMIs9z5nhzIMSeLmmTECI5Qo7hCEYZxhROPTBdmqTJD7RAdr20_5rqvpWZGn3kJwrAuDqsvYg9YCgmlkgnY0gmlwhKwSFKOKbXVsdGlhZGRyc5YACASsEhSjBmu0AAoErBIUowZrtd0DgnJzhQADAQAAiXNlY3AyNTZrMaECU0pcbchBUcz53rCL_eyVI6QP0uZ2HHfiuqCjyRYErEyDdGNwgmu0g3VkcIJrtoV3YWt1MgA"}'
|
||||
2025-12-29 04:22:15.492 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:22:15.492 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27571/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.43.29/tcp/5246/p2p/16Uiu2HAmPFsPvf1U1xQszHgYA9LXYHmoDnbFVuC6Dx1XvypL9gNA"]'
|
||||
2025-12-29 04:22:15.521 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:22:15.531 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:22:15.531 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2025-12-29_04-22-13__131802b5-1623-4ea0-9a46-1181d0572a7a__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:22:15.531 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:22:15.531 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:22:15.534 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:22:15.536 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.217.19
|
||||
2025-12-29 04:22:15.538 DEBUG [src.node.docker_mananger] Generated ports ['40720', '40721', '40722', '40723', '40724']
|
||||
2025-12-29 04:22:15.538 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:22:15.538 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:22:15.539 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:22:15.540 DEBUG [src.node.docker_mananger] docker run -i -t -p 40720:40720 -p 40721:40721 -p 40722:40722 -p 40723:40723 -p 40724:40724 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=40722 --rest-port=40720 --tcp-port=40721 --discv5-udp-port=40723 --rest-address=0.0.0.0 --nat=extip:172.18.217.19 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0c10fdcace3ffe4fecaead9738b687cd31eaa4047daaf2f5e81b6f46bf41f23a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40724 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QAyV4EQ1d9XEw76EUXD0DPfn7I0LK4tUwYYsn7BgJm77MurGU9jTST63Ref3yW-fuvcElQa7yXZDWk0JVwIg8esCgmlkgnY0gmlwhKwSKx2KbXVsdGlhZGRyc5YACASsEisdBhR-AAoErBIrHQYUf90DgnJzhQADAQAAiXNlY3AyNTZrMaEDnYRVg_pFk-AjG_YOZ7XGC1gQXlh76Rn1fHXyjhkIW5eDdGNwghR-g3VkcIIUgIV3YWt1Mg0 --lightpushnode=/ip4/172.18.43.29/tcp/5246/p2p/16Uiu2HAmPFsPvf1U1xQszHgYA9LXYHmoDnbFVuC6Dx1XvypL9gNA --lightpush=true --relay=false
|
||||
2025-12-29 04:22:15.724 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.217.19 waku 30c31174ae27fc8d5b44e4020e317695a3a01dc87cbfccd9a8c106d89671a4c3
|
||||
2025-12-29 04:22:15.757 DEBUG [src.node.docker_mananger] Container started with ID 30c31174ae27. Setting up logs at ./log/docker/lightpush_node1_2025-12-29_04-22-13__131802b5-1623-4ea0-9a46-1181d0572a7a__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:22:15.758 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 40720
|
||||
2025-12-29 04:22:15.758 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:22:16.759 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:16.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:16.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:17.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:17.080 ERROR [src.node.docker_mananger] Max retries reached for container 30c31174ae27. Exiting log stream.
|
||||
2025-12-29 04:22:17.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:17.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:17.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:17.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:17.569 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:17.670 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:17.772 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:17.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:17.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:18.076 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:18.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:18.279 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:18.380 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:18.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:18.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:18.684 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:18.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:18.887 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:18.988 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:19.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:19.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:19.292 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:19.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:19.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:19.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:19.697 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:19.798 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:19.899 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:20.001 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:20.102 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:20.203 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:20.304 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:20.405 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:20.507 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:20.608 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:20.710 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:20.811 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:20.912 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:21.013 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:21.115 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:21.216 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:21.317 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:21.418 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:21.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:21.621 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:21.722 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:21.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:21.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:22.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:22.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:22.228 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:22.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:22.431 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:22.532 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:22.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:22.735 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:22.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:22.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:23.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:23.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:23.243 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:23.347 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:23.448 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:23.550 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:23.651 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:23.753 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:23.854 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:23.955 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:24.057 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:24.158 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:24.260 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:24.361 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:24.462 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:24.563 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:24.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:24.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:24.867 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:24.968 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:25.070 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:25.171 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:25.272 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:25.373 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:25.475 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:25.576 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:25.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:25.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:25.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:25.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:26.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:26.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:26.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:26.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:26.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:26.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:26.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:26.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:26.893 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:26.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:27.096 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:27.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:27.298 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:27.400 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:27.501 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:27.602 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:27.703 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:27.804 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:27.905 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:28.006 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:28.107 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:28.209 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:28.310 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:28.412 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:28.514 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:28.615 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:28.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:28.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:28.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:29.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:29.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:29.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:29.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:29.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:29.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:29.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:29.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:29.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:29.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:30.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:30.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:30.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:30.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:30.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:30.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:30.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:30.747 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:30.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:30.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:31.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:31.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:31.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:31.357 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:31.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:31.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:31.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:31.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:31.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:31.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:32.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:32.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:32.271 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:32.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:32.474 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:32.575 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:32.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:32.779 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:32.880 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:32.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:33.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:33.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:33.286 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:33.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:33.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:33.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:33.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:33.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:33.894 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:33.996 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:34.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:34.199 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:34.300 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:34.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:34.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:34.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:34.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:34.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:34.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:35.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:35.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:35.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:35.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:35.416 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:35.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:35.618 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:35.720 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:35.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:35.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:36.024 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:36.125 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:36.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:36.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:36.429 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:36.530 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:36.631 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:36.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:36.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40720/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:36.835 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=40720): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f23be38ade0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-29 04:22:36.935 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:22:36.936 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:22:36.937 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:22:36.937 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.199.114
|
||||
2025-12-29 04:22:36.938 DEBUG [src.node.docker_mananger] Generated ports ['1840', '1841', '1842', '1843', '1844']
|
||||
2025-12-29 04:22:36.938 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:22:36.938 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:22:36.938 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:22:36.938 DEBUG [src.node.docker_mananger] docker run -i -t -p 1840:1840 -p 1841:1841 -p 1842:1842 -p 1843:1843 -p 1844:1844 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=1842 --rest-port=1840 --tcp-port=1841 --discv5-udp-port=1843 --rest-address=0.0.0.0 --nat=extip:172.18.199.114 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e2afbc94bf32bedc71816bdadbeadd4ce57943ec194091a152b774eaf6ee2fc4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1844 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QAyV4EQ1d9XEw76EUXD0DPfn7I0LK4tUwYYsn7BgJm77MurGU9jTST63Ref3yW-fuvcElQa7yXZDWk0JVwIg8esCgmlkgnY0gmlwhKwSKx2KbXVsdGlhZGRyc5YACASsEisdBhR-AAoErBIrHQYUf90DgnJzhQADAQAAiXNlY3AyNTZrMaEDnYRVg_pFk-AjG_YOZ7XGC1gQXlh76Rn1fHXyjhkIW5eDdGNwghR-g3VkcIIUgIV3YWt1Mg0 --lightpushnode=/ip4/172.18.43.29/tcp/5246/p2p/16Uiu2HAmPFsPvf1U1xQszHgYA9LXYHmoDnbFVuC6Dx1XvypL9gNA --lightpush=true --relay=false
|
||||
2025-12-29 04:22:37.120 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.199.114 waku 0736a69d6005a5c658fc78498fa84760d5a0a9e320db3998ecb294f919763abf
|
||||
2025-12-29 04:22:37.149 DEBUG [src.node.docker_mananger] Container started with ID 0736a69d6005. Setting up logs at ./log/docker/lightpush_node1_2025-12-29_04-22-13__131802b5-1623-4ea0-9a46-1181d0572a7a__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:22:37.149 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1840
|
||||
2025-12-29 04:22:37.150 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:22:38.150 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:38.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:38.353 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:38.441 ERROR [src.node.docker_mananger] Max retries reached for container 0736a69d6005. Exiting log stream.
|
||||
2025-12-29 04:22:38.454 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:38.555 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:38.657 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:38.758 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:38.859 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:38.960 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:39.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:39.163 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:39.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:39.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:39.466 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:39.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:39.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:39.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:39.871 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:39.973 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:40.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:40.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:40.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:40.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:40.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:40.580 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:40.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:40.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:40.884 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:40.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:41.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:41.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:41.290 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:41.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:41.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:41.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:41.695 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:41.796 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:41.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:41.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:42.100 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:42.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:42.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:42.404 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:42.505 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:42.606 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:42.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:42.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:42.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:43.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:43.114 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:43.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:43.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:43.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:43.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:43.621 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:43.722 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:43.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:43.925 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:44.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:44.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:44.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:44.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:44.431 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:44.532 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:44.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:44.735 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:44.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:44.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:45.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:45.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:45.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:45.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:45.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:45.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:45.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:45.747 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:45.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:45.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:46.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:46.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:46.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:46.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:46.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:46.557 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:46.658 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:46.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:46.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:46.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:47.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:47.165 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:47.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:47.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:47.469 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:47.570 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:47.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:47.773 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:47.874 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:47.975 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:48.076 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:48.177 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:48.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:48.380 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:48.481 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:48.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:48.684 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:48.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:48.887 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:49.004 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:49.106 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:49.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:49.308 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:49.410 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:49.511 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:49.613 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:49.714 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:49.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:49.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:50.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:50.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:50.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:50.323 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:50.424 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:50.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:50.627 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:50.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:50.830 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:50.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:51.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:51.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:51.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:51.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:51.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:51.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:51.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:51.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:51.844 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:51.945 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:52.047 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:52.148 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:52.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:52.351 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:52.453 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:52.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:52.656 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:52.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:52.859 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:52.961 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:53.062 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:53.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:53.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:53.369 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:53.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:53.573 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:53.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:53.776 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:53.877 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:53.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:54.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:54.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:54.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:54.385 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:54.486 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:54.588 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:54.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:54.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:54.893 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:54.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:55.096 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:55.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:55.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:55.400 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:55.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:55.603 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:55.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:55.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:55.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:56.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:56.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:56.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:56.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:56.415 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:56.516 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:56.618 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:56.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:56.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:56.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:57.024 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:57.126 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:57.227 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:57.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:57.430 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:57.532 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:57.633 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:57.735 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:57.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:57.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:58.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:58.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:58.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1840/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:58.244 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=1840): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f23be38a810>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-29 04:22:58.344 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:22:58.344 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:22:58.347 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:22:58.347 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.138.10
|
||||
2025-12-29 04:22:58.347 DEBUG [src.node.docker_mananger] Generated ports ['52326', '52327', '52328', '52329', '52330']
|
||||
2025-12-29 04:22:58.347 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:22:58.347 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:22:58.347 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:22:58.347 DEBUG [src.node.docker_mananger] docker run -i -t -p 52326:52326 -p 52327:52327 -p 52328:52328 -p 52329:52329 -p 52330:52330 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=52328 --rest-port=52326 --tcp-port=52327 --discv5-udp-port=52329 --rest-address=0.0.0.0 --nat=extip:172.18.138.10 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fcfb6ecdadeb5a2f36c1d4a8cffabacaee57ada92fbc03d51bdaaca7904e1f4e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52330 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QAyV4EQ1d9XEw76EUXD0DPfn7I0LK4tUwYYsn7BgJm77MurGU9jTST63Ref3yW-fuvcElQa7yXZDWk0JVwIg8esCgmlkgnY0gmlwhKwSKx2KbXVsdGlhZGRyc5YACASsEisdBhR-AAoErBIrHQYUf90DgnJzhQADAQAAiXNlY3AyNTZrMaEDnYRVg_pFk-AjG_YOZ7XGC1gQXlh76Rn1fHXyjhkIW5eDdGNwghR-g3VkcIIUgIV3YWt1Mg0 --lightpushnode=/ip4/172.18.43.29/tcp/5246/p2p/16Uiu2HAmPFsPvf1U1xQszHgYA9LXYHmoDnbFVuC6Dx1XvypL9gNA --lightpush=true --relay=false
|
||||
2025-12-29 04:22:58.537 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.138.10 waku d60dbd7e58d015833c8143ce5bc51a1e0bcc6eb097f79c74cd9bd5f8661ca094
|
||||
2025-12-29 04:22:58.566 DEBUG [src.node.docker_mananger] Container started with ID d60dbd7e58d0. Setting up logs at ./log/docker/lightpush_node1_2025-12-29_04-22-13__131802b5-1623-4ea0-9a46-1181d0572a7a__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:22:58.568 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 52326
|
||||
2025-12-29 04:22:58.568 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:22:59.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:59.670 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:59.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:59.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:59.958 ERROR [src.node.docker_mananger] Max retries reached for container d60dbd7e58d0. Exiting log stream.
|
||||
2025-12-29 04:22:59.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:00.076 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:00.177 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:00.279 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:00.380 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:00.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:00.584 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:00.685 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:00.787 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:00.888 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:00.990 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:01.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:01.193 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:01.295 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:01.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:01.497 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:01.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:01.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:01.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:01.903 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:02.005 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:02.106 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:02.208 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:02.309 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:02.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:02.512 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:02.614 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:02.715 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:02.817 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:02.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:03.020 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:03.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:03.223 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:03.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:03.426 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:03.528 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:03.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:03.731 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:03.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:03.934 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:04.036 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:04.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:04.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:04.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:04.442 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:04.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:04.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:04.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:04.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:04.949 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:05.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:05.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:05.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:05.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:05.457 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:05.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:05.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:05.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:05.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:05.964 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:06.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:06.167 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:06.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:06.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:06.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:06.573 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:06.675 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:06.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:06.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:06.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:07.081 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:07.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:07.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:07.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:07.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:07.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:07.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:07.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:07.894 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:07.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:08.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:08.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:08.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:08.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:08.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:08.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:08.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:08.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:08.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:09.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:09.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:09.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:09.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:09.416 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:09.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:09.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:09.720 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:09.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:09.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:10.024 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:10.126 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:10.227 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:10.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:10.430 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:10.532 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:10.633 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:10.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:10.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:10.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:11.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:11.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:11.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:11.344 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:11.445 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:11.547 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:11.648 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:11.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:11.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:11.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:12.055 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:12.156 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:12.258 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:12.360 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:12.461 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:12.563 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:12.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:12.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:12.868 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:12.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:13.070 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:13.172 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:13.273 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:13.375 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:13.476 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:13.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:13.679 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:13.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:13.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:13.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:14.086 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:14.187 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:14.288 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:14.390 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:14.491 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:14.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:14.695 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:14.796 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:14.897 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:14.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:15.101 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:15.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:15.304 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:15.405 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:15.507 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:15.608 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:15.710 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:15.812 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:15.913 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:16.014 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:16.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:16.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:16.319 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:16.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:16.522 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:16.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:16.725 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:16.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:16.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:17.029 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:17.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:17.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:17.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:17.435 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:17.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:17.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:17.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:17.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:17.943 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:18.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:18.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:18.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:18.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:18.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:18.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:18.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:18.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:18.858 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:18.960 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:19.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:19.162 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:19.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:19.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:19.467 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:19.569 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52326/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:23:19.570 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=52326): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f23be2e26c0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-29 04:23:19.801 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:23:19.802 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:23:19.802 DEBUG [src.node.waku_node] Stopping container with id 751a3fcbdc27
|
||||
2025-12-29 04:23:20.357 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:23:20.358 DEBUG [src.node.waku_node] Stopping container with id af469090df25
|
||||
2025-12-29 04:23:20.860 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:23:20.861 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:20.964 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:21.066 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:21.167 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:21.171 ERROR [src.node.docker_mananger] Max retries reached for container 751a3fcbdc27. Exiting log stream.
|
||||
2025-12-29 04:23:21.269 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:21.370 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:21.471 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:21.573 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:21.672 ERROR [src.node.docker_mananger] Max retries reached for container af469090df25. Exiting log stream.
|
||||
2025-12-29 04:23:21.674 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:21.776 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:21.877 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:21.979 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:22.081 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:22.183 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:22.284 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:22.386 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:22.488 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:22.590 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:22.692 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:22.794 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:22.895 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:22.997 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:23.099 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:23.201 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:23.303 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:23.404 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:23.506 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:23.608 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:23.710 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:23.812 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:23.914 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:24.015 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:24.117 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:24.219 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:24.321 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:24.423 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:24.525 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:24.627 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:24.729 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:24.830 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:24.932 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:25.034 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:25.136 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:25.238 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:25.340 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:25.442 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:25.543 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:25.645 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:25.747 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:25.849 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:25.951 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:25.952 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/d60dbd7e58d015833c8143ce5bc51a1e0bcc6eb097f79c74cd9bd5f8661ca094/stop: Not Found ("No such container: d60dbd7e58d015833c8143ce5bc51a1e0bcc6eb097f79c74cd9bd5f8661ca094")
|
||||
2025-12-29 04:23:25.953 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:26.054 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:26.156 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:26.258 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:26.360 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:26.461 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:26.563 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:26.665 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:26.767 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:26.869 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:26.971 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:27.073 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:27.175 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:27.277 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:27.379 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:27.481 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:27.583 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:27.685 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:27.787 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:27.889 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:27.990 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:28.092 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:28.194 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:28.296 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:28.398 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:28.500 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:28.601 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:28.703 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:28.805 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:28.907 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:29.009 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:29.111 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:29.212 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:29.314 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:29.416 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:29.518 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:29.620 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:29.722 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:29.823 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:29.925 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:30.027 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:30.129 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:30.231 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:30.332 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:30.434 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:30.536 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:30.637 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:30.739 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:30.841 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:30.942 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:31.044 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:31.046 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/d60dbd7e58d015833c8143ce5bc51a1e0bcc6eb097f79c74cd9bd5f8661ca094/stop: Not Found ("No such container: d60dbd7e58d015833c8143ce5bc51a1e0bcc6eb097f79c74cd9bd5f8661ca094")
|
||||
2025-12-29 04:23:31.046 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:31.147 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:31.249 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:31.350 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:31.451 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:31.553 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:31.654 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:31.756 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:31.858 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:31.960 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:32.061 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:32.163 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:32.265 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:32.366 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:32.468 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:32.570 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:32.672 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:32.773 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:32.875 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:32.977 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:33.079 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:33.180 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:33.282 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:33.383 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:33.484 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:33.586 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:33.687 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:33.788 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:33.890 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:33.992 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:34.093 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:34.194 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:34.296 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:34.397 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:34.499 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:34.600 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:34.701 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:34.803 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:34.904 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:35.005 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:35.107 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:35.209 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:35.310 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:35.412 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:35.514 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:35.616 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:35.717 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:35.819 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:35.921 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:36.023 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:36.125 DEBUG [src.node.waku_node] Stopping container with id d60dbd7e58d0
|
||||
2025-12-29 04:23:36.126 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/d60dbd7e58d015833c8143ce5bc51a1e0bcc6eb097f79c74cd9bd5f8661ca094/stop: Not Found ("No such container: d60dbd7e58d015833c8143ce5bc51a1e0bcc6eb097f79c74cd9bd5f8661ca094")
|
||||
2025-12-29 04:23:36.128 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:23:36.148 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:23:36.167 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:23:36.168 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:23:36.168 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:23:36.168 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:23:36.169 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
||||
2025-12-29 04:23:36.169 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
||||
2025-12-29 04:23:36.169 DEBUG [src.libs.common] Attaching file ./log/docker/receiving_node1_2025-12-29_04-22-13__131802b5-1623-4ea0-9a46-1181d0572a7a__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:23:36.170 DEBUG [src.libs.common] Attaching file ./log/docker/receiving_node2_2025-12-29_04-22-13__131802b5-1623-4ea0-9a46-1181d0572a7a__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:23:36.171 DEBUG [src.libs.common] Attaching file ./log/docker/lightpush_node1_2025-12-29_04-22-13__131802b5-1623-4ea0-9a46-1181d0572a7a__wakuorg_nwaku:latest.log
|
||||
2514
nim/1018/data/attachments/211650ded9595a0f.txt
Normal file
2514
nim/1018/data/attachments/211650ded9595a0f.txt
Normal file
File diff suppressed because it is too large
Load Diff
226
nim/1018/data/attachments/2188b9a52b55839b.txt
Normal file
226
nim/1018/data/attachments/2188b9a52b55839b.txt
Normal file
@ -0,0 +1,226 @@
|
||||
2025-12-29 04:44:17.175 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:44:17.175 DEBUG [tests.conftest] Running test: test_sync_with_nodes_restart__case2 with id: 2025-12-29_04-44-17__b3ae8ed4-b8c7-4d5d-b2d4-578e037fd571
|
||||
2025-12-29 04:44:17.175 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:44:17.182 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:44:17.182 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-29_04-44-17__b3ae8ed4-b8c7-4d5d-b2d4-578e037fd571__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:44:17.188 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:44:17.188 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-29_04-44-17__b3ae8ed4-b8c7-4d5d-b2d4-578e037fd571__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:44:17.194 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:44:17.194 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-29_04-44-17__b3ae8ed4-b8c7-4d5d-b2d4-578e037fd571__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:44:17.194 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-29 04:44:17.195 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:44:17.195 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:44:17.197 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:44:17.197 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.204.105
|
||||
2025-12-29 04:44:17.197 DEBUG [src.node.docker_mananger] Generated ports ['44813', '44814', '44815', '44816', '44817']
|
||||
2025-12-29 04:44:17.197 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:44:17.197 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:44:17.197 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:44:17.197 DEBUG [src.node.docker_mananger] docker run -i -t -p 44813:44813 -p 44814:44814 -p 44815:44815 -p 44816:44816 -p 44817:44817 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=44815 --rest-port=44813 --tcp-port=44814 --discv5-udp-port=44816 --rest-address=0.0.0.0 --nat=extip:172.18.204.105 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ac1b7ff80dedc483ed02ee58dab77bd0bdb3de47e5a1f10fa9f5bf53accfcb12 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44817 --metrics-logging=true --store=true --relay=true
|
||||
2025-12-29 04:44:17.380 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.204.105 waku 80b734868ffbf30769470ca3257911009296140020009f78d89946d325325263
|
||||
2025-12-29 04:44:17.411 DEBUG [src.node.docker_mananger] Container started with ID 80b734868ffb. Setting up logs at ./log/docker/node1_2025-12-29_04-44-17__b3ae8ed4-b8c7-4d5d-b2d4-578e037fd571__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:44:17.411 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 44813
|
||||
2025-12-29 04:44:17.411 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:44:17.440 ERROR [src.node.docker_mananger] Max retries reached for container 5405ec7fc8ae. Exiting log stream.
|
||||
2025-12-29 04:44:17.982 ERROR [src.node.docker_mananger] Max retries reached for container b2084631f239. Exiting log stream.
|
||||
2025-12-29 04:44:18.413 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44813/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:18.417 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
2025-12-29 04:44:18.417 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:44:18.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44813/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:18.419 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.204.105/tcp/44814/p2p/16Uiu2HAmDpY5izk3UJGAWqkYVg48uYa3Bv8d2agCQcwRhnMZuEAT","/ip4/172.18.204.105/tcp/44815/ws/p2p/16Uiu2HAmDpY5izk3UJGAWqkYVg48uYa3Bv8d2agCQcwRhnMZuEAT"],"enrUri":"enr:-L24QIc2Ff2rzPi6kpQC1QOtv52DqJQYLXXV6OuFvfFm5qjRaZik8HG1ZYGt5UOw7rTKhmtWyfIvMRUKmLMBqk9_xCoCgmlkgnY0gmlwhKwSzGmKbXVsdGlhZGRyc5YACASsEsxpBq8OAAoErBLMaQavD90DgnJzhQADAQAAiXNlY3AyNTZrMaEDEU3LFMFi2XXJ8-qzQIy1SbB2avbVhMf8wAOvMZ3JVNiDdGNwgq8Og3VkcIKvEIV3YWt1MgM"}'
|
||||
2025-12-29 04:44:18.419 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:44:18.420 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:44:18.420 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:44:18.421 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:44:18.421 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.52.248
|
||||
2025-12-29 04:44:18.422 DEBUG [src.node.docker_mananger] Generated ports ['2285', '2286', '2287', '2288', '2289']
|
||||
2025-12-29 04:44:18.422 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:44:18.422 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:44:18.422 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:44:18.422 DEBUG [src.node.docker_mananger] docker run -i -t -p 2285:2285 -p 2286:2286 -p 2287:2287 -p 2288:2288 -p 2289:2289 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=2287 --rest-port=2285 --tcp-port=2286 --discv5-udp-port=2288 --rest-address=0.0.0.0 --nat=extip:172.18.52.248 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0a1afc0b7add6dcdef9e8db6ceabbe7b30274304d0da73ca1ad0dde5a8aa2c11 --store-sync=true --store=false --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2289 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QIc2Ff2rzPi6kpQC1QOtv52DqJQYLXXV6OuFvfFm5qjRaZik8HG1ZYGt5UOw7rTKhmtWyfIvMRUKmLMBqk9_xCoCgmlkgnY0gmlwhKwSzGmKbXVsdGlhZGRyc5YACASsEsxpBq8OAAoErBLMaQavD90DgnJzhQADAQAAiXNlY3AyNTZrMaEDEU3LFMFi2XXJ8-qzQIy1SbB2avbVhMf8wAOvMZ3JVNiDdGNwgq8Og3VkcIKvEIV3YWt1MgM
|
||||
2025-12-29 04:44:18.608 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.52.248 waku bb583352ea9c1012c739e15fc9896e029d59e48f8cfa343921b1db0d27640a3b
|
||||
2025-12-29 04:44:18.639 DEBUG [src.node.docker_mananger] Container started with ID bb583352ea9c. Setting up logs at ./log/docker/node2_2025-12-29_04-44-17__b3ae8ed4-b8c7-4d5d-b2d4-578e037fd571__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:44:18.639 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 2285
|
||||
2025-12-29 04:44:18.639 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:44:19.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2285/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:19.651 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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":"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"}]}'
|
||||
2025-12-29 04:44:19.654 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:44:19.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2285/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:19.659 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.52.248/tcp/2286/p2p/16Uiu2HAm4yXyRrrbXBrbKU7WfY94YWbKL25dFFCdKD8BykoxLQCZ","/ip4/172.18.52.248/tcp/2287/ws/p2p/16Uiu2HAm4yXyRrrbXBrbKU7WfY94YWbKL25dFFCdKD8BykoxLQCZ"],"enrUri":"enr:-L24QPsa7rXzjg0sGJZjfXu_KqncRdz9_CIMcMjL3YPDiSkOFNDnVm9ekvkqizp925RGbYvDDxtddxEgLe2_ugRY3dgCgmlkgnY0gmlwhKwSNPiKbXVsdGlhZGRyc5YACASsEjT4BgjuAAoErBI0-AYI790DgnJzhQADAQAAiXNlY3AyNTZrMaECjeK3KxEECilx3yS9mAt3xzomXLc1f9X6ATMT_flFC8KDdGNwggjug3VkcIII8IV3YWt1MgE"}'
|
||||
2025-12-29 04:44:19.660 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:44:19.660 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:44:19.660 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:44:19.665 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:44:19.665 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.35.71
|
||||
2025-12-29 04:44:19.665 DEBUG [src.node.docker_mananger] Generated ports ['23081', '23082', '23083', '23084', '23085']
|
||||
2025-12-29 04:44:19.666 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:44:19.666 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:44:19.666 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:44:19.666 DEBUG [src.node.docker_mananger] docker run -i -t -p 23081:23081 -p 23082:23082 -p 23083:23083 -p 23084:23084 -p 23085:23085 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=23083 --rest-port=23081 --tcp-port=23082 --discv5-udp-port=23084 --rest-address=0.0.0.0 --nat=extip:172.18.35.71 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3e3d9b4ed7eba016bca2f5ece342d6bb8d2b8ad03f0fc5ea2548201ddee4db8a --store-sync=true --store=false --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23085 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QPsa7rXzjg0sGJZjfXu_KqncRdz9_CIMcMjL3YPDiSkOFNDnVm9ekvkqizp925RGbYvDDxtddxEgLe2_ugRY3dgCgmlkgnY0gmlwhKwSNPiKbXVsdGlhZGRyc5YACASsEjT4BgjuAAoErBI0-AYI790DgnJzhQADAQAAiXNlY3AyNTZrMaECjeK3KxEECilx3yS9mAt3xzomXLc1f9X6ATMT_flFC8KDdGNwggjug3VkcIII8IV3YWt1MgE
|
||||
2025-12-29 04:44:19.850 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.35.71 waku 57286e1e77dce4f09c198fec2f6ca38727844734b94212a4ca9fef75875fed95
|
||||
2025-12-29 04:44:19.884 DEBUG [src.node.docker_mananger] Container started with ID 57286e1e77dc. Setting up logs at ./log/docker/node3_2025-12-29_04-44-17__b3ae8ed4-b8c7-4d5d-b2d4-578e037fd571__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:44:19.885 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23081
|
||||
2025-12-29 04:44:19.885 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:44:20.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23081/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:20.897 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
2025-12-29 04:44:20.899 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:44:20.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23081/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:20.906 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.35.71/tcp/23082/p2p/16Uiu2HAmKhffHoKVq7j7YrUijAszMPwi3fxQNRK1ZKCew7JskFtj","/ip4/172.18.35.71/tcp/23083/ws/p2p/16Uiu2HAmKhffHoKVq7j7YrUijAszMPwi3fxQNRK1ZKCew7JskFtj"],"enrUri":"enr:-L24QIv5ATb8iRP1hcZd6PIxiT2oYDRtlNNCy1N6ry6AhVY0LGUri_vIURcFr8sKqhLYFafPKR0Eo8Evgj9nBDQyqSkCgmlkgnY0gmlwhKwSI0eKbXVsdGlhZGRyc5YACASsEiNHBloqAAoErBIjRwZaK90DgnJzhQADAQAAiXNlY3AyNTZrMaEDaLFrIFlZMG-O2UfT-KC-yOurHZmSI2JRKocJNMyzzKiDdGNwgloqg3VkcIJaLIV3YWt1MgE"}'
|
||||
2025-12-29 04:44:20.906 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:44:20.906 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2285/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.204.105/tcp/44814/p2p/16Uiu2HAmDpY5izk3UJGAWqkYVg48uYa3Bv8d2agCQcwRhnMZuEAT"]'
|
||||
2025-12-29 04:44:20.909 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:44:20.909 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23081/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.52.248/tcp/2286/p2p/16Uiu2HAm4yXyRrrbXBrbKU7WfY94YWbKL25dFFCdKD8BykoxLQCZ"]'
|
||||
2025-12-29 04:44:20.911 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:44:20.912 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44813/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-29 04:44:20.914 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:44:20.914 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2285/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-29 04:44:20.917 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:44:20.917 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23081/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-29 04:44:20.919 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:44:20.919 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:44:20.920 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44813/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)'}'
|
||||
2025-12-29 04:44:20.924 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:44:20.925 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-29 04:44:20.935 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:44:20.935 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44813/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)'}'
|
||||
2025-12-29 04:44:20.940 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:44:20.940 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-29 04:44:20.951 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:44:20.951 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44813/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)'}'
|
||||
2025-12-29 04:44:20.956 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:44:20.957 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-29 04:44:20.968 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:44:20.968 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44813/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)'}'
|
||||
2025-12-29 04:44:20.973 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:44:20.973 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-29 04:44:20.984 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:44:20.984 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44813/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)'}'
|
||||
2025-12-29 04:44:20.988 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:44:20.988 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-29 04:44:20.999 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:44:20.999 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44813/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)'}'
|
||||
2025-12-29 04:44:21.004 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:44:21.004 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-29 04:44:21.016 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:44:21.016 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44813/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)'}'
|
||||
2025-12-29 04:44:21.020 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:44:21.022 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-29 04:44:21.033 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:44:21.033 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44813/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)'}'
|
||||
2025-12-29 04:44:21.038 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:44:21.038 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-29 04:44:21.049 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:44:21.049 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44813/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)'}'
|
||||
2025-12-29 04:44:21.054 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:44:21.054 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-29 04:44:21.066 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:44:21.066 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44813/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)'}'
|
||||
2025-12-29 04:44:21.070 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:44:21.071 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-29 04:44:21.081 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:44:21.081 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2285/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)'}'
|
||||
2025-12-29 04:44:21.086 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:44:21.088 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-29 04:44:21.099 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:44:21.100 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2285/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)'}'
|
||||
2025-12-29 04:44:21.106 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:44:21.107 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-29 04:44:21.118 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:44:21.118 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2285/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)'}'
|
||||
2025-12-29 04:44:21.125 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:44:21.125 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-29 04:44:21.136 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:44:21.136 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2285/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)'}'
|
||||
2025-12-29 04:44:21.142 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:44:21.143 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-29 04:44:21.153 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:44:21.154 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2285/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)'}'
|
||||
2025-12-29 04:44:21.160 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:44:21.160 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-29 04:44:21.171 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:44:21.171 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2285/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)'}'
|
||||
2025-12-29 04:44:21.179 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:44:21.179 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-29 04:44:21.190 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:44:21.190 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2285/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)'}'
|
||||
2025-12-29 04:44:21.195 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:44:21.196 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-29 04:44:21.206 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:44:21.207 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2285/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)'}'
|
||||
2025-12-29 04:44:21.212 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:44:21.214 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-29 04:44:21.224 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:44:21.225 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2285/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)'}'
|
||||
2025-12-29 04:44:21.229 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:44:21.230 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-29 04:44:21.241 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:44:21.241 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2285/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)'}'
|
||||
2025-12-29 04:44:21.247 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:44:21.247 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-29 04:44:21.258 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:44:21.258 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23081/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)'}'
|
||||
2025-12-29 04:44:21.263 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:44:21.263 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-29 04:44:21.274 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:44:21.274 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23081/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)'}'
|
||||
2025-12-29 04:44:21.278 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:44:21.278 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-29 04:44:21.289 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:44:21.289 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23081/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)'}'
|
||||
2025-12-29 04:44:21.295 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:44:21.295 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-29 04:44:21.306 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:44:21.306 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23081/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)'}'
|
||||
2025-12-29 04:44:21.310 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:44:21.310 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-29 04:44:21.322 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:44:21.322 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23081/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)'}'
|
||||
2025-12-29 04:44:21.327 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:44:21.327 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-29 04:44:21.338 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:44:21.338 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23081/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)'}'
|
||||
2025-12-29 04:44:21.342 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:44:21.343 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-29 04:44:21.354 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:44:21.355 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23081/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)'}'
|
||||
2025-12-29 04:44:21.359 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:44:21.359 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-29 04:44:21.370 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:44:21.370 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23081/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)'}'
|
||||
2025-12-29 04:44:21.374 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:44:21.376 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-29 04:44:21.386 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:44:21.387 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23081/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)'}'
|
||||
2025-12-29 04:44:21.391 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:44:21.391 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-29 04:44:21.402 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:44:21.402 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23081/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)'}'
|
||||
2025-12-29 04:44:21.406 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:44:21.407 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-29 04:44:21.417 DEBUG [src.node.waku_node] Restarting container with id bb583352ea9c
|
||||
2025-12-29 04:44:22.169 DEBUG [src.libs.common] Sleeping for 5 seconds
|
||||
2025-12-29 04:44:27.170 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:44:27.170 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44813/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:27.174 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x8f7e64a85ca0d408a87ea169e9823da35b315e8d520f4ffc3a27e45aff12344d"},{"messageHash":"0xdf00abb336276e3f141bf4c936156056a46ee40eb6f2e8d40b2d08802fa10b9b"},{"messageHash":"0x0273b7ace3263f6eaff07625ce5b6472dc5e2ad0c6d2f9fbdfd6508ba8e0afbc"},{"messageHash":"0x5334528194d711dc9543901db9c8f45c25246a529343d42d65dde84f51f9228f"},{"messageHash":"0x8e5a2f0c7cc377bd3252bdafe2ef090b6aae44537d4bc43a28dace68263c3e18"},{"messageHash":"0xd9c32810bf9467818e48c8df4a79e932450448f542a63f9a43d5f3a6d89aefef"},{"messageHash":"0xa1c40837652c690779b38a25996411a813327c46661d4ec513f524435ecc2410"},{"messageHash":"0x467c652414060a5d4c3de0df430a27dc19d908135023dd31dc7cbc077f8762d4"},{"messageHash":"0xe788c7cba786750ac52c066b45a9c6c22d36bfef79a112a95a48ba646a38a420"},{"messageHash":"0xdc6ecd80f61a3a35da9c17692650b694c08199d6a20b6024276eeefd01e86c4d"},{"messageHash":"0x0a800f289042b89bfb609f849c3190d1a84d3ed19580e68ce70443d052d8e1aa"},{"messageHash":"0x223f506ad322ec2126ff962f66aae7df7aee893e30163f27bd029d3fdad431c1"},{"messageHash":"0x3df8fa512e32fcfedc317454ca8571612fa008ed47e7bcccf7b13e50bd14a8dd"},{"messageHash":"0x4af5aea84b7b716cebe082be58fc0289f46e4d00c1d540c90d3f76b01db59b02"},{"messageHash":"0x3f00501a8ad2a4a2c2f8d2adb55e1136df3c72f563b4d45ab2c66213afeb5839"},{"messageHash":"0x257f5b8837ddfdc70b6f15008fda5ab5fbdc8ade05b98ea1f2fb503a1036d752"},{"messageHash":"0xa02c3932bb0f6920b88b994ee5c527f2849739a8c8f44f843ddf9b6833c08081"},{"messageHash":"0x1b654bd3bce03cf7ba3046cdca3b25fb2b9c90305ac62ffd0f5ef1ba9feafc09"},{"messageHash":"0x056359f30d9f81fe6794be4c81164f7341e91f04aa483d3a588e9ceee3c4d289"},{"messageHash":"0x5e68ad5a694952ca136683f802ae2dc0594613169907ebbaf31a3e8cbd8ad64a"},{"messageHash":"0x6406993a63905e2e2a94f340901a2c39d2d3b2128158f026d21497c0b28ee13d"},{"messageHash":"0xdb28c84417127fde262dc81e66ca5ba2a2d62885967bab64e80ee61f37f8b5f6"},{"messageHash":"0xe369563d2668be45a6f4714056d331b143f69311d17ce916c85918bb6d2e6c1b"},{"messageHash":"0x38a009d37d45d504cf127db66d3edb28193d6af7cdeb5f8f89efd676d634d429"},{"messageHash":"0x34c8c459a25b8e8e6c22d862847b97056ab432c27a0e1fb496b7ad1cee0b3333"},{"messageHash":"0x6ae7c65cd8552da9c5b907e388b107f705f2d7e5f8436124c341ede854118999"},{"messageHash":"0x9936881a585faeb9ab8fc0e2b5d5d7ce440d4f3c358ae95b54feef4bc6baa831"},{"messageHash":"0x62352caa35f20428217ca1ec59be4e4b96d79cbccace476000f38c4c76c4c5ad"},{"messageHash":"0x1fc8d56d85ff01e3e0a7f2943f4c146792edd00cf51e9780c2c92623576ac0a3"},{"messageHash":"0xe8f2a7fcfacdd9875fbaf71640ef937b1bf1ec736d494649ba5734c2db9da1a5"}]}'
|
||||
2025-12-29 04:44:27.174 DEBUG [src.steps.store] messages length is 30
|
||||
2025-12-29 04:44:27.178 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:44:27.179 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2285/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:27.188 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"bdf3ea1319ef9f69a5fb","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x8f7e64a85ca0d408a87ea169e9823da35b315e8d520f4ffc3a27e45aff12344d"},{"messageHash":"0xdf00abb336276e3f141bf4c936156056a46ee40eb6f2e8d40b2d08802fa10b9b"},{"messageHash":"0x0273b7ace3263f6eaff07625ce5b6472dc5e2ad0c6d2f9fbdfd6508ba8e0afbc"},{"messageHash":"0x5334528194d711dc9543901db9c8f45c25246a529343d42d65dde84f51f9228f"},{"messageHash":"0x8e5a2f0c7cc377bd3252bdafe2ef090b6aae44537d4bc43a28dace68263c3e18"},{"messageHash":"0xd9c32810bf9467818e48c8df4a79e932450448f542a63f9a43d5f3a6d89aefef"},{"messageHash":"0xa1c40837652c690779b38a25996411a813327c46661d4ec513f524435ecc2410"},{"messageHash":"0x467c652414060a5d4c3de0df430a27dc19d908135023dd31dc7cbc077f8762d4"},{"messageHash":"0xe788c7cba786750ac52c066b45a9c6c22d36bfef79a112a95a48ba646a38a420"},{"messageHash":"0xdc6ecd80f61a3a35da9c17692650b694c08199d6a20b6024276eeefd01e86c4d"},{"messageHash":"0x0a800f289042b89bfb609f849c3190d1a84d3ed19580e68ce70443d052d8e1aa"},{"messageHash":"0x223f506ad322ec2126ff962f66aae7df7aee893e30163f27bd029d3fdad431c1"},{"messageHash":"0x3df8fa512e32fcfedc317454ca8571612fa008ed47e7bcccf7b13e50bd14a8dd"},{"messageHash":"0x4af5aea84b7b716cebe082be58fc0289f46e4d00c1d540c90d3f76b01db59b02"},{"messageHash":"0x3f00501a8ad2a4a2c2f8d2adb55e1136df3c72f563b4d45ab2c66213afeb5839"},{"messageHash":"0x257f5b8837ddfdc70b6f15008fda5ab5fbdc8ade05b98ea1f2fb503a1036d752"},{"messageHash":"0xa02c3932bb0f6920b88b994ee5c527f2849739a8c8f44f843ddf9b6833c08081"},{"messageHash":"0x1b654bd3bce03cf7ba3046cdca3b25fb2b9c90305ac62ffd0f5ef1ba9feafc09"},{"messageHash":"0x056359f30d9f81fe6794be4c81164f7341e91f04aa483d3a588e9ceee3c4d289"},{"messageHash":"0x5e68ad5a694952ca136683f802ae2dc0594613169907ebbaf31a3e8cbd8ad64a"},{"messageHash":"0x6406993a63905e2e2a94f340901a2c39d2d3b2128158f026d21497c0b28ee13d"},{"messageHash":"0xdb28c84417127fde262dc81e66ca5ba2a2d62885967bab64e80ee61f37f8b5f6"},{"messageHash":"0xe369563d2668be45a6f4714056d331b143f69311d17ce916c85918bb6d2e6c1b"},{"messageHash":"0x38a009d37d45d504cf127db66d3edb28193d6af7cdeb5f8f89efd676d634d429"},{"messageHash":"0x34c8c459a25b8e8e6c22d862847b97056ab432c27a0e1fb496b7ad1cee0b3333"},{"messageHash":"0x6ae7c65cd8552da9c5b907e388b107f705f2d7e5f8436124c341ede854118999"},{"messageHash":"0x9936881a585faeb9ab8fc0e2b5d5d7ce440d4f3c358ae95b54feef4bc6baa831"},{"messageHash":"0x62352caa35f20428217ca1ec59be4e4b96d79cbccace476000f38c4c76c4c5ad"},{"messageHash":"0x1fc8d56d85ff01e3e0a7f2943f4c146792edd00cf51e9780c2c92623576ac0a3"},{"messageHash":"0xe8f2a7fcfacdd9875fbaf71640ef937b1bf1ec736d494649ba5734c2db9da1a5"}]}'
|
||||
2025-12-29 04:44:27.188 DEBUG [src.steps.store] messages length is 30
|
||||
2025-12-29 04:44:27.191 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:44:27.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23081/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:44:27.222 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"7387a772e9ab1af3dd0a","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x8f7e64a85ca0d408a87ea169e9823da35b315e8d520f4ffc3a27e45aff12344d"},{"messageHash":"0xdf00abb336276e3f141bf4c936156056a46ee40eb6f2e8d40b2d08802fa10b9b"},{"messageHash":"0x0273b7ace3263f6eaff07625ce5b6472dc5e2ad0c6d2f9fbdfd6508ba8e0afbc"},{"messageHash":"0x5334528194d711dc9543901db9c8f45c25246a529343d42d65dde84f51f9228f"},{"messageHash":"0x8e5a2f0c7cc377bd3252bdafe2ef090b6aae44537d4bc43a28dace68263c3e18"},{"messageHash":"0xd9c32810bf9467818e48c8df4a79e932450448f542a63f9a43d5f3a6d89aefef"},{"messageHash":"0xa1c40837652c690779b38a25996411a813327c46661d4ec513f524435ecc2410"},{"messageHash":"0x467c652414060a5d4c3de0df430a27dc19d908135023dd31dc7cbc077f8762d4"},{"messageHash":"0xe788c7cba786750ac52c066b45a9c6c22d36bfef79a112a95a48ba646a38a420"},{"messageHash":"0xdc6ecd80f61a3a35da9c17692650b694c08199d6a20b6024276eeefd01e86c4d"},{"messageHash":"0x0a800f289042b89bfb609f849c3190d1a84d3ed19580e68ce70443d052d8e1aa"},{"messageHash":"0x223f506ad322ec2126ff962f66aae7df7aee893e30163f27bd029d3fdad431c1"},{"messageHash":"0x3df8fa512e32fcfedc317454ca8571612fa008ed47e7bcccf7b13e50bd14a8dd"},{"messageHash":"0x4af5aea84b7b716cebe082be58fc0289f46e4d00c1d540c90d3f76b01db59b02"},{"messageHash":"0x3f00501a8ad2a4a2c2f8d2adb55e1136df3c72f563b4d45ab2c66213afeb5839"},{"messageHash":"0x257f5b8837ddfdc70b6f15008fda5ab5fbdc8ade05b98ea1f2fb503a1036d752"},{"messageHash":"0xa02c3932bb0f6920b88b994ee5c527f2849739a8c8f44f843ddf9b6833c08081"},{"messageHash":"0x1b654bd3bce03cf7ba3046cdca3b25fb2b9c90305ac62ffd0f5ef1ba9feafc09"},{"messageHash":"0x056359f30d9f81fe6794be4c81164f7341e91f04aa483d3a588e9ceee3c4d289"},{"messageHash":"0x5e68ad5a694952ca136683f802ae2dc0594613169907ebbaf31a3e8cbd8ad64a"},{"messageHash":"0x6406993a63905e2e2a94f340901a2c39d2d3b2128158f026d21497c0b28ee13d"},{"messageHash":"0xdb28c84417127fde262dc81e66ca5ba2a2d62885967bab64e80ee61f37f8b5f6"},{"messageHash":"0xe369563d2668be45a6f4714056d331b143f69311d17ce916c85918bb6d2e6c1b"},{"messageHash":"0x38a009d37d45d504cf127db66d3edb28193d6af7cdeb5f8f89efd676d634d429"},{"messageHash":"0x34c8c459a25b8e8e6c22d862847b97056ab432c27a0e1fb496b7ad1cee0b3333"},{"messageHash":"0x6ae7c65cd8552da9c5b907e388b107f705f2d7e5f8436124c341ede854118999"},{"messageHash":"0x9936881a585faeb9ab8fc0e2b5d5d7ce440d4f3c358ae95b54feef4bc6baa831"},{"messageHash":"0x62352caa35f20428217ca1ec59be4e4b96d79cbccace476000f38c4c76c4c5ad"},{"messageHash":"0x1fc8d56d85ff01e3e0a7f2943f4c146792edd00cf51e9780c2c92623576ac0a3"},{"messageHash":"0xe8f2a7fcfacdd9875fbaf71640ef937b1bf1ec736d494649ba5734c2db9da1a5"}]}'
|
||||
2025-12-29 04:44:27.223 DEBUG [src.steps.store] messages length is 30
|
||||
2025-12-29 04:44:27.232 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:44:27.234 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:44:27.234 DEBUG [src.node.waku_node] Stopping container with id 80b734868ffb
|
||||
2025-12-29 04:44:27.800 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:44:27.800 DEBUG [src.node.waku_node] Stopping container with id bb583352ea9c
|
||||
2025-12-29 04:44:28.348 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:44:28.349 DEBUG [src.node.waku_node] Stopping container with id 57286e1e77dc
|
||||
2025-12-29 04:44:28.613 ERROR [src.node.docker_mananger] Max retries reached for container 80b734868ffb. Exiting log stream.
|
||||
2025-12-29 04:44:28.839 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:44:28.840 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:44:28.857 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:44:28.903 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:44:28.918 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
861
nim/1018/data/attachments/218a9296351492aa.txt
Normal file
861
nim/1018/data/attachments/218a9296351492aa.txt
Normal file
@ -0,0 +1,861 @@
|
||||
[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_extra_field with id: 2025-12-29_04-30-11__4284b279-921c-4254-b49e-00b8ac26511a
|
||||
[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_2025-12-29_04-30-11__4284b279-921c-4254-b49e-00b8ac26511a__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.152
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['38883', '38884', '38885', '38886', '38887']
|
||||
[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 38883:38883 -p 38884:38884 -p 38885:38885 -p 38886:38886 -p 38887:38887 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=38885 --rest-port=38883 --tcp-port=38884 --discv5-udp-port=38886 --rest-address=0.0.0.0 --nat=extip:172.18.219.152 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f3ee70bdd1aa7affc507b7106e42bddeeeb5c4ca63a78f0e8fa2887e3e7d1e9e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38887 --metrics-logging=true --lightpush=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.219.152 waku 3118cf009286a7280e22697456ba67ee126e3892c85a79f4e4bf90f080b19e83
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 3118cf009286. Setting up logs at ./log/docker/receiving_node1_2025-12-29_04-30-11__4284b279-921c-4254-b49e-00b8ac26511a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 38883
|
||||
[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:38883/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
[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:38883/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.152/tcp/38884/p2p/16Uiu2HAmMRJeSPBc4bpk63hf26uczNQJk72qm7Lh7mGjoWMrQG6s","/ip4/172.18.219.152/tcp/38885/ws/p2p/16Uiu2HAmMRJeSPBc4bpk63hf26uczNQJk72qm7Lh7mGjoWMrQG6s"],"enrUri":"enr:-L24QG0TzZJcrHjj3aieJDfpnqbfR-z1kpw_YUvGgjSf77O-H1Od6KjyTR4gOmtK270RDWdT6FEfYumX3-qFDl5LoLACgmlkgnY0gmlwhKwS25iKbXVsdGlhZGRyc5YACASsEtuYBpfkAAoErBLbmAaX5d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDgje87IzVCe-yynOCrHEiC4wIia321qiM28AlFtEXGNiDdGNwgpfkg3VkcIKX5oV3YWt1Mgk"}'
|
||||
[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_2025-12-29_04-30-11__4284b279-921c-4254-b49e-00b8ac26511a__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.201.142
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['59660', '59661', '59662', '59663', '59664']
|
||||
[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 59660:59660 -p 59661:59661 -p 59662:59662 -p 59663:59663 -p 59664:59664 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=59662 --rest-port=59660 --tcp-port=59661 --discv5-udp-port=59663 --rest-address=0.0.0.0 --nat=extip:172.18.201.142 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f9eba9bcfbb1c8e6f1f173fdca75c3eeb085ed4e3d9f1162ffc87536c66da6bf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59664 --metrics-logging=true --lightpush=false --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.201.142 waku b82e6ad2485acaf30c660896c9e56b1474647e3ea713e2e1adddce7f7bf319c3
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID b82e6ad2485a. Setting up logs at ./log/docker/receiving_node2_2025-12-29_04-30-11__4284b279-921c-4254-b49e-00b8ac26511a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 59660
|
||||
[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:59660/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
[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:59660/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.201.142/tcp/59661/p2p/16Uiu2HAmNfcS92B2M77ZgQLwPFk3BUzLVnzNJjSVpF8rVFmQMFBM","/ip4/172.18.201.142/tcp/59662/ws/p2p/16Uiu2HAmNfcS92B2M77ZgQLwPFk3BUzLVnzNJjSVpF8rVFmQMFBM"],"enrUri":"enr:-L24QE4gkWIcP2FJS132wqApYaGIu8eOCnWDYoNo1RRRwfQDLMswhkADSw8WUmEVh33If-25C9muvP0aSMmKHfy0458CgmlkgnY0gmlwhKwSyY6KbXVsdGlhZGRyc5YACASsEsmOBukNAAoErBLJjgbpDt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDlL2rS_4Xpg3-Gm-f6o6eOMGWPiiKch4rHugfLO7HneCDdGNwgukNg3VkcILpD4V3YWt1MgE"}'
|
||||
[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:59660/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.219.152/tcp/38884/p2p/16Uiu2HAmMRJeSPBc4bpk63hf26uczNQJk72qm7Lh7mGjoWMrQG6s"]'
|
||||
[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_2025-12-29_04-30-11__4284b279-921c-4254-b49e-00b8ac26511a__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.221.92
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['39080', '39081', '39082', '39083', '39084']
|
||||
[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 39080:39080 -p 39081:39081 -p 39082:39082 -p 39083:39083 -p 39084:39084 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=39082 --rest-port=39080 --tcp-port=39081 --discv5-udp-port=39083 --rest-address=0.0.0.0 --nat=extip:172.18.221.92 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2e50e0f3e40e4dd8e800efdbaffa49b58bcccaaf2a09dd6c0b7bad6e68cabc5b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39084 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QG0TzZJcrHjj3aieJDfpnqbfR-z1kpw_YUvGgjSf77O-H1Od6KjyTR4gOmtK270RDWdT6FEfYumX3-qFDl5LoLACgmlkgnY0gmlwhKwS25iKbXVsdGlhZGRyc5YACASsEtuYBpfkAAoErBLbmAaX5d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDgje87IzVCe-yynOCrHEiC4wIia321qiM28AlFtEXGNiDdGNwgpfkg3VkcIKX5oV3YWt1Mgk --lightpushnode=/ip4/172.18.219.152/tcp/38884/p2p/16Uiu2HAmMRJeSPBc4bpk63hf26uczNQJk72qm7Lh7mGjoWMrQG6s --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.221.92 waku 5e778d4c85af88e9e8f0f767eaadc60147877ed140aeb782c195370b6b3cc07c
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 5e778d4c85af. Setting up logs at ./log/docker/lightpush_node1_2025-12-29_04-30-11__4284b279-921c-4254-b49e-00b8ac26511a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 39080
|
||||
[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:39080/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:39080/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:39080/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:39080/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 5e778d4c85af. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/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:39080/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=39080): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd8e7418aa0>: 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.178.24
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['49292', '49293', '49294', '49295', '49296']
|
||||
[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 49292:49292 -p 49293:49293 -p 49294:49294 -p 49295:49295 -p 49296:49296 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=49294 --rest-port=49292 --tcp-port=49293 --discv5-udp-port=49295 --rest-address=0.0.0.0 --nat=extip:172.18.178.24 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=64e1c4c09acd7fd371d802b68c9bc77bcc7621aa4bf9ce5d0f992426a3f1d242 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49296 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QG0TzZJcrHjj3aieJDfpnqbfR-z1kpw_YUvGgjSf77O-H1Od6KjyTR4gOmtK270RDWdT6FEfYumX3-qFDl5LoLACgmlkgnY0gmlwhKwS25iKbXVsdGlhZGRyc5YACASsEtuYBpfkAAoErBLbmAaX5d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDgje87IzVCe-yynOCrHEiC4wIia321qiM28AlFtEXGNiDdGNwgpfkg3VkcIKX5oV3YWt1Mgk --lightpushnode=/ip4/172.18.219.152/tcp/38884/p2p/16Uiu2HAmMRJeSPBc4bpk63hf26uczNQJk72qm7Lh7mGjoWMrQG6s --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.178.24 waku e6e92b5b30678f5d35598fa41fe4b03b439f5bd2baf8cd3719e04bdd8f6c95fa
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID e6e92b5b3067. Setting up logs at ./log/docker/lightpush_node1_2025-12-29_04-30-11__4284b279-921c-4254-b49e-00b8ac26511a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 49292
|
||||
[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:49292/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:49292/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:49292/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:49292/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container e6e92b5b3067. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/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:49292/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=49292): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd8e741b4d0>: 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.241.37
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['63676', '63677', '63678', '63679', '63680']
|
||||
[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 63676:63676 -p 63677:63677 -p 63678:63678 -p 63679:63679 -p 63680:63680 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=63678 --rest-port=63676 --tcp-port=63677 --discv5-udp-port=63679 --rest-address=0.0.0.0 --nat=extip:172.18.241.37 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c9989a0492beddbf0ce38c329dd4482e8902eefd0c98d3ca4fab7b1200f2bd47 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63680 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QG0TzZJcrHjj3aieJDfpnqbfR-z1kpw_YUvGgjSf77O-H1Od6KjyTR4gOmtK270RDWdT6FEfYumX3-qFDl5LoLACgmlkgnY0gmlwhKwS25iKbXVsdGlhZGRyc5YACASsEtuYBpfkAAoErBLbmAaX5d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDgje87IzVCe-yynOCrHEiC4wIia321qiM28AlFtEXGNiDdGNwgpfkg3VkcIKX5oV3YWt1Mgk --lightpushnode=/ip4/172.18.219.152/tcp/38884/p2p/16Uiu2HAmMRJeSPBc4bpk63hf26uczNQJk72qm7Lh7mGjoWMrQG6s --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.241.37 waku 914c4927b4c958a663d9a32650c03545806d97ea9e9fac54fde24fde1e41ded4
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 914c4927b4c9. Setting up logs at ./log/docker/lightpush_node1_2025-12-29_04-30-11__4284b279-921c-4254-b49e-00b8ac26511a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 63676
|
||||
[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:63676/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:63676/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:63676/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:63676/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 914c4927b4c9. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/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:63676/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=63676): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd8e7364890>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
[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 3118cf009286
|
||||
[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 b82e6ad2485a
|
||||
[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 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 3118cf009286. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container b82e6ad2485a. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[1m[31mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/914c4927b4c958a663d9a32650c03545806d97ea9e9fac54fde24fde1e41ded4/stop: Not Found ("No such container: 914c4927b4c958a663d9a32650c03545806d97ea9e9fac54fde24fde1e41ded4")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[1m[31mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/914c4927b4c958a663d9a32650c03545806d97ea9e9fac54fde24fde1e41ded4/stop: Not Found ("No such container: 914c4927b4c958a663d9a32650c03545806d97ea9e9fac54fde24fde1e41ded4")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 914c4927b4c9
|
||||
[1m[31mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/914c4927b4c958a663d9a32650c03545806d97ea9e9fac54fde24fde1e41ded4/stop: Not Found ("No such container: 914c4927b4c958a663d9a32650c03545806d97ea9e9fac54fde24fde1e41ded4")
|
||||
[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.
|
||||
92
nim/1018/data/attachments/21f93e6203ab50a0.txt
Normal file
92
nim/1018/data/attachments/21f93e6203ab50a0.txt
Normal file
@ -0,0 +1,92 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_relay_resubscribe_to_unsubscribed_pubsub_topic with id: 2025-12-29_04-27-52__c98772ab-d13a-4439-9635-64f4ac9d9e0d
|
||||
[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_2025-12-29_04-27-52__c98772ab-d13a-4439-9635-64f4ac9d9e0d__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.164.179
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['44757', '44758', '44759', '44760', '44761']
|
||||
[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 44757:44757 -p 44758:44758 -p 44759:44759 -p 44760:44760 -p 44761:44761 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=44759 --rest-port=44757 --tcp-port=44758 --discv5-udp-port=44760 --rest-address=0.0.0.0 --nat=extip:172.18.164.179 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=adfa0efba1d3a5af42b4ce61e0e378eadaf9f81ad63a5bd8ef7c6738cbd9faab --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44761 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.164.179 waku 1fa629bd1220d6b091fe6b16deb56f3650595cc265ef673106c3c449db201d5d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 1fa629bd1220. Setting up logs at ./log/docker/node1_2025-12-29_04-27-52__c98772ab-d13a-4439-9635-64f4ac9d9e0d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 44757
|
||||
[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 f2bcdea59393. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 91b6cc0b128c. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44757/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
[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:44757/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.164.179/tcp/44758/p2p/16Uiu2HAkwwW8LeJ7yhgCGSrV8fQfVTDUX8gLszSLSDvmEeL7oE7V","/ip4/172.18.164.179/tcp/44759/ws/p2p/16Uiu2HAkwwW8LeJ7yhgCGSrV8fQfVTDUX8gLszSLSDvmEeL7oE7V"],"enrUri":"enr:-L24QHdb-T71BF8SGkch4V_Q7AuAaTr21MVoyLKyUII0f145Mb4RFbU7cjOqWilCDwFvAr4dG96hXEW6WxSe-8knbmkCgmlkgnY0gmlwhKwSpLOKbXVsdGlhZGRyc5YACASsEqSzBq7WAAoErBKkswau190DgnJzhQADAQAAiXNlY3AyNTZrMaECJVuoXnuYf_T0ghmXKDxiInef7mUYRjxCQ9FUtIl3bnyDdGNwgq7Wg3VkcIKu2IV3YWt1MgE"}'
|
||||
[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_2025-12-29_04-27-52__c98772ab-d13a-4439-9635-64f4ac9d9e0d__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.61.50
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['28401', '28402', '28403', '28404', '28405']
|
||||
[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 28401:28401 -p 28402:28402 -p 28403:28403 -p 28404:28404 -p 28405:28405 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=28403 --rest-port=28401 --tcp-port=28402 --discv5-udp-port=28404 --rest-address=0.0.0.0 --nat=extip:172.18.61.50 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=49ef7d8e6446c4ef904d65ffd699c4fc78e1efb97e1ce54c7eb6a45a81fb13f8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28405 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHdb-T71BF8SGkch4V_Q7AuAaTr21MVoyLKyUII0f145Mb4RFbU7cjOqWilCDwFvAr4dG96hXEW6WxSe-8knbmkCgmlkgnY0gmlwhKwSpLOKbXVsdGlhZGRyc5YACASsEqSzBq7WAAoErBKkswau190DgnJzhQADAQAAiXNlY3AyNTZrMaECJVuoXnuYf_T0ghmXKDxiInef7mUYRjxCQ9FUtIl3bnyDdGNwgq7Wg3VkcIKu2IV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.61.50 waku 29d861817981d513ba945108300629e10c4069f50ff00653752e2747b915c0f9
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 29d861817981. Setting up logs at ./log/docker/node2_2025-12-29_04-27-52__c98772ab-d13a-4439-9635-64f4ac9d9e0d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 28401
|
||||
[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:28401/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
[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:28401/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.61.50/tcp/28402/p2p/16Uiu2HAmEpozpJWaTFHB7ZEo5JdyQ8V2zHwYbQTHRhJYPtpnxi6f","/ip4/172.18.61.50/tcp/28403/ws/p2p/16Uiu2HAmEpozpJWaTFHB7ZEo5JdyQ8V2zHwYbQTHRhJYPtpnxi6f"],"enrUri":"enr:-L24QK_hS_BgADiJE529Z-PJeM3k2Zf0xOhZsrpL0zRSomyPT2shdfGFVyVEhPwvCQ9kbwngEQ0bnMDAC35Bic3Jd28CgmlkgnY0gmlwhKwSPTKKbXVsdGlhZGRyc5YACASsEj0yBm7yAAoErBI9MgZu890DgnJzhQADAQAAiXNlY3AyNTZrMaEDIDt5zKA6O9s_-px5-EhxqgPhW7vEVHVFsIXltyHlXZSDdGNwgm7yg3VkcIJu9IV3YWt1MgE"}'
|
||||
[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:28401/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.164.179/tcp/44758/p2p/16Uiu2HAkwwW8LeJ7yhgCGSrV8fQfVTDUX8gLszSLSDvmEeL7oE7V"]'
|
||||
[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:44757/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:28401/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:44757/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:44757/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":1766982475005231616,"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:28401/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":1766982475005231616,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:44757/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 DELETE "http://127.0.0.1:28401/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:44757/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)'}'
|
||||
[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:44757/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/3/1'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44757/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:28401/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:44757/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:44757/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":1766982475138822558,"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:28401/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":1766982475138822558,"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 1fa629bd1220
|
||||
[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 29d861817981
|
||||
[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.
|
||||
82
nim/1018/data/attachments/226ba9dd3bfea71b.txt
Normal file
82
nim/1018/data/attachments/226ba9dd3bfea71b.txt
Normal file
@ -0,0 +1,82 @@
|
||||
2025-12-29 04:34:45.037 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:34:45.038 DEBUG [tests.conftest] Running test: test_subscribe_and_publish_on_another_content_topic_from_same_shard with id: 2025-12-29_04-34-45__09316887-b403-4c93-9b95-602727a3e223
|
||||
2025-12-29 04:34:45.038 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:34:45.038 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-29 04:34:45.038 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2025-12-29 04:34:45.046 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:34:45.046 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-29_04-34-45__09316887-b403-4c93-9b95-602727a3e223__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:34:45.046 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:34:45.046 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:34:45.047 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:34:45.048 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.54.164
|
||||
2025-12-29 04:34:45.048 DEBUG [src.node.docker_mananger] Generated ports ['8161', '8162', '8163', '8164', '8165']
|
||||
2025-12-29 04:34:45.048 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:34:45.048 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:34:45.048 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:34:45.048 DEBUG [src.node.docker_mananger] docker run -i -t -p 8161:8161 -p 8162:8162 -p 8163:8163 -p 8164:8164 -p 8165:8165 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=8163 --rest-port=8161 --tcp-port=8162 --discv5-udp-port=8164 --rest-address=0.0.0.0 --nat=extip:172.18.54.164 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=73eacbeddf0f118eec00e92ccfefc33bd10df89cebdfefa8bffd192e6efecb89 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8165 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2025-12-29 04:34:45.226 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.54.164 waku 1d391699e1b62d02e7beab6d1e9a01941511f82fa52be80d6fed11d7f4bf8555
|
||||
2025-12-29 04:34:45.260 DEBUG [src.node.docker_mananger] Container started with ID 1d391699e1b6. Setting up logs at ./log/docker/node1_2025-12-29_04-34-45__09316887-b403-4c93-9b95-602727a3e223__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:34:45.260 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 8161
|
||||
2025-12-29 04:34:45.260 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:34:45.311 ERROR [src.node.docker_mananger] Max retries reached for container b467e155a17a. Exiting log stream.
|
||||
2025-12-29 04:34:45.845 ERROR [src.node.docker_mananger] Max retries reached for container a267a6639917. Exiting log stream.
|
||||
2025-12-29 04:34:46.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8161/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:46.264 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
2025-12-29 04:34:46.265 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:34:46.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8161/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:46.267 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.54.164/tcp/8162/p2p/16Uiu2HAmVB7dtusiZX5WYM5h7pqBcRsnUcVvGqUYQLY2cv8BEZBQ","/ip4/172.18.54.164/tcp/8163/ws/p2p/16Uiu2HAmVB7dtusiZX5WYM5h7pqBcRsnUcVvGqUYQLY2cv8BEZBQ"],"enrUri":"enr:-L24QCLwcevREa8KqRJ-CYWiRxx_T-5Um-Q4IZGsNeaKgCikRtbt2M-zSUw16AsRMhNMETC2Fc-wpzE__CrUP--wx44CgmlkgnY0gmlwhKwSNqSKbXVsdGlhZGRyc5YACASsEjakBh_iAAoErBI2pAYf490DgnJzhQACAQAAiXNlY3AyNTZrMaED9XKnXDPL5py0BAnpLw-3iWUsfUzFFRmIllNJyoLbSqODdGNwgh_ig3VkcIIf5IV3YWt1MgU"}'
|
||||
2025-12-29 04:34:46.267 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:34:46.274 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:34:46.274 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-29_04-34-45__09316887-b403-4c93-9b95-602727a3e223__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:34:46.274 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:34:46.274 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:34:46.276 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:34:46.276 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.136.80
|
||||
2025-12-29 04:34:46.276 DEBUG [src.node.docker_mananger] Generated ports ['28339', '28340', '28341', '28342', '28343']
|
||||
2025-12-29 04:34:46.276 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:34:46.276 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:34:46.276 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:34:46.277 DEBUG [src.node.docker_mananger] docker run -i -t -p 28339:28339 -p 28340:28340 -p 28341:28341 -p 28342:28342 -p 28343:28343 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=28341 --rest-port=28339 --tcp-port=28340 --discv5-udp-port=28342 --rest-address=0.0.0.0 --nat=extip:172.18.136.80 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=13fcaddae3a54e5a1eedbdec6b6bb70ad2cacffd7d254a82dee87531b0990b2a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28343 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCLwcevREa8KqRJ-CYWiRxx_T-5Um-Q4IZGsNeaKgCikRtbt2M-zSUw16AsRMhNMETC2Fc-wpzE__CrUP--wx44CgmlkgnY0gmlwhKwSNqSKbXVsdGlhZGRyc5YACASsEjakBh_iAAoErBI2pAYf490DgnJzhQACAQAAiXNlY3AyNTZrMaED9XKnXDPL5py0BAnpLw-3iWUsfUzFFRmIllNJyoLbSqODdGNwgh_ig3VkcIIf5IV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2025-12-29 04:34:46.452 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.136.80 waku eb6c51d9ef048eeb689ccd2a30a9ba847397eaebebf2e063aac3e7d10c89e622
|
||||
2025-12-29 04:34:46.483 DEBUG [src.node.docker_mananger] Container started with ID eb6c51d9ef04. Setting up logs at ./log/docker/node2_2025-12-29_04-34-45__09316887-b403-4c93-9b95-602727a3e223__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:34:46.483 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 28339
|
||||
2025-12-29 04:34:46.483 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:34:47.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:47.500 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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":"READY"}]}'
|
||||
2025-12-29 04:34:47.501 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:34:47.501 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28339/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:47.505 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.136.80/tcp/28340/p2p/16Uiu2HAmQftcV1m6zXyimPE1D1yXPPt26G5YVLQ2KwTjr8ivACjM","/ip4/172.18.136.80/tcp/28341/ws/p2p/16Uiu2HAmQftcV1m6zXyimPE1D1yXPPt26G5YVLQ2KwTjr8ivACjM"],"enrUri":"enr:-L24QC9C4gjmga_G86qe22AQG-p9ydo4cDqizjWZZBW6inQ0RMvLNvliIiswa98QefOqxlJ2vuxihwt4IMZudYqSQoYCgmlkgnY0gmlwhKwSiFCKbXVsdGlhZGRyc5YACASsEohQBm60AAoErBKIUAZutd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDsodV_gnTNjlpELsPzRhTyNhmwxqEW0EOaajNaBCK5LyDdGNwgm60g3VkcIJutoV3YWt1MgE"}'
|
||||
2025-12-29 04:34:47.507 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:34:47.507 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28339/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.54.164/tcp/8162/p2p/16Uiu2HAmVB7dtusiZX5WYM5h7pqBcRsnUcVvGqUYQLY2cv8BEZBQ"]'
|
||||
2025-12-29 04:34:47.511 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:47.511 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8161/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
|
||||
2025-12-29 04:34:47.516 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:47.517 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28339/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
|
||||
2025-12-29 04:34:47.521 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:47.522 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8161/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:34:47.529 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:47.529 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-29 04:34:47.629 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:34:47.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8161/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:47.633 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":1766982887522299348,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:34:47.634 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:34:47.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28339/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:47.636 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":1766982887522299348,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:34:47.638 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8161/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:34:47.643 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:34:47.643 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-29 04:34:47.743 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:34:47.744 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8161/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:47.746 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982887638500678,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:34:47.749 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:34:47.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28339/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:34:47.751 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982887638500678,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:34:47.754 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:34:47.755 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:34:47.755 DEBUG [src.node.waku_node] Stopping container with id 1d391699e1b6
|
||||
2025-12-29 04:34:48.259 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:34:48.260 DEBUG [src.node.waku_node] Stopping container with id eb6c51d9ef04
|
||||
2025-12-29 04:34:48.751 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:34:48.753 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:34:48.765 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:34:48.770 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
99
nim/1018/data/attachments/228fbe0a06838c85.txt
Normal file
99
nim/1018/data/attachments/228fbe0a06838c85.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_publish_on_multiple_pubsub_topics_and_only_after_fetch_them with id: 2025-12-29_04-28-57__3af847da-4089-46bd-9041-2d745fad3727
|
||||
[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_2025-12-29_04-28-57__3af847da-4089-46bd-9041-2d745fad3727__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.204.203
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['32705', '32706', '32707', '32708', '32709']
|
||||
[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 32705:32705 -p 32706:32706 -p 32707:32707 -p 32708:32708 -p 32709:32709 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=32707 --rest-port=32705 --tcp-port=32706 --discv5-udp-port=32708 --rest-address=0.0.0.0 --nat=extip:172.18.204.203 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=d42cb43faaab04a805bc0caafb4ca09bfd2dbacdcfa2cd185c7bdee77cf7d2de --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32709 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.204.203 waku 3f197cba405da5f218acbdb35d60acb0373b3286b2d247b51fb82ca8c2fcfa97
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 3f197cba405d. Setting up logs at ./log/docker/node1_2025-12-29_04-28-57__3af847da-4089-46bd-9041-2d745fad3727__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 32705
|
||||
[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 db538b086ebf. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container b71467afa9b0. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32705/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
[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:32705/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.204.203/tcp/32706/p2p/16Uiu2HAkx33cYD2E6naDj1cUgqFsnERjggmhjju4oX2Z2wzmgb3u","/ip4/172.18.204.203/tcp/32707/ws/p2p/16Uiu2HAkx33cYD2E6naDj1cUgqFsnERjggmhjju4oX2Z2wzmgb3u"],"enrUri":"enr:-L24QHq1RLbbRYwpGPyDTTS9P2bDMjopV-OWmGmIlVBe3rKPBIDw_x5nf3IZLbEBi_IjMEwI1i2nv1Zsw5xpzm8_Pq0CgmlkgnY0gmlwhKwSzMuKbXVsdGlhZGRyc5YACASsEszLBn_CAAoErBLMywZ_w90DgnJzhQACAQAAiXNlY3AyNTZrMaECJscpzYyr_OsXKNRjlF2fdXdoF6AXmSLIgzWG3tF3eOiDdGNwgn_Cg3VkcIJ_xIV3YWt1MgU"}'
|
||||
[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_2025-12-29_04-28-57__3af847da-4089-46bd-9041-2d745fad3727__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.127
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['9789', '9790', '9791', '9792', '9793']
|
||||
[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 9789:9789 -p 9790:9790 -p 9791:9791 -p 9792:9792 -p 9793:9793 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=9791 --rest-port=9789 --tcp-port=9790 --discv5-udp-port=9792 --rest-address=0.0.0.0 --nat=extip:172.18.34.127 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=6d629be68dbbbe70deb7fca594dc9a208afcbf5e67bef0c6ff96ddb5abead617 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9793 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHq1RLbbRYwpGPyDTTS9P2bDMjopV-OWmGmIlVBe3rKPBIDw_x5nf3IZLbEBi_IjMEwI1i2nv1Zsw5xpzm8_Pq0CgmlkgnY0gmlwhKwSzMuKbXVsdGlhZGRyc5YACASsEszLBn_CAAoErBLMywZ_w90DgnJzhQACAQAAiXNlY3AyNTZrMaECJscpzYyr_OsXKNRjlF2fdXdoF6AXmSLIgzWG3tF3eOiDdGNwgn_Cg3VkcIJ_xIV3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.34.127 waku 1e44ffb6fb38b40bcf56ef8aaa7ffb5c7b94fde96dfe2aefdade9c893a2f4245
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 1e44ffb6fb38. Setting up logs at ./log/docker/node2_2025-12-29_04-28-57__3af847da-4089-46bd-9041-2d745fad3727__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 9789
|
||||
[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:9789/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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":"READY"}]}'
|
||||
[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:9789/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.127/tcp/9790/p2p/16Uiu2HAmE5WSkfwdWbWifv8J3cYv1v4ADEfk6h13BwmBSggcfpN1","/ip4/172.18.34.127/tcp/9791/ws/p2p/16Uiu2HAmE5WSkfwdWbWifv8J3cYv1v4ADEfk6h13BwmBSggcfpN1"],"enrUri":"enr:-L24QCITEx0Ggc5bkvNKw4qkYEYWm3jI5vpS3DbQJH6EeiYIFflvRy8GibhD7mLmB5jBwX862BS6eFOiGUi3XXMd-fICgmlkgnY0gmlwhKwSIn-KbXVsdGlhZGRyc5YACASsEiJ_BiY-AAoErBIifwYmP90DgnJzhQACAQAAiXNlY3AyNTZrMaEDFSOnapmpE1s9oWBL7_alzQtdColZQWgJBfea9jOT6R6DdGNwgiY-g3VkcIImQIV3YWt1MgE"}'
|
||||
[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:9789/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.204.203/tcp/32706/p2p/16Uiu2HAkx33cYD2E6naDj1cUgqFsnERjggmhjju4oX2Z2wzmgb3u"]'
|
||||
[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:32705/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:9789/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:32705/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzA=", "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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:32705/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzE=", "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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:32705/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzI=", "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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:32705/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzM=", "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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:32705/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzQ=", "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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:32705/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzU=", "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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:32705/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzY=", "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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:32705/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzc=", "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
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9789/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":"L3dha3UvMi9ycy8yLzA=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982539553050763,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9789/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":"L3dha3UvMi9ycy8yLzE=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982539560658695,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9789/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":"L3dha3UvMi9ycy8yLzI=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982539566776471,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9789/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":"L3dha3UvMi9ycy8yLzM=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982539575763228,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9789/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":"L3dha3UvMi9ycy8yLzQ=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982539581776552,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9789/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":"L3dha3UvMi9ycy8yLzU=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982539587733680,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9789/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":"L3dha3UvMi9ycy8yLzY=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982539592904269,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9789/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":"L3dha3UvMi9ycy8yLzc=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982539598308117,"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 3f197cba405d
|
||||
[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 1e44ffb6fb38
|
||||
[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.
|
||||
1720
nim/1018/data/attachments/22ced74590a347f2.txt
Normal file
1720
nim/1018/data/attachments/22ced74590a347f2.txt
Normal file
File diff suppressed because it is too large
Load Diff
108
nim/1018/data/attachments/22dddc90fdb2823d.txt
Normal file
108
nim/1018/data/attachments/22dddc90fdb2823d.txt
Normal file
@ -0,0 +1,108 @@
|
||||
2025-12-29 04:40:09.051 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:40:09.051 DEBUG [tests.conftest] Running test: test_empty_cursor with id: 2025-12-29_04-40-09__16d4c811-326b-4a5e-a370-be663f619cf5
|
||||
2025-12-29 04:40:09.051 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:40:09.052 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-29 04:40:09.052 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2025-12-29 04:40:09.058 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:40:09.059 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-29_04-40-09__16d4c811-326b-4a5e-a370-be663f619cf5__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:40:09.059 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:40:09.059 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:40:09.060 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:40:09.061 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.37.127
|
||||
2025-12-29 04:40:09.061 DEBUG [src.node.docker_mananger] Generated ports ['6606', '6607', '6608', '6609', '6610']
|
||||
2025-12-29 04:40:09.061 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:40:09.061 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:40:09.061 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:40:09.061 DEBUG [src.node.docker_mananger] docker run -i -t -p 6606:6606 -p 6607:6607 -p 6608:6608 -p 6609:6609 -p 6610:6610 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=6608 --rest-port=6606 --tcp-port=6607 --discv5-udp-port=6609 --rest-address=0.0.0.0 --nat=extip:172.18.37.127 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7df4ef85eba8e4ed4cead7394585bf19f03a869e11be83f0bde0dd82ee115bcd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6610 --metrics-logging=true --store=true --relay=true
|
||||
2025-12-29 04:40:09.253 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.37.127 waku a448dccc4873c842f4031a218bda45df6b7d60ecb619a947034b4040b4d6ba12
|
||||
2025-12-29 04:40:09.283 DEBUG [src.node.docker_mananger] Container started with ID a448dccc4873. Setting up logs at ./log/docker/publishing_node1_2025-12-29_04-40-09__16d4c811-326b-4a5e-a370-be663f619cf5__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:40:09.284 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 6606
|
||||
2025-12-29 04:40:09.284 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:40:09.330 ERROR [src.node.docker_mananger] Max retries reached for container c51a9fafd8fb. Exiting log stream.
|
||||
2025-12-29 04:40:09.857 ERROR [src.node.docker_mananger] Max retries reached for container a5c5b8d36e7e. Exiting log stream.
|
||||
2025-12-29 04:40:10.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6606/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:40:10.287 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
2025-12-29 04:40:10.288 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:40:10.288 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6606/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:40:10.290 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.37.127/tcp/6607/p2p/16Uiu2HAmUrdH8TbkK9UsnJf1QtW4iCz9gJhqtdNHLV5diV9XtByV","/ip4/172.18.37.127/tcp/6608/ws/p2p/16Uiu2HAmUrdH8TbkK9UsnJf1QtW4iCz9gJhqtdNHLV5diV9XtByV"],"enrUri":"enr:-L24QOszT2WsmXHNQUXVaxQAyrxOKPeNcCGm7hnHOiWPiWvEeojWI2taaQhAU8oEdRaCLJ6aKtQFDJkIr57kFcFM4OsCgmlkgnY0gmlwhKwSJX-KbXVsdGlhZGRyc5YACASsEiV_BhnPAAoErBIlfwYZ0N0DgnJzhQADAQAAiXNlY3AyNTZrMaED8LYieDsACTbghNe1HC9W-RcLmihm5UfmCIXzi1Tj7IyDdGNwghnPg3VkcIIZ0YV3YWt1MgM"}'
|
||||
2025-12-29 04:40:10.290 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:40:10.297 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:40:10.297 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-29_04-40-09__16d4c811-326b-4a5e-a370-be663f619cf5__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:40:10.298 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:40:10.298 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:40:10.299 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:40:10.299 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.120.215
|
||||
2025-12-29 04:40:10.300 DEBUG [src.node.docker_mananger] Generated ports ['36464', '36465', '36466', '36467', '36468']
|
||||
2025-12-29 04:40:10.300 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:40:10.300 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:40:10.300 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:40:10.300 DEBUG [src.node.docker_mananger] docker run -i -t -p 36464:36464 -p 36465:36465 -p 36466:36466 -p 36467:36467 -p 36468:36468 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=36466 --rest-port=36464 --tcp-port=36465 --discv5-udp-port=36467 --rest-address=0.0.0.0 --nat=extip:172.18.120.215 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e8e7b513a267dcbfccdad6b5b503a84aed507aac35f316aa72e88f8b4eecf10e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36468 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QOszT2WsmXHNQUXVaxQAyrxOKPeNcCGm7hnHOiWPiWvEeojWI2taaQhAU8oEdRaCLJ6aKtQFDJkIr57kFcFM4OsCgmlkgnY0gmlwhKwSJX-KbXVsdGlhZGRyc5YACASsEiV_BhnPAAoErBIlfwYZ0N0DgnJzhQADAQAAiXNlY3AyNTZrMaED8LYieDsACTbghNe1HC9W-RcLmihm5UfmCIXzi1Tj7IyDdGNwghnPg3VkcIIZ0YV3YWt1MgM --storenode=/ip4/172.18.37.127/tcp/6607/p2p/16Uiu2HAmUrdH8TbkK9UsnJf1QtW4iCz9gJhqtdNHLV5diV9XtByV --store=true --relay=true
|
||||
2025-12-29 04:40:10.486 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.120.215 waku 14c57968a6600c78068abc8adde70b1862ce1f966b296e099ce693c8b85222fa
|
||||
2025-12-29 04:40:10.521 DEBUG [src.node.docker_mananger] Container started with ID 14c57968a660. Setting up logs at ./log/docker/store_node1_2025-12-29_04-40-09__16d4c811-326b-4a5e-a370-be663f619cf5__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:40:10.521 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 36464
|
||||
2025-12-29 04:40:10.521 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:40:11.522 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:40:11.526 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln 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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-29 04:40:11.526 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:40:11.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36464/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:40:11.529 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.120.215/tcp/36465/p2p/16Uiu2HAmF1XD9VRqnaKdDauUE6eM2soi5faiX8TL5N6sSF4R4VFD","/ip4/172.18.120.215/tcp/36466/ws/p2p/16Uiu2HAmF1XD9VRqnaKdDauUE6eM2soi5faiX8TL5N6sSF4R4VFD"],"enrUri":"enr:-L24QLqi1tbrQYczT8SCxXT-tW1_Czk9njErFgXatsrTJ0JUPmFGIUxod16z1rmH6f_AmGM2HxwlKQ-adirVFEdzB1ACgmlkgnY0gmlwhKwSeNeKbXVsdGlhZGRyc5YACASsEnjXBo5xAAoErBJ41waOct0DgnJzhQADAQAAiXNlY3AyNTZrMaEDIvniEzEhjHyI1ye4wwRkMV-Xqec-1-R_simO7wGcEgCDdGNwgo5xg3VkcIKOc4V3YWt1MgM"}'
|
||||
2025-12-29 04:40:11.529 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:40:11.529 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36464/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.37.127/tcp/6607/p2p/16Uiu2HAmUrdH8TbkK9UsnJf1QtW4iCz9gJhqtdNHLV5diV9XtByV"]'
|
||||
2025-12-29 04:40:11.532 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:40:11.532 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6606/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-29 04:40:11.535 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:40:11.535 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36464/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-29 04:40:11.537 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:40:11.538 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:40:11.538 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6606/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)'}'
|
||||
2025-12-29 04:40:11.543 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:40:11.543 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:40:11.744 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:40:11.744 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6606/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)'}'
|
||||
2025-12-29 04:40:11.749 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:40:11.749 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:40:11.950 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:40:11.950 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6606/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)'}'
|
||||
2025-12-29 04:40:11.956 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:40:11.956 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:40:12.157 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:40:12.157 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6606/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)'}'
|
||||
2025-12-29 04:40:12.162 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:40:12.162 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:40:12.363 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:40:12.363 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6606/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)'}'
|
||||
2025-12-29 04:40:12.367 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:40:12.368 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:40:12.568 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:40:12.569 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6606/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)'}'
|
||||
2025-12-29 04:40:12.574 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:40:12.574 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:40:12.775 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:40:12.775 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6606/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)'}'
|
||||
2025-12-29 04:40:12.780 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:40:12.781 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:40:12.981 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:40:12.981 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6606/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)'}'
|
||||
2025-12-29 04:40:12.987 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:40:12.987 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:40:13.188 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:40:13.188 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6606/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)'}'
|
||||
2025-12-29 04:40:13.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:40:13.193 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:40:13.394 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:40:13.394 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6606/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)'}'
|
||||
2025-12-29 04:40:13.398 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:40:13.399 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:40:13.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6606/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:40:13.603 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xbb172db000c324eb3cd6b0820d0d7bc8ffb983d5ab21d29650a84916c104da62"},{"messageHash":"0xae430e593e62fc637676d425fbd6c6771786cbc0aa4b267ca7cf88ca8dbd3a6f"},{"messageHash":"0xb9bed42254be93b670fff8dad8349dc54c4177d8ee31c8a564db41bf356f7b2a"},{"messageHash":"0xbf0c7213282f900a036b2ee80af639bc39d1ef6bdc7b4ce7dcc8a36fc3fc8631"},{"messageHash":"0x0b1455d5422daa1d3802d3623a963c9c5d0cde91156960a5bd6c13bac26df7f1"}],"paginationCursor":"0x0b1455d5422daa1d3802d3623a963c9c5d0cde91156960a5bd6c13bac26df7f1"}'
|
||||
2025-12-29 04:40:13.603 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36464/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:40:13.606 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xbb172db000c324eb3cd6b0820d0d7bc8ffb983d5ab21d29650a84916c104da62"},{"messageHash":"0xae430e593e62fc637676d425fbd6c6771786cbc0aa4b267ca7cf88ca8dbd3a6f"},{"messageHash":"0xb9bed42254be93b670fff8dad8349dc54c4177d8ee31c8a564db41bf356f7b2a"},{"messageHash":"0xbf0c7213282f900a036b2ee80af639bc39d1ef6bdc7b4ce7dcc8a36fc3fc8631"},{"messageHash":"0x0b1455d5422daa1d3802d3623a963c9c5d0cde91156960a5bd6c13bac26df7f1"}],"paginationCursor":"0x0b1455d5422daa1d3802d3623a963c9c5d0cde91156960a5bd6c13bac26df7f1"}'
|
||||
2025-12-29 04:40:13.608 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:40:13.609 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:40:13.609 DEBUG [src.node.waku_node] Stopping container with id a448dccc4873
|
||||
2025-12-29 04:40:14.160 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:40:14.162 DEBUG [src.node.waku_node] Stopping container with id 14c57968a660
|
||||
2025-12-29 04:40:14.686 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:40:14.690 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:40:14.703 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:40:14.710 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
837
nim/1018/data/attachments/22f04953a913dfde.txt
Normal file
837
nim/1018/data/attachments/22f04953a913dfde.txt
Normal file
@ -0,0 +1,837 @@
|
||||
2025-12-29 04:35:13.204 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:35:13.205 DEBUG [tests.conftest] Running test: test_lightpush_with_a_single_receiving_node with id: 2025-12-29_04-35-13__da95f4bd-562b-4826-ab3e-ea85570b7880
|
||||
2025-12-29 04:35:13.205 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:35:13.205 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-29 04:35:13.213 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:35:13.213 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2025-12-29_04-35-13__da95f4bd-562b-4826-ab3e-ea85570b7880__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:35:13.213 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:35:13.213 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:35:13.215 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:35:13.215 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.117.83
|
||||
2025-12-29 04:35:13.215 DEBUG [src.node.docker_mananger] Generated ports ['3083', '3084', '3085', '3086', '3087']
|
||||
2025-12-29 04:35:13.215 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:35:13.215 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:35:13.216 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:35:13.216 DEBUG [src.node.docker_mananger] docker run -i -t -p 3083:3083 -p 3084:3084 -p 3085:3085 -p 3086:3086 -p 3087:3087 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=3085 --rest-port=3083 --tcp-port=3084 --discv5-udp-port=3086 --rest-address=0.0.0.0 --nat=extip:172.18.117.83 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6b0cd9ae9eb5c8f9c8d42b52740cfe2ecac72ed7fdb16abaaaaa1170094e6999 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3087 --metrics-logging=true --lightpush=true --relay=true
|
||||
2025-12-29 04:35:13.421 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.117.83 waku 13213ac8b6bec70f6c55035dea5afc4b73240130ec3142d73a22e88372e76b64
|
||||
2025-12-29 04:35:13.464 DEBUG [src.node.docker_mananger] Container started with ID 13213ac8b6be. Setting up logs at ./log/docker/receiving_node1_2025-12-29_04-35-13__da95f4bd-562b-4826-ab3e-ea85570b7880__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:35:13.464 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 3083
|
||||
2025-12-29 04:35:13.465 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:35:14.466 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3083/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:14.469 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
2025-12-29 04:35:14.470 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:35:14.470 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3083/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:14.472 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.117.83/tcp/3084/p2p/16Uiu2HAkxqK3WGp3fU6ws2fsYeKiomz485FWJ6rNP38bKoNQS9ux","/ip4/172.18.117.83/tcp/3085/ws/p2p/16Uiu2HAkxqK3WGp3fU6ws2fsYeKiomz485FWJ6rNP38bKoNQS9ux"],"enrUri":"enr:-L24QIVDPhW62fS0vDFJKLj8xFOhJh3Bza9oYPs3UPUHR0v3aheC41QAWrITRqwTkRlXnSuzp5HZ9Yw08Vdw72YOcIMCgmlkgnY0gmlwhKwSdVOKbXVsdGlhZGRyc5YACASsEnVTBgwMAAoErBJ1UwYMDd0DgnJzhQADAQAAiXNlY3AyNTZrMaECMqFT6cuGpXbd-7S119KIr4MUSvQ7_s7E_vkYj4p80heDdGNwggwMg3VkcIIMDoV3YWt1Mgk"}'
|
||||
2025-12-29 04:35:14.472 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:35:14.480 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:35:14.480 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2025-12-29_04-35-13__da95f4bd-562b-4826-ab3e-ea85570b7880__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:35:14.480 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:35:14.480 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:35:14.482 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:35:14.482 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.226.135
|
||||
2025-12-29 04:35:14.482 DEBUG [src.node.docker_mananger] Generated ports ['34817', '34818', '34819', '34820', '34821']
|
||||
2025-12-29 04:35:14.482 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:35:14.483 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:35:14.483 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:35:14.483 DEBUG [src.node.docker_mananger] docker run -i -t -p 34817:34817 -p 34818:34818 -p 34819:34819 -p 34820:34820 -p 34821:34821 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=34819 --rest-port=34817 --tcp-port=34818 --discv5-udp-port=34820 --rest-address=0.0.0.0 --nat=extip:172.18.226.135 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2f0b8dffbbe7fd5cbc5ea9db8fdb61af5f826dcdfceefe0f0b72d1d79eb6eeea --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34821 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIVDPhW62fS0vDFJKLj8xFOhJh3Bza9oYPs3UPUHR0v3aheC41QAWrITRqwTkRlXnSuzp5HZ9Yw08Vdw72YOcIMCgmlkgnY0gmlwhKwSdVOKbXVsdGlhZGRyc5YACASsEnVTBgwMAAoErBJ1UwYMDd0DgnJzhQADAQAAiXNlY3AyNTZrMaECMqFT6cuGpXbd-7S119KIr4MUSvQ7_s7E_vkYj4p80heDdGNwggwMg3VkcIIMDoV3YWt1Mgk --lightpushnode=/ip4/172.18.117.83/tcp/3084/p2p/16Uiu2HAkxqK3WGp3fU6ws2fsYeKiomz485FWJ6rNP38bKoNQS9ux --lightpush=true --relay=false
|
||||
2025-12-29 04:35:14.666 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.226.135 waku d6388528905cdf6b1bfe62d6153bc0b7b6f7aacf253437f01a160dd7c1ca1674
|
||||
2025-12-29 04:35:14.696 DEBUG [src.node.docker_mananger] Container started with ID d6388528905c. Setting up logs at ./log/docker/lightpush_node1_2025-12-29_04-35-13__da95f4bd-562b-4826-ab3e-ea85570b7880__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:35:14.697 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 34817
|
||||
2025-12-29 04:35:14.698 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:35:15.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:15.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:15.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:16.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:16.049 ERROR [src.node.docker_mananger] Max retries reached for container d6388528905c. Exiting log stream.
|
||||
2025-12-29 04:35:16.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:16.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:16.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:16.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:16.511 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:16.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:16.714 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:16.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:16.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:17.019 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:17.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:17.222 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:17.323 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:17.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:17.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:17.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:17.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:17.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:17.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:18.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:18.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:18.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:18.339 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:18.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:18.542 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:18.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:18.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:18.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:18.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:19.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:19.151 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:19.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:19.354 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:19.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:19.557 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:19.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:19.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:19.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:19.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:20.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:20.167 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:20.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:20.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:20.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:20.573 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:20.675 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:20.776 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:20.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:20.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:21.081 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:21.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:21.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:21.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:21.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:21.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:21.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:21.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:21.893 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:21.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:22.096 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:22.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:22.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:22.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:22.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:22.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:22.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:22.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:22.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:23.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:23.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:23.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:23.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:23.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:23.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:23.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:23.722 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:23.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:23.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:24.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:24.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:24.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:24.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:24.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:24.534 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:24.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:24.737 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:24.838 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:24.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:25.041 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:25.143 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:25.244 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:25.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:25.447 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:25.549 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:25.650 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:25.752 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:25.853 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:25.955 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:26.056 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:26.158 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:26.259 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:26.361 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:26.463 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:26.564 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:26.666 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:26.767 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:26.869 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:26.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:27.072 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:27.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:27.275 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:27.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:27.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:27.580 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:27.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:27.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:27.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:27.987 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:28.089 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:28.190 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:28.292 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:28.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:28.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:28.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:28.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:28.799 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:28.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:29.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:29.103 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:29.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:29.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:29.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:29.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:29.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:29.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:29.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:29.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:30.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:30.119 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:30.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:30.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:30.424 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:30.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:30.627 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:30.728 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:30.830 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:30.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:31.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:31.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:31.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:31.338 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:31.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:31.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:31.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:31.744 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:31.845 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:31.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:32.048 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:32.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:32.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:32.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:32.454 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:32.555 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:32.656 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:32.758 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:32.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:32.961 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:33.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:33.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:33.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:33.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:33.469 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:33.571 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:33.672 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:33.774 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:33.875 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:33.977 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:34.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:34.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:34.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:34.383 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:34.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:34.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:34.688 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:34.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:34.891 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:34.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:35.094 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:35.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:35.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:35.399 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:35.500 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:35.602 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:35.703 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:35.704 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=34817): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4465aa4860>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-29 04:35:35.805 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:35:35.805 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:35:35.807 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:35:35.807 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.230.69
|
||||
2025-12-29 04:35:35.807 DEBUG [src.node.docker_mananger] Generated ports ['16662', '16663', '16664', '16665', '16666']
|
||||
2025-12-29 04:35:35.807 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:35:35.807 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:35:35.807 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:35:35.808 DEBUG [src.node.docker_mananger] docker run -i -t -p 16662:16662 -p 16663:16663 -p 16664:16664 -p 16665:16665 -p 16666:16666 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=16664 --rest-port=16662 --tcp-port=16663 --discv5-udp-port=16665 --rest-address=0.0.0.0 --nat=extip:172.18.230.69 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cd029dadec94f575d05d85dd1defdbe133e3230545fe0edefc04d699ecddcf45 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16666 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIVDPhW62fS0vDFJKLj8xFOhJh3Bza9oYPs3UPUHR0v3aheC41QAWrITRqwTkRlXnSuzp5HZ9Yw08Vdw72YOcIMCgmlkgnY0gmlwhKwSdVOKbXVsdGlhZGRyc5YACASsEnVTBgwMAAoErBJ1UwYMDd0DgnJzhQADAQAAiXNlY3AyNTZrMaECMqFT6cuGpXbd-7S119KIr4MUSvQ7_s7E_vkYj4p80heDdGNwggwMg3VkcIIMDoV3YWt1Mgk --lightpushnode=/ip4/172.18.117.83/tcp/3084/p2p/16Uiu2HAkxqK3WGp3fU6ws2fsYeKiomz485FWJ6rNP38bKoNQS9ux --lightpush=true --relay=false
|
||||
2025-12-29 04:35:36.002 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.230.69 waku 2d6f8f59c75d2b6c853d054069064d3c82217323aa712b6eb51c30d32fe32dce
|
||||
2025-12-29 04:35:36.031 DEBUG [src.node.docker_mananger] Container started with ID 2d6f8f59c75d. Setting up logs at ./log/docker/lightpush_node1_2025-12-29_04-35-13__da95f4bd-562b-4826-ab3e-ea85570b7880__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:35:36.032 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16662
|
||||
2025-12-29 04:35:36.032 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:35:37.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:37.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:37.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:37.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:37.383 ERROR [src.node.docker_mananger] Max retries reached for container 2d6f8f59c75d. Exiting log stream.
|
||||
2025-12-29 04:35:37.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:37.539 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:37.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:37.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:37.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:37.945 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:38.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:38.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:38.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:38.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:38.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:38.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:38.654 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:38.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:38.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:38.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:39.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:39.161 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:39.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:39.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:39.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:39.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:39.668 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:39.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:39.871 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:39.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:40.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:40.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:40.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:40.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:40.498 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:40.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:40.701 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:40.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:40.904 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:41.005 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:41.106 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:41.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:41.309 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:41.410 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:41.512 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:41.613 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:41.714 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:41.816 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:41.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:42.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:42.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:42.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:42.323 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:42.424 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:42.525 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:42.627 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:42.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:42.830 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:42.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:43.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:43.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:43.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:43.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:43.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:43.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:43.642 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:43.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:43.844 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:43.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:44.048 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:44.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:44.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:44.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:44.453 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:44.555 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:44.656 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:44.758 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:44.859 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:44.961 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:45.062 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:45.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:45.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:45.366 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:45.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:45.569 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:45.670 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:45.772 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:45.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:45.975 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:46.076 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:46.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:46.279 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:46.381 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:46.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:46.584 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:46.685 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:46.787 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:46.888 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:46.990 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:47.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:47.193 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:47.294 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:47.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:47.497 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:47.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:47.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:47.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:47.903 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:48.005 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:48.106 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:48.208 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:48.310 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:48.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:48.512 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:48.613 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:48.715 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:48.816 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:48.918 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:49.019 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:49.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:49.222 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:49.323 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:49.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:49.527 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:49.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:49.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:49.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:49.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:50.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:50.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:50.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:50.338 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:50.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:50.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:50.642 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:50.744 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:50.845 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:50.947 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:51.048 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:51.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:51.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:51.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:51.454 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:51.555 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:51.657 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:51.758 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:51.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:51.961 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:52.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:52.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:52.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:52.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:52.469 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:52.571 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:52.672 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:52.774 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:52.875 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:52.977 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:53.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:53.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:53.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:53.383 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:53.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:53.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:53.688 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:53.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:53.891 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:53.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:54.094 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:54.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:54.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:54.398 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:54.500 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:54.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:54.703 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:54.804 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:54.906 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:55.008 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:55.109 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:55.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:55.312 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:55.414 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:55.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:55.617 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:55.718 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:55.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:55.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:56.023 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:56.125 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:56.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:56.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:56.429 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:56.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:56.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:56.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:56.835 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:56.937 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:57.038 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16662/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:57.040 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=16662): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4465c2fdd0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-29 04:35:57.140 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:35:57.140 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:35:57.142 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:35:57.142 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.27.210
|
||||
2025-12-29 04:35:57.142 DEBUG [src.node.docker_mananger] Generated ports ['17152', '17153', '17154', '17155', '17156']
|
||||
2025-12-29 04:35:57.143 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:35:57.143 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:35:57.143 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:35:57.143 DEBUG [src.node.docker_mananger] docker run -i -t -p 17152:17152 -p 17153:17153 -p 17154:17154 -p 17155:17155 -p 17156:17156 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=17154 --rest-port=17152 --tcp-port=17153 --discv5-udp-port=17155 --rest-address=0.0.0.0 --nat=extip:172.18.27.210 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e5f74b325be7ee16da878eebb9bd75cc1fe5ccabd8beb3f83c14fd206edd5fa9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17156 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIVDPhW62fS0vDFJKLj8xFOhJh3Bza9oYPs3UPUHR0v3aheC41QAWrITRqwTkRlXnSuzp5HZ9Yw08Vdw72YOcIMCgmlkgnY0gmlwhKwSdVOKbXVsdGlhZGRyc5YACASsEnVTBgwMAAoErBJ1UwYMDd0DgnJzhQADAQAAiXNlY3AyNTZrMaECMqFT6cuGpXbd-7S119KIr4MUSvQ7_s7E_vkYj4p80heDdGNwggwMg3VkcIIMDoV3YWt1Mgk --lightpushnode=/ip4/172.18.117.83/tcp/3084/p2p/16Uiu2HAkxqK3WGp3fU6ws2fsYeKiomz485FWJ6rNP38bKoNQS9ux --lightpush=true --relay=false
|
||||
2025-12-29 04:35:57.329 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.27.210 waku 667e5d1561ef773a4346817f679f6e64fb6bde1275301b2553ee0bed68d3569b
|
||||
2025-12-29 04:35:57.363 DEBUG [src.node.docker_mananger] Container started with ID 667e5d1561ef. Setting up logs at ./log/docker/lightpush_node1_2025-12-29_04-35-13__da95f4bd-562b-4826-ab3e-ea85570b7880__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:35:57.365 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17152
|
||||
2025-12-29 04:35:57.365 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:35:58.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:58.467 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:58.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:58.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:58.707 ERROR [src.node.docker_mananger] Max retries reached for container 667e5d1561ef. Exiting log stream.
|
||||
2025-12-29 04:35:58.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:58.872 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:58.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:59.075 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:59.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:59.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:59.380 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:59.481 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:59.582 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:59.684 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:59.785 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:59.886 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:59.988 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:00.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:00.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:00.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:00.394 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:00.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:00.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:00.699 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:00.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:00.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:01.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:01.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:01.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:01.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:01.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:01.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:01.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:01.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:01.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:01.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:02.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:02.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:02.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:02.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:02.424 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:02.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:02.627 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:02.728 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:02.830 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:02.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:03.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:03.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:03.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:03.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:03.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:03.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:03.642 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:03.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:03.844 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:03.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:04.047 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:04.148 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:04.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:04.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:04.453 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:04.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:04.656 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:04.758 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:04.859 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:04.961 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:05.062 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:05.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:05.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:05.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:05.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:05.570 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:05.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:05.773 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:05.874 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:05.976 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:06.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:06.179 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:06.280 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:06.382 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:06.483 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:06.584 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:06.686 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:06.788 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:06.889 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:06.990 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:07.092 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:07.193 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:07.295 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:07.397 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:07.498 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:07.600 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:07.701 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:07.803 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:07.905 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:08.006 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:08.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:08.209 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:08.311 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:08.413 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:08.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:08.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:08.718 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:08.819 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:08.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:09.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:09.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:09.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:09.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:09.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:09.528 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:09.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:09.731 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:09.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:09.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:10.035 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:10.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:10.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:10.339 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:10.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:10.542 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:10.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:10.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:10.846 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:10.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:11.049 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:11.150 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:11.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:11.353 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:11.454 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:11.556 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:11.657 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:11.758 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:11.859 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:11.961 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:12.062 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:12.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:12.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:12.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:12.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:12.569 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:12.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:12.772 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:12.874 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:12.975 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:13.076 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:13.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:13.279 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:13.381 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:13.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:13.584 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:13.685 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:13.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:13.888 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:13.990 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:14.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:14.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:14.294 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:14.395 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:14.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:14.598 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:14.699 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:14.801 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:14.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:15.004 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:15.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:15.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:15.308 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:15.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:15.511 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:15.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:15.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:15.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:15.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:16.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:16.119 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:16.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:16.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:16.424 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:16.525 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:16.627 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:16.728 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:16.829 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:16.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:17.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:17.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:17.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:17.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:17.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:17.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:17.642 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:17.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:17.844 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:17.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:18.047 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:18.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:18.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:18.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:18.453 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:36:18.454 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=17152): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4465cb5ac0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-29 04:36:18.635 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:36:18.636 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:36:18.636 DEBUG [src.node.waku_node] Stopping container with id 13213ac8b6be
|
||||
2025-12-29 04:36:19.169 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:36:19.169 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:19.272 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:19.374 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:19.476 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:19.578 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:19.679 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:19.781 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:19.882 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:19.982 ERROR [src.node.docker_mananger] Max retries reached for container 13213ac8b6be. Exiting log stream.
|
||||
2025-12-29 04:36:19.984 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:20.085 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:20.187 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:20.288 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:20.390 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:20.492 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:20.594 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:20.695 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:20.797 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:20.899 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:21.001 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:21.102 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:21.204 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:21.306 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:21.407 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:21.509 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:21.611 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:21.712 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:21.814 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:21.915 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:22.017 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:22.119 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:22.220 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:22.322 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:22.424 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:22.526 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:22.628 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:22.729 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:22.831 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:22.933 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:23.034 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:23.136 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:23.238 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:23.339 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:23.441 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:23.543 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:23.645 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:23.746 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:23.848 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:23.949 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:24.051 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:24.153 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:24.254 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:24.256 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/667e5d1561ef773a4346817f679f6e64fb6bde1275301b2553ee0bed68d3569b/stop: Not Found ("No such container: 667e5d1561ef773a4346817f679f6e64fb6bde1275301b2553ee0bed68d3569b")
|
||||
2025-12-29 04:36:24.256 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:24.358 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:24.459 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:24.561 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:24.663 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:24.764 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:24.866 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:24.968 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:25.069 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:25.171 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:25.272 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:25.374 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:25.476 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:25.577 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:25.679 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:25.781 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:25.882 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:25.984 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:26.086 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:26.187 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:26.289 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:26.391 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:26.492 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:26.594 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:26.695 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:26.797 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:26.898 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:27.000 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:27.102 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:27.203 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:27.305 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:27.407 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:27.508 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:27.610 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:27.711 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:27.813 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:27.915 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:28.017 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:28.118 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:28.220 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:28.322 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:28.423 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:28.525 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:28.626 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:28.728 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:28.829 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:28.931 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:29.033 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:29.134 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:29.236 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:29.338 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:29.339 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/667e5d1561ef773a4346817f679f6e64fb6bde1275301b2553ee0bed68d3569b/stop: Not Found ("No such container: 667e5d1561ef773a4346817f679f6e64fb6bde1275301b2553ee0bed68d3569b")
|
||||
2025-12-29 04:36:29.340 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:29.441 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:29.542 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:29.644 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:29.745 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:29.847 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:29.948 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:30.050 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:30.152 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:30.254 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:30.356 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:30.457 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:30.559 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:30.661 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:30.763 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:30.865 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:30.966 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:31.068 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:31.169 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:31.271 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:31.373 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:31.475 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:31.576 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:31.678 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:31.780 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:31.881 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:31.983 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:32.085 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:32.186 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:32.288 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:32.390 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:32.492 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:32.593 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:32.695 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:32.797 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:32.898 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:33.000 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:33.102 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:33.203 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:33.305 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:33.407 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:33.508 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:33.610 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:33.712 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:33.814 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:33.915 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:34.017 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:34.119 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:34.220 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:34.321 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:34.423 DEBUG [src.node.waku_node] Stopping container with id 667e5d1561ef
|
||||
2025-12-29 04:36:34.425 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/667e5d1561ef773a4346817f679f6e64fb6bde1275301b2553ee0bed68d3569b/stop: Not Found ("No such container: 667e5d1561ef773a4346817f679f6e64fb6bde1275301b2553ee0bed68d3569b")
|
||||
2025-12-29 04:36:34.426 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:36:34.430 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:36:34.430 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:36:34.431 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:36:34.431 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:36:34.432 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
||||
2025-12-29 04:36:34.432 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
||||
2025-12-29 04:36:34.432 DEBUG [src.libs.common] Attaching file ./log/docker/receiving_node1_2025-12-29_04-35-13__da95f4bd-562b-4826-ab3e-ea85570b7880__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:36:34.433 DEBUG [src.libs.common] Attaching file ./log/docker/lightpush_node1_2025-12-29_04-35-13__da95f4bd-562b-4826-ab3e-ea85570b7880__wakuorg_nwaku:latest.log
|
||||
1724
nim/1018/data/attachments/23225350a6112e7b.txt
Normal file
1724
nim/1018/data/attachments/23225350a6112e7b.txt
Normal file
File diff suppressed because it is too large
Load Diff
864
nim/1018/data/attachments/2398e6b842aacf19.txt
Normal file
864
nim/1018/data/attachments/2398e6b842aacf19.txt
Normal file
@ -0,0 +1,864 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_light_push_on_multiple_pubsub_topics with id: 2025-12-29_04-26-38__1a0fc480-9b33-4de0-bfb2-9cb875028aee
|
||||
[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_2025-12-29_04-26-38__1a0fc480-9b33-4de0-bfb2-9cb875028aee__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.63.210
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['38236', '38237', '38238', '38239', '38240']
|
||||
[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 38236:38236 -p 38237:38237 -p 38238:38238 -p 38239:38239 -p 38240:38240 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=38238 --rest-port=38236 --tcp-port=38237 --discv5-udp-port=38239 --rest-address=0.0.0.0 --nat=extip:172.18.63.210 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c5edcab3aec6b2bfbe45ffbddcacc2f6df9cfd7230b303df9eae3c6c4120aa6f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38240 --metrics-logging=true --lightpush=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.63.210 waku 481b30472875051c02ee07de33daf578942f4da9b5fb70b963487ab943597d3b
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 481b30472875. Setting up logs at ./log/docker/receiving_node1_2025-12-29_04-26-38__1a0fc480-9b33-4de0-bfb2-9cb875028aee__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 38236
|
||||
[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 2cb7db72f8d1. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 1971ba921c45. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38236/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
[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:38236/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.63.210/tcp/38237/p2p/16Uiu2HAm1J4xnorwMpeyZWsdiaoCuj5AF1MnQ8sJbECa4BfKTPdg","/ip4/172.18.63.210/tcp/38238/ws/p2p/16Uiu2HAm1J4xnorwMpeyZWsdiaoCuj5AF1MnQ8sJbECa4BfKTPdg"],"enrUri":"enr:-L24QK_h9VobpXrUeOyXq2yzUg3Q43eCxVTBiikfRvBkfyQ-LX3S6-UhJjyA5W9Uv5-B7hjy79zO8GGbDoQBJcFmv4kCgmlkgnY0gmlwhKwSP9KKbXVsdGlhZGRyc5YACASsEj_SBpVdAAoErBI_0gaVXt0DgnJzhQADAQAAiXNlY3AyNTZrMaECVzN2MxMNv8XHFqLXE2TF6DoxCnYy9rYLaqiemuL-Y1eDdGNwgpVdg3VkcIKVX4V3YWt1Mgk"}'
|
||||
[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_2025-12-29_04-26-38__1a0fc480-9b33-4de0-bfb2-9cb875028aee__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.61.26
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['3611', '3612', '3613', '3614', '3615']
|
||||
[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 3611:3611 -p 3612:3612 -p 3613:3613 -p 3614:3614 -p 3615:3615 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=3613 --rest-port=3611 --tcp-port=3612 --discv5-udp-port=3614 --rest-address=0.0.0.0 --nat=extip:172.18.61.26 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=de2ab6dd5cbe0eabb5a96f073becddceed1b9b4e10b5aa9ee4bca2c0cece2dad --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3615 --metrics-logging=true --lightpush=false --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.61.26 waku dd85958ae05d0d82709ab2c0ab321cfc04014ae95e6f51138cf20baf7ff2cf0f
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID dd85958ae05d. Setting up logs at ./log/docker/receiving_node2_2025-12-29_04-26-38__1a0fc480-9b33-4de0-bfb2-9cb875028aee__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 3611
|
||||
[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:3611/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
[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:3611/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.61.26/tcp/3612/p2p/16Uiu2HAmNNzh3hg5L8g2uzu88Y6JXQwJW1wp9jx3z5mt1tZnkweg","/ip4/172.18.61.26/tcp/3613/ws/p2p/16Uiu2HAmNNzh3hg5L8g2uzu88Y6JXQwJW1wp9jx3z5mt1tZnkweg"],"enrUri":"enr:-L24QMCYOebg3EwQtXiyj7aSIw4WJYrfBcIy5yg_V1-4hZ6nBj7b4AeF76PtV1EGRmbwkZcUFoW_gnCxPc3rGfc84AICgmlkgnY0gmlwhKwSPRqKbXVsdGlhZGRyc5YACASsEj0aBg4cAAoErBI9GgYOHd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDkHv2JCKeY8gEvke5dUuN6dh2nKTIGTxZf7Qudh6QFGmDdGNwgg4cg3VkcIIOHoV3YWt1MgE"}'
|
||||
[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:3611/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.63.210/tcp/38237/p2p/16Uiu2HAm1J4xnorwMpeyZWsdiaoCuj5AF1MnQ8sJbECa4BfKTPdg"]'
|
||||
[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_2025-12-29_04-26-38__1a0fc480-9b33-4de0-bfb2-9cb875028aee__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.229.225
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['38668', '38669', '38670', '38671', '38672']
|
||||
[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 38668:38668 -p 38669:38669 -p 38670:38670 -p 38671:38671 -p 38672:38672 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=38670 --rest-port=38668 --tcp-port=38669 --discv5-udp-port=38671 --rest-address=0.0.0.0 --nat=extip:172.18.229.225 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b5a390be927ce95ead82ef44a4843df1ebe18cdc4fc3fdeacbbace9afee4cd0d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38672 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QK_h9VobpXrUeOyXq2yzUg3Q43eCxVTBiikfRvBkfyQ-LX3S6-UhJjyA5W9Uv5-B7hjy79zO8GGbDoQBJcFmv4kCgmlkgnY0gmlwhKwSP9KKbXVsdGlhZGRyc5YACASsEj_SBpVdAAoErBI_0gaVXt0DgnJzhQADAQAAiXNlY3AyNTZrMaECVzN2MxMNv8XHFqLXE2TF6DoxCnYy9rYLaqiemuL-Y1eDdGNwgpVdg3VkcIKVX4V3YWt1Mgk --lightpushnode=/ip4/172.18.63.210/tcp/38237/p2p/16Uiu2HAm1J4xnorwMpeyZWsdiaoCuj5AF1MnQ8sJbECa4BfKTPdg --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.229.225 waku 7d09f7c544276a52a0c7e7de4e96a2ce998d7ef8d0de3f8314550f4f1e22913b
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 7d09f7c54427. Setting up logs at ./log/docker/lightpush_node1_2025-12-29_04-26-38__1a0fc480-9b33-4de0-bfb2-9cb875028aee__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 38668
|
||||
[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:38668/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:38668/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:38668/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:38668/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 7d09f7c54427. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/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:38668/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=38668): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f499c0500b0>: 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.175.38
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['14426', '14427', '14428', '14429', '14430']
|
||||
[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 14426:14426 -p 14427:14427 -p 14428:14428 -p 14429:14429 -p 14430:14430 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=14428 --rest-port=14426 --tcp-port=14427 --discv5-udp-port=14429 --rest-address=0.0.0.0 --nat=extip:172.18.175.38 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0933de29b7b1dbd1ecd76e6a4cb62cc05df262466b07da1ab11e4aaec597dc0a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14430 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QK_h9VobpXrUeOyXq2yzUg3Q43eCxVTBiikfRvBkfyQ-LX3S6-UhJjyA5W9Uv5-B7hjy79zO8GGbDoQBJcFmv4kCgmlkgnY0gmlwhKwSP9KKbXVsdGlhZGRyc5YACASsEj_SBpVdAAoErBI_0gaVXt0DgnJzhQADAQAAiXNlY3AyNTZrMaECVzN2MxMNv8XHFqLXE2TF6DoxCnYy9rYLaqiemuL-Y1eDdGNwgpVdg3VkcIKVX4V3YWt1Mgk --lightpushnode=/ip4/172.18.63.210/tcp/38237/p2p/16Uiu2HAm1J4xnorwMpeyZWsdiaoCuj5AF1MnQ8sJbECa4BfKTPdg --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.175.38 waku 7acd9c9de568faf4fa40e72d2672800c2cdcda555e921683c694b8d41dba01e4
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 7acd9c9de568. Setting up logs at ./log/docker/lightpush_node1_2025-12-29_04-26-38__1a0fc480-9b33-4de0-bfb2-9cb875028aee__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 14426
|
||||
[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:14426/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:14426/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:14426/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:14426/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 7acd9c9de568. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/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:14426/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=14426): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4997feff80>: 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.2.73
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['31653', '31654', '31655', '31656', '31657']
|
||||
[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 31653:31653 -p 31654:31654 -p 31655:31655 -p 31656:31656 -p 31657:31657 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=31655 --rest-port=31653 --tcp-port=31654 --discv5-udp-port=31656 --rest-address=0.0.0.0 --nat=extip:172.18.2.73 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=518de6b6eabaccafa448ba3ecdd80fe0e37c3f3128bf94a31ac57d0481797b1e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31657 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QK_h9VobpXrUeOyXq2yzUg3Q43eCxVTBiikfRvBkfyQ-LX3S6-UhJjyA5W9Uv5-B7hjy79zO8GGbDoQBJcFmv4kCgmlkgnY0gmlwhKwSP9KKbXVsdGlhZGRyc5YACASsEj_SBpVdAAoErBI_0gaVXt0DgnJzhQADAQAAiXNlY3AyNTZrMaECVzN2MxMNv8XHFqLXE2TF6DoxCnYy9rYLaqiemuL-Y1eDdGNwgpVdg3VkcIKVX4V3YWt1Mgk --lightpushnode=/ip4/172.18.63.210/tcp/38237/p2p/16Uiu2HAm1J4xnorwMpeyZWsdiaoCuj5AF1MnQ8sJbECa4BfKTPdg --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.2.73 waku 36c9810008ee2fb6d8b2d47196d4ce32f3d88c2affc533c9f9940907a39f5cc8
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 36c9810008ee. Setting up logs at ./log/docker/lightpush_node1_2025-12-29_04-26-38__1a0fc480-9b33-4de0-bfb2-9cb875028aee__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 31653
|
||||
[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:31653/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:31653/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:31653/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:31653/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 36c9810008ee. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/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:31653/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=31653): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4997eded80>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
[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 481b30472875
|
||||
[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 dd85958ae05d
|
||||
[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 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 481b30472875. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container dd85958ae05d. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[1m[31mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/36c9810008ee2fb6d8b2d47196d4ce32f3d88c2affc533c9f9940907a39f5cc8/stop: Not Found ("No such container: 36c9810008ee2fb6d8b2d47196d4ce32f3d88c2affc533c9f9940907a39f5cc8")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[1m[31mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/36c9810008ee2fb6d8b2d47196d4ce32f3d88c2affc533c9f9940907a39f5cc8/stop: Not Found ("No such container: 36c9810008ee2fb6d8b2d47196d4ce32f3d88c2affc533c9f9940907a39f5cc8")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 36c9810008ee
|
||||
[1m[31mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/36c9810008ee2fb6d8b2d47196d4ce32f3d88c2affc533c9f9940907a39f5cc8/stop: Not Found ("No such container: 36c9810008ee2fb6d8b2d47196d4ce32f3d88c2affc533c9f9940907a39f5cc8")
|
||||
[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.
|
||||
863
nim/1018/data/attachments/23999e6abdbb15a5.txt
Normal file
863
nim/1018/data/attachments/23999e6abdbb15a5.txt
Normal file
@ -0,0 +1,863 @@
|
||||
[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_invalid_pubsub_topics with id: 2025-12-29_04-22-44__43ae5a46-b8ff-43b5-8665-237b0361fef2
|
||||
[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_2025-12-29_04-22-44__43ae5a46-b8ff-43b5-8665-237b0361fef2__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.18
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['38840', '38841', '38842', '38843', '38844']
|
||||
[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 38840:38840 -p 38841:38841 -p 38842:38842 -p 38843:38843 -p 38844:38844 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=38842 --rest-port=38840 --tcp-port=38841 --discv5-udp-port=38843 --rest-address=0.0.0.0 --nat=extip:172.18.67.18 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b807f6d0a3e91cafdb1b7a36bfcbc62c8f57df2fadfcdc87d4cb6c989a9fb0d4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38844 --metrics-logging=true --lightpush=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.67.18 waku c2b1c5047cc8b028f0966cc9a79a933eee6125676fd1ffb7724af3168b2c2fcb
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c2b1c5047cc8. Setting up logs at ./log/docker/receiving_node1_2025-12-29_04-22-44__43ae5a46-b8ff-43b5-8665-237b0361fef2__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 38840
|
||||
[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 1cc98b0ba3eb. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 39586f2a29bb. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38840/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
[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:38840/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.18/tcp/38841/p2p/16Uiu2HAmJ5AN4cWb7gXNnxoNZMf1XZyGvdAtfNqgiQgdFynLwEwP","/ip4/172.18.67.18/tcp/38842/ws/p2p/16Uiu2HAmJ5AN4cWb7gXNnxoNZMf1XZyGvdAtfNqgiQgdFynLwEwP"],"enrUri":"enr:-L24QOjOMkToTRlbnXLDtVSZNe42M1LcY5ckirsRMDJpv0ztPg3CElUxm56AkOASyAG024fEjz-HQ-9oHA1Fq3zGZW8CgmlkgnY0gmlwhKwSQxKKbXVsdGlhZGRyc5YACASsEkMSBpe5AAoErBJDEgaXut0DgnJzhQADAQAAiXNlY3AyNTZrMaEDUHuyN4GVd5vPCP4Cz1cobZ17jEkAHKl48nltsXsXf-aDdGNwgpe5g3VkcIKXu4V3YWt1Mgk"}'
|
||||
[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_2025-12-29_04-22-44__43ae5a46-b8ff-43b5-8665-237b0361fef2__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.184.121
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['6051', '6052', '6053', '6054', '6055']
|
||||
[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 6051:6051 -p 6052:6052 -p 6053:6053 -p 6054:6054 -p 6055:6055 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=6053 --rest-port=6051 --tcp-port=6052 --discv5-udp-port=6054 --rest-address=0.0.0.0 --nat=extip:172.18.184.121 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fd8cd7c4b36e3daebad6ea26d4c025a9c169c53b6bc5ba5cd4cccd1e4bced928 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6055 --metrics-logging=true --lightpush=false --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.184.121 waku 48b53e4100b642200eedb278ffb11c3f079abfcceaf57125d68c4e616a553d5b
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 48b53e4100b6. Setting up logs at ./log/docker/receiving_node2_2025-12-29_04-22-44__43ae5a46-b8ff-43b5-8665-237b0361fef2__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 6051
|
||||
[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:6051/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
[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:6051/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.184.121/tcp/6052/p2p/16Uiu2HAmHVzq1ojPcD6BngQ82QJ2kHKF6JDUHg2J49VKW346QMyG","/ip4/172.18.184.121/tcp/6053/ws/p2p/16Uiu2HAmHVzq1ojPcD6BngQ82QJ2kHKF6JDUHg2J49VKW346QMyG"],"enrUri":"enr:-L24QPcy5zYYHAVii-4aW_5fKVH_oqsrKU5qBp2TaEmEfj1XdYvacQkDkCpol2TBUt5_NR9Zgencenul838qMYaRIDoCgmlkgnY0gmlwhKwSuHmKbXVsdGlhZGRyc5YACASsErh5BhekAAoErBK4eQYXpd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDR_y_cp1D_NdX-AN7BwRQvlNoarcLW6ZIxe5hUdvV3leDdGNwghekg3VkcIIXpoV3YWt1MgE"}'
|
||||
[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:6051/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.67.18/tcp/38841/p2p/16Uiu2HAmJ5AN4cWb7gXNnxoNZMf1XZyGvdAtfNqgiQgdFynLwEwP"]'
|
||||
[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_2025-12-29_04-22-44__43ae5a46-b8ff-43b5-8665-237b0361fef2__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.190.250
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['25616', '25617', '25618', '25619', '25620']
|
||||
[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 25616:25616 -p 25617:25617 -p 25618:25618 -p 25619:25619 -p 25620:25620 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=25618 --rest-port=25616 --tcp-port=25617 --discv5-udp-port=25619 --rest-address=0.0.0.0 --nat=extip:172.18.190.250 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=02bef2c1d4121b11bfcdebedcff3a82fb2ca71dbdfcb11fbe6bb80cbc7b39efa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25620 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QOjOMkToTRlbnXLDtVSZNe42M1LcY5ckirsRMDJpv0ztPg3CElUxm56AkOASyAG024fEjz-HQ-9oHA1Fq3zGZW8CgmlkgnY0gmlwhKwSQxKKbXVsdGlhZGRyc5YACASsEkMSBpe5AAoErBJDEgaXut0DgnJzhQADAQAAiXNlY3AyNTZrMaEDUHuyN4GVd5vPCP4Cz1cobZ17jEkAHKl48nltsXsXf-aDdGNwgpe5g3VkcIKXu4V3YWt1Mgk --lightpushnode=/ip4/172.18.67.18/tcp/38841/p2p/16Uiu2HAmJ5AN4cWb7gXNnxoNZMf1XZyGvdAtfNqgiQgdFynLwEwP --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.190.250 waku 13fcba9acd02cd48f391130a01f96de429aa24f8443c97ff1dd5788624d37b9b
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 13fcba9acd02. Setting up logs at ./log/docker/lightpush_node1_2025-12-29_04-22-44__43ae5a46-b8ff-43b5-8665-237b0361fef2__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 25616
|
||||
[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:25616/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:25616/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:25616/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:25616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 13fcba9acd02. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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:25616/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=25616): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f44658f8ef0>: 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.233.18
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['44082', '44083', '44084', '44085', '44086']
|
||||
[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 44082:44082 -p 44083:44083 -p 44084:44084 -p 44085:44085 -p 44086:44086 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=44084 --rest-port=44082 --tcp-port=44083 --discv5-udp-port=44085 --rest-address=0.0.0.0 --nat=extip:172.18.233.18 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=becce839addf6b3f63d2799fef9efa991aa018ed52fce0cec0fcbb7faaca9d68 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44086 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QOjOMkToTRlbnXLDtVSZNe42M1LcY5ckirsRMDJpv0ztPg3CElUxm56AkOASyAG024fEjz-HQ-9oHA1Fq3zGZW8CgmlkgnY0gmlwhKwSQxKKbXVsdGlhZGRyc5YACASsEkMSBpe5AAoErBJDEgaXut0DgnJzhQADAQAAiXNlY3AyNTZrMaEDUHuyN4GVd5vPCP4Cz1cobZ17jEkAHKl48nltsXsXf-aDdGNwgpe5g3VkcIKXu4V3YWt1Mgk --lightpushnode=/ip4/172.18.67.18/tcp/38841/p2p/16Uiu2HAmJ5AN4cWb7gXNnxoNZMf1XZyGvdAtfNqgiQgdFynLwEwP --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.233.18 waku 5a792785e81c41068b91674f0b9148b589efa9a34edfc86097bf70ce1982ebc8
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 5a792785e81c. Setting up logs at ./log/docker/lightpush_node1_2025-12-29_04-22-44__43ae5a46-b8ff-43b5-8665-237b0361fef2__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 44082
|
||||
[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:44082/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:44082/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:44082/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:44082/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 5a792785e81c. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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:44082/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=44082): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f44658fbc80>: 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.131.7
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['11486', '11487', '11488', '11489', '11490']
|
||||
[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 11486:11486 -p 11487:11487 -p 11488:11488 -p 11489:11489 -p 11490:11490 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=11488 --rest-port=11486 --tcp-port=11487 --discv5-udp-port=11489 --rest-address=0.0.0.0 --nat=extip:172.18.131.7 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e199af1d87e43555a3b140ddaa6b0e4ec6689fcbd2ab8771c642cf6aab7e5a6f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11490 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QOjOMkToTRlbnXLDtVSZNe42M1LcY5ckirsRMDJpv0ztPg3CElUxm56AkOASyAG024fEjz-HQ-9oHA1Fq3zGZW8CgmlkgnY0gmlwhKwSQxKKbXVsdGlhZGRyc5YACASsEkMSBpe5AAoErBJDEgaXut0DgnJzhQADAQAAiXNlY3AyNTZrMaEDUHuyN4GVd5vPCP4Cz1cobZ17jEkAHKl48nltsXsXf-aDdGNwgpe5g3VkcIKXu4V3YWt1Mgk --lightpushnode=/ip4/172.18.67.18/tcp/38841/p2p/16Uiu2HAmJ5AN4cWb7gXNnxoNZMf1XZyGvdAtfNqgiQgdFynLwEwP --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.131.7 waku df4e199dc1e6f0b2d90faed979a701fff11632f9f3bffe05f17c364e445a84cf
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID df4e199dc1e6. Setting up logs at ./log/docker/lightpush_node1_2025-12-29_04-22-44__43ae5a46-b8ff-43b5-8665-237b0361fef2__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 11486
|
||||
[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:11486/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:11486/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:11486/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:11486/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container df4e199dc1e6. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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:11486/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=11486): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4465b04380>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
[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 c2b1c5047cc8
|
||||
[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 48b53e4100b6
|
||||
[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 df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container c2b1c5047cc8. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 48b53e4100b6. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[31m[1mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/df4e199dc1e6f0b2d90faed979a701fff11632f9f3bffe05f17c364e445a84cf/stop: Not Found ("No such container: df4e199dc1e6f0b2d90faed979a701fff11632f9f3bffe05f17c364e445a84cf")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[31m[1mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/df4e199dc1e6f0b2d90faed979a701fff11632f9f3bffe05f17c364e445a84cf/stop: Not Found ("No such container: df4e199dc1e6f0b2d90faed979a701fff11632f9f3bffe05f17c364e445a84cf")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df4e199dc1e6
|
||||
[31m[1mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/df4e199dc1e6f0b2d90faed979a701fff11632f9f3bffe05f17c364e445a84cf/stop: Not Found ("No such container: df4e199dc1e6f0b2d90faed979a701fff11632f9f3bffe05f17c364e445a84cf")
|
||||
[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.
|
||||
95
nim/1018/data/attachments/239a6cd7a902a145.txt
Normal file
95
nim/1018/data/attachments/239a6cd7a902a145.txt
Normal file
@ -0,0 +1,95 @@
|
||||
2025-12-29 04:35:52.788 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:35:52.790 DEBUG [tests.conftest] Running test: test_time_filter_negative_end_time with id: 2025-12-29_04-35-52__458e2b4e-2283-490a-8e00-50d44d0e0da0
|
||||
2025-12-29 04:35:52.790 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:35:52.790 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-29 04:35:52.791 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2025-12-29 04:35:52.800 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:35:52.800 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-29_04-35-52__458e2b4e-2283-490a-8e00-50d44d0e0da0__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:35:52.800 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:35:52.800 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:35:52.803 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:35:52.803 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.22.188
|
||||
2025-12-29 04:35:52.803 DEBUG [src.node.docker_mananger] Generated ports ['29661', '29662', '29663', '29664', '29665']
|
||||
2025-12-29 04:35:52.803 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:35:52.803 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:35:52.803 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:35:52.804 DEBUG [src.node.docker_mananger] docker run -i -t -p 29661:29661 -p 29662:29662 -p 29663:29663 -p 29664:29664 -p 29665:29665 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=29663 --rest-port=29661 --tcp-port=29662 --discv5-udp-port=29664 --rest-address=0.0.0.0 --nat=extip:172.18.22.188 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=18e41c07a6c857576c6f3cd04cc4a0eced7c4c75ba4cadbfd81acabef15dc173 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29665 --metrics-logging=true --store=true --relay=true
|
||||
2025-12-29 04:35:52.989 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.22.188 waku e751d7f658851f5315fe44a06ef11e98c3b8cd630a9e35ee9867d9c4a79c8192
|
||||
2025-12-29 04:35:53.025 DEBUG [src.node.docker_mananger] Container started with ID e751d7f65885. Setting up logs at ./log/docker/publishing_node1_2025-12-29_04-35-52__458e2b4e-2283-490a-8e00-50d44d0e0da0__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:35:53.025 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 29661
|
||||
2025-12-29 04:35:53.026 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:35:53.032 ERROR [src.node.docker_mananger] Max retries reached for container 8f6641a73cae. Exiting log stream.
|
||||
2025-12-29 04:35:53.613 ERROR [src.node.docker_mananger] Max retries reached for container aef9f485e78a. Exiting log stream.
|
||||
2025-12-29 04:35:54.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29661/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:54.029 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
2025-12-29 04:35:54.029 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:35:54.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29661/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:54.032 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.22.188/tcp/29662/p2p/16Uiu2HAmNiEEvJGCKcyRaLM5cHrB1Q19mscvLCtETUWcMX7fb1YC","/ip4/172.18.22.188/tcp/29663/ws/p2p/16Uiu2HAmNiEEvJGCKcyRaLM5cHrB1Q19mscvLCtETUWcMX7fb1YC"],"enrUri":"enr:-L24QG49NRC1u6LWVhMmZ6nwM19EEHqUpYBwAHJ37wEMoK1tCv7q_85izTS4XD9s4_7gEo1aDWcSauo_oCV8Nwsl-CkCgmlkgnY0gmlwhKwSFryKbXVsdGlhZGRyc5YACASsEha8BnPeAAoErBIWvAZz390DgnJzhQADAQAAiXNlY3AyNTZrMaEDlWlRPkBj90iDj0zSQb_lIFvGNrmqcDBuscc-8vhQIQGDdGNwgnPeg3VkcIJz4IV3YWt1MgM"}'
|
||||
2025-12-29 04:35:54.032 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:35:54.039 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:35:54.039 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-29_04-35-52__458e2b4e-2283-490a-8e00-50d44d0e0da0__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:35:54.039 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:35:54.039 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:35:54.041 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:35:54.041 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.237.33
|
||||
2025-12-29 04:35:54.041 DEBUG [src.node.docker_mananger] Generated ports ['12732', '12733', '12734', '12735', '12736']
|
||||
2025-12-29 04:35:54.041 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:35:54.041 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:35:54.041 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:35:54.041 DEBUG [src.node.docker_mananger] docker run -i -t -p 12732:12732 -p 12733:12733 -p 12734:12734 -p 12735:12735 -p 12736:12736 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=12734 --rest-port=12732 --tcp-port=12733 --discv5-udp-port=12735 --rest-address=0.0.0.0 --nat=extip:172.18.237.33 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c96628effd43e0d1ddfc5cac3af2a9b3cad7b88b72e96690def5fea92ef2dff9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=12736 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QG49NRC1u6LWVhMmZ6nwM19EEHqUpYBwAHJ37wEMoK1tCv7q_85izTS4XD9s4_7gEo1aDWcSauo_oCV8Nwsl-CkCgmlkgnY0gmlwhKwSFryKbXVsdGlhZGRyc5YACASsEha8BnPeAAoErBIWvAZz390DgnJzhQADAQAAiXNlY3AyNTZrMaEDlWlRPkBj90iDj0zSQb_lIFvGNrmqcDBuscc-8vhQIQGDdGNwgnPeg3VkcIJz4IV3YWt1MgM --storenode=/ip4/172.18.22.188/tcp/29662/p2p/16Uiu2HAmNiEEvJGCKcyRaLM5cHrB1Q19mscvLCtETUWcMX7fb1YC --store=true --relay=true
|
||||
2025-12-29 04:35:54.233 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.237.33 waku 7c887989f9c082723599fa9d828fc7e223b58c0ddbe611dde8e2acc33b634624
|
||||
2025-12-29 04:35:54.262 DEBUG [src.node.docker_mananger] Container started with ID 7c887989f9c0. Setting up logs at ./log/docker/store_node1_2025-12-29_04-35-52__458e2b4e-2283-490a-8e00-50d44d0e0da0__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:35:54.263 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 12732
|
||||
2025-12-29 04:35:54.263 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:35:55.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12732/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:55.268 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln 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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-29 04:35:55.268 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:35:55.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12732/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:55.270 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.237.33/tcp/12733/p2p/16Uiu2HAmPHX1H7YW5SqHBAHNrYrGgNNiVLzvoVso6aHetQoa84zW","/ip4/172.18.237.33/tcp/12734/ws/p2p/16Uiu2HAmPHX1H7YW5SqHBAHNrYrGgNNiVLzvoVso6aHetQoa84zW"],"enrUri":"enr:-L24QK2Aj1KudF3_6mroUfbGPFwEKRcnSNE6W7OrehcKCkw8MG_x4h0SX_4OsVegGFQ2bkPiBnRIMKTNsgR-4Iiswo8CgmlkgnY0gmlwhKwS7SGKbXVsdGlhZGRyc5YACASsEu0hBjG9AAoErBLtIQYxvt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDnfBwqWXtXqnM0H-9c92ffEflCJhV_0aFmbTZ8MEyVZuDdGNwgjG9g3VkcIIxv4V3YWt1MgM"}'
|
||||
2025-12-29 04:35:55.271 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:35:55.271 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12732/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.22.188/tcp/29662/p2p/16Uiu2HAmNiEEvJGCKcyRaLM5cHrB1Q19mscvLCtETUWcMX7fb1YC"]'
|
||||
2025-12-29 04:35:55.274 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:55.274 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29661/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-29 04:35:55.276 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:55.277 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12732/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-29 04:35:55.279 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:55.280 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:55.281 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29661/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)'}'
|
||||
2025-12-29 04:35:55.285 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:55.286 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:55.486 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:55.487 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29661/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)'}'
|
||||
2025-12-29 04:35:55.492 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:55.492 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:55.693 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:55.693 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29661/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)'}'
|
||||
2025-12-29 04:35:55.700 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:55.700 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:55.902 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:55.902 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29661/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)'}'
|
||||
2025-12-29 04:35:55.907 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:55.908 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:56.109 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:56.109 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29661/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)'}'
|
||||
2025-12-29 04:35:56.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:56.115 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:56.315 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:35:56.316 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29661/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)'}'
|
||||
2025-12-29 04:35:56.321 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:35:56.321 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:35:56.521 DEBUG [tests.store.test_time_filter] inquering stored messages with end time -10000
|
||||
2025-12-29 04:35:56.522 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29661/store/v3/messages?includeData=True&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&endTime=-10000&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:56.526 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x1f0d407d1a3a058a2fa747df3fbcaaeff7ded37227bd1ee62fc6764ff8daa013","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982952280536832,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xbe51ad73aff0107e16120bb8e9e4b8017f11a0eae3174ea22a1c247dd462c801","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982954280544000,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x577c5f894f37dfaf61f4458f88c8cc26141d23046e98a641f9377d631a96c2ce","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982955180546048,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x381b7bf7d859f9f4e3dc9a488a3f96a7a82d2e741f79c2ea6aea9e9dc76c00e0","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982955380548096,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x0e5d4b005ae8ccf56298527aa3abfb51a2ee88fb0f5b6a0079b3512402165e3b","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982957280549888,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xdadbbdb1ef167e3f178dd7f3069ef55c832335867c377a17c9433ff3969a6fe2","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982965280550912,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"}]}'
|
||||
2025-12-29 04:35:56.526 DEBUG [tests.store.test_time_filter] number of messages stored for end time = -10000 is 6
|
||||
2025-12-29 04:35:56.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12732/store/v3/messages?includeData=True&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&endTime=-10000&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:35:56.530 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x1f0d407d1a3a058a2fa747df3fbcaaeff7ded37227bd1ee62fc6764ff8daa013","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982952280536832,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xbe51ad73aff0107e16120bb8e9e4b8017f11a0eae3174ea22a1c247dd462c801","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982954280544000,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x577c5f894f37dfaf61f4458f88c8cc26141d23046e98a641f9377d631a96c2ce","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982955180546048,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x381b7bf7d859f9f4e3dc9a488a3f96a7a82d2e741f79c2ea6aea9e9dc76c00e0","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982955380548096,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x0e5d4b005ae8ccf56298527aa3abfb51a2ee88fb0f5b6a0079b3512402165e3b","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982957280549888,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xdadbbdb1ef167e3f178dd7f3069ef55c832335867c377a17c9433ff3969a6fe2","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766982965280550912,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"}]}'
|
||||
2025-12-29 04:35:56.530 DEBUG [tests.store.test_time_filter] number of messages stored for end time = -10000 is 6
|
||||
2025-12-29 04:35:56.532 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:35:56.533 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:35:56.533 DEBUG [src.node.waku_node] Stopping container with id e751d7f65885
|
||||
2025-12-29 04:35:57.102 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:35:57.103 DEBUG [src.node.waku_node] Stopping container with id 7c887989f9c0
|
||||
2025-12-29 04:35:57.644 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:35:57.645 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:35:57.658 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:35:57.664 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
96
nim/1018/data/attachments/23d8ddc5eb2dc83f.txt
Normal file
96
nim/1018/data/attachments/23d8ddc5eb2dc83f.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_invalid_pagination_cursor_param with id: 2025-12-29_04-43-13__fea1bf86-acd2-4bbe-b710-d9332970a454
|
||||
[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_2025-12-29_04-43-13__fea1bf86-acd2-4bbe-b710-d9332970a454__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.237.19
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['23275', '23276', '23277', '23278', '23279']
|
||||
[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 23275:23275 -p 23276:23276 -p 23277:23277 -p 23278:23278 -p 23279:23279 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=23277 --rest-port=23275 --tcp-port=23276 --discv5-udp-port=23278 --rest-address=0.0.0.0 --nat=extip:172.18.237.19 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=13d4ea49a6a5c6611d85dbff59e50b45c08c0d07ccc1be22e2e475bfa83b881d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23279 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.237.19 waku 9f4de6396bd8272b851309a91c09b23cd6b131961f201a8a553346e390a47f25
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 9f4de6396bd8. Setting up logs at ./log/docker/publishing_node1_2025-12-29_04-43-13__fea1bf86-acd2-4bbe-b710-d9332970a454__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 23275
|
||||
[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 75bd02dd3ff8. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container ec99b5632496. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23275/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
[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:23275/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.237.19/tcp/23276/p2p/16Uiu2HAmAb29TfCPVheqJ5vLRujt1stweBnkHCJU27ouPpce2xc6","/ip4/172.18.237.19/tcp/23277/ws/p2p/16Uiu2HAmAb29TfCPVheqJ5vLRujt1stweBnkHCJU27ouPpce2xc6"],"enrUri":"enr:-L24QEiMY9yKyTJblvIW5kriTuRj_6O4GHV-oMtuFgMDJN5HPaZ0r7-bBn2oSHFrsKDfku4brbK1BXCMWCwhcsy9xB8CgmlkgnY0gmlwhKwS7ROKbXVsdGlhZGRyc5YACASsEu0TBlrsAAoErBLtEwZa7d0DgnJzhQADAQAAiXNlY3AyNTZrMaEC4URVba09t1u_UaXf4v-gKcY3buSqxnTSPRwrHAAWiceDdGNwglrsg3VkcIJa7oV3YWt1MgM"}'
|
||||
[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_2025-12-29_04-43-13__fea1bf86-acd2-4bbe-b710-d9332970a454__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.62.58
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['52134', '52135', '52136', '52137', '52138']
|
||||
[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 52134:52134 -p 52135:52135 -p 52136:52136 -p 52137:52137 -p 52138:52138 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=52136 --rest-port=52134 --tcp-port=52135 --discv5-udp-port=52137 --rest-address=0.0.0.0 --nat=extip:172.18.62.58 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bbd98b3ef215b540953d1f2dbbb2b3341ea878a1a9923afa3ddfac27cb90df88 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52138 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QEiMY9yKyTJblvIW5kriTuRj_6O4GHV-oMtuFgMDJN5HPaZ0r7-bBn2oSHFrsKDfku4brbK1BXCMWCwhcsy9xB8CgmlkgnY0gmlwhKwS7ROKbXVsdGlhZGRyc5YACASsEu0TBlrsAAoErBLtEwZa7d0DgnJzhQADAQAAiXNlY3AyNTZrMaEC4URVba09t1u_UaXf4v-gKcY3buSqxnTSPRwrHAAWiceDdGNwglrsg3VkcIJa7oV3YWt1MgM --storenode=/ip4/172.18.237.19/tcp/23276/p2p/16Uiu2HAmAb29TfCPVheqJ5vLRujt1stweBnkHCJU27ouPpce2xc6 --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.62.58 waku b0a6e6a150b343827b1faab774ef0c1ce1f1456b34024340b1a12e7248ee95e5
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID b0a6e6a150b3. Setting up logs at ./log/docker/store_node1_2025-12-29_04-43-13__fea1bf86-acd2-4bbe-b710-d9332970a454__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 52134
|
||||
[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:52134/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","protocolsHealth":[{"Relay":"READY"},{"Rln 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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[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:52134/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.62.58/tcp/52135/p2p/16Uiu2HAmFGsZqNuXiGQzeidutdWCP7mrrW1dPtbakkoHLY17J5iV","/ip4/172.18.62.58/tcp/52136/ws/p2p/16Uiu2HAmFGsZqNuXiGQzeidutdWCP7mrrW1dPtbakkoHLY17J5iV"],"enrUri":"enr:-L24QPYGvCObMcnTxM-bjWRJBesLHGd3D_3I4wge6dci7QlBYuM35egrxESl0bAqAz00Rr6p2UDZls-dltt4_KHessoCgmlkgnY0gmlwhKwSPjqKbXVsdGlhZGRyc5YACASsEj46BsunAAoErBI-OgbLqN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDJuic1I3BreuB7nb8VROavnxCawWwMVFsh3b8HXIMgj6DdGNwgsung3VkcILLqYV3YWt1MgM"}'
|
||||
[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:52134/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.237.19/tcp/23276/p2p/16Uiu2HAmAb29TfCPVheqJ5vLRujt1stweBnkHCJU27ouPpce2xc6"]'
|
||||
[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:23275/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:52134/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:23275/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:23275/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:23275/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:23275/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:23275/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
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23275/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=3&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":"0x2eada0ca14e5fc554d8fa315b28546cade2f75bb59e6b7b5b0924709a4d9e41d"},{"messageHash":"0x39071ea44e9cf94698c6683f6c18f322d1bd2936b5218cd77d9240213d095f7d"},{"messageHash":"0x7a17f6aca102c7de4c986e1037dc942d948dd8011f520d0b49899f9f5dc269e9"}],"paginationCursor":"0x7a17f6aca102c7de4c986e1037dc942d948dd8011f520d0b49899f9f5dc269e9"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23275/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=3&ascending=true&paginationCursor=0x7a17f6aca102c7de4c986e1037dc942d948dd8011f520d0b49899f9f5dc269e9" -H "Content-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":"0x2eada0ca14e5fc554d8fa315b28546cade2f75bb59e6b7b5b0924709a4d9e41d"},{"messageHash":"0x39071ea44e9cf94698c6683f6c18f322d1bd2936b5218cd77d9240213d095f7d"},{"messageHash":"0x7a17f6aca102c7de4c986e1037dc942d948dd8011f520d0b49899f9f5dc269e9"}],"paginationCursor":"0x7a17f6aca102c7de4c986e1037dc942d948dd8011f520d0b49899f9f5dc269e9"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23275/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x7a17f6aca102c7de4c986e1037dc942d948dd8011f520d0b49899f9f5dc269e9&pageSize=3&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":"0xcf014eec622487707f5fd47cb19fd62e8b9fcfb5caadd24116fd6c422967ca24"},{"messageHash":"0xe40031cda2c63b2c01d1a98aeb5d80beaa73f6d148c05a2d83ac5600b91caba9"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52134/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=3&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":"0x2eada0ca14e5fc554d8fa315b28546cade2f75bb59e6b7b5b0924709a4d9e41d"},{"messageHash":"0x39071ea44e9cf94698c6683f6c18f322d1bd2936b5218cd77d9240213d095f7d"},{"messageHash":"0x7a17f6aca102c7de4c986e1037dc942d948dd8011f520d0b49899f9f5dc269e9"}],"paginationCursor":"0x7a17f6aca102c7de4c986e1037dc942d948dd8011f520d0b49899f9f5dc269e9"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52134/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=3&ascending=true&paginationCursor=0x7a17f6aca102c7de4c986e1037dc942d948dd8011f520d0b49899f9f5dc269e9" -H "Content-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":"0x2eada0ca14e5fc554d8fa315b28546cade2f75bb59e6b7b5b0924709a4d9e41d"},{"messageHash":"0x39071ea44e9cf94698c6683f6c18f322d1bd2936b5218cd77d9240213d095f7d"},{"messageHash":"0x7a17f6aca102c7de4c986e1037dc942d948dd8011f520d0b49899f9f5dc269e9"}],"paginationCursor":"0x7a17f6aca102c7de4c986e1037dc942d948dd8011f520d0b49899f9f5dc269e9"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52134/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x7a17f6aca102c7de4c986e1037dc942d948dd8011f520d0b49899f9f5dc269e9&pageSize=3&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":"0xcf014eec622487707f5fd47cb19fd62e8b9fcfb5caadd24116fd6c422967ca24"},{"messageHash":"0xe40031cda2c63b2c01d1a98aeb5d80beaa73f6d148c05a2d83ac5600b91caba9"}]}'
|
||||
[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 9f4de6396bd8
|
||||
[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 b0a6e6a150b3
|
||||
[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.
|
||||
77
nim/1018/data/attachments/249d45069ef3295e.txt
Normal file
77
nim/1018/data/attachments/249d45069ef3295e.txt
Normal file
@ -0,0 +1,77 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_2_nodes_different_cluster_different_shard with id: 2025-12-29_04-27-45__a5e48245-5f0f-4ad7-bef0-d63c8b740777
|
||||
[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_2025-12-29_04-27-45__a5e48245-5f0f-4ad7-bef0-d63c8b740777__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.184.156
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['44738', '44739', '44740', '44741', '44742']
|
||||
[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 44738:44738 -p 44739:44739 -p 44740:44740 -p 44741:44741 -p 44742:44742 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=44740 --rest-port=44738 --tcp-port=44739 --discv5-udp-port=44741 --rest-address=0.0.0.0 --nat=extip:172.18.184.156 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=1ca72f7df610aefc0cff9d5ead6ee5efd9425ec64949229fa0b6efbfdcbacda1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44742 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.184.156 waku 08ea1ed5b7bdd9861043e84bbcb02b8e544faab22e4ce7f84ded20ee8d7213ef
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 5a323d2eea04. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 08ea1ed5b7bd. Setting up logs at ./log/docker/node1_2025-12-29_04-27-45__a5e48245-5f0f-4ad7-bef0-d63c8b740777__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 44738
|
||||
[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 76b7112d77fa. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44738/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
[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:44738/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.184.156/tcp/44739/p2p/16Uiu2HAmFcxyrRynFKBP7im8umEUvz2RhvUfpQvqG8ui5rmNihTP","/ip4/172.18.184.156/tcp/44740/ws/p2p/16Uiu2HAmFcxyrRynFKBP7im8umEUvz2RhvUfpQvqG8ui5rmNihTP"],"enrUri":"enr:-L24QCvXdvma-SI3_D8pzKI9XYHZQ5A-SjzBzbE4RevxyMioBUrX5XiiSW0Ywb-gVxyNeDxbVnoOBZ4c2OswZjuElAQCgmlkgnY0gmlwhKwSuJyKbXVsdGlhZGRyc5YACASsEricBq7DAAoErBK4nAauxN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDLA5ZvZZNKbwLXa3jbgK-Hawk_74xCzvMT0xAsYj_TxKDdGNwgq7Dg3VkcIKuxYV3YWt1MgU"}'
|
||||
[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_2025-12-29_04-27-45__a5e48245-5f0f-4ad7-bef0-d63c8b740777__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.40
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['49493', '49494', '49495', '49496', '49497']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:72 Cluster id was resolved to: 4
|
||||
[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 49493:49493 -p 49494:49494 -p 49495:49495 -p 49496:49496 -p 49497:49497 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=49495 --rest-port=49493 --tcp-port=49494 --discv5-udp-port=49496 --rest-address=0.0.0.0 --nat=extip:172.18.111.40 --peer-exchange=true --discv5-discovery=true --cluster-id=4 --nodekey=0edc494fbaefb1ce3fb2bb28fcabdeca10edc8ffde4b1d4ca9272dfad84bafdc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49497 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCvXdvma-SI3_D8pzKI9XYHZQ5A-SjzBzbE4RevxyMioBUrX5XiiSW0Ywb-gVxyNeDxbVnoOBZ4c2OswZjuElAQCgmlkgnY0gmlwhKwSuJyKbXVsdGlhZGRyc5YACASsEricBq7DAAoErBK4nAauxN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDLA5ZvZZNKbwLXa3jbgK-Hawk_74xCzvMT0xAsYj_TxKDdGNwgq7Dg3VkcIKuxYV3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.111.40 waku 65bc3ba492e16b96f6506c3c8ef575f10fff6df15becd69f9850998d199d3a2c
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 65bc3ba492e1. Setting up logs at ./log/docker/node2_2025-12-29_04-27-45__a5e48245-5f0f-4ad7-bef0-d63c8b740777__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 49493
|
||||
[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:49493/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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":"READY"}]}'
|
||||
[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:49493/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.40/tcp/49494/p2p/16Uiu2HAmUgPg2ok5wWVMN3qjbNp5xh2pFJLCppuRuz9NRadt6xPK","/ip4/172.18.111.40/tcp/49495/ws/p2p/16Uiu2HAmUgPg2ok5wWVMN3qjbNp5xh2pFJLCppuRuz9NRadt6xPK"],"enrUri":"enr:-L24QGbdzalt3WVIRnL1_BJ64MyiXGFCrOsmWWlXPGDmUmHEPWPG2cEhhVzQz17_Wqplp-XIwS35WAez8d28l3Xpuu0CgmlkgnY0gmlwhKwSbyiKbXVsdGlhZGRyc5YACASsEm8oBsFWAAoErBJvKAbBV90DgnJzhQAEAQAAiXNlY3AyNTZrMaED7hbxdMqKsil7erYnArFnna2p2NNHL-1ePLWv9xlrkoKDdGNwgsFWg3VkcILBWIV3YWt1MgE"}'
|
||||
[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:49493/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.184.156/tcp/44739/p2p/16Uiu2HAmFcxyrRynFKBP7im8umEUvz2RhvUfpQvqG8ui5rmNihTP"]'
|
||||
[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:44738/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:49493/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/4/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:44738/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:44738/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":1766982467806045358,"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:49493/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -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:49493/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0. Response content: b''
|
||||
[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 08ea1ed5b7bd
|
||||
[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 65bc3ba492e1
|
||||
[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.
|
||||
1726
nim/1018/data/attachments/255419866427a730.txt
Normal file
1726
nim/1018/data/attachments/255419866427a730.txt
Normal file
File diff suppressed because it is too large
Load Diff
70
nim/1018/data/attachments/255e50d704b4de37.txt
Normal file
70
nim/1018/data/attachments/255e50d704b4de37.txt
Normal file
@ -0,0 +1,70 @@
|
||||
2025-12-29 04:21:39.024 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:21:39.025 DEBUG [tests.conftest] Running test: test_store with id: 2025-12-29_04-21-39__24a7c56c-077a-4e08-8c17-3ef2865b6e6f
|
||||
2025-12-29 04:21:39.025 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:21:39.025 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-29 04:21:39.026 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-29 04:21:39.026 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-29 04:21:39.026 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-29 04:21:39.037 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:21:39.037 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-29_04-21-39__24a7c56c-077a-4e08-8c17-3ef2865b6e6f__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:21:39.038 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:21:39.038 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:21:39.080 DEBUG [src.node.docker_mananger] Network waku created
|
||||
2025-12-29 04:21:39.080 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.54.236
|
||||
2025-12-29 04:21:39.080 DEBUG [src.node.docker_mananger] Generated ports ['53146', '53147', '53148', '53149', '53150']
|
||||
2025-12-29 04:21:39.080 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:21:39.081 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:21:39.081 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:21:39.081 DEBUG [src.node.docker_mananger] docker run -i -t -p 53146:53146 -p 53147:53147 -p 53148:53148 -p 53149:53149 -p 53150:53150 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=53148 --rest-port=53146 --tcp-port=53147 --discv5-udp-port=53149 --rest-address=0.0.0.0 --nat=extip:172.18.54.236 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8d41cbc9cc2369d9bc1c772cac133720cb90212bd4531fccffefadaa4f5ab47f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53150 --metrics-logging=true --relay=true --store=true
|
||||
2025-12-29 04:21:41.022 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.54.236 waku 323624c7943aa4de6d0f943a5b73883990ae2de709f55296f3a54780cca9fd30
|
||||
2025-12-29 04:21:41.058 DEBUG [src.node.docker_mananger] Container started with ID 323624c7943a. Setting up logs at ./log/docker/node1_2025-12-29_04-21-39__24a7c56c-077a-4e08-8c17-3ef2865b6e6f__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:21:41.060 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 53146
|
||||
2025-12-29 04:21:41.060 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:21:42.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53146/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:21:42.064 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
2025-12-29 04:21:42.064 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:21:42.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53146/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:21:42.066 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.54.236/tcp/53147/p2p/16Uiu2HAmB8H2McVsra4i3i4fSStjmAxTfrQwvJLZgrAQ3mHXcuJb","/ip4/172.18.54.236/tcp/53148/ws/p2p/16Uiu2HAmB8H2McVsra4i3i4fSStjmAxTfrQwvJLZgrAQ3mHXcuJb"],"enrUri":"enr:-L24QEepDdQLId_EpWAD6il-h0pTH41JYPg0mgwNkSa9eseiZnviIBKVjNxq69XfhH5yB3gfQlEsofmWrEtWDtRmgPkCgmlkgnY0gmlwhKwSNuyKbXVsdGlhZGRyc5YACASsEjbsBs-bAAoErBI27AbPnN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC6UYpLQvcYwX6ItlZwLgWXyo9YOQceqUwYEMSFLwkSaSDdGNwgs-bg3VkcILPnYV3YWt1MgM"}'
|
||||
2025-12-29 04:21:42.066 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:21:42.073 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:21:42.073 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-29_04-21-39__24a7c56c-077a-4e08-8c17-3ef2865b6e6f__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:21:42.073 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:21:42.073 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:21:42.074 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:21:42.075 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.152.130
|
||||
2025-12-29 04:21:42.075 DEBUG [src.node.docker_mananger] Generated ports ['63075', '63076', '63077', '63078', '63079']
|
||||
2025-12-29 04:21:42.075 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:21:42.075 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:21:42.075 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:21:42.075 DEBUG [src.node.docker_mananger] docker run -i -t -p 63075:63075 -p 63076:63076 -p 63077:63077 -p 63078:63078 -p 63079:63079 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=63077 --rest-port=63075 --tcp-port=63076 --discv5-udp-port=63078 --rest-address=0.0.0.0 --nat=extip:172.18.152.130 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b3a657a36776eda9fcd34f9feefcd56f18bb2c6d822d4b6a23dfbfbf375b53ba --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63079 --metrics-logging=true --relay=true --store=true --discv5-bootstrap-node=enr:-L24QEepDdQLId_EpWAD6il-h0pTH41JYPg0mgwNkSa9eseiZnviIBKVjNxq69XfhH5yB3gfQlEsofmWrEtWDtRmgPkCgmlkgnY0gmlwhKwSNuyKbXVsdGlhZGRyc5YACASsEjbsBs-bAAoErBI27AbPnN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC6UYpLQvcYwX6ItlZwLgWXyo9YOQceqUwYEMSFLwkSaSDdGNwgs-bg3VkcILPnYV3YWt1MgM --storenode=/ip4/172.18.54.236/tcp/53147/p2p/16Uiu2HAmB8H2McVsra4i3i4fSStjmAxTfrQwvJLZgrAQ3mHXcuJb
|
||||
2025-12-29 04:21:42.266 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.152.130 waku dba22c85cb09539fd7b6d7e29b5b9c7f26cccec8e0650e32fb67e7dec441f01e
|
||||
2025-12-29 04:21:42.295 DEBUG [src.node.docker_mananger] Container started with ID dba22c85cb09. Setting up logs at ./log/docker/node1_2025-12-29_04-21-39__24a7c56c-077a-4e08-8c17-3ef2865b6e6f__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:21:42.296 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 63075
|
||||
2025-12-29 04:21:42.296 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:21:43.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63075/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:21:43.301 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln 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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-29 04:21:43.301 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:21:43.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63075/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:21:43.304 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.152.130/tcp/63076/p2p/16Uiu2HAm6EqBzpQ9eUHEYwWjHAV3nP3hqAQ3DTHzVagbnT8pQv2W","/ip4/172.18.152.130/tcp/63077/ws/p2p/16Uiu2HAm6EqBzpQ9eUHEYwWjHAV3nP3hqAQ3DTHzVagbnT8pQv2W"],"enrUri":"enr:-L24QBVCpv1AqHZ6FRpxX73NlrxoKAVmyupnE5fiUi3JMLjZK9IgTsjS-Z_qQD3d6jlpBSt5kdHxGmbh49i9ZBkEBjUCgmlkgnY0gmlwhKwSmIKKbXVsdGlhZGRyc5YACASsEpiCBvZkAAoErBKYggb2Zd0DgnJzhQADAQAAiXNlY3AyNTZrMaECoKmU3984WpD14Z0EbA2C9pbbAtISsuSGWLRFeMl81rODdGNwgvZkg3VkcIL2ZoV3YWt1MgM"}'
|
||||
2025-12-29 04:21:43.304 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:21:43.304 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53146/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-29 04:21:43.307 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:21:43.308 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63075/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-29 04:21:43.313 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:21:43.314 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-29 04:21:43.314 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53146/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)'}'
|
||||
2025-12-29 04:21:43.320 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:21:43.320 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-29 04:21:43.520 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-29 04:21:43.521 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63075/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:21:43.524 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xee264bbcbffef7416dbcb2561baf57cd09a4d786d50c94d006753f1250575583"}]}'
|
||||
2025-12-29 04:21:43.524 DEBUG [src.steps.store] messages length is 1
|
||||
2025-12-29 04:21:43.526 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:21:43.527 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:21:43.527 DEBUG [src.node.waku_node] Stopping container with id 323624c7943a
|
||||
2025-12-29 04:21:44.073 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:21:44.074 DEBUG [src.node.waku_node] Stopping container with id dba22c85cb09
|
||||
2025-12-29 04:21:44.608 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:21:44.610 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:21:44.620 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:21:44.631 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
116
nim/1018/data/attachments/257abfa862f9821e.txt
Normal file
116
nim/1018/data/attachments/257abfa862f9821e.txt
Normal file
@ -0,0 +1,116 @@
|
||||
2025-12-29 04:22:38.324 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:22:38.324 DEBUG [tests.conftest] Running test: test_filter_subscribe_to_multiple_pubsub_topic_from_same_cluster with id: 2025-12-29_04-22-38__56d23692-a764-473a-9210-88cd64f7b742
|
||||
2025-12-29 04:22:38.324 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:22:38.325 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-29 04:22:38.325 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2025-12-29 04:22:38.332 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:22:38.332 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-29_04-22-38__56d23692-a764-473a-9210-88cd64f7b742__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:22:38.332 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:22:38.332 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:22:38.334 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:22:38.334 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.93.214
|
||||
2025-12-29 04:22:38.334 DEBUG [src.node.docker_mananger] Generated ports ['10310', '10311', '10312', '10313', '10314']
|
||||
2025-12-29 04:22:38.334 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:22:38.334 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:22:38.335 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:22:38.335 DEBUG [src.node.docker_mananger] docker run -i -t -p 10310:10310 -p 10311:10311 -p 10312:10312 -p 10313:10313 -p 10314:10314 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=10312 --rest-port=10310 --tcp-port=10311 --discv5-udp-port=10313 --rest-address=0.0.0.0 --nat=extip:172.18.93.214 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=eaad82aba0a95f8a3a91b33b00a24d040cccdecf069facff73fbb3a8a6b595cd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10314 --metrics-logging=true --relay=true --filter=true
|
||||
2025-12-29 04:22:38.536 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.93.214 waku f66cd20480a50e6cb41bb1bba8c35cfd9700058633b33646b7cdde2b8c23848d
|
||||
2025-12-29 04:22:38.567 DEBUG [src.node.docker_mananger] Container started with ID f66cd20480a5. Setting up logs at ./log/docker/node1_2025-12-29_04-22-38__56d23692-a764-473a-9210-88cd64f7b742__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:22:38.568 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 10310
|
||||
2025-12-29 04:22:38.568 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:22:38.596 ERROR [src.node.docker_mananger] Max retries reached for container 8d8979947b9b. Exiting log stream.
|
||||
2025-12-29 04:22:39.111 ERROR [src.node.docker_mananger] Max retries reached for container 40c1e34ce4f9. Exiting log stream.
|
||||
2025-12-29 04:22:39.569 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10310/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:39.573 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
2025-12-29 04:22:39.573 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:22:39.573 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10310/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:39.576 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.93.214/tcp/10311/p2p/16Uiu2HAmLTwgsoU7tD6x9fRwoRG6EintmuU7Eq8EGwqSyd4pKQT4","/ip4/172.18.93.214/tcp/10312/ws/p2p/16Uiu2HAmLTwgsoU7tD6x9fRwoRG6EintmuU7Eq8EGwqSyd4pKQT4"],"enrUri":"enr:-L24QJMM6GlqkasQVZ9YmJoDMcyOcYVD-4wFIosFEAZgmRTRM1UL1hxkOzCQwZuLfUzAjiaGfmoGbwamTuU44jqJ0B8CgmlkgnY0gmlwhKwSXdaKbXVsdGlhZGRyc5YACASsEl3WBihHAAoErBJd1gYoSN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDdAkYo2OwKjGwpM8PtkSZb8egA3ez_mk67mNXM_97F8ODdGNwgihHg3VkcIIoSYV3YWt1MgU"}'
|
||||
2025-12-29 04:22:39.576 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:22:39.576 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2025-12-29 04:22:39.583 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:22:39.583 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-29_04-22-38__56d23692-a764-473a-9210-88cd64f7b742__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:22:39.583 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:22:39.583 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:22:39.585 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:22:39.585 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.76.245
|
||||
2025-12-29 04:22:39.585 DEBUG [src.node.docker_mananger] Generated ports ['43943', '43944', '43945', '43946', '43947']
|
||||
2025-12-29 04:22:39.585 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:22:39.585 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:22:39.586 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:22:39.586 DEBUG [src.node.docker_mananger] docker run -i -t -p 43943:43943 -p 43944:43944 -p 43945:43945 -p 43946:43946 -p 43947:43947 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=43945 --rest-port=43943 --tcp-port=43944 --discv5-udp-port=43946 --rest-address=0.0.0.0 --nat=extip:172.18.76.245 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e4cff96ab7ab25ac7b729a78b926a4c6d7ba46edeceed38fe7c3b6bfe0cc6a7c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43947 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QJMM6GlqkasQVZ9YmJoDMcyOcYVD-4wFIosFEAZgmRTRM1UL1hxkOzCQwZuLfUzAjiaGfmoGbwamTuU44jqJ0B8CgmlkgnY0gmlwhKwSXdaKbXVsdGlhZGRyc5YACASsEl3WBihHAAoErBJd1gYoSN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDdAkYo2OwKjGwpM8PtkSZb8egA3ez_mk67mNXM_97F8ODdGNwgihHg3VkcIIoSYV3YWt1MgU --filternode=/ip4/172.18.93.214/tcp/10311/p2p/16Uiu2HAmLTwgsoU7tD6x9fRwoRG6EintmuU7Eq8EGwqSyd4pKQT4
|
||||
2025-12-29 04:22:39.783 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.76.245 waku 60918ad8269499ab3687cc790cb4e8944526c4209993d2dac21a8124ff94691f
|
||||
2025-12-29 04:22:39.814 DEBUG [src.node.docker_mananger] Container started with ID 60918ad82694. Setting up logs at ./log/docker/node2_2025-12-29_04-22-38__56d23692-a764-473a-9210-88cd64f7b742__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:22:39.814 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 43943
|
||||
2025-12-29 04:22:39.815 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:22:40.816 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43943/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:40.820 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln 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":"READY"}]}'
|
||||
2025-12-29 04:22:40.820 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:22:40.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43943/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:40.823 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.76.245/tcp/43944/p2p/16Uiu2HAkzfeAc3LoNd5pUng1c3aoWcrAaAzAijSGM5fv2AKMjJaG","/ip4/172.18.76.245/tcp/43945/ws/p2p/16Uiu2HAkzfeAc3LoNd5pUng1c3aoWcrAaAzAijSGM5fv2AKMjJaG"],"enrUri":"enr:-L24QMo1ZUZPRKjEj6NLeJcwWO37Zlx3brcP1Sk9MnLqLlKgalLR-Hmu3oWMT6itPZQlK_RZIU1FFGOE3ym1aj0adGECgmlkgnY0gmlwhKwSTPWKbXVsdGlhZGRyc5YACASsEkz1BquoAAoErBJM9Qarqd0DgnJzhQADAQAAiXNlY3AyNTZrMaECTd6D6_qkuvbjS4n0-DsvbDLpj1s176qrKNtmC_hi772DdGNwgquog3VkcIKrqoV3YWt1MgA"}'
|
||||
2025-12-29 04:22:40.823 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:22:40.823 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43943/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.93.214/tcp/10311/p2p/16Uiu2HAmLTwgsoU7tD6x9fRwoRG6EintmuU7Eq8EGwqSyd4pKQT4"]'
|
||||
2025-12-29 04:22:40.853 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:22:40.859 DEBUG [tests.filter.test_subscribe_create] Running test with pubsub topic: /waku/2/rs/3/0
|
||||
2025-12-29 04:22:40.859 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10310/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-29 04:22:40.871 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:22:40.873 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43943/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "e8df88e3-c475-48b3-a7e4-31dce7d37221", "contentFilters": ["/waku/2/rs/3/0"], "pubsubTopic": "/waku/2/rs/3/0"}'
|
||||
2025-12-29 04:22:40.884 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"e8df88e3-c475-48b3-a7e4-31dce7d37221","statusDesc":"OK"}'
|
||||
2025-12-29 04:22:40.885 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10310/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/0", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:22:40.892 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:22:40.892 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-29 04:22:40.993 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:22:40.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43943/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:40.996 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/waku/2/rs/3/0","version":0,"timestamp":1766982160885169947,"ephemeral":false}]'
|
||||
2025-12-29 04:22:40.998 DEBUG [tests.filter.test_subscribe_create] Running test with pubsub topic: /waku/2/rs/3/1
|
||||
2025-12-29 04:22:40.998 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10310/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-29 04:22:41.002 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:22:41.002 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43943/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "eb256c00-27f8-4427-ba9e-b019f60aa3ec", "contentFilters": ["/waku/2/rs/3/1"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-29 04:22:41.011 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"eb256c00-27f8-4427-ba9e-b019f60aa3ec","statusDesc":"OK"}'
|
||||
2025-12-29 04:22:41.012 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10310/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/1", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:22:41.016 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:22:41.016 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-29 04:22:41.116 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:22:41.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43943/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:41.120 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/waku/2/rs/3/1","version":0,"timestamp":1766982161011877498,"ephemeral":false}]'
|
||||
2025-12-29 04:22:41.122 DEBUG [tests.filter.test_subscribe_create] Running test with pubsub topic: /waku/2/rs/3/9
|
||||
2025-12-29 04:22:41.122 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10310/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/9"]'
|
||||
2025-12-29 04:22:41.125 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:22:41.126 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43943/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "c1e95114-941d-4a76-8cb1-d6127a754435", "contentFilters": ["/waku/2/rs/3/9"], "pubsubTopic": "/waku/2/rs/3/9"}'
|
||||
2025-12-29 04:22:41.137 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"c1e95114-941d-4a76-8cb1-d6127a754435","statusDesc":"OK"}'
|
||||
2025-12-29 04:22:41.137 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10310/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/9", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:22:41.143 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:22:41.143 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-29 04:22:41.243 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:22:41.244 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43943/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:41.247 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/waku/2/rs/3/9","version":0,"timestamp":1766982161137738616,"ephemeral":false}]'
|
||||
2025-12-29 04:22:41.248 DEBUG [tests.filter.test_subscribe_create] Running test with pubsub topic: /waku/2/rs/3/25
|
||||
2025-12-29 04:22:41.249 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10310/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/25"]'
|
||||
2025-12-29 04:22:41.252 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:22:41.252 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43943/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "4c07eee5-4b62-4b24-95a1-5d20ebb5fd2d", "contentFilters": ["/waku/2/rs/3/25"], "pubsubTopic": "/waku/2/rs/3/25"}'
|
||||
2025-12-29 04:22:41.261 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"4c07eee5-4b62-4b24-95a1-5d20ebb5fd2d","statusDesc":"OK"}'
|
||||
2025-12-29 04:22:41.262 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10310/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/25", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:22:41.267 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:22:41.267 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-29 04:22:41.368 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:22:41.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43943/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:41.371 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/waku/2/rs/3/25","version":0,"timestamp":1766982161262338364,"ephemeral":false}]'
|
||||
2025-12-29 04:22:41.373 DEBUG [tests.filter.test_subscribe_create] Running test with pubsub topic: /waku/2/rs/3/1000
|
||||
2025-12-29 04:22:41.373 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10310/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1000"]'
|
||||
2025-12-29 04:22:41.376 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:22:41.377 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43943/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "7501e2e3-8246-4be6-9c7a-662ac32ea3d6", "contentFilters": ["/waku/2/rs/3/1000"], "pubsubTopic": "/waku/2/rs/3/1000"}'
|
||||
2025-12-29 04:22:41.387 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"7501e2e3-8246-4be6-9c7a-662ac32ea3d6","statusDesc":"OK"}'
|
||||
2025-12-29 04:22:41.387 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10310/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/1000", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-29 04:22:41.393 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:22:41.393 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-29 04:22:41.493 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:22:41.494 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43943/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:22:41.497 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/waku/2/rs/3/1000","version":0,"timestamp":1766982161387678492,"ephemeral":false}]'
|
||||
2025-12-29 04:22:41.500 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:22:41.501 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:22:41.501 DEBUG [src.node.waku_node] Stopping container with id f66cd20480a5
|
||||
2025-12-29 04:22:42.095 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:22:42.095 DEBUG [src.node.waku_node] Stopping container with id 60918ad82694
|
||||
2025-12-29 04:22:42.640 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:22:42.641 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:22:42.649 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:22:42.656 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
93
nim/1018/data/attachments/25e7266394322c8.txt
Normal file
93
nim/1018/data/attachments/25e7266394322c8.txt
Normal file
@ -0,0 +1,93 @@
|
||||
2025-12-29 04:27:12.868 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:27:12.869 DEBUG [tests.conftest] Running test: test_publish_and_retrieve_duplicate_message with id: 2025-12-29_04-27-12__fa8fc220-0efc-4c0e-b818-b694ee2fd721
|
||||
2025-12-29 04:27:12.869 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:27:12.869 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-29 04:27:12.870 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
||||
2025-12-29 04:27:12.877 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:27:12.877 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-29_04-27-12__fa8fc220-0efc-4c0e-b818-b694ee2fd721__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:27:12.877 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:27:12.877 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:27:12.879 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:27:12.879 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.136.0
|
||||
2025-12-29 04:27:12.879 DEBUG [src.node.docker_mananger] Generated ports ['28910', '28911', '28912', '28913', '28914']
|
||||
2025-12-29 04:27:12.879 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:27:12.879 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:27:12.879 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:27:12.880 DEBUG [src.node.docker_mananger] docker run -i -t -p 28910:28910 -p 28911:28911 -p 28912:28912 -p 28913:28913 -p 28914:28914 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=28912 --rest-port=28910 --tcp-port=28911 --discv5-udp-port=28913 --rest-address=0.0.0.0 --nat=extip:172.18.136.0 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=309f5d9ba6deff2f8e7fecd79f58ed5eac3c58bc4cb1d3bdd2afd97b9d7a5ec0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28914 --metrics-logging=true --relay=true
|
||||
2025-12-29 04:27:13.074 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.136.0 waku 7e24f2c2f37b7ac36dbffb6ff53c16c18bd92915356b8e7c16253d8c3ef591f3
|
||||
2025-12-29 04:27:13.105 DEBUG [src.node.docker_mananger] Container started with ID 7e24f2c2f37b. Setting up logs at ./log/docker/node1_2025-12-29_04-27-12__fa8fc220-0efc-4c0e-b818-b694ee2fd721__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:27:13.105 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 28910
|
||||
2025-12-29 04:27:13.106 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:27:13.128 ERROR [src.node.docker_mananger] Max retries reached for container afd9f583135b. Exiting log stream.
|
||||
2025-12-29 04:27:13.676 ERROR [src.node.docker_mananger] Max retries reached for container d9833a1e55a3. Exiting log stream.
|
||||
2025-12-29 04:27:14.106 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28910/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:14.109 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
2025-12-29 04:27:14.110 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:27:14.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28910/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:14.112 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.136.0/tcp/28911/p2p/16Uiu2HAmLtvavHU3NrmGrVZ426r5zPYDJjeB2ip1pv7GAYtVj82C","/ip4/172.18.136.0/tcp/28912/ws/p2p/16Uiu2HAmLtvavHU3NrmGrVZ426r5zPYDJjeB2ip1pv7GAYtVj82C"],"enrUri":"enr:-L24QBw6dmgndNuAnGaEuAtWsOOPbMGnB6vp0GG_RB7EmjNpQF0pJlvnPUjCu22nypxGnxYqthAlYaK8k7XPXuo-CG8CgmlkgnY0gmlwhKwSiACKbXVsdGlhZGRyc5YACASsEogABnDvAAoErBKIAAZw8N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDem9eoCxg4axa9quYrYfoU3-aQ1PbJ8Kz1mfP4aF7WrGDdGNwgnDvg3VkcIJw8YV3YWt1MgE"}'
|
||||
2025-12-29 04:27:14.112 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:27:14.119 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:27:14.120 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-29_04-27-12__fa8fc220-0efc-4c0e-b818-b694ee2fd721__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:27:14.120 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:27:14.120 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:27:14.121 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:27:14.122 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.220.65
|
||||
2025-12-29 04:27:14.122 DEBUG [src.node.docker_mananger] Generated ports ['55564', '55565', '55566', '55567', '55568']
|
||||
2025-12-29 04:27:14.122 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:27:14.122 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:27:14.122 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:27:14.122 DEBUG [src.node.docker_mananger] docker run -i -t -p 55564:55564 -p 55565:55565 -p 55566:55566 -p 55567:55567 -p 55568:55568 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=55566 --rest-port=55564 --tcp-port=55565 --discv5-udp-port=55567 --rest-address=0.0.0.0 --nat=extip:172.18.220.65 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=522cf5dc1af5af6d963a83b4cbc4ecc8cb96aeaca2fbb1db1faef35c8ff4e237 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=55568 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBw6dmgndNuAnGaEuAtWsOOPbMGnB6vp0GG_RB7EmjNpQF0pJlvnPUjCu22nypxGnxYqthAlYaK8k7XPXuo-CG8CgmlkgnY0gmlwhKwSiACKbXVsdGlhZGRyc5YACASsEogABnDvAAoErBKIAAZw8N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDem9eoCxg4axa9quYrYfoU3-aQ1PbJ8Kz1mfP4aF7WrGDdGNwgnDvg3VkcIJw8YV3YWt1MgE
|
||||
2025-12-29 04:27:14.313 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.220.65 waku 578d1256706b2ace6b38ad111557d3864ea9772c99560053294f274b4c82bb78
|
||||
2025-12-29 04:27:14.343 DEBUG [src.node.docker_mananger] Container started with ID 578d1256706b. Setting up logs at ./log/docker/node2_2025-12-29_04-27-12__fa8fc220-0efc-4c0e-b818-b694ee2fd721__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:27:14.343 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 55564
|
||||
2025-12-29 04:27:14.343 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:27:15.344 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55564/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:15.363 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
2025-12-29 04:27:15.365 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:27:15.366 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55564/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:15.370 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.220.65/tcp/55565/p2p/16Uiu2HAm7ajAHZThn8GAvTvstYJkvL8xyF8KbvYtNxWpfH9wsEK3","/ip4/172.18.220.65/tcp/55566/ws/p2p/16Uiu2HAm7ajAHZThn8GAvTvstYJkvL8xyF8KbvYtNxWpfH9wsEK3"],"enrUri":"enr:-L24QPe4wqOGB9LMdcD6zHtaRRS0AA-0o8TgzNBk_23HmAdQII31uMD6P6U0HUqV5kHHnwuy0LtPIYah88nNVXvAq3oCgmlkgnY0gmlwhKwS3EGKbXVsdGlhZGRyc5YACASsEtxBBtkNAAoErBLcQQbZDt0DgnJzhQADAQAAiXNlY3AyNTZrMaECtJ4RKypwFkpIMgSOz1gLS4uKaeEcPi0EhHivYY3KIRqDdGNwgtkNg3VkcILZD4V3YWt1MgE"}'
|
||||
2025-12-29 04:27:15.370 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:27:15.370 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55564/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.136.0/tcp/28911/p2p/16Uiu2HAmLtvavHU3NrmGrVZ426r5zPYDJjeB2ip1pv7GAYtVj82C"]'
|
||||
2025-12-29 04:27:15.373 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:27:15.374 DEBUG [src.steps.relay] Running fixture setup: subscribe_main_relay_nodes
|
||||
2025-12-29 04:27:15.374 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28910/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-29 04:27:15.377 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:27:15.378 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55564/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-29 04:27:15.383 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:27:15.384 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28910/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)'}'
|
||||
2025-12-29 04:27:15.389 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:27:15.389 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-29 04:27:15.489 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:27:15.490 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28910/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:15.493 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":1766982435384183552,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:27:15.494 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:27:15.494 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55564/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:15.497 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":1766982435384183552,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:27:15.498 INFO [src.steps.relay] WARM UP successful!!
|
||||
2025-12-29 04:27:15.499 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28910/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)'}'
|
||||
2025-12-29 04:27:15.504 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:27:15.505 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-29 04:27:15.605 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:27:15.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28910/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:15.608 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":1766982435499762645,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:27:15.610 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:27:15.610 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55564/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:15.612 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":1766982435499762645,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:27:15.613 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28910/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)'}'
|
||||
2025-12-29 04:27:15.616 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-29 04:27:15.616 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-29 04:27:15.717 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:27:15.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28910/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:15.720 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":1766982435499762645,"ephemeral":false,"proof":""}]'
|
||||
2025-12-29 04:27:15.721 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-29 04:27:15.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55564/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:15.724 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[]'
|
||||
2025-12-29 04:27:15.726 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:27:15.727 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:27:15.727 DEBUG [src.node.waku_node] Stopping container with id 7e24f2c2f37b
|
||||
2025-12-29 04:27:16.256 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:27:16.256 DEBUG [src.node.waku_node] Stopping container with id 578d1256706b
|
||||
2025-12-29 04:27:16.798 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:27:16.800 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:27:16.806 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:27:16.811 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
106
nim/1018/data/attachments/261d96e5d53350db.txt
Normal file
106
nim/1018/data/attachments/261d96e5d53350db.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_admin_peers_mesh_on_shard_contains_node2 with id: 2025-12-29_04-26-26__cec46a7c-1752-4913-88dd-c5cffead0319
|
||||
[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_2025-12-29_04-26-26__cec46a7c-1752-4913-88dd-c5cffead0319__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_2025-12-29_04-26-26__cec46a7c-1752-4913-88dd-c5cffead0319__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_2025-12-29_04-26-26__cec46a7c-1752-4913-88dd-c5cffead0319__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_2025-12-29_04-26-26__cec46a7c-1752-4913-88dd-c5cffead0319__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.232.153
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['49618', '49619', '49620', '49621', '49622']
|
||||
[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 49618:49618 -p 49619:49619 -p 49620:49620 -p 49621:49621 -p 49622:49622 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=49620 --rest-port=49618 --tcp-port=49619 --discv5-udp-port=49621 --rest-address=0.0.0.0 --nat=extip:172.18.232.153 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=d9dcfecb4ebe89ed8dab3eec537c53fb59e8a22edabe9dac89f3ec8bebbdf9cf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49622 --metrics-logging=true --relay=true --dns-discovery=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.232.153 waku c341f152c82269085b0d0019a648e0ca9cf8beb5cf4b7b7811c34cfc982cb5d2
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c341f152c822. Setting up logs at ./log/docker/node1_2025-12-29_04-26-26__cec46a7c-1752-4913-88dd-c5cffead0319__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 49618
|
||||
[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 64198d30dcec. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 5a487c39751e. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49618/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
[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:49618/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.153/tcp/49619/p2p/16Uiu2HAmDUvhz1Y5uGxUTCkYNhgn7Y4JhyMrbyhmiFina9fu4scS","/ip4/172.18.232.153/tcp/49620/ws/p2p/16Uiu2HAmDUvhz1Y5uGxUTCkYNhgn7Y4JhyMrbyhmiFina9fu4scS"],"enrUri":"enr:-La4QBg8uhplBBQftomQwqKQdbxp6eBu1hFXMNxzaSSKILd-cSBGbIXFfO1t3UHDHoTKUccgx1hSegjeluV0bmBthS4CgmlkgnY0gmlwhKwS6JmKbXVsdGlhZGRyc5YACASsEuiZBsHTAAoErBLomQbB1N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDDEfCawgGJzMrdGEnU0G8Iuh6FV4npKaT1tdLf-3xyAeDdGNwgsHThXdha3UyAQ"}'
|
||||
[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.148.85
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['32004', '32005', '32006', '32007', '32008']
|
||||
[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 32004:32004 -p 32005:32005 -p 32006:32006 -p 32007:32007 -p 32008:32008 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=32006 --rest-port=32004 --tcp-port=32005 --discv5-udp-port=32007 --rest-address=0.0.0.0 --nat=extip:172.18.148.85 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=ccef34373ed7f548facbaf01ef84fddfdc25986e90b6b7cae70bffff7f88bc6f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32008 --metrics-logging=true --relay=true --dns-discovery=false --discv5-bootstrap-node=enr:-La4QBg8uhplBBQftomQwqKQdbxp6eBu1hFXMNxzaSSKILd-cSBGbIXFfO1t3UHDHoTKUccgx1hSegjeluV0bmBthS4CgmlkgnY0gmlwhKwS6JmKbXVsdGlhZGRyc5YACASsEuiZBsHTAAoErBLomQbB1N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDDEfCawgGJzMrdGEnU0G8Iuh6FV4npKaT1tdLf-3xyAeDdGNwgsHThXdha3UyAQ
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.148.85 waku 3dd0f17e4f48b1cdb7bbb0efc68ad9979a5b30740bd1de9a25c89df991bebcac
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 3dd0f17e4f48. Setting up logs at ./log/docker/node2_2025-12-29_04-26-26__cec46a7c-1752-4913-88dd-c5cffead0319__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 32004
|
||||
[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:32004/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
[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:32004/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.148.85/tcp/32005/p2p/16Uiu2HAmBvfsoKFxDax9JTie6KN8W7PHDyqsJSynnKfzVV79asE4","/ip4/172.18.148.85/tcp/32006/ws/p2p/16Uiu2HAmBvfsoKFxDax9JTie6KN8W7PHDyqsJSynnKfzVV79asE4"],"enrUri":"enr:-La4QPBM-d2UbvgVoHXdx1XB3JjY9FF5q7yOyV7SencrcDXZe3f1VJexplWGPH9NV4tvnwEKJ5ejc_c_uq5XW6JBpukCgmlkgnY0gmlwhKwSlFWKbXVsdGlhZGRyc5YACASsEpRVBn0FAAoErBKUVQZ9Bt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC9Si3qW-RwbPW0PvGUoXc_Kbzm_YSSWS-dYpi3UXpZ2WDdGNwgn0FhXdha3UyAQ"}'
|
||||
[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.229.43
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['56998', '56999', '57000', '57001', '57002']
|
||||
[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 56998:56998 -p 56999:56999 -p 57000:57000 -p 57001:57001 -p 57002:57002 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=57000 --rest-port=56998 --tcp-port=56999 --discv5-udp-port=57001 --rest-address=0.0.0.0 --nat=extip:172.18.229.43 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=13eac84c674673daaa58da45ec6fc0f0a49b1ffa3b45c968b9aba19fdacd42cd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57002 --metrics-logging=true --relay=true --dns-discovery=false --discv5-bootstrap-node=enr:-La4QBg8uhplBBQftomQwqKQdbxp6eBu1hFXMNxzaSSKILd-cSBGbIXFfO1t3UHDHoTKUccgx1hSegjeluV0bmBthS4CgmlkgnY0gmlwhKwS6JmKbXVsdGlhZGRyc5YACASsEuiZBsHTAAoErBLomQbB1N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDDEfCawgGJzMrdGEnU0G8Iuh6FV4npKaT1tdLf-3xyAeDdGNwgsHThXdha3UyAQ
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.229.43 waku 0c1f81adbb5af5080790f0e662accf1e1afb2419da1968c7951fa7f60819a0e9
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 0c1f81adbb5a. Setting up logs at ./log/docker/node3_2025-12-29_04-26-26__cec46a7c-1752-4913-88dd-c5cffead0319__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 56998
|
||||
[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:56998/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
[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:56998/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.43/tcp/56999/p2p/16Uiu2HAmNPmujv8YawqxuaA1V7yHbJ34i1pMRD3eji8mAqoJALNG","/ip4/172.18.229.43/tcp/57000/ws/p2p/16Uiu2HAmNPmujv8YawqxuaA1V7yHbJ34i1pMRD3eji8mAqoJALNG"],"enrUri":"enr:-La4QJg7CzMVh3kPrN2dO3CkCa07y4QPBVY7IMSkIYBSyx5FeZPYfO0XBPRr1EDOCY2v08nVDY6ljjzj6GLac6nEXRQCgmlkgnY0gmlwhKwS5SuKbXVsdGlhZGRyc5YACASsEuUrBt6nAAoErBLlKwbeqN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDkK8XMgBQme8aVW8ZirZvGwW9AHvPn-jjbM1JzYTiezWDdGNwgt6nhXdha3UyAQ"}'
|
||||
[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:49618/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.148.85/tcp/32005/p2p/16Uiu2HAmBvfsoKFxDax9JTie6KN8W7PHDyqsJSynnKfzVV79asE4"]'
|
||||
[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:32004/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.232.153/tcp/49619/p2p/16Uiu2HAmDUvhz1Y5uGxUTCkYNhgn7Y4JhyMrbyhmiFina9fu4scS"]'
|
||||
[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:49618/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.229.43/tcp/56999/p2p/16Uiu2HAmNPmujv8YawqxuaA1V7yHbJ34i1pMRD3eji8mAqoJALNG"]'
|
||||
[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:56998/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.232.153/tcp/49619/p2p/16Uiu2HAmDUvhz1Y5uGxUTCkYNhgn7Y4JhyMrbyhmiFina9fu4scS"]'
|
||||
[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:49618/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:32004/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:56998/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 tests.rest_flags.test_admin_flags:test_admin_flags.py:137 mesh topic=/waku/2/rs/3/0, target peers={'/ip4/172.18.148.85/tcp/32005/p2p/16Uiu2HAmBvfsoKFxDax9JTie6KN8W7PHDyqsJSynnKfzVV79asE4', '/ip4/172.18.229.43/tcp/56999/p2p/16Uiu2HAmNPmujv8YawqxuaA1V7yHbJ34i1pMRD3eji8mAqoJALNG'}
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49618/admin/v1/peers/mesh/on/0" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"shard":0,"peers":[{"multiaddr":"/ip4/172.18.229.43/tcp/56999/p2p/16Uiu2HAmNPmujv8YawqxuaA1V7yHbJ34i1pMRD3eji8mAqoJALNG","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":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin","score":0.0},{"multiaddr":"/ip4/172.18.148.85/tcp/32005/p2p/16Uiu2HAmBvfsoKFxDax9JTie6KN8W7PHDyqsJSynnKfzVV79asE4","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":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin","score":0.0}]}'
|
||||
[35mDEBUG [0m tests.rest_flags.test_admin_flags:test_admin_flags.py:143 Node-1 mesh on the shard {'shard': 0, 'peers': [{'multiaddr': '/ip4/172.18.229.43/tcp/56999/p2p/16Uiu2HAmNPmujv8YawqxuaA1V7yHbJ34i1pMRD3eji8mAqoJALNG', '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': 'nwaku-v0.36.0-124-g96196a', 'origin': 'UnknownOrigin', 'score': 0.0}, {'multiaddr': '/ip4/172.18.148.85/tcp/32005/p2p/16Uiu2HAmBvfsoKFxDax9JTie6KN8W7PHDyqsJSynnKfzVV79asE4', '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': 'nwaku-v0.36.0-124-g96196a', 'origin': 'UnknownOrigin', 'score': 0.0}]}
|
||||
[35mDEBUG [0m tests.rest_flags.test_admin_flags:test_admin_flags.py:145 Validate the schema variables
|
||||
[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 c341f152c822
|
||||
[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 3dd0f17e4f48
|
||||
[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 0c1f81adbb5a
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container c341f152c822. 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.
|
||||
738
nim/1018/data/attachments/2665134cf5ca99ca.txt
Normal file
738
nim/1018/data/attachments/2665134cf5ca99ca.txt
Normal file
@ -0,0 +1,738 @@
|
||||
WRN 2025-12-29 04:37:55.928+00:00 whether to mount storeSync is not specified, defaulting to not mounting topics="waku conf builder" tid=1 file=waku_conf_builder.nim:429
|
||||
bSubscribeShards: some(@[0])
|
||||
INF 2025-12-29 04:37:55.928+00:00 Sharding configuration: topics="waku conf builder" tid=1 file=waku_conf_builder.nim:464 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
|
||||
INF 2025-12-29 04:37:55.928+00:00 Configuration: Enabled protocols topics="waku conf" tid=1 file=waku_conf.nim:151 relay=true rlnRelay=false store=false filter=false lightPush=true peerExchange=true rendezvous=true
|
||||
INF 2025-12-29 04:37:55.928+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:160 cluster=3
|
||||
INF 2025-12-29 04:37:55.928+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:163 shard=0
|
||||
NTC 2025-12-29 04:37:55.928+00:00 REST service started tid=1 file=server.nim:183 address=0.0.0.0:2905
|
||||
INF 2025-12-29 04:37:55.928+00:00 Starting REST HTTP server tid=1 file=builder.nim:112 url=http://0.0.0.0:2905/
|
||||
INF 2025-12-29 04:37:55.929+00:00 Setting up storage tid=1 file=node_factory.nim:503
|
||||
INF 2025-12-29 04:37:55.929+00:00 Initializing node tid=1 file=node_factory.nim:512
|
||||
TRC 2025-12-29 04:37:55.930+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/id/1.0.0]"
|
||||
TRC 2025-12-29 04:37:55.930+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/autonat/1.0.0]"
|
||||
TRC 2025-12-29 04:37:55.930+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/circuit/relay/0.2.0/hop, /libp2p/circuit/relay/0.1.0]"
|
||||
TRC 2025-12-29 04:37:55.930+00:00 no peer storage found tid=1 file=peer_manager.nim:1130
|
||||
INF 2025-12-29 04:37:55.930+00:00 Initializing networking tid=1 file=waku_node.nim:178 addrs="@[/ip4/172.18.84.223/tcp/2906, /ip4/172.18.84.223/tcp/2907/ws]"
|
||||
INF 2025-12-29 04:37:55.930+00:00 Mounting protocols tid=1 file=node_factory.nim:518
|
||||
INF 2025-12-29 04:37:55.930+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards=[]
|
||||
TRC 2025-12-29 04:37:55.930+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/metadata/1.0.0]"
|
||||
INF 2025-12-29 04:37:55.930+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
|
||||
INF 2025-12-29 04:37:55.930+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
|
||||
INF 2025-12-29 04:37:55.930+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:252 clusterId=3 shardCount=1
|
||||
INF 2025-12-29 04:37:55.930+00:00 Shards created from content topics tid=1 file=node_factory.nim:309 contentTopics=[] shards=[]
|
||||
INF 2025-12-29 04:37:55.930+00:00 Setting max message size tid=1 file=node_factory.nim:318 num_bytes=153600
|
||||
INF 2025-12-29 04:37:55.930+00:00 mounting relay protocol topics="waku node relay api" tid=1 file=relay.nim:208
|
||||
TRC 2025-12-29 04:37:55.931+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/relay/2.0.0, /meshsub/1.2.0, /meshsub/1.1.0, /meshsub/1.0.0, /meshsub/1.2.0, /meshsub/1.1.0, /meshsub/1.0.0]"
|
||||
INF 2025-12-29 04:37:55.931+00:00 relay mounted successfully topics="waku node relay api" tid=1 file=relay.nim:225
|
||||
INF 2025-12-29 04:37:55.931+00:00 adding validator to signed shards tid=1 file=validator_signed.nim:56 protectedShards=[] clusterId=3
|
||||
INF 2025-12-29 04:37:55.931+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:377
|
||||
INF 2025-12-29 04:37:55.931+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:207 clusterId=3 shards=[] capabilities="[Relay, Lightpush]" wakuPeerRecord="(peerId: 16U*Zq6ALP, seqNo: 1766983075, addresses: [/ip4/172.18.84.223/tcp/2906, /ip4/172.18.84.223/tcp/2907/ws], mixKey: )"
|
||||
TRC 2025-12-29 04:37:55.931+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/rendezvous/1.0.0]"
|
||||
INF 2025-12-29 04:37:55.931+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:365
|
||||
INF 2025-12-29 04:37:55.931+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
|
||||
INF 2025-12-29 04:37:55.931+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
|
||||
TRC 2025-12-29 04:37:55.931+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/ping/1.0.0]"
|
||||
INF 2025-12-29 04:37:55.931+00:00 mounting light push topics="waku node lightpush api" tid=1 file=lightpush.nim:154
|
||||
INF 2025-12-29 04:37:55.931+00:00 mounting lightpush with relay topics="waku node lightpush api" tid=1 file=lightpush.nim:159
|
||||
INF 2025-12-29 04:37:55.931+00:00 mounting lightpush without rln-relay topics="waku node lightpush api" tid=1 file=lightpush.nim:162
|
||||
TRC 2025-12-29 04:37:55.931+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/lightpush/3.0.0]"
|
||||
INF 2025-12-29 04:37:55.931+00:00 lightpush mounted successfully topics="waku node lightpush api" tid=1 file=lightpush.nim:179
|
||||
INF 2025-12-29 04:37:55.931+00:00 mounting legacy light push topics="waku node lightpush api" tid=1 file=lightpush.nim:43
|
||||
INF 2025-12-29 04:37:55.931+00:00 mounting legacy lightpush with relay topics="waku node lightpush api" tid=1 file=lightpush.nim:48
|
||||
INF 2025-12-29 04:37:55.931+00:00 mounting legacy lightpush without rln-relay topics="waku node lightpush api" tid=1 file=lightpush.nim:51
|
||||
TRC 2025-12-29 04:37:55.931+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/lightpush/2.0.0-beta1]"
|
||||
INF 2025-12-29 04:37:55.932+00:00 legacy lightpush mounted successfully topics="waku node lightpush api" tid=1 file=lightpush.nim:68
|
||||
INF 2025-12-29 04:37:55.932+00:00 mounting light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:183
|
||||
INF 2025-12-29 04:37:55.932+00:00 mounting legacy light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:72
|
||||
INF 2025-12-29 04:37:55.932+00:00 mounting filter client topics="waku node filter api" tid=1 file=filter.nim:81
|
||||
TRC 2025-12-29 04:37:55.932+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/filter-push/2.0.0-beta1]"
|
||||
INF 2025-12-29 04:37:55.932+00:00 mounting waku peer exchange topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:37
|
||||
TRC 2025-12-29 04:37:55.932+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/peer-exchange/2.0.0-alpha1]"
|
||||
INF 2025-12-29 04:37:55.932+00:00 mounting waku peer exchange client topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:54
|
||||
INF 2025-12-29 04:37:55.932+00:00 No external callbacks to be set topics="wakunode waku" tid=1 file=waku.nim:120
|
||||
INF 2025-12-29 04:37:55.932+00:00 Retrieve dynamic bootstrap nodes topics="wakunode waku" tid=1 file=waku.nim:362
|
||||
INF 2025-12-29 04:37:55.932+00:00 Running nwaku node tid=1 file=node_factory.nim:440 version=v0.36.0-124-g96196a
|
||||
INF 2025-12-29 04:37:55.932+00:00 Starting Waku node topics="waku node" tid=1 file=waku_node.nim:451 version=v0.36.0-124-g96196a
|
||||
INF 2025-12-29 04:37:55.932+00:00 starting relay protocol topics="waku node" tid=1 file=waku_node.nim:336
|
||||
INF 2025-12-29 04:37:55.932+00:00 start topics="waku relay" tid=1 file=protocol.nim:463
|
||||
TRC 2025-12-29 04:37:55.932+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:992
|
||||
TRC 2025-12-29 04:37:55.932+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:37:55.932+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:37:55.933+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:318 instance=140665513046096
|
||||
TRC 2025-12-29 04:37:55.933+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:150 peers=0
|
||||
TRC 2025-12-29 04:37:55.933+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:314 peers=0
|
||||
INF 2025-12-29 04:37:55.933+00:00 relay started successfully topics="waku node" tid=1 file=waku_node.nim:357
|
||||
INF 2025-12-29 04:37:55.933+00:00 waku rendezvous periodic registration started topics="waku rendezvous" tid=1 file=protocol.nim:128 interval=10s
|
||||
INF 2025-12-29 04:37:55.933+00:00 waku rendezvous discovery started topics="waku rendezvous" tid=1 file=protocol.nim:228
|
||||
INF 2025-12-29 04:37:55.933+00:00 waku rendezvous periodic requests started topics="waku rendezvous client" tid=1 file=client.nim:80 interval=10s
|
||||
INF 2025-12-29 04:37:55.933+00:00 waku rendezvous client started topics="waku rendezvous client" tid=1 file=client.nim:136
|
||||
DBG 2025-12-29 04:37:55.933+00:00 starting switch for peer topics="libp2p switch" tid=1 file=switch.nim:352 peerInfo="(peerId: 16Uiu2HAm3ChAsue3KWBmDH6LWKMVMyXxmA6CjWyKXByR6JZq6ALP, listenAddrs: [/ip4/0.0.0.0/tcp/2907/ws, /ip4/0.0.0.0/tcp/2906], addrs: [], 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/lightpush/3.0.0, /vac/waku/lightpush/2.0.0-beta1, /vac/waku/filter-push/2.0.0-beta1, /vac/waku/peer-exchange/2.0.0-alpha1], protoVersion: ipfs/0.1.0, agentVersion: nwaku-v0.36.0-124-g96196a)"
|
||||
TRC 2025-12-29 04:37:55.933+00:00 Starting TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:122
|
||||
TRC 2025-12-29 04:37:55.933+00:00 Listening on topics="libp2p tcptransport" tid=1 file=tcptransport.nim:146 address=/ip4/0.0.0.0/tcp/2906
|
||||
TRC 2025-12-29 04:37:55.933+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:55 address=@[/ip4/0.0.0.0/tcp/2906]
|
||||
DBG 2025-12-29 04:37:55.933+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:270
|
||||
TRC 2025-12-29 04:37:55.933+00:00 Acquired slot topics="libp2p semaphore" tid=1 file=semaphore.nim:36 available=3 queue=0
|
||||
TRC 2025-12-29 04:37:55.933+00:00 Acquired slot topics="libp2p semaphore" tid=1 file=semaphore.nim:36 available=49 queue=0
|
||||
TRC 2025-12-29 04:37:55.934+00:00 Starting WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:160
|
||||
TRC 2025-12-29 04:37:55.934+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:55 address=@[/ip4/0.0.0.0/tcp/2907/ws]
|
||||
TRC 2025-12-29 04:37:55.934+00:00 Created HTTP Server topics="libp2p wstransport" tid=1 file=server.nim:261 host=0.0.0.0:2907
|
||||
TRC 2025-12-29 04:37:55.934+00:00 Listening on topics="libp2p wstransport" tid=1 file=wstransport.nim:210 addresses="[/ip4/0.0.0.0/tcp/2907/ws]"
|
||||
INF 2025-12-29 04:37:55.934+00:00 Setting up AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:213
|
||||
TRC 2025-12-29 04:37:55.934+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:237
|
||||
TRC 2025-12-29 04:37:55.934+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:166
|
||||
DBG 2025-12-29 04:37:55.934+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:270
|
||||
TRC 2025-12-29 04:37:55.934+00:00 Acquired slot topics="libp2p semaphore" tid=1 file=semaphore.nim:36 available=3 queue=0
|
||||
TRC 2025-12-29 04:37:55.934+00:00 Acquired slot topics="libp2p semaphore" tid=1 file=semaphore.nim:36 available=48 queue=0
|
||||
TRC 2025-12-29 04:37:55.934+00:00 WsTransport accept topics="libp2p wstransport" tid=1 file=wstransport.nim:285
|
||||
TRC 2025-12-29 04:37:55.934+00:00 Awaiting new request topics="websock http-server" tid=1 file=server.nim:193
|
||||
TRC 2025-12-29 04:37:55.935+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:992
|
||||
WRN 2025-12-29 04:37:55.935+00:00 Starting gossipsub twice topics="libp2p gossipsub" tid=1 file=gossipsub.nim:995
|
||||
WRN 2025-12-29 04:37:55.935+00:00 Starting rendezvous twice topics="waku rendezvous" tid=1 file=rendezvous.nim:629
|
||||
DBG 2025-12-29 04:37:55.935+00:00 Started libp2p node topics="libp2p switch" tid=1 file=switch.nim:392 peer="(peerId: 16Uiu2HAm3ChAsue3KWBmDH6LWKMVMyXxmA6CjWyKXByR6JZq6ALP, listenAddrs: [/ip4/0.0.0.0/tcp/2906, /ip4/0.0.0.0/tcp/2907/ws], addrs: [/ip4/172.18.84.223/tcp/2906, /ip4/172.18.84.223/tcp/2907/ws], 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/lightpush/3.0.0, /vac/waku/lightpush/2.0.0-beta1, /vac/waku/filter-push/2.0.0-beta1, /vac/waku/peer-exchange/2.0.0-alpha1], protoVersion: ipfs/0.1.0, agentVersion: nwaku-v0.36.0-124-g96196a)"
|
||||
INF 2025-12-29 04:37:55.935+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:416 peerId=16U*Zq6ALP addrs="[/ip4/172.18.84.223/tcp/2906, /ip4/172.18.84.223/tcp/2907/ws]"
|
||||
INF 2025-12-29 04:37:55.935+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:439 full=[/ip4/0.0.0.0/tcp/2906/p2p/16Uiu2HAm3ChAsue3KWBmDH6LWKMVMyXxmA6CjWyKXByR6JZq6ALP][/ip4/0.0.0.0/tcp/2907/ws/p2p/16Uiu2HAm3ChAsue3KWBmDH6LWKMVMyXxmA6CjWyKXByR6JZq6ALP] localIp=172.17.0.2 switchAddress="@[/ip4/172.18.84.223/tcp/2906, /ip4/172.18.84.223/tcp/2907/ws]"
|
||||
INF 2025-12-29 04:37:55.935+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:441 full=[/ip4/172.18.84.223/tcp/2906/p2p/16Uiu2HAm3ChAsue3KWBmDH6LWKMVMyXxmA6CjWyKXByR6JZq6ALP][/ip4/172.18.84.223/tcp/2907/ws/p2p/16Uiu2HAm3ChAsue3KWBmDH6LWKMVMyXxmA6CjWyKXByR6JZq6ALP]
|
||||
INF 2025-12-29 04:37:55.935+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:442 enr=enr:-LO4QKZmj4JsHEVmctW7nDkcFC0Ocg4yphS3dOjxhPaEis5ECoRhngoGhG0R3fvyTRZerW9-_98BFoaIjzCfwDBawnMBgmlkgnY0gmlwhKwSVN-KbXVsdGlhZGRyc4wACgSsElTfBgtb3QOCcnOFAAMBAACJc2VjcDI1NmsxoQJzikqssdi6p-RphBIVwrbFuM0E_Lw_XRxeuP1emrijMIN0Y3CCC1qDdWRwggtchXdha3UyCQ
|
||||
INF 2025-12-29 04:37:55.935+00:00 Node started successfully topics="waku node" tid=1 file=waku_node.nim:502
|
||||
TRC 2025-12-29 04:37:55.935+00:00 Starting relay connectivity loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:984
|
||||
TRC 2025-12-29 04:37:55.935+00:00 Starting prune peerstore loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:977
|
||||
INF 2025-12-29 04:37:55.935+00:00 Relay peer connections topics="waku node peer_manager" tid=1 file=peer_manager.nim:758 inRelayConns=0/20 outRelayConns=0/10 totalConnections=0/50 notConnectedPeers=0 outsideBackoffPeers=0
|
||||
INF 2025-12-29 04:37:55.935+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:416 peerId=16U*Zq6ALP addrs="[/ip4/172.18.84.223/tcp/2906, /ip4/172.18.84.223/tcp/2907/ws]"
|
||||
INF 2025-12-29 04:37:55.935+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:439 full=[/ip4/0.0.0.0/tcp/2906/p2p/16Uiu2HAm3ChAsue3KWBmDH6LWKMVMyXxmA6CjWyKXByR6JZq6ALP][/ip4/0.0.0.0/tcp/2907/ws/p2p/16Uiu2HAm3ChAsue3KWBmDH6LWKMVMyXxmA6CjWyKXByR6JZq6ALP] localIp=172.17.0.2 switchAddress="@[/ip4/172.18.84.223/tcp/2906, /ip4/172.18.84.223/tcp/2907/ws]"
|
||||
INF 2025-12-29 04:37:55.936+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:441 full=[/ip4/172.18.84.223/tcp/2906/p2p/16Uiu2HAm3ChAsue3KWBmDH6LWKMVMyXxmA6CjWyKXByR6JZq6ALP][/ip4/172.18.84.223/tcp/2907/ws/p2p/16Uiu2HAm3ChAsue3KWBmDH6LWKMVMyXxmA6CjWyKXByR6JZq6ALP]
|
||||
INF 2025-12-29 04:37:55.936+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:442 enr=enr:-LO4QKZmj4JsHEVmctW7nDkcFC0Ocg4yphS3dOjxhPaEis5ECoRhngoGhG0R3fvyTRZerW9-_98BFoaIjzCfwDBawnMBgmlkgnY0gmlwhKwSVN-KbXVsdGlhZGRyc4wACgSsElTfBgtb3QOCcnOFAAMBAACJc2VjcDI1NmsxoQJzikqssdi6p-RphBIVwrbFuM0E_Lw_XRxeuP1emrijMIN0Y3CCC1qDdWRwggtchXdha3UyCQ
|
||||
INF 2025-12-29 04:37:55.936+00:00 Waku node ENR updated successfully with new multiaddress topics="wakunode waku" tid=1 file=waku.nim:296 enr=enr:-L24QLn_be0pV12byO3lMxs6C5cDzVzWqxe4EtUm2XxxBkISW1s7pHFKPhsUwp5Kb0i3RtE7WURp3k8w5EuHsPacNrMCgmlkgnY0gmlwhKwSVN-KbXVsdGlhZGRyc5YACASsElTfBgtaAAoErBJU3wYLW90DgnJzhQADAQAAiXNlY3AyNTZrMaECc4pKrLHYuqfkaYQSFcK2xbjNBPy8P10cXrj9Xpq4ozCDdGNwggtag3VkcIILXIV3YWt1Mgk record="(2, id: \"v4\", ip: 172.18.84.223, multiaddrs: 0x000804AC1254DF060B5A000A04AC1254DF060B5BDD03, rs: 0x0003010000, secp256k1: 0x02738A4AACB1D8BAA7E469841215C2B6C5B8CD04FCBC3F5D1C5EB8FD5E9AB8A330, tcp: 2906, udp: 2908, waku2: 0x09)"
|
||||
INF 2025-12-29 04:37:55.936+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
|
||||
INF 2025-12-29 04:37:55.936+00:00 Starting discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:336
|
||||
INF 2025-12-29 04:37:55.936+00:00 start listening on udp port topics="waku discv5" tid=1 file=waku_discv5.nim:338 address=0.0.0.0 port=2908
|
||||
TRC 2025-12-29 04:37:55.936+00:00 start discv5 service topics="waku discv5" tid=1 file=waku_discv5.nim:346
|
||||
INF 2025-12-29 04:37:55.936+00:00 Starting discovery v5 search topics="waku discv5" tid=1 file=waku_discv5.nim:258
|
||||
TRC 2025-12-29 04:37:55.936+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
||||
TRC 2025-12-29 04:37:55.936+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
||||
TRC 2025-12-29 04:37:55.936+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
||||
INF 2025-12-29 04:37:55.936+00:00 Successfully started discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:352
|
||||
INF 2025-12-29 04:37:55.936+00:00 Discv5: discoverable ENR topics="waku discv5" tid=1 file=waku_discv5.nim:353 enrUri=enr:-L24QPhBlwNRvnPjVCJalwLUEFnz1eMr2YWJPZWyPeiC1WFjcDkVdqwQeM7qPCr4LvNE3ZgUycZy8UFhznccWD5JLCcDgmlkgnY0gmlwhKwSVN-KbXVsdGlhZGRyc5YACASsElTfBgtaAAoErBJU3wYLW90DgnJzhQADAQAAiXNlY3AyNTZrMaECc4pKrLHYuqfkaYQSFcK2xbjNBPy8P10cXrj9Xpq4ozCDdGNwggtag3VkcIILXIV3YWt1Mgk enr="(3, id: \"v4\", ip: 172.18.84.223, multiaddrs: 0x000804AC1254DF060B5A000A04AC1254DF060B5BDD03, rs: 0x0003010000, secp256k1: 0x02738A4AACB1D8BAA7E469841215C2B6C5B8CD04FCBC3F5D1C5EB8FD5E9AB8A330, tcp: 2906, udp: 2908, waku2: 0x09)"
|
||||
TRC 2025-12-29 04:37:55.936+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
||||
INF 2025-12-29 04:37:55.937+00:00 starting keepalive tid=1 file=node_health_monitor.nim:379 randomPeersKeepalive=10s allPeersKeepalive=2m
|
||||
TRC 2025-12-29 04:37:55.937+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:294
|
||||
INF 2025-12-29 04:37:55.938+00:00 subscribe topics="waku relay" tid=1 file=protocol.nim:540 pubsubTopic=/waku/2/rs/3/0
|
||||
TRC 2025-12-29 04:37:55.938+00:00 adding validator for topic topics="libp2p pubsub" tid=1 file=pubsub.nim:621 topic=/waku/2/rs/3/0
|
||||
TRC 2025-12-29 04:37:55.938+00:00 subscribing to topic topics="libp2p pubsub" tid=1 file=pubsub.nim:583 name=/waku/2/rs/3/0
|
||||
TRC 2025-12-29 04:37:55.938+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:37:55.938+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:37:55.938+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:37:55.938+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
INF 2025-12-29 04:37:55.941+00:00 REST services are installed tid=1 file=builder.nim:220
|
||||
INF 2025-12-29 04:37:55.941+00:00 Starting metrics HTTP server topics="waku node metrics" tid=1 file=waku_metrics.nim:63 serverIp=0.0.0.0 serverPort=2909
|
||||
INF 2025-12-29 04:37:55.941+00:00 ENR updated successfully topics="waku discv5" tid=1 file=waku_discv5.nim:323 enrUri=enr:-L24QJdC5S6mGqkxmjRg_8GkpJcGKplEeLqRbAh0N7cS7fJeF4_ihVxQJY6R-0AjmeegTs538t88h9IQ9yOr51bBhLEEgmlkgnY0gmlwhKwSVN-KbXVsdGlhZGRyc5YACASsElTfBgtaAAoErBJU3wYLW90DgnJzhQADAQAAiXNlY3AyNTZrMaECc4pKrLHYuqfkaYQSFcK2xbjNBPy8P10cXrj9Xpq4ozCDdGNwggtag3VkcIILXIV3YWt1Mgk enr="(4, id: \"v4\", ip: 172.18.84.223, multiaddrs: 0x000804AC1254DF060B5A000A04AC1254DF060B5BDD03, rs: 0x0003010000, secp256k1: 0x02738A4AACB1D8BAA7E469841215C2B6C5B8CD04FCBC3F5D1C5EB8FD5E9AB8A330, tcp: 2906, udp: 2908, waku2: 0x09)"
|
||||
INF 2025-12-29 04:37:55.941+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
|
||||
INF 2025-12-29 04:37:55.941+00:00 Metrics HTTP server started topics="waku node metrics" tid=1 file=waku_metrics.nim:73 serverIp=0.0.0.0 serverPort=2909
|
||||
INF 2025-12-29 04:37:55.941+00:00 Setting up shutdown hooks topics="wakunode main" tid=1 file=wakunode2.nim:63
|
||||
INF 2025-12-29 04:37:55.941+00:00 Node setup complete topics="wakunode main" tid=1 file=wakunode2.nim:100
|
||||
TRC 2025-12-29 04:37:55.945+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.0.0.1", "1.1.1.1", "2606:4700:4700:0000:0000:0000:0000:1001", "2606:4700:4700:0000:0000:0000:0000:1111"} server=1.1.1.1:53
|
||||
TRC 2025-12-29 04:37:56.935+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:37:56.935+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:37:56.935+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:37:56.935+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:37:56.935+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:37:56.935+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
DBG 2025-12-29 04:37:56.963+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44888 meth=GET uri=/health
|
||||
DBG 2025-12-29 04:37:56.963+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44888 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
||||
TRC 2025-12-29 04:37:56.963+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/lightpush/3.0.0 peers=[] address=140665512891216
|
||||
TRC 2025-12-29 04:37:56.963+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/lightpush/3.0.0
|
||||
TRC 2025-12-29 04:37:56.963+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/lightpush/2.0.0-beta1 peers=[] address=140665512891216
|
||||
TRC 2025-12-29 04:37:56.963+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/lightpush/2.0.0-beta1
|
||||
TRC 2025-12-29 04:37:56.963+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/store-query/3.0.0 peers=[] address=140665512891216
|
||||
TRC 2025-12-29 04:37:56.963+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/store-query/3.0.0
|
||||
TRC 2025-12-29 04:37:56.963+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/store/2.0.0-beta4 peers=[] address=140665512891216
|
||||
TRC 2025-12-29 04:37:56.963+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/store/2.0.0-beta4
|
||||
TRC 2025-12-29 04:37:56.963+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/filter-subscribe/2.0.0-beta1 peers=[] address=140665512891216
|
||||
TRC 2025-12-29 04:37:56.963+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/filter-subscribe/2.0.0-beta1
|
||||
DBG 2025-12-29 04:37:56.963+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44888 uri=/health content_type=application/json content_size=999
|
||||
DBG 2025-12-29 04:37:56.966+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44896 meth=GET uri=/debug/v1/info
|
||||
DBG 2025-12-29 04:37:56.966+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44896 meth=GET uri=/debug/v1/info path_params=[] query_params=[] content_body=(None)
|
||||
INF 2025-12-29 04:37:56.966+00:00 node info topics="waku node" tid=1 file=waku_node.nim:217 wakuInfo="(listenAddresses: [/ip4/172.18.84.223/tcp/2906/p2p/16Uiu2HAm3ChAsue3KWBmDH6LWKMVMyXxmA6CjWyKXByR6JZq6ALP, /ip4/172.18.84.223/tcp/2907/ws/p2p/16Uiu2HAm3ChAsue3KWBmDH6LWKMVMyXxmA6CjWyKXByR6JZq6ALP], enrUri: enr:-L24QLn_be0pV12byO3lMxs6C5cDzVzWqxe4EtUm2XxxBkISW1s7pHFKPhsUwp5Kb0i3RtE7WURp3k8w5EuHsPacNrMCgmlkgnY0gmlwhKwSVN-KbXVsdGlhZGRyc5YACASsElTfBgtaAAoErBJU3wYLW90DgnJzhQADAQAAiXNlY3AyNTZrMaECc4pKrLHYuqfkaYQSFcK2xbjNBPy8P10cXrj9Xpq4ozCDdGNwggtag3VkcIILXIV3YWt1Mgk, mixPubKey: none(string))"
|
||||
DBG 2025-12-29 04:37:56.966+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44896 uri=/debug/v1/info content_type=application/json content_size=471
|
||||
TRC 2025-12-29 04:37:57.935+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:37:57.935+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:37:57.935+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:37:57.935+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:37:57.935+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:37:57.935+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:37:58.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:37:58.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:37:58.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:37:58.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:37:58.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:37:58.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:37:59.935+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:37:59.935+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:37:59.935+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:37:59.935+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:37:59.935+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:37:59.935+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:00.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:00.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:00.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:00.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:00.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:00.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:00.937+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
||||
TRC 2025-12-29 04:38:00.937+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
||||
TRC 2025-12-29 04:38:00.937+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
||||
TRC 2025-12-29 04:38:00.946+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
||||
TRC 2025-12-29 04:38:00.952+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.1.1.1", "1.0.0.1", "2606:4700:4700:0000:0000:0000:0000:1001", "2606:4700:4700:0000:0000:0000:0000:1111"} server=1.1.1.1:53
|
||||
TRC 2025-12-29 04:38:01.935+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:01.935+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:01.935+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:01.935+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:01.935+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:01.935+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:02.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:02.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:02.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:02.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:02.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:02.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:03.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:03.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:03.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:03.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:03.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:03.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:04.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:04.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:04.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:04.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:04.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:04.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:05.935+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:05.935+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:05.935+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:05.935+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:05.935+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:05.935+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
INF 2025-12-29 04:38:05.935+00:00 getPubSubPeersInMesh - there is no mesh peer for the given pubsub topic topics="waku relay" tid=1 file=protocol.nim:383 pubsubTopic=/waku/2/rs/3/0
|
||||
TRC 2025-12-29 04:38:05.935+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:113
|
||||
TRC 2025-12-29 04:38:05.935+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=140665512891216
|
||||
TRC 2025-12-29 04:38:05.935+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
|
||||
INF 2025-12-29 04:38:05.935+00:00 waku rendezvous advertisements failed topics="waku rendezvous" tid=1 file=protocol.nim:136 error="could not get a peer supporting RendezVousCodec"
|
||||
TRC 2025-12-29 04:38:05.935+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
|
||||
TRC 2025-12-29 04:38:05.935+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=140665512891216
|
||||
TRC 2025-12-29 04:38:05.935+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
|
||||
ERR 2025-12-29 04:38:05.935+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
|
||||
TRC 2025-12-29 04:38:05.938+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:259 meshPeers=[]
|
||||
TRC 2025-12-29 04:38:05.938+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:270 selected=[]
|
||||
TRC 2025-12-29 04:38:05.938+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:330 count=0 countdownToPingAll=11
|
||||
TRC 2025-12-29 04:38:05.938+00:00 Keepalive results tid=1 file=node_health_monitor.nim:345 attemptedPings=0 successfulPings=0
|
||||
TRC 2025-12-29 04:38:05.938+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:294
|
||||
TRC 2025-12-29 04:38:05.938+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
||||
TRC 2025-12-29 04:38:05.938+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
||||
TRC 2025-12-29 04:38:05.938+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
||||
TRC 2025-12-29 04:38:05.953+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
||||
TRC 2025-12-29 04:38:05.956+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.1.1.1", "1.0.0.1", "2606:4700:4700:0000:0000:0000:0000:1111", "2606:4700:4700:0000:0000:0000:0000:1001"} server=1.1.1.1:53
|
||||
TRC 2025-12-29 04:38:06.935+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:06.935+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:06.935+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:06.935+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:06.935+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:06.935+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:07.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:07.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:07.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:07.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:07.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:07.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:07.934+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:318 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:07.934+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:150 peers=0
|
||||
TRC 2025-12-29 04:38:07.934+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:314 peers=0
|
||||
TRC 2025-12-29 04:38:08.935+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:08.935+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:08.935+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:08.935+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:08.935+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:08.935+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:09.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:09.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:09.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:09.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:09.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:09.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:10.935+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:10.935+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:10.935+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:10.935+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:10.935+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:10.935+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:10.939+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
||||
TRC 2025-12-29 04:38:10.939+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
||||
TRC 2025-12-29 04:38:10.939+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
||||
TRC 2025-12-29 04:38:10.957+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
||||
TRC 2025-12-29 04:38:10.960+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.1.1.1", "1.0.0.1", "2606:4700:4700:0000:0000:0000:0000:1111", "2606:4700:4700:0000:0000:0000:0000:1001"} server=1.1.1.1:53
|
||||
TRC 2025-12-29 04:38:11.935+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:11.935+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:11.935+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:11.935+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:11.935+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:11.935+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:12.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:12.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:12.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:12.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:12.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:12.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:13.935+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:13.935+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:13.935+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:13.935+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:13.935+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:13.935+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:14.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:14.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:14.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:14.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:14.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:14.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:15.935+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:15.935+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:15.935+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:15.935+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:15.935+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:15.935+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
INF 2025-12-29 04:38:15.935+00:00 getPubSubPeersInMesh - there is no mesh peer for the given pubsub topic topics="waku relay" tid=1 file=protocol.nim:383 pubsubTopic=/waku/2/rs/3/0
|
||||
TRC 2025-12-29 04:38:15.936+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:113
|
||||
TRC 2025-12-29 04:38:15.936+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=140665512891216
|
||||
TRC 2025-12-29 04:38:15.936+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
|
||||
INF 2025-12-29 04:38:15.936+00:00 waku rendezvous advertisements failed topics="waku rendezvous" tid=1 file=protocol.nim:136 error="could not get a peer supporting RendezVousCodec"
|
||||
TRC 2025-12-29 04:38:15.936+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
|
||||
TRC 2025-12-29 04:38:15.936+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=140665512891216
|
||||
TRC 2025-12-29 04:38:15.936+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
|
||||
ERR 2025-12-29 04:38:15.936+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
|
||||
TRC 2025-12-29 04:38:15.939+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:259 meshPeers=[]
|
||||
TRC 2025-12-29 04:38:15.939+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:270 selected=[]
|
||||
TRC 2025-12-29 04:38:15.939+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:330 count=0 countdownToPingAll=10
|
||||
TRC 2025-12-29 04:38:15.939+00:00 Keepalive results tid=1 file=node_health_monitor.nim:345 attemptedPings=0 successfulPings=0
|
||||
TRC 2025-12-29 04:38:15.939+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:294
|
||||
TRC 2025-12-29 04:38:15.939+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
||||
TRC 2025-12-29 04:38:15.939+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
||||
TRC 2025-12-29 04:38:15.939+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
||||
TRC 2025-12-29 04:38:15.961+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
||||
TRC 2025-12-29 04:38:15.964+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.0.0.1", "1.1.1.1", "2606:4700:4700:0000:0000:0000:0000:1111", "2606:4700:4700:0000:0000:0000:0000:1001"} server=1.1.1.1:53
|
||||
TRC 2025-12-29 04:38:16.935+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:16.935+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:16.935+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:16.935+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:16.935+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:16.935+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:17.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:17.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:17.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:17.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:17.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:17.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:18.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:18.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:18.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:18.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:18.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:18.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:19.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:19.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:19.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:19.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:19.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:19.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:19.934+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:318 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:19.934+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:150 peers=0
|
||||
TRC 2025-12-29 04:38:19.934+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:314 peers=0
|
||||
TRC 2025-12-29 04:38:20.935+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:20.935+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:20.935+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:20.935+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:20.935+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:20.935+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:20.940+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
||||
TRC 2025-12-29 04:38:20.940+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
||||
TRC 2025-12-29 04:38:20.940+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
||||
TRC 2025-12-29 04:38:20.966+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
||||
TRC 2025-12-29 04:38:20.969+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.1.1.1", "1.0.0.1", "2606:4700:4700:0000:0000:0000:0000:1111", "2606:4700:4700:0000:0000:0000:0000:1001"} server=1.1.1.1:53
|
||||
TRC 2025-12-29 04:38:21.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:21.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:21.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:21.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:21.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:21.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:22.933+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:22.933+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:22.933+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:22.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:22.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:22.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:23.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:23.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:23.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:23.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:23.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:23.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:24.935+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:24.935+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:24.935+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:24.935+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:24.935+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:24.935+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:25.935+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:25.935+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:25.935+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:25.935+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:25.935+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:25.935+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:25.935+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:237
|
||||
TRC 2025-12-29 04:38:25.935+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:166
|
||||
INF 2025-12-29 04:38:25.935+00:00 getPubSubPeersInMesh - there is no mesh peer for the given pubsub topic topics="waku relay" tid=1 file=protocol.nim:383 pubsubTopic=/waku/2/rs/3/0
|
||||
TRC 2025-12-29 04:38:25.937+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:113
|
||||
TRC 2025-12-29 04:38:25.937+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=140665512891216
|
||||
TRC 2025-12-29 04:38:25.937+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
|
||||
INF 2025-12-29 04:38:25.937+00:00 waku rendezvous advertisements failed topics="waku rendezvous" tid=1 file=protocol.nim:136 error="could not get a peer supporting RendezVousCodec"
|
||||
TRC 2025-12-29 04:38:25.937+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
|
||||
TRC 2025-12-29 04:38:25.937+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=140665512891216
|
||||
TRC 2025-12-29 04:38:25.937+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
|
||||
ERR 2025-12-29 04:38:25.937+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
|
||||
TRC 2025-12-29 04:38:25.940+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:259 meshPeers=[]
|
||||
TRC 2025-12-29 04:38:25.940+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:270 selected=[]
|
||||
TRC 2025-12-29 04:38:25.940+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:330 count=0 countdownToPingAll=9
|
||||
TRC 2025-12-29 04:38:25.940+00:00 Keepalive results tid=1 file=node_health_monitor.nim:345 attemptedPings=0 successfulPings=0
|
||||
TRC 2025-12-29 04:38:25.940+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:294
|
||||
TRC 2025-12-29 04:38:25.942+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
||||
TRC 2025-12-29 04:38:25.942+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
||||
TRC 2025-12-29 04:38:25.942+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
||||
TRC 2025-12-29 04:38:25.970+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
||||
TRC 2025-12-29 04:38:25.973+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.1.1.1", "1.0.0.1", "2606:4700:4700:0000:0000:0000:0000:1111", "2606:4700:4700:0000:0000:0000:0000:1001"} server=1.1.1.1:53
|
||||
TRC 2025-12-29 04:38:26.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:26.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:26.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:26.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:26.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:26.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:27.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:27.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:27.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:27.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:27.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:27.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:28.935+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:28.935+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:28.935+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:28.935+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:28.935+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:28.935+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:29.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:29.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:29.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:29.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:29.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:29.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:30.935+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:30.935+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:30.935+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:30.935+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:30.935+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:30.935+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:30.941+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
||||
TRC 2025-12-29 04:38:30.942+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
||||
TRC 2025-12-29 04:38:30.942+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
||||
TRC 2025-12-29 04:38:30.974+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
||||
TRC 2025-12-29 04:38:30.977+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.0.0.1", "1.1.1.1", "2606:4700:4700:0000:0000:0000:0000:1001", "2606:4700:4700:0000:0000:0000:0000:1111"} server=1.1.1.1:53
|
||||
TRC 2025-12-29 04:38:31.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:31.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:31.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:31.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:31.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:31.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:31.934+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:318 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:31.934+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:150 peers=0
|
||||
TRC 2025-12-29 04:38:31.934+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:314 peers=0
|
||||
TRC 2025-12-29 04:38:32.935+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:32.935+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:32.935+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:32.935+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:32.935+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:32.935+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:33.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:33.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:33.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:33.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:33.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:33.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:34.935+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:34.935+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:34.935+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:34.935+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:34.935+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:34.935+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:35.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:35.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:35.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:35.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:35.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:35.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
INF 2025-12-29 04:38:35.937+00:00 getPubSubPeersInMesh - there is no mesh peer for the given pubsub topic topics="waku relay" tid=1 file=protocol.nim:383 pubsubTopic=/waku/2/rs/3/0
|
||||
TRC 2025-12-29 04:38:35.937+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:113
|
||||
TRC 2025-12-29 04:38:35.937+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=140665512891216
|
||||
TRC 2025-12-29 04:38:35.937+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
|
||||
INF 2025-12-29 04:38:35.937+00:00 waku rendezvous advertisements failed topics="waku rendezvous" tid=1 file=protocol.nim:136 error="could not get a peer supporting RendezVousCodec"
|
||||
TRC 2025-12-29 04:38:35.937+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
|
||||
TRC 2025-12-29 04:38:35.937+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=140665512891216
|
||||
TRC 2025-12-29 04:38:35.938+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
|
||||
ERR 2025-12-29 04:38:35.938+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
|
||||
TRC 2025-12-29 04:38:35.941+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:259 meshPeers=[]
|
||||
TRC 2025-12-29 04:38:35.941+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:270 selected=[]
|
||||
TRC 2025-12-29 04:38:35.941+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:330 count=0 countdownToPingAll=8
|
||||
TRC 2025-12-29 04:38:35.941+00:00 Keepalive results tid=1 file=node_health_monitor.nim:345 attemptedPings=0 successfulPings=0
|
||||
TRC 2025-12-29 04:38:35.941+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:294
|
||||
TRC 2025-12-29 04:38:35.943+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
||||
TRC 2025-12-29 04:38:35.943+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
||||
TRC 2025-12-29 04:38:35.943+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
||||
TRC 2025-12-29 04:38:35.978+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
||||
TRC 2025-12-29 04:38:35.981+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.1.1.1", "1.0.0.1", "2606:4700:4700:0000:0000:0000:0000:1111", "2606:4700:4700:0000:0000:0000:0000:1001"} server=1.1.1.1:53
|
||||
TRC 2025-12-29 04:38:36.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:36.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:36.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:36.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:36.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:36.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:37.933+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:37.933+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:37.933+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:37.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:37.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:37.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:38.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:38.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:38.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:38.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:38.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:38.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:39.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:39.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:39.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:39.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:39.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:39.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:40.935+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:40.935+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:40.935+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:40.935+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:40.935+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:40.935+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:40.944+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
||||
TRC 2025-12-29 04:38:40.944+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
||||
TRC 2025-12-29 04:38:40.944+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
||||
TRC 2025-12-29 04:38:40.982+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
||||
TRC 2025-12-29 04:38:40.985+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.0.0.1", "1.1.1.1", "2606:4700:4700:0000:0000:0000:0000:1001", "2606:4700:4700:0000:0000:0000:0000:1111"} server=1.1.1.1:53
|
||||
TRC 2025-12-29 04:38:41.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:41.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:41.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:41.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:41.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:41.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:42.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:42.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:42.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:42.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:42.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:42.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:43.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:43.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:43.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:43.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:43.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:43.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:43.934+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:318 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:43.934+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:150 peers=0
|
||||
TRC 2025-12-29 04:38:43.934+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:314 peers=0
|
||||
TRC 2025-12-29 04:38:44.935+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:44.935+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:44.935+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:44.935+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:44.935+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:44.935+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:45.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:45.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:45.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:45.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:45.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:45.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
INF 2025-12-29 04:38:45.938+00:00 getPubSubPeersInMesh - there is no mesh peer for the given pubsub topic topics="waku relay" tid=1 file=protocol.nim:383 pubsubTopic=/waku/2/rs/3/0
|
||||
TRC 2025-12-29 04:38:45.939+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:113
|
||||
TRC 2025-12-29 04:38:45.939+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=140665512891216
|
||||
TRC 2025-12-29 04:38:45.939+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
|
||||
INF 2025-12-29 04:38:45.939+00:00 waku rendezvous advertisements failed topics="waku rendezvous" tid=1 file=protocol.nim:136 error="could not get a peer supporting RendezVousCodec"
|
||||
TRC 2025-12-29 04:38:45.939+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
|
||||
TRC 2025-12-29 04:38:45.939+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=140665512891216
|
||||
TRC 2025-12-29 04:38:45.939+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
|
||||
ERR 2025-12-29 04:38:45.939+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
|
||||
TRC 2025-12-29 04:38:45.942+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:259 meshPeers=[]
|
||||
TRC 2025-12-29 04:38:45.942+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:270 selected=[]
|
||||
TRC 2025-12-29 04:38:45.942+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:330 count=0 countdownToPingAll=7
|
||||
TRC 2025-12-29 04:38:45.942+00:00 Keepalive results tid=1 file=node_health_monitor.nim:345 attemptedPings=0 successfulPings=0
|
||||
TRC 2025-12-29 04:38:45.942+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:294
|
||||
TRC 2025-12-29 04:38:45.944+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
||||
TRC 2025-12-29 04:38:45.944+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
||||
TRC 2025-12-29 04:38:45.944+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
||||
TRC 2025-12-29 04:38:45.987+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
||||
TRC 2025-12-29 04:38:45.990+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.1.1.1", "1.0.0.1", "2606:4700:4700:0000:0000:0000:0000:1001", "2606:4700:4700:0000:0000:0000:0000:1111"} server=1.1.1.1:53
|
||||
TRC 2025-12-29 04:38:46.935+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:46.935+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:46.935+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:46.935+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:46.935+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:46.935+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:47.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:47.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:47.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:47.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:47.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:47.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:48.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:48.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:48.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:48.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:48.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:48.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:49.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:49.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:49.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:49.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:49.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:49.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:50.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:50.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:50.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:50.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:50.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:50.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:50.945+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
||||
TRC 2025-12-29 04:38:50.945+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
||||
TRC 2025-12-29 04:38:50.945+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
||||
TRC 2025-12-29 04:38:50.991+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
||||
TRC 2025-12-29 04:38:50.994+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.0.0.1", "1.1.1.1", "2606:4700:4700:0000:0000:0000:0000:1001", "2606:4700:4700:0000:0000:0000:0000:1111"} server=1.1.1.1:53
|
||||
TRC 2025-12-29 04:38:51.935+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:51.935+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:51.935+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:51.935+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:51.935+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:51.935+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:52.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:52.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:52.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:52.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:52.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:52.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:53.935+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:53.935+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:53.935+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:53.935+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:53.935+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:53.935+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:54.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:54.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:54.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:54.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:54.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:54.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:55.935+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:55.935+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:55.935+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:55.935+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:55.935+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:55.935+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:55.935+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:318 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:55.935+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:150 peers=0
|
||||
TRC 2025-12-29 04:38:55.935+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:314 peers=0
|
||||
TRC 2025-12-29 04:38:55.935+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:237
|
||||
TRC 2025-12-29 04:38:55.935+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:166
|
||||
INF 2025-12-29 04:38:55.938+00:00 getPubSubPeersInMesh - there is no mesh peer for the given pubsub topic topics="waku relay" tid=1 file=protocol.nim:383 pubsubTopic=/waku/2/rs/3/0
|
||||
TRC 2025-12-29 04:38:55.939+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:113
|
||||
TRC 2025-12-29 04:38:55.939+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=140665512891216
|
||||
TRC 2025-12-29 04:38:55.939+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
|
||||
INF 2025-12-29 04:38:55.939+00:00 waku rendezvous advertisements failed topics="waku rendezvous" tid=1 file=protocol.nim:136 error="could not get a peer supporting RendezVousCodec"
|
||||
TRC 2025-12-29 04:38:55.939+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
|
||||
TRC 2025-12-29 04:38:55.939+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=140665512891216
|
||||
TRC 2025-12-29 04:38:55.939+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
|
||||
ERR 2025-12-29 04:38:55.939+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
|
||||
TRC 2025-12-29 04:38:55.943+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:259 meshPeers=[]
|
||||
TRC 2025-12-29 04:38:55.943+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:270 selected=[]
|
||||
TRC 2025-12-29 04:38:55.943+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:330 count=0 countdownToPingAll=6
|
||||
TRC 2025-12-29 04:38:55.943+00:00 Keepalive results tid=1 file=node_health_monitor.nim:345 attemptedPings=0 successfulPings=0
|
||||
TRC 2025-12-29 04:38:55.943+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:294
|
||||
TRC 2025-12-29 04:38:55.946+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
||||
TRC 2025-12-29 04:38:55.946+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
||||
TRC 2025-12-29 04:38:55.946+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
||||
TRC 2025-12-29 04:38:55.995+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
||||
TRC 2025-12-29 04:38:55.998+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.0.0.1", "1.1.1.1", "2606:4700:4700:0000:0000:0000:0000:1111", "2606:4700:4700:0000:0000:0000:0000:1001"} server=1.1.1.1:53
|
||||
TRC 2025-12-29 04:38:56.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:56.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:56.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:56.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:56.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:56.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:57.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:57.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:57.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:57.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:57.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:57.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:58.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:58.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:58.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:58.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:58.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:58.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:38:59.935+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:38:59.935+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:59.935+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:59.935+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:59.935+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:38:59.935+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:39:00.934+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140665513046096
|
||||
TRC 2025-12-29 04:39:00.934+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:39:00.934+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:39:00.934+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:39:00.934+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-29 04:39:00.934+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-29 04:39:00.947+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
||||
TRC 2025-12-29 04:39:00.947+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
||||
TRC 2025-12-29 04:39:00.947+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
||||
TRC 2025-12-29 04:39:01.000+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
||||
TRC 2025-12-29 04:39:01.003+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.0.0.1", "1.1.1.1", "2606:4700:4700:0000:0000:0000:0000:1001", "2606:4700:4700:0000:0000:0000:0000:1111"} server=1.1.1.1:53
|
||||
NTC 2025-12-29 04:39:01.258+00:00 Shutting down after receiving SIGTERM topics="wakunode main" tid=1 file=wakunode2.nim:81
|
||||
INF 2025-12-29 04:39:01.267+00:00 Stopping discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:362
|
||||
TRC 2025-12-29 04:39:01.267+00:00 Stop listening on discv5 port topics="waku discv5" tid=1 file=waku_discv5.nim:365
|
||||
INF 2025-12-29 04:39:01.268+00:00 Successfully stopped discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:368
|
||||
TRC 2025-12-29 04:39:01.268+00:00 Stopping switch topics="libp2p switch" tid=1 file=switch.nim:317
|
||||
TRC 2025-12-29 04:39:01.268+00:00 Releasing slot topics="libp2p semaphore" tid=1 file=semaphore.nim:82 available=48 queue=0
|
||||
TRC 2025-12-29 04:39:01.268+00:00 Released slot topics="libp2p semaphore" tid=1 file=semaphore.nim:93 available=49 queue=0
|
||||
TRC 2025-12-29 04:39:01.268+00:00 releasing semaphore on cancellation topics="libp2p switch" tid=1 file=switch.nim:303
|
||||
TRC 2025-12-29 04:39:01.268+00:00 Releasing slot topics="libp2p semaphore" tid=1 file=semaphore.nim:82 available=3 queue=0
|
||||
TRC 2025-12-29 04:39:01.268+00:00 Released slot topics="libp2p semaphore" tid=1 file=semaphore.nim:93 available=4 queue=0
|
||||
TRC 2025-12-29 04:39:01.268+00:00 Releasing slot topics="libp2p semaphore" tid=1 file=semaphore.nim:82 available=49 queue=0
|
||||
TRC 2025-12-29 04:39:01.268+00:00 Released slot topics="libp2p semaphore" tid=1 file=semaphore.nim:93 available=50 queue=0
|
||||
TRC 2025-12-29 04:39:01.268+00:00 releasing semaphore on cancellation topics="libp2p switch" tid=1 file=switch.nim:303
|
||||
TRC 2025-12-29 04:39:01.268+00:00 Releasing slot topics="libp2p semaphore" tid=1 file=semaphore.nim:82 available=3 queue=0
|
||||
TRC 2025-12-29 04:39:01.268+00:00 Released slot topics="libp2p semaphore" tid=1 file=semaphore.nim:93 available=4 queue=0
|
||||
INF 2025-12-29 04:39:01.268+00:00 Stopping AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:243
|
||||
TRC 2025-12-29 04:39:01.269+00:00 Closing ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:421
|
||||
TRC 2025-12-29 04:39:01.269+00:00 Closed ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:435
|
||||
TRC 2025-12-29 04:39:01.269+00:00 Stopping TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:165
|
||||
TRC 2025-12-29 04:39:01.269+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:65 address=@[/ip4/0.0.0.0/tcp/2906]
|
||||
TRC 2025-12-29 04:39:01.269+00:00 Transport stopped topics="libp2p tcptransport" tid=1 file=tcptransport.nim:195
|
||||
TRC 2025-12-29 04:39:01.269+00:00 Stopping WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:219
|
||||
TRC 2025-12-29 04:39:01.269+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:65 address=@[/ip4/0.0.0.0/tcp/2907/ws]
|
||||
TRC 2025-12-29 04:39:01.269+00:00 Transport stopped topics="libp2p wstransport" tid=1 file=wstransport.nim:241
|
||||
TRC 2025-12-29 04:39:01.269+00:00 gossipsub stop topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1010
|
||||
TRC 2025-12-29 04:39:01.269+00:00 Switch stopped topics="libp2p switch" tid=1 file=switch.nim:343
|
||||
WRN 2025-12-29 04:39:01.269+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:641
|
||||
WRN 2025-12-29 04:39:01.269+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:641
|
||||
INF 2025-12-29 04:39:01.269+00:00 waku rendezvous discovery stopped topics="waku rendezvous" tid=1 file=protocol.nim:240
|
||||
INF 2025-12-29 04:39:01.269+00:00 waku rendezvous client stopped topics="waku rendezvous client" tid=1 file=client.nim:142
|
||||
NTC 2025-12-29 04:39:01.270+00:00 REST service stopped tid=1 file=server.nim:188 address=0.0.0.0:2905
|
||||
75
nim/1018/data/attachments/26982b018a8d1d15.txt
Normal file
75
nim/1018/data/attachments/26982b018a8d1d15.txt
Normal file
@ -0,0 +1,75 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_main_node_relay_and_store__peer_only_relay with id: 2025-12-29_04-43-57__73531496-898f-4d9f-8f37-faf284c619fd
|
||||
[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_2025-12-29_04-43-57__73531496-898f-4d9f-8f37-faf284c619fd__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.75.114
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['4223', '4224', '4225', '4226', '4227']
|
||||
[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 4223:4223 -p 4224:4224 -p 4225:4225 -p 4226:4226 -p 4227:4227 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=4225 --rest-port=4223 --tcp-port=4224 --discv5-udp-port=4226 --rest-address=0.0.0.0 --nat=extip:172.18.75.114 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d26e219e9846953b937d0d6a3e41b9eceab54f819125b7cdfa26ddd1fea9c3b7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4227 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.75.114 waku 665fe78dcac9e297d2ad226f69b26ec4f04b9fafa22ca2af796bd3efa35a68b5
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 665fe78dcac9. Setting up logs at ./log/docker/publishing_node1_2025-12-29_04-43-57__73531496-898f-4d9f-8f37-faf284c619fd__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 4223
|
||||
[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 4373b6c8b814. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 1405783aeaee. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4223/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
[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:4223/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.75.114/tcp/4224/p2p/16Uiu2HAmLHww8TbydwHeemoPuaCpaR5NWS7dhU75a756VAEby9ZK","/ip4/172.18.75.114/tcp/4225/ws/p2p/16Uiu2HAmLHww8TbydwHeemoPuaCpaR5NWS7dhU75a756VAEby9ZK"],"enrUri":"enr:-L24QKhtL2PW8YevflQQaAuMIJl7SE4yL1luDfoVU1_nSTzuet__AT6DhYEqM6fkCFSYfbtUc54Q8S3ByfyzLk5Xx-kCgmlkgnY0gmlwhKwSS3KKbXVsdGlhZGRyc5YACASsEktyBhCAAAoErBJLcgYQgd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDcXmQ5d39amTsoT4p2a2ii9d5qPNCeVs5JGE7bYQxqbKDdGNwghCAg3VkcIIQgoV3YWt1MgM"}'
|
||||
[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_2025-12-29_04-43-57__73531496-898f-4d9f-8f37-faf284c619fd__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.114.212
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['42816', '42817', '42818', '42819', '42820']
|
||||
[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 42816:42816 -p 42817:42817 -p 42818:42818 -p 42819:42819 -p 42820:42820 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=42818 --rest-port=42816 --tcp-port=42817 --discv5-udp-port=42819 --rest-address=0.0.0.0 --nat=extip:172.18.114.212 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=78b9e5a3e6e51cf13b6f35aef3ec4a16de9468cf1de13e1e38f3ec4cf76cdf6c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42820 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QKhtL2PW8YevflQQaAuMIJl7SE4yL1luDfoVU1_nSTzuet__AT6DhYEqM6fkCFSYfbtUc54Q8S3ByfyzLk5Xx-kCgmlkgnY0gmlwhKwSS3KKbXVsdGlhZGRyc5YACASsEktyBhCAAAoErBJLcgYQgd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDcXmQ5d39amTsoT4p2a2ii9d5qPNCeVs5JGE7bYQxqbKDdGNwghCAg3VkcIIQgoV3YWt1MgM --storenode=/ip4/172.18.75.114/tcp/4224/p2p/16Uiu2HAmLHww8TbydwHeemoPuaCpaR5NWS7dhU75a756VAEby9ZK --store=false --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.114.212 waku 62e8254ff21e79d0a6c5a06cb3194f61c63bd5c5e31971cd3c020f91af1ef462
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 62e8254ff21e. Setting up logs at ./log/docker/store_node1_2025-12-29_04-43-57__73531496-898f-4d9f-8f37-faf284c619fd__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 42816
|
||||
[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:42816/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[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:42816/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.212/tcp/42817/p2p/16Uiu2HAkwkN53xnJp2Nx6ocZxQ77anAqnYzVHs8SEmFps8C5DqPX","/ip4/172.18.114.212/tcp/42818/ws/p2p/16Uiu2HAkwkN53xnJp2Nx6ocZxQ77anAqnYzVHs8SEmFps8C5DqPX"],"enrUri":"enr:-L24QEboNw4_P7JnbtLlz_d2aOkjpbyXjAOHYzERlNeDqRAvMs7nFUc5D5UoSdLY1ZdbWxBrUpRn873nLod2DUJmOz0CgmlkgnY0gmlwhKwSctSKbXVsdGlhZGRyc5YACASsEnLUBqdBAAoErBJy1AanQt0DgnJzhQADAQAAiXNlY3AyNTZrMaECIoEouOhpyQe0cPdK6pewpNH5HP_t_MhxjYnckqCGc5qDdGNwgqdBg3VkcIKnQ4V3YWt1MgE"}'
|
||||
[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:42816/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.75.114/tcp/4224/p2p/16Uiu2HAmLHww8TbydwHeemoPuaCpaR5NWS7dhU75a756VAEby9ZK"]'
|
||||
[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:4223/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:42816/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:4223/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:4223/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":"0x750fa119a1777e3b76438edda976aaff1014493acea80e9efef9d55198ed8acd"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 1
|
||||
[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:42816/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":"b881c0fc7a16710b8d2b","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x750fa119a1777e3b76438edda976aaff1014493acea80e9efef9d55198ed8acd"}]}'
|
||||
[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 665fe78dcac9
|
||||
[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 62e8254ff21e
|
||||
[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.
|
||||
862
nim/1018/data/attachments/269fc9d1fe704d65.txt
Normal file
862
nim/1018/data/attachments/269fc9d1fe704d65.txt
Normal file
@ -0,0 +1,862 @@
|
||||
[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_ephemeral with id: 2025-12-29_04-23-30__6a2d898b-0437-4f9f-91d5-3d9deb5f5c2d
|
||||
[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_2025-12-29_04-23-30__6a2d898b-0437-4f9f-91d5-3d9deb5f5c2d__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.225.162
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['39295', '39296', '39297', '39298', '39299']
|
||||
[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 39295:39295 -p 39296:39296 -p 39297:39297 -p 39298:39298 -p 39299:39299 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=39297 --rest-port=39295 --tcp-port=39296 --discv5-udp-port=39298 --rest-address=0.0.0.0 --nat=extip:172.18.225.162 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ec8d30aa82c5cc6718a49cbbe3ce9358cec0602be9caefcadaa1b0b2ae26d27d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39299 --metrics-logging=true --lightpush=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.225.162 waku ce3d4542838e98974c0cf1bce159783c57e73561fe696f0ca8ba3fcf5d937c6e
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID ce3d4542838e. Setting up logs at ./log/docker/receiving_node1_2025-12-29_04-23-30__6a2d898b-0437-4f9f-91d5-3d9deb5f5c2d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 39295
|
||||
[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 c65ede70771d. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 2710eec93625. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39295/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
[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:39295/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.225.162/tcp/39296/p2p/16Uiu2HAmEnnFVVixdKDzxbJ37BPzmwQz4huKvi3WrZRemWSL3iwH","/ip4/172.18.225.162/tcp/39297/ws/p2p/16Uiu2HAmEnnFVVixdKDzxbJ37BPzmwQz4huKvi3WrZRemWSL3iwH"],"enrUri":"enr:-L24QEPjCDd9VW-QKpU1EuZO58LM9fmKuYqVS9Hx_dr3YrmqBKwFC2SniSIRbk-KwzoIcuWKOllSMZYwbTAT_ciSJ0ICgmlkgnY0gmlwhKwS4aKKbXVsdGlhZGRyc5YACASsEuGiBpmAAAoErBLhogaZgd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDH7ZWvzisFbUKkPJsUs23JxR13glQV_UK3Vlcnts_gHCDdGNwgpmAg3VkcIKZgoV3YWt1Mgk"}'
|
||||
[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_2025-12-29_04-23-30__6a2d898b-0437-4f9f-91d5-3d9deb5f5c2d__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.21.31
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['16898', '16899', '16900', '16901', '16902']
|
||||
[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 16898:16898 -p 16899:16899 -p 16900:16900 -p 16901:16901 -p 16902:16902 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=16900 --rest-port=16898 --tcp-port=16899 --discv5-udp-port=16901 --rest-address=0.0.0.0 --nat=extip:172.18.21.31 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=baff8786c71bf46a7d4ee70adeec5c86b741d1e07cdaf37dfb8dc8afbacfdee8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16902 --metrics-logging=true --lightpush=false --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.21.31 waku 5b52a24c54faabef56376d29a40b131a032ac2d143f294244ee5e51f80b2ce87
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 5b52a24c54fa. Setting up logs at ./log/docker/receiving_node2_2025-12-29_04-23-30__6a2d898b-0437-4f9f-91d5-3d9deb5f5c2d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 16898
|
||||
[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:16898/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
|
||||
[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:16898/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.21.31/tcp/16899/p2p/16Uiu2HAm2LcXKoyBdNDScDJSCwqN4QDsjwPr5WrPQtj1is1bfqwF","/ip4/172.18.21.31/tcp/16900/ws/p2p/16Uiu2HAm2LcXKoyBdNDScDJSCwqN4QDsjwPr5WrPQtj1is1bfqwF"],"enrUri":"enr:-L24QP7qMRCxI4W-M0rCEk3AeYmagF3hBluuyPFxkgvtQollW6wfXyLVBUu-Iq1qn6vcY78LrgjtO2Kw6NsTQsbIcMECgmlkgnY0gmlwhKwSFR-KbXVsdGlhZGRyc5YACASsEhUfBkIDAAoErBIVHwZCBN0DgnJzhQADAQAAiXNlY3AyNTZrMaECZrX_D3lLKyM9QbE0yFuwYpdKqCUS_b6X47eZ3ati8BqDdGNwgkIDg3VkcIJCBYV3YWt1MgE"}'
|
||||
[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:16898/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.225.162/tcp/39296/p2p/16Uiu2HAmEnnFVVixdKDzxbJ37BPzmwQz4huKvi3WrZRemWSL3iwH"]'
|
||||
[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_2025-12-29_04-23-30__6a2d898b-0437-4f9f-91d5-3d9deb5f5c2d__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.48.163
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['21153', '21154', '21155', '21156', '21157']
|
||||
[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 21153:21153 -p 21154:21154 -p 21155:21155 -p 21156:21156 -p 21157:21157 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=21155 --rest-port=21153 --tcp-port=21154 --discv5-udp-port=21156 --rest-address=0.0.0.0 --nat=extip:172.18.48.163 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9eec22a4e3e6f09bafbdba9aebb0cdfb8bdff9edd11c70a678e1b8eba1ada4e6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21157 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QEPjCDd9VW-QKpU1EuZO58LM9fmKuYqVS9Hx_dr3YrmqBKwFC2SniSIRbk-KwzoIcuWKOllSMZYwbTAT_ciSJ0ICgmlkgnY0gmlwhKwS4aKKbXVsdGlhZGRyc5YACASsEuGiBpmAAAoErBLhogaZgd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDH7ZWvzisFbUKkPJsUs23JxR13glQV_UK3Vlcnts_gHCDdGNwgpmAg3VkcIKZgoV3YWt1Mgk --lightpushnode=/ip4/172.18.225.162/tcp/39296/p2p/16Uiu2HAmEnnFVVixdKDzxbJ37BPzmwQz4huKvi3WrZRemWSL3iwH --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.48.163 waku 973008fbd82f2e85277a29928d94d6f75564b2662e155aa43054efe19b1ce016
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 973008fbd82f. Setting up logs at ./log/docker/lightpush_node1_2025-12-29_04-23-30__6a2d898b-0437-4f9f-91d5-3d9deb5f5c2d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 21153
|
||||
[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:21153/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:21153/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:21153/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:21153/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 973008fbd82f. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/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:21153/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=21153): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd0f5365130>: 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.3.47
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['28196', '28197', '28198', '28199', '28200']
|
||||
[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 28196:28196 -p 28197:28197 -p 28198:28198 -p 28199:28199 -p 28200:28200 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=28198 --rest-port=28196 --tcp-port=28197 --discv5-udp-port=28199 --rest-address=0.0.0.0 --nat=extip:172.18.3.47 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=93ee60d7ff3b4d6ee4c88b88435d86b7bea82fdf47ecb0b8ff75ae288d517af3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28200 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QEPjCDd9VW-QKpU1EuZO58LM9fmKuYqVS9Hx_dr3YrmqBKwFC2SniSIRbk-KwzoIcuWKOllSMZYwbTAT_ciSJ0ICgmlkgnY0gmlwhKwS4aKKbXVsdGlhZGRyc5YACASsEuGiBpmAAAoErBLhogaZgd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDH7ZWvzisFbUKkPJsUs23JxR13glQV_UK3Vlcnts_gHCDdGNwgpmAg3VkcIKZgoV3YWt1Mgk --lightpushnode=/ip4/172.18.225.162/tcp/39296/p2p/16Uiu2HAmEnnFVVixdKDzxbJ37BPzmwQz4huKvi3WrZRemWSL3iwH --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.3.47 waku 09763196dad571be211533d0c24b2042ccba82e4dfaf6d80f6a0ddb93a890f53
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 09763196dad5. Setting up logs at ./log/docker/lightpush_node1_2025-12-29_04-23-30__6a2d898b-0437-4f9f-91d5-3d9deb5f5c2d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 28196
|
||||
[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:28196/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:28196/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:28196/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:28196/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 09763196dad5. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/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:28196/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=28196): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd0f53ae3f0>: 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.157.126
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['47524', '47525', '47526', '47527', '47528']
|
||||
[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 47524:47524 -p 47525:47525 -p 47526:47526 -p 47527:47527 -p 47528:47528 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=47526 --rest-port=47524 --tcp-port=47525 --discv5-udp-port=47527 --rest-address=0.0.0.0 --nat=extip:172.18.157.126 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=75881add7ebe483fedad6ffb56bcc3bb0afbcbe0c7f39a5ccaf4cbfb6b318bd5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47528 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QEPjCDd9VW-QKpU1EuZO58LM9fmKuYqVS9Hx_dr3YrmqBKwFC2SniSIRbk-KwzoIcuWKOllSMZYwbTAT_ciSJ0ICgmlkgnY0gmlwhKwS4aKKbXVsdGlhZGRyc5YACASsEuGiBpmAAAoErBLhogaZgd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDH7ZWvzisFbUKkPJsUs23JxR13glQV_UK3Vlcnts_gHCDdGNwgpmAg3VkcIKZgoV3YWt1Mgk --lightpushnode=/ip4/172.18.225.162/tcp/39296/p2p/16Uiu2HAmEnnFVVixdKDzxbJ37BPzmwQz4huKvi3WrZRemWSL3iwH --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.157.126 waku aad657a2b0713aa9555a22b9ebdd9b15d409c53c698e3088417a45edea06a937
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID aad657a2b071. Setting up logs at ./log/docker/lightpush_node1_2025-12-29_04-23-30__6a2d898b-0437-4f9f-91d5-3d9deb5f5c2d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 47524
|
||||
[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:47524/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:47524/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:47524/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:47524/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container aad657a2b071. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/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:47524/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=47524): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd0f52ba960>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
[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 ce3d4542838e
|
||||
[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 5b52a24c54fa
|
||||
[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 aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container ce3d4542838e. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 5b52a24c54fa. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[1m[31mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/aad657a2b0713aa9555a22b9ebdd9b15d409c53c698e3088417a45edea06a937/stop: Not Found ("No such container: aad657a2b0713aa9555a22b9ebdd9b15d409c53c698e3088417a45edea06a937")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[1m[31mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/aad657a2b0713aa9555a22b9ebdd9b15d409c53c698e3088417a45edea06a937/stop: Not Found ("No such container: aad657a2b0713aa9555a22b9ebdd9b15d409c53c698e3088417a45edea06a937")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id aad657a2b071
|
||||
[1m[31mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/aad657a2b0713aa9555a22b9ebdd9b15d409c53c698e3088417a45edea06a937/stop: Not Found ("No such container: aad657a2b0713aa9555a22b9ebdd9b15d409c53c698e3088417a45edea06a937")
|
||||
[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.
|
||||
179
nim/1018/data/attachments/26a66ca0d41dd25b.txt
Normal file
179
nim/1018/data/attachments/26a66ca0d41dd25b.txt
Normal file
@ -0,0 +1,179 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_static_shard_relay with id: 2025-12-29_04-31-13__5b214909-a493-46d7-93bc-f0a6f7c8eb09
|
||||
[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_2025-12-29_04-31-13__5b214909-a493-46d7-93bc-f0a6f7c8eb09__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.4
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['18628', '18629', '18630', '18631', '18632']
|
||||
[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 18628:18628 -p 18629:18629 -p 18630:18630 -p 18631:18631 -p 18632:18632 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=18630 --rest-port=18628 --tcp-port=18629 --discv5-udp-port=18631 --rest-address=0.0.0.0 --nat=extip:172.18.249.4 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ef0bf8afa7ce5bffcfaf5aecfccaf1b08c42a38fcd5b6ed70fd1dc8d28e993de --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18632 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.249.4 waku f9aadcdbb098bd487a91b15d72285816e9df8531901bb36e371671e026a1f009
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID f9aadcdbb098. Setting up logs at ./log/docker/node1_2025-12-29_04-31-13__5b214909-a493-46d7-93bc-f0a6f7c8eb09__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 18628
|
||||
[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 42c7eb08217e. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 2a70b8e33c28. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18628/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
[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:18628/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.4/tcp/18629/p2p/16Uiu2HAm5U2C8haw2AU8rRw8he6SFw6pXL1aicd2cj5Ssk5vMogZ","/ip4/172.18.249.4/tcp/18630/ws/p2p/16Uiu2HAm5U2C8haw2AU8rRw8he6SFw6pXL1aicd2cj5Ssk5vMogZ"],"enrUri":"enr:-L24QBFVxuTYEX7k0QoihUHsydWXdPEpvEgnka-_4rJ69ITPShIawyoqghWOWEU5hZApdwOaJ2O6BQeEjcAd2KTr9kQCgmlkgnY0gmlwhKwS-QSKbXVsdGlhZGRyc5YACASsEvkEBkjFAAoErBL5BAZIxt0DgnJzhQACAQAAiXNlY3AyNTZrMaEClS7isY2z8Nzn5HrPDCasKMlUkfYgPVlrb0hBxGPnJh6DdGNwgkjFg3VkcIJIx4V3YWt1MgU"}'
|
||||
[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_2025-12-29_04-31-13__5b214909-a493-46d7-93bc-f0a6f7c8eb09__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.96.122
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['40422', '40423', '40424', '40425', '40426']
|
||||
[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 40422:40422 -p 40423:40423 -p 40424:40424 -p 40425:40425 -p 40426:40426 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=40424 --rest-port=40422 --tcp-port=40423 --discv5-udp-port=40425 --rest-address=0.0.0.0 --nat=extip:172.18.96.122 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=705830f5f497b1fa1643afdc6feaff1d2bbe9ece8b10e09f97e1eac9a49ee2da --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40426 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBFVxuTYEX7k0QoihUHsydWXdPEpvEgnka-_4rJ69ITPShIawyoqghWOWEU5hZApdwOaJ2O6BQeEjcAd2KTr9kQCgmlkgnY0gmlwhKwS-QSKbXVsdGlhZGRyc5YACASsEvkEBkjFAAoErBL5BAZIxt0DgnJzhQACAQAAiXNlY3AyNTZrMaEClS7isY2z8Nzn5HrPDCasKMlUkfYgPVlrb0hBxGPnJh6DdGNwgkjFg3VkcIJIx4V3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.96.122 waku 1aa6bd60984aed47d738f45462f33d58b8a2eabf4f1128d452f62381509ec867
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 1aa6bd60984a. Setting up logs at ./log/docker/node2_2025-12-29_04-31-13__5b214909-a493-46d7-93bc-f0a6f7c8eb09__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 40422
|
||||
[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:40422/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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":"READY"}]}'
|
||||
[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:40422/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.96.122/tcp/40423/p2p/16Uiu2HAmRV4Hjjg3uHdQyvvaZHGeEcLhR6Lh7z9LUCArkbW7RnBt","/ip4/172.18.96.122/tcp/40424/ws/p2p/16Uiu2HAmRV4Hjjg3uHdQyvvaZHGeEcLhR6Lh7z9LUCArkbW7RnBt"],"enrUri":"enr:-L24QFx2y4_CkjcCMrJ50usbmo8Nv0ZrhWLr8_riegAlVJzXPbya0wSiwFeRv07ptPkJMZ_dxTAaKrZ4U9EQaugUKVYCgmlkgnY0gmlwhKwSYHqKbXVsdGlhZGRyc5YACASsEmB6Bp3nAAoErBJgegad6N0DgnJzhQACAQAAiXNlY3AyNTZrMaEDvpyTVQDAd-P0Wz3hgaL6OpkFDhDWN3PvIk_7rZsnbguDdGNwgp3ng3VkcIKd6YV3YWt1MgE"}'
|
||||
[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:40422/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.249.4/tcp/18629/p2p/16Uiu2HAm5U2C8haw2AU8rRw8he6SFw6pXL1aicd2cj5Ssk5vMogZ"]'
|
||||
[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_2025-12-29_04-31-13__5b214909-a493-46d7-93bc-f0a6f7c8eb09__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.65.46
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['28988', '28989', '28990', '28991', '28992']
|
||||
[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 28988:28988 -p 28989:28989 -p 28990:28990 -p 28991:28991 -p 28992:28992 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=28990 --rest-port=28988 --tcp-port=28989 --discv5-udp-port=28991 --rest-address=0.0.0.0 --nat=extip:172.18.65.46 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b893ebcdde1fa81f4380f33e64a8d1ddffc1a5eecad4fd5afdcaf11ffdbb9e4c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28992 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBFVxuTYEX7k0QoihUHsydWXdPEpvEgnka-_4rJ69ITPShIawyoqghWOWEU5hZApdwOaJ2O6BQeEjcAd2KTr9kQCgmlkgnY0gmlwhKwS-QSKbXVsdGlhZGRyc5YACASsEvkEBkjFAAoErBL5BAZIxt0DgnJzhQACAQAAiXNlY3AyNTZrMaEClS7isY2z8Nzn5HrPDCasKMlUkfYgPVlrb0hBxGPnJh6DdGNwgkjFg3VkcIJIx4V3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.65.46 waku 8bfa359da78f4c2234b988fd768a9a26cff596233c54e8b3dafe583806ed3119
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 8bfa359da78f. Setting up logs at ./log/docker/node3_2025-12-29_04-31-13__5b214909-a493-46d7-93bc-f0a6f7c8eb09__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 28988
|
||||
[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:28988/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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":"READY"}]}'
|
||||
[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:28988/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.65.46/tcp/28989/p2p/16Uiu2HAmPCRjLJVrLGERwL1A5rHu3kAHNyLFt8uXmjqbZEntgEoV","/ip4/172.18.65.46/tcp/28990/ws/p2p/16Uiu2HAmPCRjLJVrLGERwL1A5rHu3kAHNyLFt8uXmjqbZEntgEoV"],"enrUri":"enr:-L24QL-oPiLu2dO3uVQotr6oqWd3186wo22HJ2qrU2SWQsyFZp58RyW8HWSzUHh4Bu8yI-URFe4LvHDOfII8dpxt1BsCgmlkgnY0gmlwhKwSQS6KbXVsdGlhZGRyc5YACASsEkEuBnE9AAoErBJBLgZxPt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDnKKSWUsxwJg8R4AbNlczsF3X7NsuHXR6PYDsCBUspASDdGNwgnE9g3VkcIJxP4V3YWt1MgE"}'
|
||||
[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:28988/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.249.4/tcp/18629/p2p/16Uiu2HAm5U2C8haw2AU8rRw8he6SFw6pXL1aicd2cj5Ssk5vMogZ"]'
|
||||
[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_2025-12-29_04-31-13__5b214909-a493-46d7-93bc-f0a6f7c8eb09__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.68.147
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['1433', '1434', '1435', '1436', '1437']
|
||||
[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 1433:1433 -p 1434:1434 -p 1435:1435 -p 1436:1436 -p 1437:1437 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=1435 --rest-port=1433 --tcp-port=1434 --discv5-udp-port=1436 --rest-address=0.0.0.0 --nat=extip:172.18.68.147 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=acfa041c2efcc9dc662b9f375fffad7f99ed8db5bbfa3b944cae0afe246eeb78 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1437 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBFVxuTYEX7k0QoihUHsydWXdPEpvEgnka-_4rJ69ITPShIawyoqghWOWEU5hZApdwOaJ2O6BQeEjcAd2KTr9kQCgmlkgnY0gmlwhKwS-QSKbXVsdGlhZGRyc5YACASsEvkEBkjFAAoErBL5BAZIxt0DgnJzhQACAQAAiXNlY3AyNTZrMaEClS7isY2z8Nzn5HrPDCasKMlUkfYgPVlrb0hBxGPnJh6DdGNwgkjFg3VkcIJIx4V3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.68.147 waku 7393aca02e4e778a7ac4ac53700d32829ccc2a03fe19998b4c92962d94303663
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 7393aca02e4e. Setting up logs at ./log/docker/node4_2025-12-29_04-31-13__5b214909-a493-46d7-93bc-f0a6f7c8eb09__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 1433
|
||||
[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:1433/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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":"READY"}]}'
|
||||
[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:1433/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.68.147/tcp/1434/p2p/16Uiu2HAm6YGsdPrVGAhqWnfMjf9xenGMnu65VZPJWCZxrKEXYsDP","/ip4/172.18.68.147/tcp/1435/ws/p2p/16Uiu2HAm6YGsdPrVGAhqWnfMjf9xenGMnu65VZPJWCZxrKEXYsDP"],"enrUri":"enr:-L24QHjmdApmkH34DF6AuPwIndd04VWANafej71hvxqtiODoa2HTmb1S9GXafjsyCXvzZRPvMxr2KVkTwkg_WiDJFDUCgmlkgnY0gmlwhKwSRJOKbXVsdGlhZGRyc5YACASsEkSTBgWaAAoErBJEkwYFm90DgnJzhQACAQAAiXNlY3AyNTZrMaECpSF-18tLQbU15DN4kD84qcNCJchPi35XEh0MD06Lba6DdGNwggWag3VkcIIFnIV3YWt1MgE"}'
|
||||
[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:1433/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.249.4/tcp/18629/p2p/16Uiu2HAm5U2C8haw2AU8rRw8he6SFw6pXL1aicd2cj5Ssk5vMogZ"]'
|
||||
[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_2025-12-29_04-31-13__5b214909-a493-46d7-93bc-f0a6f7c8eb09__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.42.185
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['36307', '36308', '36309', '36310', '36311']
|
||||
[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 36307:36307 -p 36308:36308 -p 36309:36309 -p 36310:36310 -p 36311:36311 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=36309 --rest-port=36307 --tcp-port=36308 --discv5-udp-port=36310 --rest-address=0.0.0.0 --nat=extip:172.18.42.185 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b0c8a4d8a9d5e37fe0efbcaaa9c1d3f1cbdecee5bec7bd03d7ac6c37dc0b2ac1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36311 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBFVxuTYEX7k0QoihUHsydWXdPEpvEgnka-_4rJ69ITPShIawyoqghWOWEU5hZApdwOaJ2O6BQeEjcAd2KTr9kQCgmlkgnY0gmlwhKwS-QSKbXVsdGlhZGRyc5YACASsEvkEBkjFAAoErBL5BAZIxt0DgnJzhQACAQAAiXNlY3AyNTZrMaEClS7isY2z8Nzn5HrPDCasKMlUkfYgPVlrb0hBxGPnJh6DdGNwgkjFg3VkcIJIx4V3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.42.185 waku 418cd2a090c98439390b90aa57e7df522de98771d76df95d13b657e2dd6d3dee
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 418cd2a090c9. Setting up logs at ./log/docker/node5_2025-12-29_04-31-13__5b214909-a493-46d7-93bc-f0a6f7c8eb09__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 36307
|
||||
[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:36307/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","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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":"READY"}]}'
|
||||
[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:36307/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.42.185/tcp/36308/p2p/16Uiu2HAmR1zaod1bBxcd6w1x2cCj2uoPh8DnpQX5WDFA8EQ7hvBQ","/ip4/172.18.42.185/tcp/36309/ws/p2p/16Uiu2HAmR1zaod1bBxcd6w1x2cCj2uoPh8DnpQX5WDFA8EQ7hvBQ"],"enrUri":"enr:-L24QAHnqsjvFVam-VgloU-D0A9yYuHqYePvPShpPyBflqalPZtDb2XJP6V2XlK5gK_0zo7KN4pKbB5myBfKorNv76UCgmlkgnY0gmlwhKwSKrmKbXVsdGlhZGRyc5YACASsEiq5Bo3UAAoErBIquQaN1d0DgnJzhQACAQAAiXNlY3AyNTZrMaEDt620HYNYr-55CYA8aGeMLXuC567cO1rTMbwll1PtGI-DdGNwgo3Ug3VkcIKN1oV3YWt1MgE"}'
|
||||
[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:36307/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.249.4/tcp/18629/p2p/16Uiu2HAm5U2C8haw2AU8rRw8he6SFw6pXL1aicd2cj5Ssk5vMogZ"]'
|
||||
[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:18628/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:40422/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:28988/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:1433/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:36307/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:18628/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:18628/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":1766982679972127096,"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:40422/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":1766982679972127096,"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:28988/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":1766982679972127096,"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:1433/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":1766982679972127096,"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:36307/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":1766982679972127096,"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 f9aadcdbb098
|
||||
[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 1aa6bd60984a
|
||||
[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 8bfa359da78f
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container f9aadcdbb098. 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 7393aca02e4e
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 1aa6bd60984a. 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 418cd2a090c9
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 8bfa359da78f. 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.
|
||||
6182
nim/1018/data/attachments/2704b62ecbed4ced.txt
Normal file
6182
nim/1018/data/attachments/2704b62ecbed4ced.txt
Normal file
File diff suppressed because it is too large
Load Diff
67
nim/1018/data/attachments/27693b573bdc33a.txt
Normal file
67
nim/1018/data/attachments/27693b573bdc33a.txt
Normal file
@ -0,0 +1,67 @@
|
||||
2025-12-29 04:27:56.283 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-29 04:27:56.284 DEBUG [tests.conftest] Running test: test_admin_peers_stats_schema with id: 2025-12-29_04-27-56__67c96b00-9231-4f2c-9c38-8d9eda8391f1
|
||||
2025-12-29 04:27:56.284 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-29 04:27:56.284 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-29 04:27:56.284 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-29 04:27:56.293 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:27:56.293 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-29_04-27-56__67c96b00-9231-4f2c-9c38-8d9eda8391f1__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:27:56.301 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:27:56.302 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-29_04-27-56__67c96b00-9231-4f2c-9c38-8d9eda8391f1__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:27:56.308 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:27:56.308 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-29_04-27-56__67c96b00-9231-4f2c-9c38-8d9eda8391f1__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:27:56.314 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-29 04:27:56.314 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2025-12-29_04-27-56__67c96b00-9231-4f2c-9c38-8d9eda8391f1__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:27:56.314 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-29 04:27:56.315 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-29 04:27:56.315 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:27:56.315 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:27:56.317 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:27:56.317 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.185.113
|
||||
2025-12-29 04:27:56.317 DEBUG [src.node.docker_mananger] Generated ports ['43732', '43733', '43734', '43735', '43736']
|
||||
2025-12-29 04:27:56.317 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:27:56.318 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:27:56.318 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:27:56.318 DEBUG [src.node.docker_mananger] docker run -i -t -p 43732:43732 -p 43733:43733 -p 43734:43734 -p 43735:43735 -p 43736:43736 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=43734 --rest-port=43732 --tcp-port=43733 --discv5-udp-port=43735 --rest-address=0.0.0.0 --nat=extip:172.18.185.113 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=92bdbbfd4f2db3329aeaca34702bbefacb516faf21e05d98ede5beb1c0c9a68f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43736 --metrics-logging=true --filter=true --relay=true
|
||||
2025-12-29 04:27:56.492 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.185.113 waku cc348a32bba35958d27deb8eac059849210a35d217bcbc6974645c0b1c76fb48
|
||||
2025-12-29 04:27:56.524 DEBUG [src.node.docker_mananger] Container started with ID cc348a32bba3. Setting up logs at ./log/docker/node1_2025-12-29_04-27-56__67c96b00-9231-4f2c-9c38-8d9eda8391f1__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:27:56.525 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 43732
|
||||
2025-12-29 04:27:56.527 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:27:56.579 ERROR [src.node.docker_mananger] Max retries reached for container 1fa629bd1220. Exiting log stream.
|
||||
2025-12-29 04:27:57.114 ERROR [src.node.docker_mananger] Max retries reached for container 29d861817981. Exiting log stream.
|
||||
2025-12-29 04:27:57.528 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43732/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:57.531 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||||
2025-12-29 04:27:57.531 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:27:57.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43732/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:57.534 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.185.113/tcp/43733/p2p/16Uiu2HAmJLuPa2Vnt1W3wMSDrN8v89gTwKksJbJzWFciNF68Jdqe","/ip4/172.18.185.113/tcp/43734/ws/p2p/16Uiu2HAmJLuPa2Vnt1W3wMSDrN8v89gTwKksJbJzWFciNF68Jdqe"],"enrUri":"enr:-L24QGR-qy-jpIlYLnF6Oik5YMglLYzcAmjkn5reMPR-hLQKH95KTGx57rzaI2fhxRSUEs6kCJViLz58UH4a24VGBKUCgmlkgnY0gmlwhKwSuXGKbXVsdGlhZGRyc5YACASsErlxBqrVAAoErBK5cQaq1t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDVIQO1KBsnmuiiXBY4-gosgxYqrd0Enby8qS4QP5tg02DdGNwgqrVg3VkcIKq14V3YWt1MgU"}'
|
||||
2025-12-29 04:27:57.534 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:27:57.534 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-29 04:27:57.534 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-29 04:27:57.535 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-29 04:27:57.536 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.186.229
|
||||
2025-12-29 04:27:57.536 DEBUG [src.node.docker_mananger] Generated ports ['16684', '16685', '16686', '16687', '16688']
|
||||
2025-12-29 04:27:57.536 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-29 04:27:57.536 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-29 04:27:57.536 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-29 04:27:57.536 DEBUG [src.node.docker_mananger] 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.186.229 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f4e03b3e4bcd09eefcd06d9be40b4c114aef908fc85681c3ecddb47d6c01b52d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16688 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGR-qy-jpIlYLnF6Oik5YMglLYzcAmjkn5reMPR-hLQKH95KTGx57rzaI2fhxRSUEs6kCJViLz58UH4a24VGBKUCgmlkgnY0gmlwhKwSuXGKbXVsdGlhZGRyc5YACASsErlxBqrVAAoErBK5cQaq1t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDVIQO1KBsnmuiiXBY4-gosgxYqrd0Enby8qS4QP5tg02DdGNwgqrVg3VkcIKq14V3YWt1MgU
|
||||
2025-12-29 04:27:57.713 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.186.229 waku 886ec80da4c080be0f7ae70027a9b494d2bde06881dd76bc195e6bf7502ae540
|
||||
2025-12-29 04:27:57.743 DEBUG [src.node.docker_mananger] Container started with ID 886ec80da4c0. Setting up logs at ./log/docker/node2_2025-12-29_04-27-56__67c96b00-9231-4f2c-9c38-8d9eda8391f1__wakuorg_nwaku:latest.log
|
||||
2025-12-29 04:27:57.743 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16684
|
||||
2025-12-29 04:27:57.744 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-29 04:27:58.744 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16684/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:58.755 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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":"READY"}]}'
|
||||
2025-12-29 04:27:58.755 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-29 04:27:58.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16684/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:58.763 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.186.229/tcp/16685/p2p/16Uiu2HAmBf9b2oHqTP2gKUx13YVX6yKLY326HQKPjMW4ArPSTgKB","/ip4/172.18.186.229/tcp/16686/ws/p2p/16Uiu2HAmBf9b2oHqTP2gKUx13YVX6yKLY326HQKPjMW4ArPSTgKB"],"enrUri":"enr:-L24QBFlLO5Tje6YUJHgYlkcRrhEpgIZrEeWPClZ9GdoiUFZR1CEgV46f2RTbhJxkR2_cEXWH1PrbZ9Vy5NwTTaPDY4CgmlkgnY0gmlwhKwSuuWKbXVsdGlhZGRyc5YACASsErrlBkEtAAoErBK65QZBLt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC8S7B3qhmwTdE-TWHCj0vlTnYuAGDkY8bCvf2XuLEtLqDdGNwgkEtg3VkcIJBL4V3YWt1MgE"}'
|
||||
2025-12-29 04:27:58.763 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-29 04:27:58.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43732/admin/v1/peers/stats" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-29 04:27:58.766 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"Sum":{"Total peers":1},"By Connectedness":{"Connected":1,"NotConnected":0,"CannotConnect":0,"CanConnect":0},"Relay peers":{"0":1,"Total relay peers":1},"Mesh peers":{"0":1,"Total mesh peers":1},"By Protocols":{"/vac/waku/relay/2.0.0":1,"/vac/waku/filter-subscribe/2.0.0-beta1":0,"/vac/waku/filter-push/2.0.0-beta1":1,"/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":1,"/vac/waku/reconciliation/1.0.0":0}}'
|
||||
2025-12-29 04:27:58.767 DEBUG [tests.rest_flags.test_admin_flags] Peer stats schema check: {'Sum': {'Total peers': 1}, 'By Connectedness': {'Connected': 1, 'NotConnected': 0, 'CannotConnect': 0, 'CanConnect': 0}, 'Relay peers': {'0': 1, 'Total relay peers': 1}, 'Mesh peers': {'0': 1, 'Total mesh peers': 1}, 'By Protocols': {'/vac/waku/relay/2.0.0': 1, '/vac/waku/filter-subscribe/2.0.0-beta1': 0, '/vac/waku/filter-push/2.0.0-beta1': 1, '/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': 1, '/vac/waku/reconciliation/1.0.0': 0}}
|
||||
2025-12-29 04:27:58.769 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-29 04:27:58.770 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-29 04:27:58.770 DEBUG [src.node.waku_node] Stopping container with id cc348a32bba3
|
||||
2025-12-29 04:27:59.289 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:27:59.291 DEBUG [src.node.waku_node] Stopping container with id 886ec80da4c0
|
||||
2025-12-29 04:27:59.798 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-29 04:27:59.800 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-29 04:27:59.807 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-29 04:27:59.813 DEBUG [src.node.docker_mananger] 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