mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-08 17:03:12 +00:00
141 lines
26 KiB
Plaintext
141 lines
26 KiB
Plaintext
2025-12-18 04:17:54.704 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-18 04:17:54.705 DEBUG [tests.conftest] Running test: test_sync_nodes_are_not_relay_and_have_storenode_set with id: 2025-12-18_04-17-54__020f7a6a-5281-409f-9e07-282d52caf211
|
|
2025-12-18 04:17:54.705 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-18 04:17:54.712 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-18 04:17:54.712 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-18_04-17-54__020f7a6a-5281-409f-9e07-282d52caf211__wakuorg_nwaku:latest.log
|
|
2025-12-18 04:17:54.717 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-18 04:17:54.718 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-18_04-17-54__020f7a6a-5281-409f-9e07-282d52caf211__wakuorg_nwaku:latest.log
|
|
2025-12-18 04:17:54.723 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-18 04:17:54.723 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-18_04-17-54__020f7a6a-5281-409f-9e07-282d52caf211__wakuorg_nwaku:latest.log
|
|
2025-12-18 04:17:54.724 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2025-12-18 04:17:54.724 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-18 04:17:54.725 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-18 04:17:54.726 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-18 04:17:54.726 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.214.163
|
|
2025-12-18 04:17:54.726 DEBUG [src.node.docker_mananger] Generated ports ['11137', '11138', '11139', '11140', '11141']
|
|
2025-12-18 04:17:54.726 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-18 04:17:54.726 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-18 04:17:54.727 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-18 04:17:54.727 DEBUG [src.node.docker_mananger] docker run -i -t -p 11137:11137 -p 11138:11138 -p 11139:11139 -p 11140:11140 -p 11141:11141 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=11139 --rest-port=11137 --tcp-port=11138 --discv5-udp-port=11140 --rest-address=0.0.0.0 --nat=extip:172.18.214.163 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b979febcb7522d4cfba970dafcaec7ff97b7cb1ff73067cdc19b74bdbde1a9dc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11141 --metrics-logging=true --store=true --relay=true
|
|
2025-12-18 04:17:54.917 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.214.163 waku 538b212aa241dfe8af2c0657151d86fb73f0a6ac13eb91f7583b0446cd256c3c
|
|
2025-12-18 04:17:54.948 ERROR [src.node.docker_mananger] Max retries reached for container 889ad2af0817. Exiting log stream.
|
|
2025-12-18 04:17:54.949 DEBUG [src.node.docker_mananger] Container started with ID 538b212aa241. Setting up logs at ./log/docker/node1_2025-12-18_04-17-54__020f7a6a-5281-409f-9e07-282d52caf211__wakuorg_nwaku:latest.log
|
|
2025-12-18 04:17:54.950 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 11137
|
|
2025-12-18 04:17:54.951 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-18 04:17:55.469 ERROR [src.node.docker_mananger] Max retries reached for container 0fa0fecf4c02. Exiting log stream.
|
|
2025-12-18 04:17:55.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11137/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:17:55.955 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-18 04:17:55.955 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-18 04:17:55.955 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11137/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:17:55.957 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.214.163/tcp/11138/p2p/16Uiu2HAmUZScoC8NRHyXtZNbi78UEUMKdpC5nzHQYakYbCTgnuam","/ip4/172.18.214.163/tcp/11139/ws/p2p/16Uiu2HAmUZScoC8NRHyXtZNbi78UEUMKdpC5nzHQYakYbCTgnuam"],"enrUri":"enr:-L24QJsYCYxWBGVlyy0gXYleVCSXyrm68__nOCg1AwoX7GavbqrmiftntxTjAVEtB-WvUFS3J8eFJ0hYnI0fOweED4gCgmlkgnY0gmlwhKwS1qOKbXVsdGlhZGRyc5YACASsEtajBiuCAAoErBLWowYrg90DgnJzhQADAQAAiXNlY3AyNTZrMaED7E804hm0xfs-cKf6BSWNkko2y3vSaPGNZ8SsdA-D7m6DdGNwgiuCg3VkcIIrhIV3YWt1MgM"}'
|
|
2025-12-18 04:17:55.957 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-18 04:17:55.957 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-18 04:17:55.958 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-18 04:17:55.959 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-18 04:17:55.959 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.6.107
|
|
2025-12-18 04:17:55.960 DEBUG [src.node.docker_mananger] Generated ports ['55941', '55942', '55943', '55944', '55945']
|
|
2025-12-18 04:17:55.960 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-18 04:17:55.960 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-18 04:17:55.960 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-18 04:17:55.960 DEBUG [src.node.docker_mananger] docker run -i -t -p 55941:55941 -p 55942:55942 -p 55943:55943 -p 55944:55944 -p 55945:55945 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=55943 --rest-port=55941 --tcp-port=55942 --discv5-udp-port=55944 --rest-address=0.0.0.0 --nat=extip:172.18.6.107 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4d32bce2a33dd2deeed871cfc07e1b0fac6d7a905d65fbf7fecedb4bfe2a6dcb --store-sync=true --store=false --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=55945 --metrics-logging=true --relay=false --storenode=/ip4/172.18.214.163/tcp/11138/p2p/16Uiu2HAmUZScoC8NRHyXtZNbi78UEUMKdpC5nzHQYakYbCTgnuam --discv5-bootstrap-node=enr:-L24QJsYCYxWBGVlyy0gXYleVCSXyrm68__nOCg1AwoX7GavbqrmiftntxTjAVEtB-WvUFS3J8eFJ0hYnI0fOweED4gCgmlkgnY0gmlwhKwS1qOKbXVsdGlhZGRyc5YACASsEtajBiuCAAoErBLWowYrg90DgnJzhQADAQAAiXNlY3AyNTZrMaED7E804hm0xfs-cKf6BSWNkko2y3vSaPGNZ8SsdA-D7m6DdGNwgiuCg3VkcIIrhIV3YWt1MgM
|
|
2025-12-18 04:17:56.153 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.6.107 waku 880e66ffe8ce6529971c468950912dd71f86d824ff8381a61c6de5299777a24c
|
|
2025-12-18 04:17:56.182 DEBUG [src.node.docker_mananger] Container started with ID 880e66ffe8ce. Setting up logs at ./log/docker/node2_2025-12-18_04-17-54__020f7a6a-5281-409f-9e07-282d52caf211__wakuorg_nwaku:latest.log
|
|
2025-12-18 04:17:56.183 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 55941
|
|
2025-12-18 04:17:56.184 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-18 04:17:57.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55941/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:17:57.188 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":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
|
2025-12-18 04:17:57.188 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-18 04:17:57.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55941/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:17:57.191 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.6.107/tcp/55942/p2p/16Uiu2HAmUTHNEbptCDhJCW8ToLaba7Sr4MZyeu1iiF8QKJ1Vthbn","/ip4/172.18.6.107/tcp/55943/ws/p2p/16Uiu2HAmUTHNEbptCDhJCW8ToLaba7Sr4MZyeu1iiF8QKJ1Vthbn"],"enrUri":"enr:-L24QOiRkFIsq9v6tHV2JqknaZvgYw0BJXL28W4YJhULKnn5OX8VQVideatH7ZB-_Jnv1uL6cfoPBVjuidqrwjBlPxACgmlkgnY0gmlwhKwSBmuKbXVsdGlhZGRyc5YACASsEgZrBtqGAAoErBIGawbah90DgnJzhQADAQAAiXNlY3AyNTZrMaED6rtC8f9O1XSg-Ti3bjqhI1tGqLQ5H6FDqI0ipclInXmDdGNwgtqGg3VkcILaiIV3YWt1MgA"}'
|
|
2025-12-18 04:17:57.191 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-18 04:17:57.191 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-18 04:17:57.191 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-18 04:17:57.192 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-18 04:17:57.193 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.115.254
|
|
2025-12-18 04:17:57.193 DEBUG [src.node.docker_mananger] Generated ports ['57870', '57871', '57872', '57873', '57874']
|
|
2025-12-18 04:17:57.193 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-18 04:17:57.193 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-18 04:17:57.193 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-18 04:17:57.193 DEBUG [src.node.docker_mananger] docker run -i -t -p 57870:57870 -p 57871:57871 -p 57872:57872 -p 57873:57873 -p 57874:57874 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=57872 --rest-port=57870 --tcp-port=57871 --discv5-udp-port=57873 --rest-address=0.0.0.0 --nat=extip:172.18.115.254 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=aa093147b1afec0c9dcee23ed09f1f528c8be8f0faba69e89333d7ec42d67c35 --store-sync=true --store=false --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57874 --metrics-logging=true --relay=false --storenode=/ip4/172.18.214.163/tcp/11138/p2p/16Uiu2HAmUZScoC8NRHyXtZNbi78UEUMKdpC5nzHQYakYbCTgnuam --discv5-bootstrap-node=enr:-L24QOiRkFIsq9v6tHV2JqknaZvgYw0BJXL28W4YJhULKnn5OX8VQVideatH7ZB-_Jnv1uL6cfoPBVjuidqrwjBlPxACgmlkgnY0gmlwhKwSBmuKbXVsdGlhZGRyc5YACASsEgZrBtqGAAoErBIGawbah90DgnJzhQADAQAAiXNlY3AyNTZrMaED6rtC8f9O1XSg-Ti3bjqhI1tGqLQ5H6FDqI0ipclInXmDdGNwgtqGg3VkcILaiIV3YWt1MgA
|
|
2025-12-18 04:17:57.386 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.115.254 waku 998a69c86aff2fce2d8cb7196a6a24c1e22b75638d03c08c656476d69efe34bc
|
|
2025-12-18 04:17:57.417 DEBUG [src.node.docker_mananger] Container started with ID 998a69c86aff. Setting up logs at ./log/docker/node3_2025-12-18_04-17-54__020f7a6a-5281-409f-9e07-282d52caf211__wakuorg_nwaku:latest.log
|
|
2025-12-18 04:17:57.418 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 57870
|
|
2025-12-18 04:17:57.418 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-18 04:17:58.418 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57870/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:17:58.423 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":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
|
2025-12-18 04:17:58.423 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-18 04:17:58.423 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57870/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:17:58.425 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.115.254/tcp/57871/p2p/16Uiu2HAm5wpmoAxVoazdrX7Yz4X13CC91uChPvdAwJ1d2NNHturY","/ip4/172.18.115.254/tcp/57872/ws/p2p/16Uiu2HAm5wpmoAxVoazdrX7Yz4X13CC91uChPvdAwJ1d2NNHturY"],"enrUri":"enr:-L24QArlCMspyJ8o-juoJVAAc67RF-t8hKyNC-09K2_wtWVVCfKXxST8JKh25yRva4WmGw_fUMDp95l2CySCZFPZiegCgmlkgnY0gmlwhKwSc_6KbXVsdGlhZGRyc5YACASsEnP-BuIPAAoErBJz_gbiEN0DgnJzhQADAQAAiXNlY3AyNTZrMaECnE48aiyvsfnnAC0JGyR-S2N5HoAJGOZLW-Z2bsBX2WGDdGNwguIPg3VkcILiEYV3YWt1MgA"}'
|
|
2025-12-18 04:17:58.425 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-18 04:17:58.426 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55941/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.214.163/tcp/11138/p2p/16Uiu2HAmUZScoC8NRHyXtZNbi78UEUMKdpC5nzHQYakYbCTgnuam"]'
|
|
2025-12-18 04:17:58.456 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:17:58.456 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57870/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.6.107/tcp/55942/p2p/16Uiu2HAmUTHNEbptCDhJCW8ToLaba7Sr4MZyeu1iiF8QKJ1Vthbn"]'
|
|
2025-12-18 04:17:58.489 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:17:58.492 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11137/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2025-12-18 04:17:58.500 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:17:58.500 DEBUG [src.steps.store] Relaying message
|
|
2025-12-18 04:17:58.500 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11137/relay/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-18 04:17:58.506 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:17:58.506 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2025-12-18 04:17:58.707 DEBUG [src.steps.store] Relaying message
|
|
2025-12-18 04:17:58.707 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11137/relay/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-18 04:17:58.711 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:17:58.711 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2025-12-18 04:17:58.912 DEBUG [src.steps.store] Relaying message
|
|
2025-12-18 04:17:58.912 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11137/relay/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-18 04:17:58.916 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:17:58.916 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2025-12-18 04:17:59.117 DEBUG [src.steps.store] Relaying message
|
|
2025-12-18 04:17:59.117 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11137/relay/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-18 04:17:59.121 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:17:59.122 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2025-12-18 04:17:59.322 DEBUG [src.steps.store] Relaying message
|
|
2025-12-18 04:17:59.323 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11137/relay/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-18 04:17:59.327 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:17:59.327 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2025-12-18 04:17:59.528 DEBUG [src.steps.store] Relaying message
|
|
2025-12-18 04:17:59.528 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11137/relay/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-18 04:17:59.532 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:17:59.532 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2025-12-18 04:17:59.733 DEBUG [src.steps.store] Relaying message
|
|
2025-12-18 04:17:59.733 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11137/relay/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-18 04:17:59.737 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:17:59.738 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2025-12-18 04:17:59.938 DEBUG [src.steps.store] Relaying message
|
|
2025-12-18 04:17:59.938 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11137/relay/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-18 04:17:59.943 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:17:59.943 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2025-12-18 04:18:00.144 DEBUG [src.steps.store] Relaying message
|
|
2025-12-18 04:18:00.144 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11137/relay/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-18 04:18:00.148 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:18:00.148 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2025-12-18 04:18:00.349 DEBUG [src.steps.store] Relaying message
|
|
2025-12-18 04:18:00.349 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11137/relay/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-18 04:18:00.353 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:18:00.353 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2025-12-18 04:18:00.554 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
|
2025-12-18 04:18:00.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11137/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:18:00.558 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x1e4105c72015f0788d793f9e68b5e0b83c9b7cd3747390196dc63c2ddea77916"},{"messageHash":"0x12022ef637d58fed0d9ede48ee33c2ace5209975bc409792f48f9d1da1fd0298"},{"messageHash":"0x4e7b08b80e75040971f61c03ef5062076d72960b61b2833125fc17a6318d66c2"},{"messageHash":"0x6f564b8adef86a66cf750c6bc4d9b055b7af646f088751d04545e314dc68e944"},{"messageHash":"0x125bb36d32ca92f6f62cc8e4797be5e18d8fe9acce76d528549091c43e44ad06"},{"messageHash":"0x2c4eef1a7492c5875973de3bdbfc66a431ef330a52286f26771043f99b0519d8"},{"messageHash":"0x668f5b445691abc1a1e33d9738253c0d668bafbcf289e0a0804e0288946126a7"},{"messageHash":"0x1e6c90226cf7aadd985acecd136dd9070ceb38b4377a61195209b0e9cd2f7f67"},{"messageHash":"0x2d5c4d846b8cb26b9847d9602cc37e7309dd63e45943332b5cdd74d49a37fc86"},{"messageHash":"0x3ce9173600999fd8046116c93a6e45d5e5228069ffb73d6197912972d197a040"}]}'
|
|
2025-12-18 04:18:00.558 DEBUG [src.steps.store] messages length is 10
|
|
2025-12-18 04:18:00.560 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
|
2025-12-18 04:18:00.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55941/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:18:00.569 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"bca0d646fbd30bdc327e","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x1e4105c72015f0788d793f9e68b5e0b83c9b7cd3747390196dc63c2ddea77916"},{"messageHash":"0x12022ef637d58fed0d9ede48ee33c2ace5209975bc409792f48f9d1da1fd0298"},{"messageHash":"0x4e7b08b80e75040971f61c03ef5062076d72960b61b2833125fc17a6318d66c2"},{"messageHash":"0x6f564b8adef86a66cf750c6bc4d9b055b7af646f088751d04545e314dc68e944"},{"messageHash":"0x125bb36d32ca92f6f62cc8e4797be5e18d8fe9acce76d528549091c43e44ad06"},{"messageHash":"0x2c4eef1a7492c5875973de3bdbfc66a431ef330a52286f26771043f99b0519d8"},{"messageHash":"0x668f5b445691abc1a1e33d9738253c0d668bafbcf289e0a0804e0288946126a7"},{"messageHash":"0x1e6c90226cf7aadd985acecd136dd9070ceb38b4377a61195209b0e9cd2f7f67"},{"messageHash":"0x2d5c4d846b8cb26b9847d9602cc37e7309dd63e45943332b5cdd74d49a37fc86"},{"messageHash":"0x3ce9173600999fd8046116c93a6e45d5e5228069ffb73d6197912972d197a040"}]}'
|
|
2025-12-18 04:18:00.569 DEBUG [src.steps.store] messages length is 10
|
|
2025-12-18 04:18:00.571 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
|
2025-12-18 04:18:00.571 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57870/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:18:00.599 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"8f8c347576b643963f41","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x1e4105c72015f0788d793f9e68b5e0b83c9b7cd3747390196dc63c2ddea77916"},{"messageHash":"0x12022ef637d58fed0d9ede48ee33c2ace5209975bc409792f48f9d1da1fd0298"},{"messageHash":"0x4e7b08b80e75040971f61c03ef5062076d72960b61b2833125fc17a6318d66c2"},{"messageHash":"0x6f564b8adef86a66cf750c6bc4d9b055b7af646f088751d04545e314dc68e944"},{"messageHash":"0x125bb36d32ca92f6f62cc8e4797be5e18d8fe9acce76d528549091c43e44ad06"},{"messageHash":"0x2c4eef1a7492c5875973de3bdbfc66a431ef330a52286f26771043f99b0519d8"},{"messageHash":"0x668f5b445691abc1a1e33d9738253c0d668bafbcf289e0a0804e0288946126a7"},{"messageHash":"0x1e6c90226cf7aadd985acecd136dd9070ceb38b4377a61195209b0e9cd2f7f67"},{"messageHash":"0x2d5c4d846b8cb26b9847d9602cc37e7309dd63e45943332b5cdd74d49a37fc86"},{"messageHash":"0x3ce9173600999fd8046116c93a6e45d5e5228069ffb73d6197912972d197a040"}]}'
|
|
2025-12-18 04:18:00.601 DEBUG [src.steps.store] messages length is 10
|
|
2025-12-18 04:18:00.606 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-18 04:18:00.611 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-18 04:18:00.611 DEBUG [src.node.waku_node] Stopping container with id 538b212aa241
|
|
2025-12-18 04:18:01.201 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-18 04:18:01.201 DEBUG [src.node.waku_node] Stopping container with id 880e66ffe8ce
|
|
2025-12-18 04:18:01.770 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-18 04:18:01.772 DEBUG [src.node.waku_node] Stopping container with id 998a69c86aff
|
|
2025-12-18 04:18:02.017 ERROR [src.node.docker_mananger] Max retries reached for container 538b212aa241. Exiting log stream.
|
|
2025-12-18 04:18:02.329 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-18 04:18:02.331 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-18 04:18:02.341 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-18 04:18:02.352 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-18 04:18:02.360 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|