mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-18 09:43:24 +00:00
101 lines
19 KiB
Plaintext
101 lines
19 KiB
Plaintext
2026-03-05 15:12:29.754 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-05 15:12:29.754 DEBUG [tests.conftest] Running test: test_message_relayed_while_store_node_is_paused with id: 2026-03-05_15-12-29__3557d5c8-23f7-4e22-9b8b-05a0c5f3f491
|
|
2026-03-05 15:12:29.754 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-05 15:12:29.755 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-03-05 15:12:29.755 DEBUG [src.steps.store] Running fixture setup: node_setup
|
|
2026-03-05 15:12:29.763 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:12:29.763 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-05_15-12-29__3557d5c8-23f7-4e22-9b8b-05a0c5f3f491__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:12:29.763 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:12:29.764 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:12:29.765 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:12:29.765 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.243.37
|
|
2026-03-05 15:12:29.766 DEBUG [src.node.docker_mananger] Generated ports ['28712', '28713', '28714', '28715', '28716']
|
|
2026-03-05 15:12:29.766 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:12:29.766 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:12:29.766 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:12:29.766 DEBUG [src.node.docker_mananger] docker run -i -t -p 28712:28712 -p 28713:28713 -p 28714:28714 -p 28715:28715 -p 28716:28716 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=28714 --rest-port=28712 --tcp-port=28713 --discv5-udp-port=28715 --rest-address=0.0.0.0 --nat=extip:172.18.243.37 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ba202ebeb42c71f8fe93efc6c57ac9f4dbf2cb26dda4cc8fd7ae1aae8fc51ad3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28716 --metrics-logging=true --store=true --relay=true
|
|
2026-03-05 15:12:29.860 ERROR [src.node.docker_mananger] Max retries reached for container 3c94e400a4fb. Exiting log stream.
|
|
2026-03-05 15:12:29.975 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.243.37 waku 86517bd7688903fa3168e86bf7bb1a29e3771f49cb438d9d4b93d5e7891c3365
|
|
2026-03-05 15:12:30.017 DEBUG [src.node.docker_mananger] Container started with ID 86517bd76889. Setting up logs at ./log/docker/publishing_node1_2026-03-05_15-12-29__3557d5c8-23f7-4e22-9b8b-05a0c5f3f491__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:12:30.019 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 28712
|
|
2026-03-05 15:12:30.021 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:12:30.523 ERROR [src.node.docker_mananger] Max retries reached for container bdc6888745e5. Exiting log stream.
|
|
2026-03-05 15:12:31.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28712/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:12:31.025 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-05 15:12:31.025 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:12:31.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28712/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:12:31.028 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.243.37/tcp/28713/p2p/16Uiu2HAmRKAf1Hx1d4R6xKqpbX1admE9mJAk9NLytJBSUt7czoB6","/ip4/172.18.243.37/tcp/28714/ws/p2p/16Uiu2HAmRKAf1Hx1d4R6xKqpbX1admE9mJAk9NLytJBSUt7czoB6"],"enrUri":"enr:-L24QLMECV2lmuzHAyElBcweTUyVwdrnvuAgkWi9U5htIbzvBuz29V2oD206lCCgSXxtQV5SO2M5ESF8VRrbegwrK_0CgmlkgnY0gmlwhKwS8yWKbXVsdGlhZGRyc5YACASsEvMlBnApAAoErBLzJQZwKt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDvBP3XVnmSSYmxfwY1VUd9KbXtkbNIgF528gfh9Mqj9mDdGNwgnApg3VkcIJwK4V3YWt1MgM"}'
|
|
2026-03-05 15:12:31.028 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:12:31.036 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:12:31.036 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-05_15-12-29__3557d5c8-23f7-4e22-9b8b-05a0c5f3f491__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:12:31.036 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:12:31.036 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:12:31.038 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:12:31.038 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.167.167
|
|
2026-03-05 15:12:31.038 DEBUG [src.node.docker_mananger] Generated ports ['41567', '41568', '41569', '41570', '41571']
|
|
2026-03-05 15:12:31.038 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:12:31.038 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:12:31.038 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:12:31.039 DEBUG [src.node.docker_mananger] docker run -i -t -p 41567:41567 -p 41568:41568 -p 41569:41569 -p 41570:41570 -p 41571:41571 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=41569 --rest-port=41567 --tcp-port=41568 --discv5-udp-port=41570 --rest-address=0.0.0.0 --nat=extip:172.18.167.167 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dd7f837f9a518597ad64ecdb7fe0bb75bdebc8dbc9ebda5bfcc3fdfddf0f4fe0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41571 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QLMECV2lmuzHAyElBcweTUyVwdrnvuAgkWi9U5htIbzvBuz29V2oD206lCCgSXxtQV5SO2M5ESF8VRrbegwrK_0CgmlkgnY0gmlwhKwS8yWKbXVsdGlhZGRyc5YACASsEvMlBnApAAoErBLzJQZwKt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDvBP3XVnmSSYmxfwY1VUd9KbXtkbNIgF528gfh9Mqj9mDdGNwgnApg3VkcIJwK4V3YWt1MgM --storenode=/ip4/172.18.243.37/tcp/28713/p2p/16Uiu2HAmRKAf1Hx1d4R6xKqpbX1admE9mJAk9NLytJBSUt7czoB6 --store=true --relay=true
|
|
2026-03-05 15:12:31.267 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.167.167 waku eb54fb1d87165304c6fe58f150be9533033bb20a7d5160f19cc02625eb55275e
|
|
2026-03-05 15:12:31.301 DEBUG [src.node.docker_mananger] Container started with ID eb54fb1d8716. Setting up logs at ./log/docker/store_node1_2026-03-05_15-12-29__3557d5c8-23f7-4e22-9b8b-05a0c5f3f491__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:12:31.302 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 41567
|
|
2026-03-05 15:12:31.303 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:12:32.304 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41567/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:12:32.307 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-05 15:12:32.307 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:12:32.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41567/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:12:32.310 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.167.167/tcp/41568/p2p/16Uiu2HAkuv83PXrey2HErK8BvZ6NZMQCfQQ57MYAur3gTT79rogE","/ip4/172.18.167.167/tcp/41569/ws/p2p/16Uiu2HAkuv83PXrey2HErK8BvZ6NZMQCfQQ57MYAur3gTT79rogE"],"enrUri":"enr:-L24QL_w80jI9cpRtUIfzZ9NJi5p41UT9Qjq3CWUeiqx-49bcn0_tLoCii3dVP0WlKn6bbE4ap7fv_Pj1fB5YVm4m-8CgmlkgnY0gmlwhKwSp6eKbXVsdGlhZGRyc5YACASsEqenBqJgAAoErBKnpwaiYd0DgnJzhQADAQAAiXNlY3AyNTZrMaECB0m7JejNPk5-_F2oWMaG9IIYnV19fnssZmhFpBKME8ODdGNwgqJgg3VkcIKiYoV3YWt1MgM"}'
|
|
2026-03-05 15:12:32.310 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:12:32.311 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41567/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.243.37/tcp/28713/p2p/16Uiu2HAmRKAf1Hx1d4R6xKqpbX1admE9mJAk9NLytJBSUt7czoB6"]'
|
|
2026-03-05 15:12:32.314 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:12:32.314 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28712/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-05 15:12:32.317 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:12:32.317 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41567/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-05 15:12:32.320 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:12:32.321 DEBUG [src.steps.store] Relaying message
|
|
2026-03-05 15:12:32.321 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28712/relay/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-05 15:12:32.327 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:12:32.327 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-05 15:12:32.529 DEBUG [src.steps.store] Checking that peer harbor.status.im/wakuorg/nwaku:v0.38.0-beta can find the stored messages
|
|
2026-03-05 15:12:32.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28712/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:12:32.532 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x910c27f365a8cd0e2ea46204c277471afde93eabe13386fefaeb0e0c9ed86cb5"}]}'
|
|
2026-03-05 15:12:32.532 DEBUG [src.steps.store] messages length is 1
|
|
2026-03-05 15:12:32.533 DEBUG [src.steps.store] Checking that peer harbor.status.im/wakuorg/nwaku:v0.38.0-beta can find the stored messages
|
|
2026-03-05 15:12:32.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41567/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:12:32.536 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x910c27f365a8cd0e2ea46204c277471afde93eabe13386fefaeb0e0c9ed86cb5"}]}'
|
|
2026-03-05 15:12:32.536 DEBUG [src.steps.store] messages length is 1
|
|
2026-03-05 15:12:32.536 DEBUG [src.node.waku_node] Pausing container with id eb54fb1d8716
|
|
2026-03-05 15:12:32.547 DEBUG [src.steps.store] Relaying message
|
|
2026-03-05 15:12:32.547 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28712/relay/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-05 15:12:32.553 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:12:32.553 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-05 15:12:32.753 DEBUG [src.node.waku_node] Unpause container with id eb54fb1d8716
|
|
2026-03-05 15:12:32.764 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41567/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:12:32.767 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-05 15:12:32.767 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:12:32.767 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41567/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:12:32.770 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.167.167/tcp/41568/p2p/16Uiu2HAkuv83PXrey2HErK8BvZ6NZMQCfQQ57MYAur3gTT79rogE","/ip4/172.18.167.167/tcp/41569/ws/p2p/16Uiu2HAkuv83PXrey2HErK8BvZ6NZMQCfQQ57MYAur3gTT79rogE"],"enrUri":"enr:-L24QL_w80jI9cpRtUIfzZ9NJi5p41UT9Qjq3CWUeiqx-49bcn0_tLoCii3dVP0WlKn6bbE4ap7fv_Pj1fB5YVm4m-8CgmlkgnY0gmlwhKwSp6eKbXVsdGlhZGRyc5YACASsEqenBqJgAAoErBKnpwaiYd0DgnJzhQADAQAAiXNlY3AyNTZrMaECB0m7JejNPk5-_F2oWMaG9IIYnV19fnssZmhFpBKME8ODdGNwgqJgg3VkcIKiYoV3YWt1MgM"}'
|
|
2026-03-05 15:12:32.770 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:12:32.771 DEBUG [src.steps.store] Checking that peer harbor.status.im/wakuorg/nwaku:v0.38.0-beta can find the stored messages
|
|
2026-03-05 15:12:32.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28712/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:12:32.774 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x910c27f365a8cd0e2ea46204c277471afde93eabe13386fefaeb0e0c9ed86cb5"},{"messageHash":"0xa3ae4265b5c195b8f2c327ad2bbbec9f79ecbb6092c7b1c73ded8660ee26d50f"}]}'
|
|
2026-03-05 15:12:32.774 DEBUG [src.steps.store] messages length is 2
|
|
2026-03-05 15:12:32.775 DEBUG [src.steps.store] Checking that peer harbor.status.im/wakuorg/nwaku:v0.38.0-beta can find the stored messages
|
|
2026-03-05 15:12:32.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41567/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:12:32.778 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x910c27f365a8cd0e2ea46204c277471afde93eabe13386fefaeb0e0c9ed86cb5"},{"messageHash":"0xa3ae4265b5c195b8f2c327ad2bbbec9f79ecbb6092c7b1c73ded8660ee26d50f"}]}'
|
|
2026-03-05 15:12:32.778 DEBUG [src.steps.store] messages length is 2
|
|
2026-03-05 15:12:32.779 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28712/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:12:32.782 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x910c27f365a8cd0e2ea46204c277471afde93eabe13386fefaeb0e0c9ed86cb5"},{"messageHash":"0xa3ae4265b5c195b8f2c327ad2bbbec9f79ecbb6092c7b1c73ded8660ee26d50f"}]}'
|
|
2026-03-05 15:12:32.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41567/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:12:32.785 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x910c27f365a8cd0e2ea46204c277471afde93eabe13386fefaeb0e0c9ed86cb5"},{"messageHash":"0xa3ae4265b5c195b8f2c327ad2bbbec9f79ecbb6092c7b1c73ded8660ee26d50f"}]}'
|
|
2026-03-05 15:12:32.787 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-05 15:12:32.789 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-05 15:12:32.789 DEBUG [src.node.waku_node] Stopping container with id 86517bd76889
|
|
2026-03-05 15:12:33.372 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:12:33.372 DEBUG [src.node.waku_node] Stopping container with id eb54fb1d8716
|
|
2026-03-05 15:12:34.014 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:12:34.017 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-05 15:12:34.023 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 15:12:34.029 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|