mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-12 23:03:39 +00:00
167 lines
30 KiB
Plaintext
167 lines
30 KiB
Plaintext
2026-03-21 04:33:19.354 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-21 04:33:19.356 DEBUG [tests.conftest] Running test: test_multiple_content_topics_same_shard[content_topic_list1] with id: 2026-03-21_04-33-19__6ca96cee-10ef-4b8d-819f-a49fab045df6
|
|
2026-03-21 04:33:19.356 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-21 04:33:19.356 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-21 04:33:19.356 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-21 04:33:19.367 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-21 04:33:19.368 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-21_04-33-19__6ca96cee-10ef-4b8d-819f-a49fab045df6__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:33:19.369 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-21 04:33:19.369 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-21 04:33:19.374 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-21 04:33:19.374 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.37.10
|
|
2026-03-21 04:33:19.375 DEBUG [src.node.docker_mananger] Generated ports ['36433', '36434', '36435', '36436', '36437']
|
|
2026-03-21 04:33:19.376 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-21 04:33:19.376 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-21 04:33:19.377 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-21 04:33:19.377 DEBUG [src.node.docker_mananger] docker run -i -t -p 36433:36433 -p 36434:36434 -p 36435:36435 -p 36436:36436 -p 36437:36437 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=36435 --rest-port=36433 --tcp-port=36434 --discv5-udp-port=36436 --rest-address=0.0.0.0 --nat=extip:172.18.37.10 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=52ccb11ad69a4c17550e1c5ce12f12fe146481cec846a95ebd4e164e726cead0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36437 --metrics-logging=true --relay=true --filter=true --content-topic=/newsService/2.0/alerts/yaml --content-topic=/newsService/2.0/highlights/xml --content-topic=/newsService/3.0/daily/protobuf --content-topic=/newsService/3.0/alerts/xml --content-topic=/newsService/3.0/updates/protobuf --content-topic=/newsService/3.0/reviews/xml --content-topic=/newsService/4.0/alerts/yaml --content-topic=/newsService/4.0/updates/yaml
|
|
2026-03-21 04:33:19.546 ERROR [src.node.docker_mananger] Max retries reached for container 6ee053251980. Exiting log stream.
|
|
2026-03-21 04:33:19.587 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.37.10 waku 98d8fa61e0e954db264ad3a1666f4573954b964d91eb584610cdce60d0aaac3d
|
|
2026-03-21 04:33:19.623 DEBUG [src.node.docker_mananger] Container started with ID 98d8fa61e0e9. Setting up logs at ./log/docker/node1_2026-03-21_04-33-19__6ca96cee-10ef-4b8d-819f-a49fab045df6__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:33:19.623 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 36433
|
|
2026-03-21 04:33:19.623 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-21 04:33:20.321 ERROR [src.node.docker_mananger] Max retries reached for container 69be29d856dd. Exiting log stream.
|
|
2026-03-21 04:33:20.625 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36433/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:20.627 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:33:20.727 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36433/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:20.730 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:33:20.830 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36433/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:20.833 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:33:20.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36433/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:20.935 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:33:21.036 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36433/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:21.038 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:33:21.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36433/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:21.140 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:33:21.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36433/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:21.243 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:33:21.344 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36433/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:21.346 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:33:21.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36433/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:21.449 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:33:21.549 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36433/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:21.551 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:33:21.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36433/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:21.654 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:33:21.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36433/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:21.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:33:21.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36433/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:21.859 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:33:21.960 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36433/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:21.962 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:33:22.062 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36433/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:22.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:33:22.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36433/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:22.207 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"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":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-21 04:33:22.208 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-21 04:33:22.208 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36433/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:22.210 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.37.10/tcp/36434/p2p/16Uiu2HAmH9aXKWbdhs8c6nW33LSJihetiLu7khywY2KBeX4TFLXy","/ip4/172.18.37.10/tcp/36435/ws/p2p/16Uiu2HAmH9aXKWbdhs8c6nW33LSJihetiLu7khywY2KBeX4TFLXy"],"enrUri":"enr:-L24QJ109Ov6CddxpbhylpCfGqYSw1-Hdeea5GLNYNUVrskHTkoRvoa0gK-4zGJrpJtiMNV-zK811dU25_D1NTQ3HZMCgmlkgnY0gmlwhKwSJQqKbXVsdGlhZGRyc5YACASsEiUKBo5SAAoErBIlCgaOU90DgnJzhQACAQAAiXNlY3AyNTZrMaEDQsGmWm-TJJwYbfuUvuPDcDdbBJD3NTqrVbUCCnmHPWCDdGNwgo5Sg3VkcIKOVIV3YWt1MgU"}'
|
|
2026-03-21 04:33:22.210 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-21 04:33:22.217 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-21 04:33:22.218 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-21_04-33-19__6ca96cee-10ef-4b8d-819f-a49fab045df6__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:33:22.218 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-21 04:33:22.218 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-21 04:33:22.219 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-21 04:33:22.219 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.55.36
|
|
2026-03-21 04:33:22.219 DEBUG [src.node.docker_mananger] Generated ports ['1390', '1391', '1392', '1393', '1394']
|
|
2026-03-21 04:33:22.220 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-21 04:33:22.220 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-21 04:33:22.220 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-21 04:33:22.220 DEBUG [src.node.docker_mananger] docker run -i -t -p 1390:1390 -p 1391:1391 -p 1392:1392 -p 1393:1393 -p 1394:1394 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=1392 --rest-port=1390 --tcp-port=1391 --discv5-udp-port=1393 --rest-address=0.0.0.0 --nat=extip:172.18.55.36 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=451faef432ffadc141443cd7b27855c1bddca4a6ef5809abb17d22470bd3e115 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1394 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJ109Ov6CddxpbhylpCfGqYSw1-Hdeea5GLNYNUVrskHTkoRvoa0gK-4zGJrpJtiMNV-zK811dU25_D1NTQ3HZMCgmlkgnY0gmlwhKwSJQqKbXVsdGlhZGRyc5YACASsEiUKBo5SAAoErBIlCgaOU90DgnJzhQACAQAAiXNlY3AyNTZrMaEDQsGmWm-TJJwYbfuUvuPDcDdbBJD3NTqrVbUCCnmHPWCDdGNwgo5Sg3VkcIKOVIV3YWt1MgU --content-topic=/newsService/2.0/alerts/yaml --content-topic=/newsService/2.0/highlights/xml --content-topic=/newsService/3.0/daily/protobuf --content-topic=/newsService/3.0/alerts/xml --content-topic=/newsService/3.0/updates/protobuf --content-topic=/newsService/3.0/reviews/xml --content-topic=/newsService/4.0/alerts/yaml --content-topic=/newsService/4.0/updates/yaml
|
|
2026-03-21 04:33:22.414 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.55.36 waku e14412ec3e504772625a908d68a1fe485fa9ee1ae3dc218b5d1ba2914cb1d301
|
|
2026-03-21 04:33:22.449 DEBUG [src.node.docker_mananger] Container started with ID e14412ec3e50. Setting up logs at ./log/docker/node2_2026-03-21_04-33-19__6ca96cee-10ef-4b8d-819f-a49fab045df6__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:33:22.450 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1390
|
|
2026-03-21 04:33:22.450 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-21 04:33:23.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1390/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:23.454 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"READY"},{"Legacy Lightpush Client":"READY"},{"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":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-21 04:33:23.454 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-21 04:33:23.454 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1390/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:23.457 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.55.36/tcp/1391/p2p/16Uiu2HAmD85pw8ywqJqspy4BfkZ4aH1MD7VDgjV1guKmo5D5SNhB","/ip4/172.18.55.36/tcp/1392/ws/p2p/16Uiu2HAmD85pw8ywqJqspy4BfkZ4aH1MD7VDgjV1guKmo5D5SNhB"],"enrUri":"enr:-L24QIn2onIIBikokI_0j8Rx_u-LESvbIfBX-GsWem5old-PQ72ZjKhVQVGW2SpRUL9iLTF6Hl3bdEIuS6OTH-jnmcoCgmlkgnY0gmlwhKwSNySKbXVsdGlhZGRyc5YACASsEjckBgVvAAoErBI3JAYFcN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDBvDf0T5q7hvJt7zynJtlFukOscMiRgaaEPQ9cocSJraDdGNwggVvg3VkcIIFcYV3YWt1MgE"}'
|
|
2026-03-21 04:33:23.457 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-21 04:33:23.457 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1390/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.37.10/tcp/36434/p2p/16Uiu2HAmH9aXKWbdhs8c6nW33LSJihetiLu7khywY2KBeX4TFLXy"]'
|
|
2026-03-21 04:33:23.493 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:23.494 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36433/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/alerts/yaml", "/newsService/2.0/highlights/xml", "/newsService/3.0/daily/protobuf", "/newsService/3.0/alerts/xml", "/newsService/3.0/updates/protobuf", "/newsService/3.0/reviews/xml", "/newsService/4.0/alerts/yaml", "/newsService/4.0/updates/yaml"]'
|
|
2026-03-21 04:33:23.499 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:23.500 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1390/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/alerts/yaml", "/newsService/2.0/highlights/xml", "/newsService/3.0/daily/protobuf", "/newsService/3.0/alerts/xml", "/newsService/3.0/updates/protobuf", "/newsService/3.0/reviews/xml", "/newsService/4.0/alerts/yaml", "/newsService/4.0/updates/yaml"]'
|
|
2026-03-21 04:33:23.505 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:23.506 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36433/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/alerts/yaml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:33:23.517 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:23.518 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-21 04:33:23.619 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:23.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36433/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:23.621 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/alerts/yaml","version":0,"timestamp":1774067603506426638,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:23.623 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:23.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1390/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:23.650 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/alerts/yaml","version":0,"timestamp":1774067603506426638,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:23.652 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36433/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/highlights/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:33:23.662 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:23.663 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-21 04:33:23.764 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:23.764 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36433/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:23.766 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/highlights/xml","version":0,"timestamp":1774067603651922443,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:23.768 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:23.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1390/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:23.770 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/highlights/xml","version":0,"timestamp":1774067603651922443,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:23.772 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36433/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/daily/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:33:23.782 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:23.782 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-21 04:33:23.883 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:23.883 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36433/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fdaily%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:23.886 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/daily/protobuf","version":0,"timestamp":1774067603772343475,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:23.887 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:23.887 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1390/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fdaily%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:23.890 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/daily/protobuf","version":0,"timestamp":1774067603772343475,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:23.891 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36433/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:33:23.901 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:23.902 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-21 04:33:24.002 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:24.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36433/relay/v1/auto/messages/%2FnewsService%2F3.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:24.005 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/alerts/xml","version":0,"timestamp":1774067603891514862,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:24.007 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:24.007 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1390/relay/v1/auto/messages/%2FnewsService%2F3.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:24.010 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/alerts/xml","version":0,"timestamp":1774067603891514862,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:24.012 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36433/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/updates/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:33:24.020 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:24.021 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-21 04:33:24.121 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:24.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36433/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fupdates%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:24.124 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/updates/protobuf","version":0,"timestamp":1774067604011894328,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:24.125 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:24.126 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1390/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fupdates%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:24.128 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/updates/protobuf","version":0,"timestamp":1774067604011894328,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:24.130 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36433/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/reviews/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:33:24.138 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:24.140 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-21 04:33:24.240 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:24.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36433/relay/v1/auto/messages/%2FnewsService%2F3.0%2Freviews%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:24.243 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/reviews/xml","version":0,"timestamp":1774067604130501081,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:24.244 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:24.245 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1390/relay/v1/auto/messages/%2FnewsService%2F3.0%2Freviews%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:24.247 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/reviews/xml","version":0,"timestamp":1774067604130501081,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:24.249 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36433/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/4.0/alerts/yaml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:33:24.258 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:24.258 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-21 04:33:24.358 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:24.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36433/relay/v1/auto/messages/%2FnewsService%2F4.0%2Falerts%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:24.361 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/4.0/alerts/yaml","version":0,"timestamp":1774067604248862092,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:24.362 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:24.362 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1390/relay/v1/auto/messages/%2FnewsService%2F4.0%2Falerts%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:24.365 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/4.0/alerts/yaml","version":0,"timestamp":1774067604248862092,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:24.367 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36433/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/4.0/updates/yaml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:33:24.376 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:24.377 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-21 04:33:24.478 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:24.478 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36433/relay/v1/auto/messages/%2FnewsService%2F4.0%2Fupdates%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:24.480 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/4.0/updates/yaml","version":0,"timestamp":1774067604367310306,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:24.482 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:24.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1390/relay/v1/auto/messages/%2FnewsService%2F4.0%2Fupdates%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:24.484 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/4.0/updates/yaml","version":0,"timestamp":1774067604367310306,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:24.487 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-21 04:33:24.488 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-21 04:33:24.488 DEBUG [src.node.waku_node] Stopping container with id 98d8fa61e0e9
|
|
2026-03-21 04:33:25.060 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-21 04:33:25.062 DEBUG [src.node.waku_node] Stopping container with id e14412ec3e50
|
|
2026-03-21 04:33:25.658 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-21 04:33:25.660 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-21 04:33:25.730 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-21 04:33:25.766 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|