mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-07 16:33:13 +00:00
98 lines
19 KiB
Plaintext
98 lines
19 KiB
Plaintext
2025-12-08 08:56:01.742 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-08 08:56:01.742 DEBUG [tests.conftest] Running test: test_publish_on_multiple_content_topics_and_only_after_fetch_them[content_topic_list0] with id: 2025-12-08_08-56-01__328a0540-fe8c-494f-8fd0-ce9227f4e2e2
|
|
2025-12-08 08:56:01.743 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-08 08:56:01.743 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-08 08:56:01.743 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2025-12-08 08:56:01.750 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-08 08:56:01.751 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-08_08-56-01__328a0540-fe8c-494f-8fd0-ce9227f4e2e2__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:56:01.751 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-08 08:56:01.751 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-08 08:56:01.752 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-08 08:56:01.752 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.111.149
|
|
2025-12-08 08:56:01.752 DEBUG [src.node.docker_mananger] Generated ports ['2459', '2460', '2461', '2462', '2463']
|
|
2025-12-08 08:56:01.753 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-08 08:56:01.753 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-08 08:56:01.753 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-08 08:56:01.753 DEBUG [src.node.docker_mananger] docker run -i -t -p 2459:2459 -p 2460:2460 -p 2461:2461 -p 2462:2462 -p 2463:2463 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=2461 --rest-port=2459 --tcp-port=2460 --discv5-udp-port=2462 --rest-address=0.0.0.0 --nat=extip:172.18.111.149 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ba13cc7703caddcc83dccaf7e64bd5e08db8b82acdcad3a20d01dc1da1993074 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2463 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2025-12-08 08:56:01.942 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.111.149 waku 44580671c2a2842caf8de343417acdf77cdf506c878937078d0efcea7f1ff264
|
|
2025-12-08 08:56:01.974 DEBUG [src.node.docker_mananger] Container started with ID 44580671c2a2. Setting up logs at ./log/docker/node1_2025-12-08_08-56-01__328a0540-fe8c-494f-8fd0-ce9227f4e2e2__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:56:01.975 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 2459
|
|
2025-12-08 08:56:01.975 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-08 08:56:02.009 ERROR [src.node.docker_mananger] Max retries reached for container 5d4a5f326eaa. Exiting log stream.
|
|
2025-12-08 08:56:02.545 ERROR [src.node.docker_mananger] Max retries reached for container ca103956eadb. Exiting log stream.
|
|
2025-12-08 08:56:02.975 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2459/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:56:02.979 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"}]}'
|
|
2025-12-08 08:56:02.979 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-08 08:56:02.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2459/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:56:02.981 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.111.149/tcp/2460/p2p/16Uiu2HAm4kMtpGLrCoEGC1SZKoMDNEJsF3TWQCzjCbu5CQ8PcdFB","/ip4/172.18.111.149/tcp/2461/ws/p2p/16Uiu2HAm4kMtpGLrCoEGC1SZKoMDNEJsF3TWQCzjCbu5CQ8PcdFB"],"enrUri":"enr:-L24QFJ2RQgXlS8kwKFT1L-Yq-VRVf5zAa7lZg19S0IPp7HFVGKi40RqdsqJYrI5smR6lHe9Xo2UgV7ZZ6dNz1OKMMkCgmlkgnY0gmlwhKwSb5WKbXVsdGlhZGRyc5YACASsEm-VBgmcAAoErBJvlQYJnd0DgnJzhQACAQAAiXNlY3AyNTZrMaECioLEm9qoSBbg3ZhB3w0ulDfRJXPJBdX3vdLUvToOdb6DdGNwggmcg3VkcIIJnoV3YWt1MgU"}'
|
|
2025-12-08 08:56:02.982 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-08 08:56:02.989 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-08 08:56:02.989 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-08_08-56-01__328a0540-fe8c-494f-8fd0-ce9227f4e2e2__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:56:02.989 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-08 08:56:02.989 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-08 08:56:02.990 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-08 08:56:02.990 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.174.42
|
|
2025-12-08 08:56:02.991 DEBUG [src.node.docker_mananger] Generated ports ['57633', '57634', '57635', '57636', '57637']
|
|
2025-12-08 08:56:02.991 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-08 08:56:02.991 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-08 08:56:02.991 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-08 08:56:02.991 DEBUG [src.node.docker_mananger] docker run -i -t -p 57633:57633 -p 57634:57634 -p 57635:57635 -p 57636:57636 -p 57637:57637 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=57635 --rest-port=57633 --tcp-port=57634 --discv5-udp-port=57636 --rest-address=0.0.0.0 --nat=extip:172.18.174.42 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b64edf04cef8da9babae6fcdb73055bb7aee8ede0aeffe2fabfabe6fea441bab --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57637 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFJ2RQgXlS8kwKFT1L-Yq-VRVf5zAa7lZg19S0IPp7HFVGKi40RqdsqJYrI5smR6lHe9Xo2UgV7ZZ6dNz1OKMMkCgmlkgnY0gmlwhKwSb5WKbXVsdGlhZGRyc5YACASsEm-VBgmcAAoErBJvlQYJnd0DgnJzhQACAQAAiXNlY3AyNTZrMaECioLEm9qoSBbg3ZhB3w0ulDfRJXPJBdX3vdLUvToOdb6DdGNwggmcg3VkcIIJnoV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2025-12-08 08:56:03.188 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.174.42 waku 99f931460b74e5feba959d454592141b6af3705e483bdf32f5334482156540a3
|
|
2025-12-08 08:56:03.219 DEBUG [src.node.docker_mananger] Container started with ID 99f931460b74. Setting up logs at ./log/docker/node2_2025-12-08_08-56-01__328a0540-fe8c-494f-8fd0-ce9227f4e2e2__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:56:03.220 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 57633
|
|
2025-12-08 08:56:03.220 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-08 08:56:04.220 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57633/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:56:04.231 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"}]}'
|
|
2025-12-08 08:56:04.231 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-08 08:56:04.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57633/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:56:04.236 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.174.42/tcp/57634/p2p/16Uiu2HAmCZcvBPj9X9SnvykxuSsjynZ6dGbw5Q6CUT3hPtnqhvte","/ip4/172.18.174.42/tcp/57635/ws/p2p/16Uiu2HAmCZcvBPj9X9SnvykxuSsjynZ6dGbw5Q6CUT3hPtnqhvte"],"enrUri":"enr:-L24QPs0MtrsKlDgsn8sigQ5HB7ussdEcbltjUVsuMAhw-I7WSm3lrcEg1m9Kl3sXrlkQ4GXWS3BMFETTrPCajcsOe8CgmlkgnY0gmlwhKwSriqKbXVsdGlhZGRyc5YACASsEq4qBuEiAAoErBKuKgbhI90DgnJzhQACAQAAiXNlY3AyNTZrMaEC_p_clgmQB7tPe0JN40dFAttRTj6g1mI2ESvRf70ejEeDdGNwguEig3VkcILhJIV3YWt1MgE"}'
|
|
2025-12-08 08:56:04.237 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-08 08:56:04.238 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57633/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.111.149/tcp/2460/p2p/16Uiu2HAm4kMtpGLrCoEGC1SZKoMDNEJsF3TWQCzjCbu5CQ8PcdFB"]'
|
|
2025-12-08 08:56:04.242 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:56:04.242 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2459/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"]'
|
|
2025-12-08 08:56:04.248 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:56:04.249 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57633/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"]'
|
|
2025-12-08 08:56:04.258 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:56:04.259 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2459/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzEuMC93ZWVrbHkvcHJvdG9idWY=", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-08 08:56:04.265 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:56:04.266 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2459/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzEuMC9hbGVydHMveG1s", "contentTopic": "/newsService/1.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-08 08:56:04.272 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:56:04.273 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2459/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzEuMC91cGRhdGVzL2pzb24=", "contentTopic": "/newsService/1.0/updates/json", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-08 08:56:04.276 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:56:04.277 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2459/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzIuMC9hbGVydHMvanNvbg==", "contentTopic": "/newsService/2.0/alerts/json", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-08 08:56:04.282 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:56:04.283 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2459/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzIuMC9zdW1tYXJpZXMveG1s", "contentTopic": "/newsService/2.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-08 08:56:04.288 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:56:04.288 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2459/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzIuMC9oaWdobGlnaHRzL3lhbWw=", "contentTopic": "/newsService/2.0/highlights/yaml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-08 08:56:04.292 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:56:04.293 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2459/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzMuMC93ZWVrbHkvanNvbg==", "contentTopic": "/newsService/3.0/weekly/json", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-08 08:56:04.298 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:56:04.298 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2459/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzMuMC9zdW1tYXJpZXMveG1s", "contentTopic": "/newsService/3.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-08 08:56:04.303 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:56:04.303 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-08 08:56:04.404 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57633/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:56:04.407 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L25ld3NTZXJ2aWNlLzEuMC93ZWVrbHkvcHJvdG9idWY=","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1765184164259673684,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 08:56:04.407 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57633/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:56:04.410 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L25ld3NTZXJ2aWNlLzEuMC9hbGVydHMveG1s","contentTopic":"/newsService/1.0/alerts/xml","version":0,"timestamp":1765184164266335738,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 08:56:04.410 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57633/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:56:04.412 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L25ld3NTZXJ2aWNlLzEuMC91cGRhdGVzL2pzb24=","contentTopic":"/newsService/1.0/updates/json","version":0,"timestamp":1765184164272846199,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 08:56:04.413 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57633/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:56:04.415 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L25ld3NTZXJ2aWNlLzIuMC9hbGVydHMvanNvbg==","contentTopic":"/newsService/2.0/alerts/json","version":0,"timestamp":1765184164277686518,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 08:56:04.415 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57633/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:56:04.417 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L25ld3NTZXJ2aWNlLzIuMC9zdW1tYXJpZXMveG1s","contentTopic":"/newsService/2.0/summaries/xml","version":0,"timestamp":1765184164283435476,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 08:56:04.418 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57633/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:56:04.420 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L25ld3NTZXJ2aWNlLzIuMC9oaWdobGlnaHRzL3lhbWw=","contentTopic":"/newsService/2.0/highlights/yaml","version":0,"timestamp":1765184164288380434,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 08:56:04.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57633/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:56:04.423 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L25ld3NTZXJ2aWNlLzMuMC93ZWVrbHkvanNvbg==","contentTopic":"/newsService/3.0/weekly/json","version":0,"timestamp":1765184164293519641,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 08:56:04.423 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57633/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:56:04.425 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L25ld3NTZXJ2aWNlLzMuMC9zdW1tYXJpZXMveG1s","contentTopic":"/newsService/3.0/summaries/xml","version":0,"timestamp":1765184164298604081,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 08:56:04.427 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-08 08:56:04.428 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-08 08:56:04.428 DEBUG [src.node.waku_node] Stopping container with id 44580671c2a2
|
|
2025-12-08 08:56:04.961 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-08 08:56:04.963 DEBUG [src.node.waku_node] Stopping container with id 99f931460b74
|
|
2025-12-08 08:56:05.501 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-08 08:56:05.502 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-08 08:56:05.510 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-08 08:56:05.518 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|