mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-27 22:23:37 +00:00
137 lines
25 KiB
Plaintext
137 lines
25 KiB
Plaintext
2026-03-14 04:33:53.187 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-14 04:33:53.187 DEBUG [tests.conftest] Running test: test_multiple_content_topics_same_shard[content_topic_list0] with id: 2026-03-14_04-33-53__b968f04b-93ad-4fe6-847e-ae395fed346e
|
|
2026-03-14 04:33:53.188 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-14 04:33:53.188 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-14 04:33:53.188 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-14 04:33:53.196 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-14 04:33:53.196 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-14_04-33-53__b968f04b-93ad-4fe6-847e-ae395fed346e__wakuorg_nwaku:latest.log
|
|
2026-03-14 04:33:53.196 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-14 04:33:53.196 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-14 04:33:53.197 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-14 04:33:53.198 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.27.197
|
|
2026-03-14 04:33:53.198 DEBUG [src.node.docker_mananger] Generated ports ['26557', '26558', '26559', '26560', '26561']
|
|
2026-03-14 04:33:53.198 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-14 04:33:53.198 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-14 04:33:53.198 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-14 04:33:53.198 DEBUG [src.node.docker_mananger] docker run -i -t -p 26557:26557 -p 26558:26558 -p 26559:26559 -p 26560:26560 -p 26561:26561 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=26559 --rest-port=26557 --tcp-port=26558 --discv5-udp-port=26560 --rest-address=0.0.0.0 --nat=extip:172.18.27.197 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ab8f098df552c264460e4ac4bd1f5f862743df2cedba553c7b98fba2cccfed68 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26561 --metrics-logging=true --relay=true --filter=true --content-topic=/newsService/1.0/weekly/protobuf --content-topic=/newsService/1.0/alerts/xml --content-topic=/newsService/1.0/updates/json --content-topic=/newsService/2.0/alerts/json --content-topic=/newsService/2.0/summaries/xml --content-topic=/newsService/2.0/highlights/yaml --content-topic=/newsService/3.0/weekly/json --content-topic=/newsService/3.0/summaries/xml
|
|
2026-03-14 04:33:53.387 ERROR [src.node.docker_mananger] Max retries reached for container 66e83078dabc. Exiting log stream.
|
|
2026-03-14 04:33:53.409 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.27.197 waku ec545ac35594d72d0356846cb81b46e1c5c003719878b8437c5828da204c4684
|
|
2026-03-14 04:33:53.444 DEBUG [src.node.docker_mananger] Container started with ID ec545ac35594. Setting up logs at ./log/docker/node1_2026-03-14_04-33-53__b968f04b-93ad-4fe6-847e-ae395fed346e__wakuorg_nwaku:latest.log
|
|
2026-03-14 04:33:53.445 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 26557
|
|
2026-03-14 04:33:53.445 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-14 04:33:53.963 ERROR [src.node.docker_mananger] Max retries reached for container c8d2a6379210. Exiting log stream.
|
|
2026-03-14 04:33:54.445 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26557/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:33:54.448 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-14 04:33:54.448 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-14 04:33:54.448 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26557/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:33:54.451 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.27.197/tcp/26558/p2p/16Uiu2HAkvHzqnKP8v6Jnpeei96ijBMh3omFRfYQV2dFFvMoMQusa","/ip4/172.18.27.197/tcp/26559/ws/p2p/16Uiu2HAkvHzqnKP8v6Jnpeei96ijBMh3omFRfYQV2dFFvMoMQusa"],"enrUri":"enr:-L24QBOElKhJljMIF41k0Zqh5KXZs33JSIDht6A0KzJZrhuxRJ9YBhk_MEAo6CLhfYnOOq6KR2lkIcyPqvZ2hUU5euUCgmlkgnY0gmlwhKwSG8WKbXVsdGlhZGRyc5YACASsEhvFBme-AAoErBIbxQZnv90DgnJzhQACAQAAiXNlY3AyNTZrMaECDOReHb7kWGniA56el_7WdCakc3TLqv2xo18ElvNUM92DdGNwgme-g3VkcIJnwIV3YWt1MgU"}'
|
|
2026-03-14 04:33:54.451 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-14 04:33:54.458 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-14 04:33:54.459 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-14_04-33-53__b968f04b-93ad-4fe6-847e-ae395fed346e__wakuorg_nwaku:latest.log
|
|
2026-03-14 04:33:54.459 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-14 04:33:54.459 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-14 04:33:54.460 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-14 04:33:54.460 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.87.15
|
|
2026-03-14 04:33:54.461 DEBUG [src.node.docker_mananger] Generated ports ['35459', '35460', '35461', '35462', '35463']
|
|
2026-03-14 04:33:54.461 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-14 04:33:54.461 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-14 04:33:54.461 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-14 04:33:54.461 DEBUG [src.node.docker_mananger] docker run -i -t -p 35459:35459 -p 35460:35460 -p 35461:35461 -p 35462:35462 -p 35463:35463 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=35461 --rest-port=35459 --tcp-port=35460 --discv5-udp-port=35462 --rest-address=0.0.0.0 --nat=extip:172.18.87.15 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ccea1019beeacbb0aa72e6fca2da99ebad8a2c3dcfbcaadffc0cc15154588ca5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35463 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBOElKhJljMIF41k0Zqh5KXZs33JSIDht6A0KzJZrhuxRJ9YBhk_MEAo6CLhfYnOOq6KR2lkIcyPqvZ2hUU5euUCgmlkgnY0gmlwhKwSG8WKbXVsdGlhZGRyc5YACASsEhvFBme-AAoErBIbxQZnv90DgnJzhQACAQAAiXNlY3AyNTZrMaECDOReHb7kWGniA56el_7WdCakc3TLqv2xo18ElvNUM92DdGNwgme-g3VkcIJnwIV3YWt1MgU --content-topic=/newsService/1.0/weekly/protobuf --content-topic=/newsService/1.0/alerts/xml --content-topic=/newsService/1.0/updates/json --content-topic=/newsService/2.0/alerts/json --content-topic=/newsService/2.0/summaries/xml --content-topic=/newsService/2.0/highlights/yaml --content-topic=/newsService/3.0/weekly/json --content-topic=/newsService/3.0/summaries/xml
|
|
2026-03-14 04:33:54.668 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.87.15 waku 1afccdcbc00f5e869520e44a5263fcb1d5ee870a3bb99d7e2872f2eae35371ec
|
|
2026-03-14 04:33:54.702 DEBUG [src.node.docker_mananger] Container started with ID 1afccdcbc00f. Setting up logs at ./log/docker/node2_2026-03-14_04-33-53__b968f04b-93ad-4fe6-847e-ae395fed346e__wakuorg_nwaku:latest.log
|
|
2026-03-14 04:33:54.703 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 35459
|
|
2026-03-14 04:33:54.704 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-14 04:33:55.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35459/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:33:55.708 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-14 04:33:55.708 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-14 04:33:55.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35459/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:33:55.710 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.87.15/tcp/35460/p2p/16Uiu2HAmDXouftR3d2dGMBSdUXwb9AmZXSfY3GvqQRYe4yTZsR18","/ip4/172.18.87.15/tcp/35461/ws/p2p/16Uiu2HAmDXouftR3d2dGMBSdUXwb9AmZXSfY3GvqQRYe4yTZsR18"],"enrUri":"enr:-L24QIj8ODxGHcxclMMeBhy4CfHOLTanilhW-L6RXEVy1QomNaUBo60eLPnX8P9eaoGVTDUgKyybOIAnK9outKwxbMQCgmlkgnY0gmlwhKwSVw-KbXVsdGlhZGRyc5YACASsElcPBoqEAAoErBJXDwaKhd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDDQTQlmaIwJPWECLbAepw7t9tf2C_FwwfqwAltlzsa_eDdGNwgoqEg3VkcIKKhoV3YWt1MgE"}'
|
|
2026-03-14 04:33:55.711 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-14 04:33:55.711 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35459/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.27.197/tcp/26558/p2p/16Uiu2HAkvHzqnKP8v6Jnpeei96ijBMh3omFRfYQV2dFFvMoMQusa"]'
|
|
2026-03-14 04:33:55.741 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:33:55.742 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26557/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf", "/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-03-14 04:33:55.749 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:33:55.750 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35459/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf", "/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-03-14 04:33:55.754 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:33:55.755 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26557/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-14 04:33:55.766 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:33:55.767 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-14 04:33:55.868 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-14 04:33:55.868 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26557/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:33:55.871 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1773462835755211196,"ephemeral":false,"proof":""}]'
|
|
2026-03-14 04:33:55.872 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-14 04:33:55.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35459/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:33:55.879 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1773462835755211196,"ephemeral":false,"proof":""}]'
|
|
2026-03-14 04:33:55.881 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26557/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-14 04:33:55.891 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:33:55.891 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-14 04:33:55.991 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-14 04:33:55.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26557/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:33:55.994 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":1773462835881551102,"ephemeral":false,"proof":""}]'
|
|
2026-03-14 04:33:55.996 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-14 04:33:55.996 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35459/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:33:55.999 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":1773462835881551102,"ephemeral":false,"proof":""}]'
|
|
2026-03-14 04:33:56.000 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26557/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/updates/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-14 04:33:56.009 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:33:56.011 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-14 04:33:56.112 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-14 04:33:56.113 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26557/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:33:56.115 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":1773462836000655699,"ephemeral":false,"proof":""}]'
|
|
2026-03-14 04:33:56.117 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-14 04:33:56.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35459/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:33:56.119 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":1773462836000655699,"ephemeral":false,"proof":""}]'
|
|
2026-03-14 04:33:56.121 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26557/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/alerts/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-14 04:33:56.128 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:33:56.129 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-14 04:33:56.230 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-14 04:33:56.231 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26557/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:33:56.233 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":1773462836121203831,"ephemeral":false,"proof":""}]'
|
|
2026-03-14 04:33:56.235 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-14 04:33:56.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35459/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:33:56.238 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":1773462836121203831,"ephemeral":false,"proof":""}]'
|
|
2026-03-14 04:33:56.239 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26557/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-14 04:33:56.248 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:33:56.248 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-14 04:33:56.349 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-14 04:33:56.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26557/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:33:56.352 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":1773462836239677810,"ephemeral":false,"proof":""}]'
|
|
2026-03-14 04:33:56.353 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-14 04:33:56.353 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35459/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:33:56.356 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":1773462836239677810,"ephemeral":false,"proof":""}]'
|
|
2026-03-14 04:33:56.357 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26557/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/highlights/yaml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-14 04:33:56.367 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:33:56.367 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-14 04:33:56.467 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-14 04:33:56.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26557/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:33:56.470 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":1773462836357810643,"ephemeral":false,"proof":""}]'
|
|
2026-03-14 04:33:56.472 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-14 04:33:56.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35459/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:33:56.474 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":1773462836357810643,"ephemeral":false,"proof":""}]'
|
|
2026-03-14 04:33:56.476 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26557/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/weekly/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-14 04:33:56.485 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:33:56.485 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-14 04:33:56.586 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-14 04:33:56.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26557/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:33:56.589 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":1773462836476435276,"ephemeral":false,"proof":""}]'
|
|
2026-03-14 04:33:56.590 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-14 04:33:56.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35459/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:33:56.592 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":1773462836476435276,"ephemeral":false,"proof":""}]'
|
|
2026-03-14 04:33:56.594 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26557/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-14 04:33:56.603 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:33:56.605 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-14 04:33:56.705 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-14 04:33:56.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26557/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:33:56.708 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":1773462836594343034,"ephemeral":false,"proof":""}]'
|
|
2026-03-14 04:33:56.709 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-14 04:33:56.710 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35459/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:33:56.712 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":1773462836594343034,"ephemeral":false,"proof":""}]'
|
|
2026-03-14 04:33:56.715 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-14 04:33:56.716 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-14 04:33:56.716 DEBUG [src.node.waku_node] Stopping container with id ec545ac35594
|
|
2026-03-14 04:33:57.289 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-14 04:33:57.290 DEBUG [src.node.waku_node] Stopping container with id 1afccdcbc00f
|
|
2026-03-14 04:33:57.875 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-14 04:33:57.878 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-14 04:33:57.927 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-14 04:33:57.972 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|