mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-05 23:43:07 +00:00
128 lines
24 KiB
Plaintext
128 lines
24 KiB
Plaintext
2025-12-24 04:35:40.668 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-24 04:35:40.669 DEBUG [tests.conftest] Running test: test_subscribe_via_api_to_new_content_topics[content_topic_list0] with id: 2025-12-24_04-35-40__0e4abd9d-6fb4-47c6-936c-8b661a00137b
|
|
2025-12-24 04:35:40.670 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-24 04:35:40.670 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-24 04:35:40.670 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2025-12-24 04:35:40.680 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-24 04:35:40.681 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-24_04-35-40__0e4abd9d-6fb4-47c6-936c-8b661a00137b__wakuorg_nwaku:latest.log
|
|
2025-12-24 04:35:40.681 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-24 04:35:40.681 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-24 04:35:40.682 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-24 04:35:40.683 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.102.194
|
|
2025-12-24 04:35:40.683 DEBUG [src.node.docker_mananger] Generated ports ['51997', '51998', '51999', '52000', '52001']
|
|
2025-12-24 04:35:40.683 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-24 04:35:40.683 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-24 04:35:40.683 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-24 04:35:40.683 DEBUG [src.node.docker_mananger] docker run -i -t -p 51997:51997 -p 51998:51998 -p 51999:51999 -p 52000:52000 -p 52001:52001 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=51999 --rest-port=51997 --tcp-port=51998 --discv5-udp-port=52000 --rest-address=0.0.0.0 --nat=extip:172.18.102.194 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=db82125f7bcb6da38fd7a6e29ffefc67cfc7460d0d01f5ccb05c3f094f6c3139 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52001 --metrics-logging=true --relay=true --filter=true --content-topic=/newsService/1.0/weekly/protobuf
|
|
2025-12-24 04:35:40.861 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.102.194 waku 3405a6c49691cd1ff448fb72e067daca7eea73833bfbd3d6fa7f6bc1356d7976
|
|
2025-12-24 04:35:40.892 DEBUG [src.node.docker_mananger] Container started with ID 3405a6c49691. Setting up logs at ./log/docker/node1_2025-12-24_04-35-40__0e4abd9d-6fb4-47c6-936c-8b661a00137b__wakuorg_nwaku:latest.log
|
|
2025-12-24 04:35:40.893 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51997
|
|
2025-12-24 04:35:40.893 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-24 04:35:40.945 ERROR [src.node.docker_mananger] Max retries reached for container 4f0290a2153c. Exiting log stream.
|
|
2025-12-24 04:35:41.489 ERROR [src.node.docker_mananger] Max retries reached for container 217b9d5cf1b7. Exiting log stream.
|
|
2025-12-24 04:35:41.893 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51997/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:35:41.897 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
|
2025-12-24 04:35:41.897 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-24 04:35:41.897 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51997/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:35:41.899 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.102.194/tcp/51998/p2p/16Uiu2HAmKUEtKU9fPvAvH3Y7xqC38bhaVcQaHo6JWm7Veed5KaWn","/ip4/172.18.102.194/tcp/51999/ws/p2p/16Uiu2HAmKUEtKU9fPvAvH3Y7xqC38bhaVcQaHo6JWm7Veed5KaWn"],"enrUri":"enr:-L24QC7g50mr9vxfaOeUx9z2okG9CYlj8gPrQMsuHGdwh7DCH3-jbTeqgceMEu1PsPSxx8levjosgskvXh1r3uZxWR0CgmlkgnY0gmlwhKwSZsKKbXVsdGlhZGRyc5YACASsEmbCBsseAAoErBJmwgbLH90DgnJzhQACAQAAiXNlY3AyNTZrMaEDZUDatp1QvXmiAHdih5JiU8CdJd3Jey_GYWArv3ncmbODdGNwgsseg3VkcILLIIV3YWt1MgU"}'
|
|
2025-12-24 04:35:41.899 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-24 04:35:41.906 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-24 04:35:41.906 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-24_04-35-40__0e4abd9d-6fb4-47c6-936c-8b661a00137b__wakuorg_nwaku:latest.log
|
|
2025-12-24 04:35:41.906 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-24 04:35:41.907 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-24 04:35:41.908 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-24 04:35:41.908 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.221.94
|
|
2025-12-24 04:35:41.908 DEBUG [src.node.docker_mananger] Generated ports ['4216', '4217', '4218', '4219', '4220']
|
|
2025-12-24 04:35:41.908 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-24 04:35:41.909 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-24 04:35:41.909 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-24 04:35:41.909 DEBUG [src.node.docker_mananger] docker run -i -t -p 4216:4216 -p 4217:4217 -p 4218:4218 -p 4219:4219 -p 4220:4220 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=4218 --rest-port=4216 --tcp-port=4217 --discv5-udp-port=4219 --rest-address=0.0.0.0 --nat=extip:172.18.221.94 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=44a6de076f57cb9bb6effcfeca9cbf1f4d8f00c7bdf9adaa16ddbc9c6acb9d2b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4220 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QC7g50mr9vxfaOeUx9z2okG9CYlj8gPrQMsuHGdwh7DCH3-jbTeqgceMEu1PsPSxx8levjosgskvXh1r3uZxWR0CgmlkgnY0gmlwhKwSZsKKbXVsdGlhZGRyc5YACASsEmbCBsseAAoErBJmwgbLH90DgnJzhQACAQAAiXNlY3AyNTZrMaEDZUDatp1QvXmiAHdih5JiU8CdJd3Jey_GYWArv3ncmbODdGNwgsseg3VkcILLIIV3YWt1MgU --content-topic=/newsService/1.0/weekly/protobuf
|
|
2025-12-24 04:35:42.106 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.221.94 waku ba90a0fe4bd71a3827c311fbaefd91f7373e2a25e0c2e74ec4c83b26b361c7a5
|
|
2025-12-24 04:35:42.136 DEBUG [src.node.docker_mananger] Container started with ID ba90a0fe4bd7. Setting up logs at ./log/docker/node2_2025-12-24_04-35-40__0e4abd9d-6fb4-47c6-936c-8b661a00137b__wakuorg_nwaku:latest.log
|
|
2025-12-24 04:35:42.136 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4216
|
|
2025-12-24 04:35:42.137 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-24 04:35:43.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4216/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:35:43.153 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
|
2025-12-24 04:35:43.153 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-24 04:35:43.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4216/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:35:43.160 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.221.94/tcp/4217/p2p/16Uiu2HAmHXNzfZEzmrcPV7dqLdFtbBAteGu29BHi7rDgQ4JkzQcr","/ip4/172.18.221.94/tcp/4218/ws/p2p/16Uiu2HAmHXNzfZEzmrcPV7dqLdFtbBAteGu29BHi7rDgQ4JkzQcr"],"enrUri":"enr:-L24QDur87dcLgcnMZHp9pu84Sbl-gww1b8YeiQCgRozNJhoA7clU3ffkx2mJRmwfrhRUtuB1OgU7AMDxsr8whij4v0CgmlkgnY0gmlwhKwS3V6KbXVsdGlhZGRyc5YACASsEt1eBhB5AAoErBLdXgYQet0DgnJzhQACAQAAiXNlY3AyNTZrMaEDSFdkbAo0zuKXzVWZXZtmUEn3S87n1G9z2ozydXXg8dODdGNwghB5g3VkcIIQe4V3YWt1MgE"}'
|
|
2025-12-24 04:35:43.161 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-24 04:35:43.162 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4216/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.102.194/tcp/51998/p2p/16Uiu2HAmKUEtKU9fPvAvH3Y7xqC38bhaVcQaHo6JWm7Veed5KaWn"]'
|
|
2025-12-24 04:35:43.164 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-24 04:35:43.165 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51997/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/alerts/xml", "/newsService/1.0/updates/json", "/newsService/2.0/alerts/json", "/newsService/2.0/summaries/xml", "/newsService/2.0/highlights/yaml", "/newsService/3.0/weekly/json", "/newsService/3.0/summaries/xml"]'
|
|
2025-12-24 04:35:43.168 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-24 04:35:43.168 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4216/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/alerts/xml", "/newsService/1.0/updates/json", "/newsService/2.0/alerts/json", "/newsService/2.0/summaries/xml", "/newsService/2.0/highlights/yaml", "/newsService/3.0/weekly/json", "/newsService/3.0/summaries/xml"]'
|
|
2025-12-24 04:35:43.170 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-24 04:35:43.171 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51997/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-24 04:35:43.175 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-24 04:35:43.175 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-24 04:35:43.276 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:35:43.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51997/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:35:43.279 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/alerts/xml","version":0,"timestamp":1766550943171052708,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:35:43.281 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:35:43.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4216/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:35:43.284 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/alerts/xml","version":0,"timestamp":1766550943171052708,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:35:43.285 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51997/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/updates/json", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-24 04:35:43.290 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-24 04:35:43.290 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-24 04:35:43.390 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:35:43.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51997/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:35:43.394 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/updates/json","version":0,"timestamp":1766550943285677400,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:35:43.395 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:35:43.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4216/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:35:43.398 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/updates/json","version":0,"timestamp":1766550943285677400,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:35:43.400 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51997/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/alerts/json", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-24 04:35:43.404 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-24 04:35:43.404 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-24 04:35:43.504 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:35:43.505 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51997/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:35:43.507 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/alerts/json","version":0,"timestamp":1766550943400067981,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:35:43.509 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:35:43.509 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4216/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:35:43.511 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/alerts/json","version":0,"timestamp":1766550943400067981,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:35:43.513 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51997/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-24 04:35:43.518 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-24 04:35:43.518 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-24 04:35:43.618 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:35:43.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51997/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:35:43.621 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/summaries/xml","version":0,"timestamp":1766550943513462866,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:35:43.623 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:35:43.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4216/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:35:43.625 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/summaries/xml","version":0,"timestamp":1766550943513462866,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:35:43.627 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51997/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/highlights/yaml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-24 04:35:43.630 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-24 04:35:43.631 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-24 04:35:43.732 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:35:43.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51997/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:35:43.736 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/highlights/yaml","version":0,"timestamp":1766550943627114977,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:35:43.737 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:35:43.738 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4216/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:35:43.740 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/highlights/yaml","version":0,"timestamp":1766550943627114977,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:35:43.741 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51997/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/weekly/json", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-24 04:35:43.746 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-24 04:35:43.746 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-24 04:35:43.846 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:35:43.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51997/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:35:43.849 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/weekly/json","version":0,"timestamp":1766550943741787680,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:35:43.851 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:35:43.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4216/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:35:43.853 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/weekly/json","version":0,"timestamp":1766550943741787680,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:35:43.855 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51997/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-24 04:35:43.859 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-24 04:35:43.859 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-24 04:35:43.959 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:35:43.960 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51997/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:35:43.963 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/summaries/xml","version":0,"timestamp":1766550943855099697,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:35:43.964 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:35:43.964 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4216/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:35:43.966 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/summaries/xml","version":0,"timestamp":1766550943855099697,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:35:43.969 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-24 04:35:43.970 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-24 04:35:43.970 DEBUG [src.node.waku_node] Stopping container with id 3405a6c49691
|
|
2025-12-24 04:35:44.472 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-24 04:35:44.472 DEBUG [src.node.waku_node] Stopping container with id ba90a0fe4bd7
|
|
2025-12-24 04:35:45.010 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-24 04:35:45.012 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-24 04:35:45.018 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-24 04:35:45.024 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|