mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-02 14:03:08 +00:00
145 lines
26 KiB
Plaintext
145 lines
26 KiB
Plaintext
2026-01-02 04:23:25.095 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-01-02 04:23:25.096 DEBUG [tests.conftest] Running test: test_sync_nodes_have_store_true with id: 2026-01-02_04-23-25__78b76bd0-9867-4137-9afd-db25e288b90f
|
|
2026-01-02 04:23:25.096 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-01-02 04:23:25.102 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-02 04:23:25.103 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-23-25__78b76bd0-9867-4137-9afd-db25e288b90f__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:23:25.108 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-02 04:23:25.108 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-23-25__78b76bd0-9867-4137-9afd-db25e288b90f__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:23:25.113 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-02 04:23:25.113 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-02_04-23-25__78b76bd0-9867-4137-9afd-db25e288b90f__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:23:25.114 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-01-02 04:23:25.114 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-02 04:23:25.115 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-02 04:23:25.116 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-02 04:23:25.116 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.46.219
|
|
2026-01-02 04:23:25.116 DEBUG [src.node.docker_mananger] Generated ports ['63186', '63187', '63188', '63189', '63190']
|
|
2026-01-02 04:23:25.116 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-02 04:23:25.117 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-02 04:23:25.117 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-02 04:23:25.117 DEBUG [src.node.docker_mananger] docker run -i -t -p 63186:63186 -p 63187:63187 -p 63188:63188 -p 63189:63189 -p 63190:63190 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=63188 --rest-port=63186 --tcp-port=63187 --discv5-udp-port=63189 --rest-address=0.0.0.0 --nat=extip:172.18.46.219 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b0bcfe4a97fe4bd1da66116ef50df6deddecfc0fabc93350ccf56d4d88cc22de --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63190 --metrics-logging=true --store=true --relay=true
|
|
2026-01-02 04:23:25.294 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.46.219 waku baa63942a5bddd971ce02d1cfe139a5830185c8a6c2617e88023c9a8b64665e6
|
|
2026-01-02 04:23:25.324 DEBUG [src.node.docker_mananger] Container started with ID baa63942a5bd. Setting up logs at ./log/docker/node1_2026-01-02_04-23-25__78b76bd0-9867-4137-9afd-db25e288b90f__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:23:25.325 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 63186
|
|
2026-01-02 04:23:25.326 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-02 04:23:25.391 ERROR [src.node.docker_mananger] Max retries reached for container c53fc70bff3a. Exiting log stream.
|
|
2026-01-02 04:23:25.876 ERROR [src.node.docker_mananger] Max retries reached for container 74d89c76a41c. Exiting log stream.
|
|
2026-01-02 04:23:26.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63186/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:23:26.329 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"}]}'
|
|
2026-01-02 04:23:26.330 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-02 04:23:26.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63186/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:23:26.332 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.46.219/tcp/63187/p2p/16Uiu2HAmDN87dQFF7WW7XNCEoW61f1GhbiThf5G51D7VNRJ5jaXu","/ip4/172.18.46.219/tcp/63188/ws/p2p/16Uiu2HAmDN87dQFF7WW7XNCEoW61f1GhbiThf5G51D7VNRJ5jaXu"],"enrUri":"enr:-L24QOfupQDjduUhehjNJ_JFUAMAGrpVJalGzViGZdu-ztz1E6qg-VhbMJ9M0LB_3lYi9JdvbpzOZoM2boLoYtlEwcwCgmlkgnY0gmlwhKwSLtuKbXVsdGlhZGRyc5YACASsEi7bBvbTAAoErBIu2wb21N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDComXrEMWiBJ1QxGwR8o4_ixHsIJV1_ljjPrnmzX-YZSDdGNwgvbTg3VkcIL21YV3YWt1MgM"}'
|
|
2026-01-02 04:23:26.332 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-02 04:23:26.332 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-02 04:23:26.333 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-02 04:23:26.334 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-02 04:23:26.334 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.224.164
|
|
2026-01-02 04:23:26.334 DEBUG [src.node.docker_mananger] Generated ports ['27244', '27245', '27246', '27247', '27248']
|
|
2026-01-02 04:23:26.334 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-02 04:23:26.334 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-02 04:23:26.335 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-02 04:23:26.335 DEBUG [src.node.docker_mananger] docker run -i -t -p 27244:27244 -p 27245:27245 -p 27246:27246 -p 27247:27247 -p 27248:27248 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=27246 --rest-port=27244 --tcp-port=27245 --discv5-udp-port=27247 --rest-address=0.0.0.0 --nat=extip:172.18.224.164 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a473782a19eb4d8a8f877f862e3afa5141e926d57fe7ce1af8cbfddbafe662da --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27248 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QOfupQDjduUhehjNJ_JFUAMAGrpVJalGzViGZdu-ztz1E6qg-VhbMJ9M0LB_3lYi9JdvbpzOZoM2boLoYtlEwcwCgmlkgnY0gmlwhKwSLtuKbXVsdGlhZGRyc5YACASsEi7bBvbTAAoErBIu2wb21N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDComXrEMWiBJ1QxGwR8o4_ixHsIJV1_ljjPrnmzX-YZSDdGNwgvbTg3VkcIL21YV3YWt1MgM
|
|
2026-01-02 04:23:26.523 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.224.164 waku f666c16b5a4c2bb6910222a8c2a007aaaab2a024892f7fe04ffbceb0a9c65c5a
|
|
2026-01-02 04:23:26.557 DEBUG [src.node.docker_mananger] Container started with ID f666c16b5a4c. Setting up logs at ./log/docker/node2_2026-01-02_04-23-25__78b76bd0-9867-4137-9afd-db25e288b90f__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:23:26.557 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27244
|
|
2026-01-02 04:23:26.558 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-02 04:23:27.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27244/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:23:27.563 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"}]}'
|
|
2026-01-02 04:23:27.563 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-02 04:23:27.563 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27244/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:23:27.565 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.224.164/tcp/27245/p2p/16Uiu2HAmBUWBwXLKDWidS748qpwSaQMqnzE5o3KHe3R7KVUFVPwo","/ip4/172.18.224.164/tcp/27246/ws/p2p/16Uiu2HAmBUWBwXLKDWidS748qpwSaQMqnzE5o3KHe3R7KVUFVPwo"],"enrUri":"enr:-L24QJFrPCfBnFPyPQYboxlSQEMR6Wg6zvhO0OhLK68-BfQmLtKbrctaQt5-Soh5bnIXR8wQwI0pKKLdl_8B8z7Vj3ACgmlkgnY0gmlwhKwS4KSKbXVsdGlhZGRyc5YACASsEuCkBmptAAoErBLgpAZqbt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC7nSpu_I0s-uEqPVPMp-yD8hsdJWNZPhKV4EUrJrf2qKDdGNwgmptg3VkcIJqb4V3YWt1MhM"}'
|
|
2026-01-02 04:23:27.566 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-02 04:23:27.566 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-02 04:23:27.566 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-02 04:23:27.567 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-02 04:23:27.568 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.215.121
|
|
2026-01-02 04:23:27.568 DEBUG [src.node.docker_mananger] Generated ports ['28630', '28631', '28632', '28633', '28634']
|
|
2026-01-02 04:23:27.568 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-02 04:23:27.568 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-02 04:23:27.568 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-02 04:23:27.568 DEBUG [src.node.docker_mananger] docker run -i -t -p 28630:28630 -p 28631:28631 -p 28632:28632 -p 28633:28633 -p 28634:28634 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=28632 --rest-port=28630 --tcp-port=28631 --discv5-udp-port=28633 --rest-address=0.0.0.0 --nat=extip:172.18.215.121 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9a0dc6fa484d41acff3e6be8dc4decf1de7f2dd1ce0ffacfb0ae9a66ac48f395 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28634 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJFrPCfBnFPyPQYboxlSQEMR6Wg6zvhO0OhLK68-BfQmLtKbrctaQt5-Soh5bnIXR8wQwI0pKKLdl_8B8z7Vj3ACgmlkgnY0gmlwhKwS4KSKbXVsdGlhZGRyc5YACASsEuCkBmptAAoErBLgpAZqbt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC7nSpu_I0s-uEqPVPMp-yD8hsdJWNZPhKV4EUrJrf2qKDdGNwgmptg3VkcIJqb4V3YWt1MhM
|
|
2026-01-02 04:23:27.774 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.215.121 waku a1cb2cb6564ee5f382af4089c9095663acc634c01ca84ed934147f581a6c1044
|
|
2026-01-02 04:23:27.804 DEBUG [src.node.docker_mananger] Container started with ID a1cb2cb6564e. Setting up logs at ./log/docker/node3_2026-01-02_04-23-25__78b76bd0-9867-4137-9afd-db25e288b90f__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:23:27.805 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 28630
|
|
2026-01-02 04:23:27.805 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-02 04:23:28.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28630/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:23:28.810 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"}]}'
|
|
2026-01-02 04:23:28.810 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-02 04:23:28.811 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28630/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:23:28.813 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.215.121/tcp/28631/p2p/16Uiu2HAmNMpnReuW7nooWYtZwQME6QEsM3QfT3viffS71zLC9qU1","/ip4/172.18.215.121/tcp/28632/ws/p2p/16Uiu2HAmNMpnReuW7nooWYtZwQME6QEsM3QfT3viffS71zLC9qU1"],"enrUri":"enr:-L24QA46R9rn5xhd73tCIBFF8oefTbpDgYHyZm48T4_efnnQZV8tzPCezd-myq9v8FH1C3ETB_fYY2j8ocW5RI2iESkCgmlkgnY0gmlwhKwS13mKbXVsdGlhZGRyc5YACASsEtd5Bm_XAAoErBLXeQZv2N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDkC8tsfb1hw0ulcAIB4k2BHH9Ene4ZpSVqws-uHe4ZO6DdGNwgm_Xg3VkcIJv2YV3YWt1MhM"}'
|
|
2026-01-02 04:23:28.813 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-02 04:23:28.813 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27244/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.46.219/tcp/63187/p2p/16Uiu2HAmDN87dQFF7WW7XNCEoW61f1GhbiThf5G51D7VNRJ5jaXu"]'
|
|
2026-01-02 04:23:28.816 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:23:28.817 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28630/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.224.164/tcp/27245/p2p/16Uiu2HAmBUWBwXLKDWidS748qpwSaQMqnzE5o3KHe3R7KVUFVPwo"]'
|
|
2026-01-02 04:23:28.846 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:23:28.848 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63186/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-01-02 04:23:28.856 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:23:28.856 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27244/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-01-02 04:23:28.864 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:23:28.864 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28630/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-01-02 04:23:28.866 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:23:28.867 DEBUG [src.steps.store] Relaying message
|
|
2026-01-02 04:23:28.867 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63186/relay/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-01-02 04:23:28.872 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:23:28.872 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-01-02 04:23:29.073 DEBUG [src.steps.store] Relaying message
|
|
2026-01-02 04:23:29.073 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63186/relay/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-01-02 04:23:29.078 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:23:29.079 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-01-02 04:23:29.281 DEBUG [src.steps.store] Relaying message
|
|
2026-01-02 04:23:29.281 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63186/relay/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-01-02 04:23:29.286 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:23:29.287 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-01-02 04:23:29.487 DEBUG [src.steps.store] Relaying message
|
|
2026-01-02 04:23:29.488 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63186/relay/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-01-02 04:23:29.493 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:23:29.494 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-01-02 04:23:29.695 DEBUG [src.steps.store] Relaying message
|
|
2026-01-02 04:23:29.696 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63186/relay/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-01-02 04:23:29.702 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:23:29.702 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-01-02 04:23:29.903 DEBUG [src.steps.store] Relaying message
|
|
2026-01-02 04:23:29.903 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63186/relay/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-01-02 04:23:29.908 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:23:29.909 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-01-02 04:23:30.110 DEBUG [src.steps.store] Relaying message
|
|
2026-01-02 04:23:30.111 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63186/relay/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-01-02 04:23:30.118 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:23:30.119 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-01-02 04:23:30.320 DEBUG [src.steps.store] Relaying message
|
|
2026-01-02 04:23:30.320 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63186/relay/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-01-02 04:23:30.325 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:23:30.326 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-01-02 04:23:30.528 DEBUG [src.steps.store] Relaying message
|
|
2026-01-02 04:23:30.528 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63186/relay/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-01-02 04:23:30.534 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:23:30.535 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-01-02 04:23:30.736 DEBUG [src.steps.store] Relaying message
|
|
2026-01-02 04:23:30.736 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63186/relay/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-01-02 04:23:30.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:23:30.743 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-01-02 04:23:30.946 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
|
2026-01-02 04:23:30.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63186/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:23:30.949 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe0c0bd4bdd287e8000db7993606c8cf36671a8d51a4b237eb11f9c222843cd02"},{"messageHash":"0x911685fff4ebae32eb7e0b9ef86a97bba28d75d049ad6268b7302891cf204848"},{"messageHash":"0x809df6ef9ced2e61b4f871c884e867ad5e7094ef46b549a5a007b3e78adefd74"},{"messageHash":"0x8e6983ef59ccba58e0740b59a6a46241627ee3f33732e5d3ac400e5d794f20f8"},{"messageHash":"0xa42526cbdec79df59a8f1a6dff4d3d6d833ddb72921c18bfb14855cc1459500b"},{"messageHash":"0x418a02829579a0a3913d2260a3c02e38b72d58e68a43222baa0d6927ac902311"},{"messageHash":"0x36a72abb12104d28d35a3f3cf9721fe85ac6d16df3afe1ea5897725549294f90"},{"messageHash":"0xae02b2a5118642297ab874a3d070992f6d1b4f05279d7d2efcaa12e0cf57e511"},{"messageHash":"0x851c925f3cb98adf379b61e9326ad2bb9f4f9ec12d0d4207c458369a2e011af1"},{"messageHash":"0x60daababf70edcc35ed5cc00bcf393ffef614969d4200402f53899a7aa3d418d"}]}'
|
|
2026-01-02 04:23:30.950 DEBUG [src.steps.store] messages length is 10
|
|
2026-01-02 04:23:30.951 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
|
2026-01-02 04:23:30.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27244/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:23:30.954 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe0c0bd4bdd287e8000db7993606c8cf36671a8d51a4b237eb11f9c222843cd02"},{"messageHash":"0x911685fff4ebae32eb7e0b9ef86a97bba28d75d049ad6268b7302891cf204848"},{"messageHash":"0x809df6ef9ced2e61b4f871c884e867ad5e7094ef46b549a5a007b3e78adefd74"},{"messageHash":"0x8e6983ef59ccba58e0740b59a6a46241627ee3f33732e5d3ac400e5d794f20f8"},{"messageHash":"0xa42526cbdec79df59a8f1a6dff4d3d6d833ddb72921c18bfb14855cc1459500b"},{"messageHash":"0x418a02829579a0a3913d2260a3c02e38b72d58e68a43222baa0d6927ac902311"},{"messageHash":"0x36a72abb12104d28d35a3f3cf9721fe85ac6d16df3afe1ea5897725549294f90"},{"messageHash":"0xae02b2a5118642297ab874a3d070992f6d1b4f05279d7d2efcaa12e0cf57e511"},{"messageHash":"0x851c925f3cb98adf379b61e9326ad2bb9f4f9ec12d0d4207c458369a2e011af1"},{"messageHash":"0x60daababf70edcc35ed5cc00bcf393ffef614969d4200402f53899a7aa3d418d"}]}'
|
|
2026-01-02 04:23:30.954 DEBUG [src.steps.store] messages length is 10
|
|
2026-01-02 04:23:30.955 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
|
2026-01-02 04:23:30.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28630/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:23:30.958 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe0c0bd4bdd287e8000db7993606c8cf36671a8d51a4b237eb11f9c222843cd02"},{"messageHash":"0x911685fff4ebae32eb7e0b9ef86a97bba28d75d049ad6268b7302891cf204848"},{"messageHash":"0x809df6ef9ced2e61b4f871c884e867ad5e7094ef46b549a5a007b3e78adefd74"},{"messageHash":"0x8e6983ef59ccba58e0740b59a6a46241627ee3f33732e5d3ac400e5d794f20f8"},{"messageHash":"0xa42526cbdec79df59a8f1a6dff4d3d6d833ddb72921c18bfb14855cc1459500b"},{"messageHash":"0x418a02829579a0a3913d2260a3c02e38b72d58e68a43222baa0d6927ac902311"},{"messageHash":"0x36a72abb12104d28d35a3f3cf9721fe85ac6d16df3afe1ea5897725549294f90"},{"messageHash":"0xae02b2a5118642297ab874a3d070992f6d1b4f05279d7d2efcaa12e0cf57e511"},{"messageHash":"0x851c925f3cb98adf379b61e9326ad2bb9f4f9ec12d0d4207c458369a2e011af1"},{"messageHash":"0x60daababf70edcc35ed5cc00bcf393ffef614969d4200402f53899a7aa3d418d"}]}'
|
|
2026-01-02 04:23:30.958 DEBUG [src.steps.store] messages length is 10
|
|
2026-01-02 04:23:30.961 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-01-02 04:23:30.962 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-01-02 04:23:30.962 DEBUG [src.node.waku_node] Stopping container with id baa63942a5bd
|
|
2026-01-02 04:23:31.522 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-02 04:23:31.524 DEBUG [src.node.waku_node] Stopping container with id f666c16b5a4c
|
|
2026-01-02 04:23:32.097 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-02 04:23:32.099 DEBUG [src.node.waku_node] Stopping container with id a1cb2cb6564e
|
|
2026-01-02 04:23:32.376 ERROR [src.node.docker_mananger] Max retries reached for container baa63942a5bd. Exiting log stream.
|
|
2026-01-02 04:23:32.638 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-02 04:23:32.639 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-01-02 04:23:32.658 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-01-02 04:23:32.680 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-01-02 04:23:32.690 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|