mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-01 08:03:29 +00:00
123 lines
23 KiB
Plaintext
123 lines
23 KiB
Plaintext
2026-03-16 12:38:15.848 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-16 12:38:15.849 DEBUG [tests.conftest] Running test: test_message_relayed_while_store_node_is_stopped_and_removed with id: 2026-03-16_12-38-15__3fa98dee-c5db-452c-853b-4d8aadb8f777
|
|
2026-03-16 12:38:15.849 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-16 12:38:15.849 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-03-16 12:38:15.850 DEBUG [src.steps.store] Running fixture setup: node_setup
|
|
2026-03-16 12:38:15.858 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0
|
|
2026-03-16 12:38:15.859 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-16_12-38-15__3fa98dee-c5db-452c-853b-4d8aadb8f777__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
|
|
2026-03-16 12:38:15.859 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-16 12:38:15.859 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-16 12:38:15.862 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-16 12:38:15.863 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.60.203
|
|
2026-03-16 12:38:15.863 DEBUG [src.node.docker_mananger] Generated ports ['6882', '6883', '6884', '6885', '6886']
|
|
2026-03-16 12:38:15.863 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-16 12:38:15.863 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-16 12:38:15.864 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-16 12:38:15.864 DEBUG [src.node.docker_mananger] docker run -i -t -p 6882:6882 -p 6883:6883 -p 6884:6884 -p 6885:6885 -p 6886:6886 harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=6884 --rest-port=6882 --tcp-port=6883 --discv5-udp-port=6885 --rest-address=0.0.0.0 --nat=extip:172.18.60.203 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b30dfafd18dbfdbdf5dd9b32dbd7cf91f17159af1addf2dfc5ff4d8df83c7857 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6886 --metrics-logging=true --store=true --relay=true
|
|
2026-03-16 12:38:16.042 ERROR [src.node.docker_mananger] Max retries reached for container 66041fc63cfd. Exiting log stream.
|
|
2026-03-16 12:38:16.057 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.60.203 waku 23af7529cfc4f4499766699a5f99aa4fa518dc6441293deb51b7aa297eae9a9b
|
|
2026-03-16 12:38:16.093 DEBUG [src.node.docker_mananger] Container started with ID 23af7529cfc4. Setting up logs at ./log/docker/publishing_node1_2026-03-16_12-38-15__3fa98dee-c5db-452c-853b-4d8aadb8f777__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
|
|
2026-03-16 12:38:16.093 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0. REST: 6882
|
|
2026-03-16 12:38:16.093 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-16 12:38:16.690 ERROR [src.node.docker_mananger] Max retries reached for container dfec2cc42836. Exiting log stream.
|
|
2026-03-16 12:38:17.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6882/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-16 12:38:17.098 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-16 12:38:17.098 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-16 12:38:17.099 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6882/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-16 12:38:17.101 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.60.203/tcp/6883/p2p/16Uiu2HAmCgCbyngR7rYXPvS7Hi3t2eugU2Y9UWNSAfgBZZV6G7WB","/ip4/172.18.60.203/tcp/6884/ws/p2p/16Uiu2HAmCgCbyngR7rYXPvS7Hi3t2eugU2Y9UWNSAfgBZZV6G7WB"],"enrUri":"enr:-L24QMCiXLm7dojPcTlJ94pNT5W7TO6304YVCYRPWFlzimA4LMe_CC0qOGiUmrujb6H2k3lU5XceM-ZRAxfrq43hSR0CgmlkgnY0gmlwhKwSPMuKbXVsdGlhZGRyc5YACASsEjzLBhrjAAoErBI8ywYa5N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDAE9vhaSDXLKs968_-cTY2PDRC_INKEdI-NKdTKDZZJyDdGNwghrjg3VkcIIa5YV3YWt1MgM"}'
|
|
2026-03-16 12:38:17.101 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-16 12:38:17.109 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0
|
|
2026-03-16 12:38:17.109 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-16_12-38-15__3fa98dee-c5db-452c-853b-4d8aadb8f777__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
|
|
2026-03-16 12:38:17.109 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-16 12:38:17.109 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-16 12:38:17.111 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-16 12:38:17.111 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.146.210
|
|
2026-03-16 12:38:17.111 DEBUG [src.node.docker_mananger] Generated ports ['4774', '4775', '4776', '4777', '4778']
|
|
2026-03-16 12:38:17.111 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-16 12:38:17.111 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-16 12:38:17.111 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-16 12:38:17.112 DEBUG [src.node.docker_mananger] docker run -i -t -p 4774:4774 -p 4775:4775 -p 4776:4776 -p 4777:4777 -p 4778:4778 harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=4776 --rest-port=4774 --tcp-port=4775 --discv5-udp-port=4777 --rest-address=0.0.0.0 --nat=extip:172.18.146.210 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ba320c1bcdb637bcbe6cbc11ff2f5c8fad7f347c49f2eaea959ca97dd7be34b8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4778 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QMCiXLm7dojPcTlJ94pNT5W7TO6304YVCYRPWFlzimA4LMe_CC0qOGiUmrujb6H2k3lU5XceM-ZRAxfrq43hSR0CgmlkgnY0gmlwhKwSPMuKbXVsdGlhZGRyc5YACASsEjzLBhrjAAoErBI8ywYa5N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDAE9vhaSDXLKs968_-cTY2PDRC_INKEdI-NKdTKDZZJyDdGNwghrjg3VkcIIa5YV3YWt1MgM --storenode=/ip4/172.18.60.203/tcp/6883/p2p/16Uiu2HAmCgCbyngR7rYXPvS7Hi3t2eugU2Y9UWNSAfgBZZV6G7WB --store=true --relay=true
|
|
2026-03-16 12:38:17.305 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.146.210 waku 99aebe4ff475c9908727ae3097e705488417c8e32ff4c61d6b98fc963887aaf6
|
|
2026-03-16 12:38:17.345 DEBUG [src.node.docker_mananger] Container started with ID 99aebe4ff475. Setting up logs at ./log/docker/store_node1_2026-03-16_12-38-15__3fa98dee-c5db-452c-853b-4d8aadb8f777__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
|
|
2026-03-16 12:38:17.345 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0. REST: 4774
|
|
2026-03-16 12:38:17.345 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-16 12:38:18.347 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4774/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-16 12:38:18.350 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-16 12:38:18.350 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-16 12:38:18.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4774/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-16 12:38:18.353 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.146.210/tcp/4775/p2p/16Uiu2HAmCnHk2SS91hCkxJyf24VvcezqFaszcVFK7tt2gPhgDTy3","/ip4/172.18.146.210/tcp/4776/ws/p2p/16Uiu2HAmCnHk2SS91hCkxJyf24VvcezqFaszcVFK7tt2gPhgDTy3"],"enrUri":"enr:-L24QFB-P3VIMSN2V92JpEzqL7uErlRm0EvXRnN_G2K6hMrzVkBD7jvTEE3sjyk4-dqfMKibh29Wn7dK4rSU-Ci2JKcCgmlkgnY0gmlwhKwSktKKbXVsdGlhZGRyc5YACASsEpLSBhKnAAoErBKS0gYSqN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDAd67GVonVf4FyGHPNwk1Wm_byCPc4CX4H3fWKdMyCKqDdGNwghKng3VkcIISqYV3YWt1MgM"}'
|
|
2026-03-16 12:38:18.353 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-16 12:38:18.354 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4774/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.60.203/tcp/6883/p2p/16Uiu2HAmCgCbyngR7rYXPvS7Hi3t2eugU2Y9UWNSAfgBZZV6G7WB"]'
|
|
2026-03-16 12:38:18.356 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-16 12:38:18.356 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6882/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-16 12:38:18.359 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-16 12:38:18.359 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4774/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-16 12:38:18.361 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-16 12:38:18.363 DEBUG [src.steps.store] Relaying message
|
|
2026-03-16 12:38:18.363 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-16 12:38:18.368 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-16 12:38:18.369 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-16 12:38:18.570 DEBUG [src.steps.store] Checking that peer harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 can find the stored messages
|
|
2026-03-16 12:38:18.570 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6882/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-16 12:38:18.574 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x37b135bf97434e3ebd28c6eb4b16c29dcf3af48cce9f06b85ec8f47879b82d88"}]}'
|
|
2026-03-16 12:38:18.574 DEBUG [src.steps.store] messages length is 1
|
|
2026-03-16 12:38:18.574 DEBUG [src.steps.store] Checking that peer harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 can find the stored messages
|
|
2026-03-16 12:38:18.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4774/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-16 12:38:18.577 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x37b135bf97434e3ebd28c6eb4b16c29dcf3af48cce9f06b85ec8f47879b82d88"}]}'
|
|
2026-03-16 12:38:18.577 DEBUG [src.steps.store] messages length is 1
|
|
2026-03-16 12:38:18.578 DEBUG [src.node.waku_node] Stopping container with id 99aebe4ff475
|
|
2026-03-16 12:38:19.133 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-16 12:38:19.136 DEBUG [src.steps.store] Relaying message
|
|
2026-03-16 12:38:19.136 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-16 12:38:19.141 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-16 12:38:19.141 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-16 12:38:19.349 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0
|
|
2026-03-16 12:38:19.349 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-16_12-38-15__3fa98dee-c5db-452c-853b-4d8aadb8f777__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
|
|
2026-03-16 12:38:19.349 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-16 12:38:19.349 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-16 12:38:19.351 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-16 12:38:19.351 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.58.183
|
|
2026-03-16 12:38:19.351 DEBUG [src.node.docker_mananger] Generated ports ['47580', '47581', '47582', '47583', '47584']
|
|
2026-03-16 12:38:19.351 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-16 12:38:19.351 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-16 12:38:19.351 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-16 12:38:19.351 DEBUG [src.node.docker_mananger] docker run -i -t -p 47580:47580 -p 47581:47581 -p 47582:47582 -p 47583:47583 -p 47584:47584 harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=47582 --rest-port=47580 --tcp-port=47581 --discv5-udp-port=47583 --rest-address=0.0.0.0 --nat=extip:172.18.58.183 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0289d8fc04d55caa665dc595bfaf562cedf5fb4ac69de94d0cf6e9de2d19f86b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47584 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QMCiXLm7dojPcTlJ94pNT5W7TO6304YVCYRPWFlzimA4LMe_CC0qOGiUmrujb6H2k3lU5XceM-ZRAxfrq43hSR0CgmlkgnY0gmlwhKwSPMuKbXVsdGlhZGRyc5YACASsEjzLBhrjAAoErBI8ywYa5N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDAE9vhaSDXLKs968_-cTY2PDRC_INKEdI-NKdTKDZZJyDdGNwghrjg3VkcIIa5YV3YWt1MgM --storenode=/ip4/172.18.60.203/tcp/6883/p2p/16Uiu2HAmCgCbyngR7rYXPvS7Hi3t2eugU2Y9UWNSAfgBZZV6G7WB --store=false --relay=true
|
|
2026-03-16 12:38:19.547 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.58.183 waku cecc60775d924a93f38d02ec8e6ac5b92127a413b7322ddfd0626f11cca84715
|
|
2026-03-16 12:38:19.584 DEBUG [src.node.docker_mananger] Container started with ID cecc60775d92. Setting up logs at ./log/docker/store_node1_2026-03-16_12-38-15__3fa98dee-c5db-452c-853b-4d8aadb8f777__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
|
|
2026-03-16 12:38:19.585 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0. REST: 47580
|
|
2026-03-16 12:38:19.586 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-16 12:38:19.947 ERROR [src.node.docker_mananger] Max retries reached for container 99aebe4ff475. Exiting log stream.
|
|
2026-03-16 12:38:20.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47580/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-16 12:38:20.597 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-16 12:38:20.600 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-16 12:38:20.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47580/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-16 12:38:20.624 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.58.183/tcp/47581/p2p/16Uiu2HAm7vuhFkMZDftojNV1wZqBbmVGPhKYyrx6KVt16s7FmVjo","/ip4/172.18.58.183/tcp/47582/ws/p2p/16Uiu2HAm7vuhFkMZDftojNV1wZqBbmVGPhKYyrx6KVt16s7FmVjo"],"enrUri":"enr:-L24QItabHpgX0qZP3S20YpRaFE82jVD6OPJkJMJM9IboHfSElIT81Ls9AVprN2BvQA0LU5IZ7cvKOLexB_8ddBXOYUCgmlkgnY0gmlwhKwSOreKbXVsdGlhZGRyc5YACASsEjq3BrndAAoErBI6twa53t0DgnJzhQADAQAAiXNlY3AyNTZrMaECucmYEVzTyoDVnYrBU6O94e8yMcHGp7loXtHrdqng_CKDdGNwgrndg3VkcIK534V3YWt1MgE"}'
|
|
2026-03-16 12:38:20.626 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-16 12:38:20.626 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47580/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.60.203/tcp/6883/p2p/16Uiu2HAmCgCbyngR7rYXPvS7Hi3t2eugU2Y9UWNSAfgBZZV6G7WB"]'
|
|
2026-03-16 12:38:20.630 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-16 12:38:20.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47580/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-16 12:38:20.634 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-16 12:38:20.634 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-16 12:38:20.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47580/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-16 12:38:20.637 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.58.183/tcp/47581/p2p/16Uiu2HAm7vuhFkMZDftojNV1wZqBbmVGPhKYyrx6KVt16s7FmVjo","/ip4/172.18.58.183/tcp/47582/ws/p2p/16Uiu2HAm7vuhFkMZDftojNV1wZqBbmVGPhKYyrx6KVt16s7FmVjo"],"enrUri":"enr:-L24QItabHpgX0qZP3S20YpRaFE82jVD6OPJkJMJM9IboHfSElIT81Ls9AVprN2BvQA0LU5IZ7cvKOLexB_8ddBXOYUCgmlkgnY0gmlwhKwSOreKbXVsdGlhZGRyc5YACASsEjq3BrndAAoErBI6twa53t0DgnJzhQADAQAAiXNlY3AyNTZrMaECucmYEVzTyoDVnYrBU6O94e8yMcHGp7loXtHrdqng_CKDdGNwgrndg3VkcIK534V3YWt1MgE"}'
|
|
2026-03-16 12:38:20.637 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-16 12:38:20.637 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47580/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.60.203/tcp/6883/p2p/16Uiu2HAmCgCbyngR7rYXPvS7Hi3t2eugU2Y9UWNSAfgBZZV6G7WB"]'
|
|
2026-03-16 12:38:20.640 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-16 12:38:20.640 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47580/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-16 12:38:20.642 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-16 12:38:20.643 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-16 12:38:21.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6882/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-16 12:38:21.646 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x37b135bf97434e3ebd28c6eb4b16c29dcf3af48cce9f06b85ec8f47879b82d88"},{"messageHash":"0x17a3c59cea945254621bdfe924fe59c8a9f022fda653953f72b3c976037b56c3"}]}'
|
|
2026-03-16 12:38:21.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47580/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-16 12:38:21.656 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"3814687e201bae2e98b6","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x37b135bf97434e3ebd28c6eb4b16c29dcf3af48cce9f06b85ec8f47879b82d88"},{"messageHash":"0x17a3c59cea945254621bdfe924fe59c8a9f022fda653953f72b3c976037b56c3"}]}'
|
|
2026-03-16 12:38:21.658 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-16 12:38:21.659 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-16 12:38:21.660 DEBUG [src.node.waku_node] Stopping container with id 23af7529cfc4
|
|
2026-03-16 12:38:22.274 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-16 12:38:22.275 DEBUG [src.node.waku_node] Stopping container with id cecc60775d92
|
|
2026-03-16 12:38:22.869 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-16 12:38:22.870 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-16 12:38:22.879 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-16 12:38:22.885 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-16 12:38:22.890 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|