mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-13 05:49:33 +00:00
128 lines
24 KiB
Plaintext
128 lines
24 KiB
Plaintext
2026-02-05 04:38:26.986 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-05 04:38:26.986 DEBUG [tests.conftest] Running test: test_subscribe_via_api_to_new_content_topics[content_topic_list0] with id: 2026-02-05_04-38-26__130733f0-3fde-438c-a875-1c1dcf0fc1c6
|
|
2026-02-05 04:38:26.987 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-05 04:38:26.987 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-05 04:38:26.987 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-05 04:38:26.995 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-05 04:38:26.995 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-05_04-38-26__130733f0-3fde-438c-a875-1c1dcf0fc1c6__wakuorg_nwaku:latest.log
|
|
2026-02-05 04:38:26.995 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-05 04:38:26.995 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-05 04:38:26.997 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-05 04:38:26.997 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.94.194
|
|
2026-02-05 04:38:26.997 DEBUG [src.node.docker_mananger] Generated ports ['15907', '15908', '15909', '15910', '15911']
|
|
2026-02-05 04:38:26.997 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-05 04:38:26.998 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-05 04:38:26.998 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-05 04:38:26.998 DEBUG [src.node.docker_mananger] docker run -i -t -p 15907:15907 -p 15908:15908 -p 15909:15909 -p 15910:15910 -p 15911:15911 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=15909 --rest-port=15907 --tcp-port=15908 --discv5-udp-port=15910 --rest-address=0.0.0.0 --nat=extip:172.18.94.194 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=31f2bc3d8ccd009aa11a3e7fffc3cffe2bfe0ca5d92caddb42fa499cfedd2af0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15911 --metrics-logging=true --relay=true --filter=true --content-topic=/newsService/1.0/weekly/protobuf
|
|
2026-02-05 04:38:27.189 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.94.194 waku 354d6f76e2e13957485f0070d44335127c6d50b9700912b813338a2066340a20
|
|
2026-02-05 04:38:27.221 DEBUG [src.node.docker_mananger] Container started with ID 354d6f76e2e1. Setting up logs at ./log/docker/node1_2026-02-05_04-38-26__130733f0-3fde-438c-a875-1c1dcf0fc1c6__wakuorg_nwaku:latest.log
|
|
2026-02-05 04:38:27.222 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15907
|
|
2026-02-05 04:38:27.223 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-05 04:38:27.236 ERROR [src.node.docker_mananger] Max retries reached for container ae298c9fbaf0. Exiting log stream.
|
|
2026-02-05 04:38:27.789 ERROR [src.node.docker_mananger] Max retries reached for container 1734e0e691a0. Exiting log stream.
|
|
2026-02-05 04:38:28.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15907/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-05 04:38:28.227 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-02-05 04:38:28.228 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-05 04:38:28.228 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15907/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-05 04:38:28.230 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.94.194/tcp/15908/p2p/16Uiu2HAmKSnQ66dbkeh7nk3yQYAduSHkoPXFfA8CurGtXEgK7U28","/ip4/172.18.94.194/tcp/15909/ws/p2p/16Uiu2HAmKSnQ66dbkeh7nk3yQYAduSHkoPXFfA8CurGtXEgK7U28"],"enrUri":"enr:-L24QMtqlbc-GWAL4oo90HMgs0kb6FtBT5DZ00dpa9Lei_XiPfD2hJK-dy6QEPhL1bRyKrqL_qUstR-gd2dTFuucXUQCgmlkgnY0gmlwhKwSXsKKbXVsdGlhZGRyc5YACASsEl7CBj4kAAoErBJewgY-Jd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDZOFTLFHp9Sg-TG_ilocRkHnoFly2dPrhKqJ4Tm0Sj72DdGNwgj4kg3VkcII-JoV3YWt1MgU"}'
|
|
2026-02-05 04:38:28.231 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-05 04:38:28.238 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-05 04:38:28.238 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-05_04-38-26__130733f0-3fde-438c-a875-1c1dcf0fc1c6__wakuorg_nwaku:latest.log
|
|
2026-02-05 04:38:28.238 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-05 04:38:28.238 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-05 04:38:28.240 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-05 04:38:28.240 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.43.168
|
|
2026-02-05 04:38:28.240 DEBUG [src.node.docker_mananger] Generated ports ['8120', '8121', '8122', '8123', '8124']
|
|
2026-02-05 04:38:28.240 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-05 04:38:28.240 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-05 04:38:28.240 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-05 04:38:28.241 DEBUG [src.node.docker_mananger] docker run -i -t -p 8120:8120 -p 8121:8121 -p 8122:8122 -p 8123:8123 -p 8124:8124 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=8122 --rest-port=8120 --tcp-port=8121 --discv5-udp-port=8123 --rest-address=0.0.0.0 --nat=extip:172.18.43.168 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=03b76a581fe4ca6a6c5bfad3d7224b3ac3d0d4b6760dbebc70ebbd3450f4c1dc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8124 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QMtqlbc-GWAL4oo90HMgs0kb6FtBT5DZ00dpa9Lei_XiPfD2hJK-dy6QEPhL1bRyKrqL_qUstR-gd2dTFuucXUQCgmlkgnY0gmlwhKwSXsKKbXVsdGlhZGRyc5YACASsEl7CBj4kAAoErBJewgY-Jd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDZOFTLFHp9Sg-TG_ilocRkHnoFly2dPrhKqJ4Tm0Sj72DdGNwgj4kg3VkcII-JoV3YWt1MgU --content-topic=/newsService/1.0/weekly/protobuf
|
|
2026-02-05 04:38:28.435 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.43.168 waku c44e7eee210421e6545f48e589a8ead24e60176c763bfeb68f03c5f22267ea08
|
|
2026-02-05 04:38:28.468 DEBUG [src.node.docker_mananger] Container started with ID c44e7eee2104. Setting up logs at ./log/docker/node2_2026-02-05_04-38-26__130733f0-3fde-438c-a875-1c1dcf0fc1c6__wakuorg_nwaku:latest.log
|
|
2026-02-05 04:38:28.469 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 8120
|
|
2026-02-05 04:38:28.469 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-05 04:38:29.469 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8120/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-05 04:38:29.481 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-02-05 04:38:29.484 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-05 04:38:29.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8120/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-05 04:38:29.490 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.43.168/tcp/8121/p2p/16Uiu2HAmDMUPyiyjsHf8eghyDSL48NB4DkaNHHWDRbm6Xi28dShg","/ip4/172.18.43.168/tcp/8122/ws/p2p/16Uiu2HAmDMUPyiyjsHf8eghyDSL48NB4DkaNHHWDRbm6Xi28dShg"],"enrUri":"enr:-L24QG4f7YkxU-Jpp4N6vah1-hbvPR5YZt8hmRlNEuSA3rAZUgZhKW1TxuKQcETd1hnc1WlrBIhVH3W294_ywo7zOwECgmlkgnY0gmlwhKwSK6iKbXVsdGlhZGRyc5YACASsEiuoBh-5AAoErBIrqAYfut0DgnJzhQACAQAAiXNlY3AyNTZrMaEDCl7xybui3stL6uVGCqENzeWGuRJm9Em-3gIkGmdhEKuDdGNwgh-5g3VkcIIfu4V3YWt1MgE"}'
|
|
2026-02-05 04:38:29.491 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-05 04:38:29.492 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8120/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.94.194/tcp/15908/p2p/16Uiu2HAmKSnQ66dbkeh7nk3yQYAduSHkoPXFfA8CurGtXEgK7U28"]'
|
|
2026-02-05 04:38:29.496 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-05 04:38:29.496 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15907/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-02-05 04:38:29.499 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-05 04:38:29.499 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8120/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-02-05 04:38:29.502 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-05 04:38:29.503 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15907/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-05 04:38:29.508 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-05 04:38:29.509 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-05 04:38:29.609 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-05 04:38:29.610 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15907/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-05 04:38:29.613 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":1770266309503351145,"ephemeral":false,"proof":""}]'
|
|
2026-02-05 04:38:29.615 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-05 04:38:29.615 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8120/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-05 04:38:29.617 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":1770266309503351145,"ephemeral":false,"proof":""}]'
|
|
2026-02-05 04:38:29.619 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15907/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/updates/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-05 04:38:29.624 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-05 04:38:29.625 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-05 04:38:29.725 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-05 04:38:29.725 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15907/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-05 04:38:29.728 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":1770266309619582795,"ephemeral":false,"proof":""}]'
|
|
2026-02-05 04:38:29.730 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-05 04:38:29.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8120/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-05 04:38:29.733 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":1770266309619582795,"ephemeral":false,"proof":""}]'
|
|
2026-02-05 04:38:29.735 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15907/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/alerts/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-05 04:38:29.740 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-05 04:38:29.741 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-05 04:38:29.841 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-05 04:38:29.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15907/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-05 04:38:29.844 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":1770266309735410766,"ephemeral":false,"proof":""}]'
|
|
2026-02-05 04:38:29.846 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-05 04:38:29.846 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8120/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-05 04:38:29.849 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":1770266309735410766,"ephemeral":false,"proof":""}]'
|
|
2026-02-05 04:38:29.850 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15907/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-05 04:38:29.855 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-05 04:38:29.856 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-05 04:38:29.956 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-05 04:38:29.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15907/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-05 04:38:29.959 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":1770266309850822083,"ephemeral":false,"proof":""}]'
|
|
2026-02-05 04:38:29.961 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-05 04:38:29.961 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8120/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-05 04:38:29.963 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":1770266309850822083,"ephemeral":false,"proof":""}]'
|
|
2026-02-05 04:38:29.965 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15907/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/highlights/yaml", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-05 04:38:29.969 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-05 04:38:29.970 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-05 04:38:30.071 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-05 04:38:30.071 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15907/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-05 04:38:30.075 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":1770266309965119561,"ephemeral":false,"proof":""}]'
|
|
2026-02-05 04:38:30.076 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-05 04:38:30.077 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8120/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-05 04:38:30.079 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":1770266309965119561,"ephemeral":false,"proof":""}]'
|
|
2026-02-05 04:38:30.081 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15907/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/weekly/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-05 04:38:30.086 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-05 04:38:30.086 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-05 04:38:30.187 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-05 04:38:30.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15907/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-05 04:38:30.191 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":1770266310081456859,"ephemeral":false,"proof":""}]'
|
|
2026-02-05 04:38:30.192 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-05 04:38:30.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8120/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-05 04:38:30.195 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":1770266310081456859,"ephemeral":false,"proof":""}]'
|
|
2026-02-05 04:38:30.196 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15907/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-05 04:38:30.201 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-05 04:38:30.201 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-05 04:38:30.302 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-05 04:38:30.302 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15907/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-05 04:38:30.305 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":1770266310196751626,"ephemeral":false,"proof":""}]'
|
|
2026-02-05 04:38:30.307 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-05 04:38:30.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8120/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-05 04:38:30.309 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":1770266310196751626,"ephemeral":false,"proof":""}]'
|
|
2026-02-05 04:38:30.312 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-05 04:38:30.313 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-05 04:38:30.314 DEBUG [src.node.waku_node] Stopping container with id 354d6f76e2e1
|
|
2026-02-05 04:38:30.877 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-05 04:38:30.878 DEBUG [src.node.waku_node] Stopping container with id c44e7eee2104
|
|
2026-02-05 04:38:31.408 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-05 04:38:31.410 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-05 04:38:31.416 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-05 04:38:31.422 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|