mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 01:53:28 +00:00
128 lines
24 KiB
Plaintext
128 lines
24 KiB
Plaintext
2026-01-31 04:36:15.839 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-01-31 04:36:15.839 DEBUG [tests.conftest] Running test: test_subscribe_via_api_to_new_content_topics[content_topic_list0] with id: 2026-01-31_04-36-15__b4bbb669-b00d-4ff6-b063-630aa8cb50fc
|
|
2026-01-31 04:36:15.840 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-01-31 04:36:15.841 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-01-31 04:36:15.843 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-01-31 04:36:15.853 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-31 04:36:15.853 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-31_04-36-15__b4bbb669-b00d-4ff6-b063-630aa8cb50fc__wakuorg_nwaku:latest.log
|
|
2026-01-31 04:36:15.853 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-31 04:36:15.853 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-31 04:36:15.855 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-31 04:36:15.855 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.210.32
|
|
2026-01-31 04:36:15.855 DEBUG [src.node.docker_mananger] Generated ports ['6896', '6897', '6898', '6899', '6900']
|
|
2026-01-31 04:36:15.855 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-31 04:36:15.855 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-31 04:36:15.855 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-31 04:36:15.855 DEBUG [src.node.docker_mananger] docker run -i -t -p 6896:6896 -p 6897:6897 -p 6898:6898 -p 6899:6899 -p 6900:6900 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=6898 --rest-port=6896 --tcp-port=6897 --discv5-udp-port=6899 --rest-address=0.0.0.0 --nat=extip:172.18.210.32 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=3fb16cd73afddfd6ec7acca68cf6d2b3d0e939bf837ba2f066acf0acdb2b7bce --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6900 --metrics-logging=true --relay=true --filter=true --content-topic=/newsService/1.0/weekly/protobuf
|
|
2026-01-31 04:36:16.050 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.210.32 waku 54b7f3c4abd1eb77ba847251f7342c899a1b747a11e1b8d27d6040b32a12e6bf
|
|
2026-01-31 04:36:16.080 ERROR [src.node.docker_mananger] Max retries reached for container de723e42afaf. Exiting log stream.
|
|
2026-01-31 04:36:16.085 DEBUG [src.node.docker_mananger] Container started with ID 54b7f3c4abd1. Setting up logs at ./log/docker/node1_2026-01-31_04-36-15__b4bbb669-b00d-4ff6-b063-630aa8cb50fc__wakuorg_nwaku:latest.log
|
|
2026-01-31 04:36:16.086 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 6896
|
|
2026-01-31 04:36:16.086 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-31 04:36:16.661 ERROR [src.node.docker_mananger] Max retries reached for container ce31b6c62869. Exiting log stream.
|
|
2026-01-31 04:36:17.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6896/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:36:17.090 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"}]}'
|
|
2026-01-31 04:36:17.091 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-31 04:36:17.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6896/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:36:17.093 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.210.32/tcp/6897/p2p/16Uiu2HAmKfDZeDmohTSCfK3PCjDkytyRh4iHVQe45YznnvX8nrsV","/ip4/172.18.210.32/tcp/6898/ws/p2p/16Uiu2HAmKfDZeDmohTSCfK3PCjDkytyRh4iHVQe45YznnvX8nrsV"],"enrUri":"enr:-L24QHMz45fJIUJeFmvO6ymdaM8tMT8Rdc9BD4GrQQP0cTAZCFL06dxCn_SbbHwgxZjFiqcGTaBZQzMldqqweZTBchQCgmlkgnY0gmlwhKwS0iCKbXVsdGlhZGRyc5YACASsEtIgBhrxAAoErBLSIAYa8t0DgnJzhQACAQAAiXNlY3AyNTZrMaEDaBC_mhtWyOYEQrk1F6q3EQsdrZspyIobCQ4kZiN1c0yDdGNwghrxg3VkcIIa84V3YWt1MgU"}'
|
|
2026-01-31 04:36:17.093 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-31 04:36:17.100 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-31 04:36:17.100 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-31_04-36-15__b4bbb669-b00d-4ff6-b063-630aa8cb50fc__wakuorg_nwaku:latest.log
|
|
2026-01-31 04:36:17.100 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-31 04:36:17.100 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-31 04:36:17.101 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-31 04:36:17.102 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.187.140
|
|
2026-01-31 04:36:17.102 DEBUG [src.node.docker_mananger] Generated ports ['59573', '59574', '59575', '59576', '59577']
|
|
2026-01-31 04:36:17.102 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-31 04:36:17.102 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-31 04:36:17.102 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-31 04:36:17.102 DEBUG [src.node.docker_mananger] docker run -i -t -p 59573:59573 -p 59574:59574 -p 59575:59575 -p 59576:59576 -p 59577:59577 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=59575 --rest-port=59573 --tcp-port=59574 --discv5-udp-port=59576 --rest-address=0.0.0.0 --nat=extip:172.18.187.140 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ee1ac5b9df97d8f0ca77efed75bdf827cf0d840b1d4d480eddfd2b20a96f2655 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59577 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHMz45fJIUJeFmvO6ymdaM8tMT8Rdc9BD4GrQQP0cTAZCFL06dxCn_SbbHwgxZjFiqcGTaBZQzMldqqweZTBchQCgmlkgnY0gmlwhKwS0iCKbXVsdGlhZGRyc5YACASsEtIgBhrxAAoErBLSIAYa8t0DgnJzhQACAQAAiXNlY3AyNTZrMaEDaBC_mhtWyOYEQrk1F6q3EQsdrZspyIobCQ4kZiN1c0yDdGNwghrxg3VkcIIa84V3YWt1MgU --content-topic=/newsService/1.0/weekly/protobuf
|
|
2026-01-31 04:36:17.288 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.187.140 waku 4254db2f8885c1092c8cf5cce6da6ba08caee04c5a9bc253d0da3cf9b692eee5
|
|
2026-01-31 04:36:17.317 DEBUG [src.node.docker_mananger] Container started with ID 4254db2f8885. Setting up logs at ./log/docker/node2_2026-01-31_04-36-15__b4bbb669-b00d-4ff6-b063-630aa8cb50fc__wakuorg_nwaku:latest.log
|
|
2026-01-31 04:36:17.318 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 59573
|
|
2026-01-31 04:36:17.318 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-31 04:36:18.319 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59573/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:36:18.334 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"}]}'
|
|
2026-01-31 04:36:18.335 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-31 04:36:18.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59573/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:36:18.343 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.187.140/tcp/59574/p2p/16Uiu2HAmAPsXFiyhs6Ph8V6xDGSULVyiJRwyd7AG4PerDCRb4S2S","/ip4/172.18.187.140/tcp/59575/ws/p2p/16Uiu2HAmAPsXFiyhs6Ph8V6xDGSULVyiJRwyd7AG4PerDCRb4S2S"],"enrUri":"enr:-L24QPC90460o1qsYSPtTFRbhcxRZSZQtIrqoZQ_8GbD8Hq_JKaU0CowofQXcwCG0Cdle8AG9wkXsH9rNR7PpuBcX2kCgmlkgnY0gmlwhKwSu4yKbXVsdGlhZGRyc5YACASsEruMBui2AAoErBK7jAbot90DgnJzhQACAQAAiXNlY3AyNTZrMaEC3mkxf0ra-KPhZRbqXzfKT96fkefq0OUbz6nWpJCJ8C-DdGNwgui2g3VkcILouIV3YWt1MgE"}'
|
|
2026-01-31 04:36:18.343 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-31 04:36:18.343 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59573/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.210.32/tcp/6897/p2p/16Uiu2HAmKfDZeDmohTSCfK3PCjDkytyRh4iHVQe45YznnvX8nrsV"]'
|
|
2026-01-31 04:36:18.346 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-31 04:36:18.346 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6896/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"]'
|
|
2026-01-31 04:36:18.349 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-31 04:36:18.349 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59573/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"]'
|
|
2026-01-31 04:36:18.352 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-31 04:36:18.353 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6896/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-31 04:36:18.359 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-31 04:36:18.359 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-31 04:36:18.459 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-31 04:36:18.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6896/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:36:18.462 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":1769834178352985293,"ephemeral":false,"proof":""}]'
|
|
2026-01-31 04:36:18.464 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-31 04:36:18.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59573/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:36:18.466 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":1769834178352985293,"ephemeral":false,"proof":""}]'
|
|
2026-01-31 04:36:18.468 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6896/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/updates/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-31 04:36:18.472 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-31 04:36:18.472 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-31 04:36:18.572 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-31 04:36:18.573 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6896/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:36:18.575 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":1769834178468024793,"ephemeral":false,"proof":""}]'
|
|
2026-01-31 04:36:18.577 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-31 04:36:18.577 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59573/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:36:18.579 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":1769834178468024793,"ephemeral":false,"proof":""}]'
|
|
2026-01-31 04:36:18.581 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6896/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/alerts/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-31 04:36:18.586 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-31 04:36:18.586 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-31 04:36:18.687 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-31 04:36:18.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6896/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:36:18.689 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":1769834178581427677,"ephemeral":false,"proof":""}]'
|
|
2026-01-31 04:36:18.691 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-31 04:36:18.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59573/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:36:18.693 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":1769834178581427677,"ephemeral":false,"proof":""}]'
|
|
2026-01-31 04:36:18.695 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6896/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-31 04:36:18.699 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-31 04:36:18.699 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-31 04:36:18.800 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-31 04:36:18.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6896/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:36:18.803 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":1769834178695127337,"ephemeral":false,"proof":""}]'
|
|
2026-01-31 04:36:18.804 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-31 04:36:18.804 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59573/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:36:18.806 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":1769834178695127337,"ephemeral":false,"proof":""}]'
|
|
2026-01-31 04:36:18.808 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6896/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/highlights/yaml", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-31 04:36:18.812 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-31 04:36:18.813 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-31 04:36:18.913 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-31 04:36:18.913 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6896/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:36:18.915 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":1769834178808280655,"ephemeral":false,"proof":""}]'
|
|
2026-01-31 04:36:18.917 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-31 04:36:18.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59573/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:36:18.919 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":1769834178808280655,"ephemeral":false,"proof":""}]'
|
|
2026-01-31 04:36:18.921 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6896/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/weekly/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-31 04:36:18.925 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-31 04:36:18.925 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-31 04:36:19.026 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-31 04:36:19.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6896/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:36:19.028 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":1769834178921157005,"ephemeral":false,"proof":""}]'
|
|
2026-01-31 04:36:19.030 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-31 04:36:19.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59573/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:36:19.032 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":1769834178921157005,"ephemeral":false,"proof":""}]'
|
|
2026-01-31 04:36:19.034 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6896/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-31 04:36:19.038 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-31 04:36:19.038 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-31 04:36:19.139 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-31 04:36:19.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6896/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:36:19.142 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":1769834179033918205,"ephemeral":false,"proof":""}]'
|
|
2026-01-31 04:36:19.143 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-31 04:36:19.144 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59573/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:36:19.146 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":1769834179033918205,"ephemeral":false,"proof":""}]'
|
|
2026-01-31 04:36:19.149 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-01-31 04:36:19.150 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-01-31 04:36:19.150 DEBUG [src.node.waku_node] Stopping container with id 54b7f3c4abd1
|
|
2026-01-31 04:36:19.684 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-31 04:36:19.684 DEBUG [src.node.waku_node] Stopping container with id 4254db2f8885
|
|
2026-01-31 04:36:20.202 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-31 04:36:20.204 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-01-31 04:36:20.211 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-01-31 04:36:20.217 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|