mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-02 14:03:08 +00:00
100 lines
19 KiB
Plaintext
100 lines
19 KiB
Plaintext
2026-01-02 04:24:32.102 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-01-02 04:24:32.102 DEBUG [tests.conftest] Running test: test_publish_on_multiple_pubsub_topics_and_only_after_fetch_them with id: 2026-01-02_04-24-32__22f63ffe-5c31-49de-854b-3f612e21e0a4
|
|
2026-01-02 04:24:32.102 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-01-02 04:24:32.103 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-01-02 04:24:32.103 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-01-02 04:24:32.110 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-02 04:24:32.110 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-24-32__22f63ffe-5c31-49de-854b-3f612e21e0a4__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:24:32.110 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-02 04:24:32.110 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-02 04:24:32.112 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-02 04:24:32.112 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.52.73
|
|
2026-01-02 04:24:32.112 DEBUG [src.node.docker_mananger] Generated ports ['31904', '31905', '31906', '31907', '31908']
|
|
2026-01-02 04:24:32.112 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-01-02 04:24:32.112 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-02 04:24:32.112 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-02 04:24:32.113 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-02 04:24:32.113 DEBUG [src.node.docker_mananger] docker run -i -t -p 31904:31904 -p 31905:31905 -p 31906:31906 -p 31907:31907 -p 31908:31908 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=31906 --rest-port=31904 --tcp-port=31905 --discv5-udp-port=31907 --rest-address=0.0.0.0 --nat=extip:172.18.52.73 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b20e71be17c4ceb588ca2beb12fac7dcd6fa7b7c2aee35d16272d9894a287f8f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31908 --metrics-logging=true --relay=true --filter=true
|
|
2026-01-02 04:24:32.294 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.52.73 waku e9fd636bde48b4d9ff4f7a2ecbcf520f9e89dfca49df7c8eba31261f2453ca7c
|
|
2026-01-02 04:24:32.327 DEBUG [src.node.docker_mananger] Container started with ID e9fd636bde48. Setting up logs at ./log/docker/node1_2026-01-02_04-24-32__22f63ffe-5c31-49de-854b-3f612e21e0a4__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:24:32.327 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 31904
|
|
2026-01-02 04:24:32.327 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-02 04:24:32.366 ERROR [src.node.docker_mananger] Max retries reached for container 13277a149824. Exiting log stream.
|
|
2026-01-02 04:24:32.909 ERROR [src.node.docker_mananger] Max retries reached for container b2d1d6e41648. Exiting log stream.
|
|
2026-01-02 04:24:33.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31904/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:24:33.332 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-01-02 04:24:33.332 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-02 04:24:33.332 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31904/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:24:33.334 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.52.73/tcp/31905/p2p/16Uiu2HAm9kzHWV9s7WoXRshRrs9bNVC6VncqpooXsU8TPBJfak4q","/ip4/172.18.52.73/tcp/31906/ws/p2p/16Uiu2HAm9kzHWV9s7WoXRshRrs9bNVC6VncqpooXsU8TPBJfak4q"],"enrUri":"enr:-L24QO40YQoRIF8Odkob9duYs1EqS9TjgU8YXdDxFb1nGxd-aAAfCfDttm07PIpx0WiNbUy-eBV2fBiqjC1yrkjf_OwCgmlkgnY0gmlwhKwSNEmKbXVsdGlhZGRyc5YACASsEjRJBnyhAAoErBI0SQZ8ot0DgnJzhQACAQAAiXNlY3AyNTZrMaEC1PZZse4GlqYvkmLTEdr_hvCqcFXKmCjv8HSJJdi6RpKDdGNwgnyhg3VkcIJ8o4V3YWt1MgU"}'
|
|
2026-01-02 04:24:33.334 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-02 04:24:33.341 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-02 04:24:33.341 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-24-32__22f63ffe-5c31-49de-854b-3f612e21e0a4__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:24:33.341 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-02 04:24:33.341 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-02 04:24:33.343 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-02 04:24:33.343 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.172.249
|
|
2026-01-02 04:24:33.343 DEBUG [src.node.docker_mananger] Generated ports ['18882', '18883', '18884', '18885', '18886']
|
|
2026-01-02 04:24:33.343 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-01-02 04:24:33.343 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-02 04:24:33.343 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-02 04:24:33.343 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-02 04:24:33.343 DEBUG [src.node.docker_mananger] docker run -i -t -p 18882:18882 -p 18883:18883 -p 18884:18884 -p 18885:18885 -p 18886:18886 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=18884 --rest-port=18882 --tcp-port=18883 --discv5-udp-port=18885 --rest-address=0.0.0.0 --nat=extip:172.18.172.249 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=a64ad1065ad214cf2e600aaabe3aa14f747cffad9ee7c96cebe138dc6b4e47e7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18886 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QO40YQoRIF8Odkob9duYs1EqS9TjgU8YXdDxFb1nGxd-aAAfCfDttm07PIpx0WiNbUy-eBV2fBiqjC1yrkjf_OwCgmlkgnY0gmlwhKwSNEmKbXVsdGlhZGRyc5YACASsEjRJBnyhAAoErBI0SQZ8ot0DgnJzhQACAQAAiXNlY3AyNTZrMaEC1PZZse4GlqYvkmLTEdr_hvCqcFXKmCjv8HSJJdi6RpKDdGNwgnyhg3VkcIJ8o4V3YWt1MgU
|
|
2026-01-02 04:24:33.527 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.172.249 waku d446154d72b89334e07db7042a14e371871b80c6dba917bd71b3ba83ed7d7fbf
|
|
2026-01-02 04:24:33.560 DEBUG [src.node.docker_mananger] Container started with ID d446154d72b8. Setting up logs at ./log/docker/node2_2026-01-02_04-24-32__22f63ffe-5c31-49de-854b-3f612e21e0a4__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:24:33.561 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 18882
|
|
2026-01-02 04:24:33.561 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-02 04:24:34.561 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18882/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:24:34.567 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-01-02 04:24:34.567 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-02 04:24:34.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18882/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:24:34.572 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.172.249/tcp/18883/p2p/16Uiu2HAm5c6MXAqkx9c6Pp77QdX8GECu4xBcwg8SGWsddfGsYiw3","/ip4/172.18.172.249/tcp/18884/ws/p2p/16Uiu2HAm5c6MXAqkx9c6Pp77QdX8GECu4xBcwg8SGWsddfGsYiw3"],"enrUri":"enr:-L24QP7htN_iB0w-3CLYLN00GK6G_2gWVZmR9yFlt2LygzUQUjFTDW7SAvWwrgMdTFFRyri2sI9WyW_XEl8Cv-qKAVgCgmlkgnY0gmlwhKwSrPmKbXVsdGlhZGRyc5YACASsEqz5BknDAAoErBKs-QZJxN0DgnJzhQACAQAAiXNlY3AyNTZrMaECl0A84Xde4Ui65qLkbpYvEDNruqpHFDbW_FTfIMIPHtqDdGNwgknDg3VkcIJJxYV3YWt1MgE"}'
|
|
2026-01-02 04:24:34.573 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-02 04:24:34.575 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18882/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.52.73/tcp/31905/p2p/16Uiu2HAm9kzHWV9s7WoXRshRrs9bNVC6VncqpooXsU8TPBJfak4q"]'
|
|
2026-01-02 04:24:34.578 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:24:34.579 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31904/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
|
2026-01-02 04:24:34.586 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:24:34.587 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18882/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
|
2026-01-02 04:24:34.598 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:24:34.601 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31904/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzA=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:24:34.609 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:24:34.609 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31904/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzE=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:24:34.615 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:24:34.616 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31904/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzI=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:24:34.623 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:24:34.623 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31904/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzM=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:24:34.632 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:24:34.632 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31904/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:24:34.636 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:24:34.638 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31904/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzU=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:24:34.644 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:24:34.645 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31904/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzY=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:24:34.649 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:24:34.650 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31904/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzc=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:24:34.654 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:24:34.655 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:24:34.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:24:34.758 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzA=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327874599870011,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:24:34.759 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:24:34.761 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzE=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327874609738610,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:24:34.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:24:34.763 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzI=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327874616370719,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:24:34.764 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:24:34.766 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzM=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327874623577903,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:24:34.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:24:34.768 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzQ=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327874632582977,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:24:34.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:24:34.770 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzU=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327874638085410,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:24:34.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:24:34.773 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzY=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327874645192393,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:24:34.773 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:24:34.775 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzc=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327874650233156,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:24:34.777 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-01-02 04:24:34.778 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-01-02 04:24:34.778 DEBUG [src.node.waku_node] Stopping container with id e9fd636bde48
|
|
2026-01-02 04:24:35.348 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-02 04:24:35.348 DEBUG [src.node.waku_node] Stopping container with id d446154d72b8
|
|
2026-01-02 04:24:35.868 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-02 04:24:35.871 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-01-02 04:24:35.882 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-01-02 04:24:35.891 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|