mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 09:33:42 +00:00
139 lines
26 KiB
Plaintext
139 lines
26 KiB
Plaintext
2026-03-06 04:34:15.712 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-06 04:34:15.714 DEBUG [tests.conftest] Running test: test_multiple_content_topics_same_shard[content_topic_list1] with id: 2026-03-06_04-34-15__a634dc8a-1efb-4460-ba12-99a5272be943
|
|
2026-03-06 04:34:15.714 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-06 04:34:15.715 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-06 04:34:15.716 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-06 04:34:15.730 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-06 04:34:15.730 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-34-15__a634dc8a-1efb-4460-ba12-99a5272be943__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:34:15.731 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-06 04:34:15.731 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-06 04:34:15.735 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-06 04:34:15.736 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.211.107
|
|
2026-03-06 04:34:15.736 DEBUG [src.node.docker_mananger] Generated ports ['39732', '39733', '39734', '39735', '39736']
|
|
2026-03-06 04:34:15.736 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-06 04:34:15.736 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-06 04:34:15.737 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-06 04:34:15.737 DEBUG [src.node.docker_mananger] docker run -i -t -p 39732:39732 -p 39733:39733 -p 39734:39734 -p 39735:39735 -p 39736:39736 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=39734 --rest-port=39732 --tcp-port=39733 --discv5-udp-port=39735 --rest-address=0.0.0.0 --nat=extip:172.18.211.107 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=4aa456db4336afb9279875d5bcaf03e2e4ee863a2bac1b88bf2aa28fb20bd4c8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39736 --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-06 04:34:15.906 ERROR [src.node.docker_mananger] Max retries reached for container 1007f57d757d. Exiting log stream.
|
|
2026-03-06 04:34:15.965 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.211.107 waku b27220d1b35721a9fa0ecf21c73736f1900b2db2605b6d6c2cb7bf9a0d1b6c10
|
|
2026-03-06 04:34:16.001 DEBUG [src.node.docker_mananger] Container started with ID b27220d1b357. Setting up logs at ./log/docker/node1_2026-03-06_04-34-15__a634dc8a-1efb-4460-ba12-99a5272be943__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:34:16.002 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 39732
|
|
2026-03-06 04:34:16.002 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-06 04:34:16.653 ERROR [src.node.docker_mananger] Max retries reached for container 5179227d1b5a. Exiting log stream.
|
|
2026-03-06 04:34:17.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39732/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:17.006 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":"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-06 04:34:17.007 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-06 04:34:17.007 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39732/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:17.010 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.211.107/tcp/39733/p2p/16Uiu2HAmP3RTRYgumFnkgGJVqeHg6h1fJAHboYmLFx7GK86Ptuuc","/ip4/172.18.211.107/tcp/39734/ws/p2p/16Uiu2HAmP3RTRYgumFnkgGJVqeHg6h1fJAHboYmLFx7GK86Ptuuc"],"enrUri":"enr:-L24QF1lK-SDtoe8-S3o2yx2kcKUc9NpO_r_80CeWwsoKAQ6cGQ0sZ4_-bMZISkptxImiLkfZT1o5FAi8GSlz1Q9x6MCgmlkgnY0gmlwhKwS02uKbXVsdGlhZGRyc5YACASsEtNrBps1AAoErBLTawabNt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDmlQIw9E3C7LAgK5MwykvVSh3tSNTqiU6n02zbsyjqHODdGNwgps1g3VkcIKbN4V3YWt1MgU"}'
|
|
2026-03-06 04:34:17.010 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-06 04:34:17.019 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-06 04:34:17.020 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-34-15__a634dc8a-1efb-4460-ba12-99a5272be943__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:34:17.020 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-06 04:34:17.020 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-06 04:34:17.021 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-06 04:34:17.021 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.116.159
|
|
2026-03-06 04:34:17.021 DEBUG [src.node.docker_mananger] Generated ports ['34374', '34375', '34376', '34377', '34378']
|
|
2026-03-06 04:34:17.022 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-06 04:34:17.022 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-06 04:34:17.022 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-06 04:34:17.022 DEBUG [src.node.docker_mananger] docker run -i -t -p 34374:34374 -p 34375:34375 -p 34376:34376 -p 34377:34377 -p 34378:34378 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=34376 --rest-port=34374 --tcp-port=34375 --discv5-udp-port=34377 --rest-address=0.0.0.0 --nat=extip:172.18.116.159 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=4edbb6ba24971eb1632cbea4e55186b30f4fafab504c8a5bcca7bbfc9c9bf5bc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34378 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QF1lK-SDtoe8-S3o2yx2kcKUc9NpO_r_80CeWwsoKAQ6cGQ0sZ4_-bMZISkptxImiLkfZT1o5FAi8GSlz1Q9x6MCgmlkgnY0gmlwhKwS02uKbXVsdGlhZGRyc5YACASsEtNrBps1AAoErBLTawabNt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDmlQIw9E3C7LAgK5MwykvVSh3tSNTqiU6n02zbsyjqHODdGNwgps1g3VkcIKbN4V3YWt1MgU --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-06 04:34:17.257 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.116.159 waku 9ca2560a2da8671dbdb26cc4174292683b3840d6928c28dfc13a70cd81a85e11
|
|
2026-03-06 04:34:17.292 DEBUG [src.node.docker_mananger] Container started with ID 9ca2560a2da8. Setting up logs at ./log/docker/node2_2026-03-06_04-34-15__a634dc8a-1efb-4460-ba12-99a5272be943__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:34:17.292 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 34374
|
|
2026-03-06 04:34:17.292 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-06 04:34:18.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34374/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:18.303 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-06 04:34:18.404 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34374/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:18.406 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":"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-06 04:34:18.406 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-06 04:34:18.406 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34374/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:18.409 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.116.159/tcp/34375/p2p/16Uiu2HAmJXHXWBQoEh8UHvdtawhow4sca1GSduW9k1LrGULJ3aYd","/ip4/172.18.116.159/tcp/34376/ws/p2p/16Uiu2HAmJXHXWBQoEh8UHvdtawhow4sca1GSduW9k1LrGULJ3aYd"],"enrUri":"enr:-L24QAMRmDQAa8aQhL-YaxKlm6BYDr4wonUT_5VFdpFrIqf0A32uM_JeRUN6aaaNaMzP-MGIFPV4yBiVX-iZhpOvObICgmlkgnY0gmlwhKwSdJ-KbXVsdGlhZGRyc5YACASsEnSfBoZHAAoErBJ0nwaGSN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDVyzla0jPHZZYUmCNg5thCfzV2Kvr3w7a6_RDEFt7Y06DdGNwgoZHg3VkcIKGSYV3YWt1MgE"}'
|
|
2026-03-06 04:34:18.409 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-06 04:34:18.410 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34374/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.211.107/tcp/39733/p2p/16Uiu2HAmP3RTRYgumFnkgGJVqeHg6h1fJAHboYmLFx7GK86Ptuuc"]'
|
|
2026-03-06 04:34:18.439 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:34:18.440 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39732/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-06 04:34:18.447 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:34:18.448 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34374/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-06 04:34:18.453 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:34:18.454 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39732/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/alerts/yaml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:34:18.463 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:34:18.464 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:34:18.564 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:34:18.565 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39732/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:18.568 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":1772771658453966587,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:34:18.569 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:34:18.569 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34374/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:18.572 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":1772771658453966587,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:34:18.573 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39732/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/highlights/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:34:18.581 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:34:18.582 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:34:18.682 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:34:18.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39732/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:18.685 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":1772771658573616016,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:34:18.686 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:34:18.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34374/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:18.689 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":1772771658573616016,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:34:18.691 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39732/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/daily/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:34:18.699 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:34:18.700 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:34:18.801 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:34:18.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39732/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fdaily%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:18.804 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":1772771658690927873,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:34:18.805 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:34:18.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34374/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fdaily%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:18.808 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":1772771658690927873,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:34:18.809 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39732/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:34:18.818 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:34:18.818 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:34:18.919 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:34:18.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39732/relay/v1/auto/messages/%2FnewsService%2F3.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:18.922 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":1772771658809593485,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:34:18.923 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:34:18.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34374/relay/v1/auto/messages/%2FnewsService%2F3.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:18.925 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":1772771658809593485,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:34:18.927 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39732/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/updates/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:34:18.935 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:34:18.935 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:34:19.036 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:34:19.036 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39732/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fupdates%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:19.038 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":1772771658927386947,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:34:19.040 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:34:19.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34374/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fupdates%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:19.042 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":1772771658927386947,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:34:19.044 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39732/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/reviews/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:34:19.052 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:34:19.052 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:34:19.152 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:34:19.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39732/relay/v1/auto/messages/%2FnewsService%2F3.0%2Freviews%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:19.155 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":1772771659044137968,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:34:19.156 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:34:19.156 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34374/relay/v1/auto/messages/%2FnewsService%2F3.0%2Freviews%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:19.159 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":1772771659044137968,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:34:19.160 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39732/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/4.0/alerts/yaml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:34:19.170 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:34:19.172 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:34:19.273 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:34:19.274 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39732/relay/v1/auto/messages/%2FnewsService%2F4.0%2Falerts%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:19.276 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":1772771659160745498,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:34:19.278 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:34:19.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34374/relay/v1/auto/messages/%2FnewsService%2F4.0%2Falerts%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:19.280 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":1772771659160745498,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:34:19.282 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39732/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/4.0/updates/yaml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:34:19.290 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:34:19.291 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:34:19.392 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:34:19.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39732/relay/v1/auto/messages/%2FnewsService%2F4.0%2Fupdates%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:19.394 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":1772771659282006494,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:34:19.396 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:34:19.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34374/relay/v1/auto/messages/%2FnewsService%2F4.0%2Fupdates%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:19.398 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":1772771659282006494,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:34:19.401 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-06 04:34:19.402 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-06 04:34:19.402 DEBUG [src.node.waku_node] Stopping container with id b27220d1b357
|
|
2026-03-06 04:34:19.978 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-06 04:34:19.978 DEBUG [src.node.waku_node] Stopping container with id 9ca2560a2da8
|
|
2026-03-06 04:34:20.561 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-06 04:34:20.563 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-06 04:34:20.603 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-06 04:34:20.642 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|