mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-08 17:03:12 +00:00
100 lines
19 KiB
Plaintext
100 lines
19 KiB
Plaintext
2025-12-18 04:18:07.315 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-18 04:18:07.315 DEBUG [tests.conftest] Running test: test_publish_on_multiple_pubsub_topics_and_only_after_fetch_them with id: 2025-12-18_04-18-07__15b6a959-5c6c-4c37-a87d-1f673a51fe52
|
|
2025-12-18 04:18:07.316 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-18 04:18:07.316 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-18 04:18:07.316 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2025-12-18 04:18:07.324 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-18 04:18:07.324 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-18_04-18-07__15b6a959-5c6c-4c37-a87d-1f673a51fe52__wakuorg_nwaku:latest.log
|
|
2025-12-18 04:18:07.324 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-18 04:18:07.324 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-18 04:18:07.326 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-18 04:18:07.326 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.179.246
|
|
2025-12-18 04:18:07.326 DEBUG [src.node.docker_mananger] Generated ports ['14248', '14249', '14250', '14251', '14252']
|
|
2025-12-18 04:18:07.326 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-18 04:18:07.326 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-18 04:18:07.327 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-18 04:18:07.327 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-18 04:18:07.327 DEBUG [src.node.docker_mananger] docker run -i -t -p 14248:14248 -p 14249:14249 -p 14250:14250 -p 14251:14251 -p 14252:14252 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=14250 --rest-port=14248 --tcp-port=14249 --discv5-udp-port=14251 --rest-address=0.0.0.0 --nat=extip:172.18.179.246 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=e23fc1bccc9ca92d8a55b0e5ea6df64efc1f9af1bbed2bbede18ecaa0aa1f2ce --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14252 --metrics-logging=true --relay=true --filter=true
|
|
2025-12-18 04:18:07.507 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.179.246 waku 66b845a9ea98c6c9653d34dbfe6ed82f68e7feff34cc5eedc27e4b7d0fe5b3ec
|
|
2025-12-18 04:18:07.540 ERROR [src.node.docker_mananger] Max retries reached for container 2a7d45ffe294. Exiting log stream.
|
|
2025-12-18 04:18:07.542 DEBUG [src.node.docker_mananger] Container started with ID 66b845a9ea98. Setting up logs at ./log/docker/node1_2025-12-18_04-18-07__15b6a959-5c6c-4c37-a87d-1f673a51fe52__wakuorg_nwaku:latest.log
|
|
2025-12-18 04:18:07.543 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 14248
|
|
2025-12-18 04:18:07.543 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-18 04:18:08.113 ERROR [src.node.docker_mananger] Max retries reached for container 55881854f454. Exiting log stream.
|
|
2025-12-18 04:18:08.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14248/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:18:08.547 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-18 04:18:08.547 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-18 04:18:08.548 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14248/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:18:08.550 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.179.246/tcp/14249/p2p/16Uiu2HAkzJbQf3v4wxZAc91SA2GHoWrNpeZHKSsp253CBDz5qhLM","/ip4/172.18.179.246/tcp/14250/ws/p2p/16Uiu2HAkzJbQf3v4wxZAc91SA2GHoWrNpeZHKSsp253CBDz5qhLM"],"enrUri":"enr:-L24QKElIqLiCi1w8SG7m_oJ12Vlaj57JJ3T52MgGFJ_ypKFPcPm8oAJyO6SbDfHmJIiiXjlSAlCdy-xO1j3BeEJGlYCgmlkgnY0gmlwhKwSs_aKbXVsdGlhZGRyc5YACASsErP2BjepAAoErBKz9gY3qt0DgnJzhQACAQAAiXNlY3AyNTZrMaECSHozPZI4tDRxZWlSKp4P_RNLwgOxoslkB7MgOwFdGWKDdGNwgjepg3VkcII3q4V3YWt1MgU"}'
|
|
2025-12-18 04:18:08.550 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-18 04:18:08.556 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-18 04:18:08.557 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-18_04-18-07__15b6a959-5c6c-4c37-a87d-1f673a51fe52__wakuorg_nwaku:latest.log
|
|
2025-12-18 04:18:08.557 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-18 04:18:08.557 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-18 04:18:08.558 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-18 04:18:08.558 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.191.109
|
|
2025-12-18 04:18:08.558 DEBUG [src.node.docker_mananger] Generated ports ['4231', '4232', '4233', '4234', '4235']
|
|
2025-12-18 04:18:08.559 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-18 04:18:08.559 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-18 04:18:08.559 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-18 04:18:08.559 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-18 04:18:08.559 DEBUG [src.node.docker_mananger] docker run -i -t -p 4231:4231 -p 4232:4232 -p 4233:4233 -p 4234:4234 -p 4235:4235 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=4233 --rest-port=4231 --tcp-port=4232 --discv5-udp-port=4234 --rest-address=0.0.0.0 --nat=extip:172.18.191.109 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=8621e520dd27a1f4fe2d06466b754ab69420f2ecf8dbeff2dfacc45dfddc9edd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4235 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QKElIqLiCi1w8SG7m_oJ12Vlaj57JJ3T52MgGFJ_ypKFPcPm8oAJyO6SbDfHmJIiiXjlSAlCdy-xO1j3BeEJGlYCgmlkgnY0gmlwhKwSs_aKbXVsdGlhZGRyc5YACASsErP2BjepAAoErBKz9gY3qt0DgnJzhQACAQAAiXNlY3AyNTZrMaECSHozPZI4tDRxZWlSKp4P_RNLwgOxoslkB7MgOwFdGWKDdGNwgjepg3VkcII3q4V3YWt1MgU
|
|
2025-12-18 04:18:08.745 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.191.109 waku 87856c9c087c1ec56aede0e1c326e83b2ebe111a77ee2a4ae3a951a00d577d2c
|
|
2025-12-18 04:18:08.780 DEBUG [src.node.docker_mananger] Container started with ID 87856c9c087c. Setting up logs at ./log/docker/node2_2025-12-18_04-18-07__15b6a959-5c6c-4c37-a87d-1f673a51fe52__wakuorg_nwaku:latest.log
|
|
2025-12-18 04:18:08.780 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4231
|
|
2025-12-18 04:18:08.780 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-18 04:18:09.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4231/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:18:09.792 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-18 04:18:09.793 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-18 04:18:09.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4231/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:18:09.797 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.191.109/tcp/4232/p2p/16Uiu2HAm9xwPPNibi8K19FGAa7U3X8yCSD45p3HUTbqZsUviExQT","/ip4/172.18.191.109/tcp/4233/ws/p2p/16Uiu2HAm9xwPPNibi8K19FGAa7U3X8yCSD45p3HUTbqZsUviExQT"],"enrUri":"enr:-L24QDKKRnGUIvG8qBC1WwTN2lEPZrjP4Y3bGIJdAtbeL9Nna0GElkxE6DAHzJTu0PwkdSrdhFjAoiyfsGgfF5wZUDUCgmlkgnY0gmlwhKwSv22KbXVsdGlhZGRyc5YACASsEr9tBhCIAAoErBK_bQYQid0DgnJzhQACAQAAiXNlY3AyNTZrMaEC2AYK5HYPuhgrRO5uo5laiZ0-RRdwIogqwg9wcjVwO4SDdGNwghCIg3VkcIIQioV3YWt1MgE"}'
|
|
2025-12-18 04:18:09.798 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-18 04:18:09.799 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4231/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.179.246/tcp/14249/p2p/16Uiu2HAkzJbQf3v4wxZAc91SA2GHoWrNpeZHKSsp253CBDz5qhLM"]'
|
|
2025-12-18 04:18:09.802 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:18:09.802 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14248/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"]'
|
|
2025-12-18 04:18:09.809 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:18:09.811 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4231/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"]'
|
|
2025-12-18 04:18:09.824 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:18:09.825 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14248/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)'}'
|
|
2025-12-18 04:18:09.835 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:18:09.836 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14248/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)'}'
|
|
2025-12-18 04:18:09.843 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:18:09.844 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14248/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)'}'
|
|
2025-12-18 04:18:09.852 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:18:09.853 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14248/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)'}'
|
|
2025-12-18 04:18:09.858 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:18:09.860 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14248/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)'}'
|
|
2025-12-18 04:18:09.864 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:18:09.865 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14248/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)'}'
|
|
2025-12-18 04:18:09.870 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:18:09.871 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14248/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)'}'
|
|
2025-12-18 04:18:09.876 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:18:09.877 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14248/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)'}'
|
|
2025-12-18 04:18:09.882 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:18:09.882 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-18 04:18:09.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4231/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:18:09.986 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzA=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766031489825409865,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:18:09.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4231/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:18:09.989 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzE=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766031489836094997,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:18:09.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4231/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:18:09.991 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzI=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766031489844570011,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:18:09.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4231/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:18:09.994 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzM=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766031489853005464,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:18:09.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4231/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:18:09.996 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzQ=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766031489859823216,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:18:09.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4231/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:18:09.999 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzU=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766031489865102058,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:18:09.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4231/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:18:10.001 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzY=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766031489870920747,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:18:10.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4231/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:18:10.004 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzc=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766031489877052187,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:18:10.005 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-18 04:18:10.006 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-18 04:18:10.006 DEBUG [src.node.waku_node] Stopping container with id 66b845a9ea98
|
|
2025-12-18 04:18:10.584 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-18 04:18:10.584 DEBUG [src.node.waku_node] Stopping container with id 87856c9c087c
|
|
2025-12-18 04:18:11.124 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-18 04:18:11.127 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-18 04:18:11.135 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-18 04:18:11.145 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|