mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 18:09:25 +00:00
98 lines
19 KiB
Plaintext
98 lines
19 KiB
Plaintext
2026-01-30 04:35:45.636 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-01-30 04:35:45.636 DEBUG [tests.conftest] Running test: test_publish_on_multiple_content_topics_and_only_after_fetch_them[content_topic_list1] with id: 2026-01-30_04-35-45__27556cb0-773d-4f38-ac0e-69c6e5edfcf0
|
|
2026-01-30 04:35:45.636 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-01-30 04:35:45.637 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-01-30 04:35:45.637 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-01-30 04:35:45.645 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-30 04:35:45.645 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-30_04-35-45__27556cb0-773d-4f38-ac0e-69c6e5edfcf0__wakuorg_nwaku:latest.log
|
|
2026-01-30 04:35:45.645 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-30 04:35:45.645 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-30 04:35:45.646 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-30 04:35:45.647 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.32.31
|
|
2026-01-30 04:35:45.647 DEBUG [src.node.docker_mananger] Generated ports ['17511', '17512', '17513', '17514', '17515']
|
|
2026-01-30 04:35:45.647 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-30 04:35:45.647 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-30 04:35:45.647 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-30 04:35:45.647 DEBUG [src.node.docker_mananger] docker run -i -t -p 17511:17511 -p 17512:17512 -p 17513:17513 -p 17514:17514 -p 17515:17515 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=17513 --rest-port=17511 --tcp-port=17512 --discv5-udp-port=17514 --rest-address=0.0.0.0 --nat=extip:172.18.32.31 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=aa9abbedefe2af46e89fc6ae1a0fcfc05bc3faa0a78ec5dfb4cd9022ea40adb5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17515 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-01-30 04:35:45.802 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.32.31 waku 531d3097372c8458f41f93af0faeca5d14bd4527ca605ba804790346237a4823
|
|
2026-01-30 04:35:45.830 DEBUG [src.node.docker_mananger] Container started with ID 531d3097372c. Setting up logs at ./log/docker/node1_2026-01-30_04-35-45__27556cb0-773d-4f38-ac0e-69c6e5edfcf0__wakuorg_nwaku:latest.log
|
|
2026-01-30 04:35:45.831 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17511
|
|
2026-01-30 04:35:45.831 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-30 04:35:45.907 ERROR [src.node.docker_mananger] Max retries reached for container d552859a4866. Exiting log stream.
|
|
2026-01-30 04:35:46.430 ERROR [src.node.docker_mananger] Max retries reached for container d0be093b5c60. Exiting log stream.
|
|
2026-01-30 04:35:46.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17511/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:35:46.835 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-30 04:35:46.835 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-30 04:35:46.835 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17511/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:35:46.838 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.32.31/tcp/17512/p2p/16Uiu2HAmBLTz8jBYocTGxvTFAfDQRypxNR3odoCwxatzm383Rf6b","/ip4/172.18.32.31/tcp/17513/ws/p2p/16Uiu2HAmBLTz8jBYocTGxvTFAfDQRypxNR3odoCwxatzm383Rf6b"],"enrUri":"enr:-L24QDjr9IkFRnr7zX6-j-ry488GmSAPOsHEO420aD8N2VDpYvWkN9w5LgQigUK88mGSHOO37OlEFvk-VA_af5xT8kgCgmlkgnY0gmlwhKwSIB-KbXVsdGlhZGRyc5YACASsEiAfBkRoAAoErBIgHwZEad0DgnJzhQACAQAAiXNlY3AyNTZrMaEC7GWGZIlb7qyePyTEjKSkD19rQaj_ud91uo5xIJVBd1yDdGNwgkRog3VkcIJEaoV3YWt1MgU"}'
|
|
2026-01-30 04:35:46.838 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-30 04:35:46.844 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-30 04:35:46.845 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-30_04-35-45__27556cb0-773d-4f38-ac0e-69c6e5edfcf0__wakuorg_nwaku:latest.log
|
|
2026-01-30 04:35:46.845 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-30 04:35:46.845 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-30 04:35:46.847 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-30 04:35:46.847 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.123.39
|
|
2026-01-30 04:35:46.847 DEBUG [src.node.docker_mananger] Generated ports ['31505', '31506', '31507', '31508', '31509']
|
|
2026-01-30 04:35:46.847 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-30 04:35:46.847 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-30 04:35:46.847 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-30 04:35:46.847 DEBUG [src.node.docker_mananger] docker run -i -t -p 31505:31505 -p 31506:31506 -p 31507:31507 -p 31508:31508 -p 31509:31509 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=31507 --rest-port=31505 --tcp-port=31506 --discv5-udp-port=31508 --rest-address=0.0.0.0 --nat=extip:172.18.123.39 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=6cbccca4cd09b6eb785eea2cee6eff4358c9e5ebed1d1caff10eff249ddd1c66 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31509 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QDjr9IkFRnr7zX6-j-ry488GmSAPOsHEO420aD8N2VDpYvWkN9w5LgQigUK88mGSHOO37OlEFvk-VA_af5xT8kgCgmlkgnY0gmlwhKwSIB-KbXVsdGlhZGRyc5YACASsEiAfBkRoAAoErBIgHwZEad0DgnJzhQACAQAAiXNlY3AyNTZrMaEC7GWGZIlb7qyePyTEjKSkD19rQaj_ud91uo5xIJVBd1yDdGNwgkRog3VkcIJEaoV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-01-30 04:35:47.013 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.123.39 waku 5778c5dc772c59541386b0b19bbd2bb2c445c73e6a9915deaf346d3c09155d85
|
|
2026-01-30 04:35:47.040 DEBUG [src.node.docker_mananger] Container started with ID 5778c5dc772c. Setting up logs at ./log/docker/node2_2026-01-30_04-35-45__27556cb0-773d-4f38-ac0e-69c6e5edfcf0__wakuorg_nwaku:latest.log
|
|
2026-01-30 04:35:47.040 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 31505
|
|
2026-01-30 04:35:47.041 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-30 04:35:48.042 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31505/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:35:48.060 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-30 04:35:48.061 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-30 04:35:48.062 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31505/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:35:48.068 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.123.39/tcp/31506/p2p/16Uiu2HAmC2cBWuZNP9NCmxA3jc3WNyzNKJ6d5rR14mQmR6KvAJ2V","/ip4/172.18.123.39/tcp/31507/ws/p2p/16Uiu2HAmC2cBWuZNP9NCmxA3jc3WNyzNKJ6d5rR14mQmR6KvAJ2V"],"enrUri":"enr:-L24QD4ET7yB_W3OYDaFANtfOidl15QnsqEnTL3Fvqbp_ORDaL7wfmP8nwJnCux8T0KKknBisW0Fqa2dVhQzKu4Gd04CgmlkgnY0gmlwhKwSeyeKbXVsdGlhZGRyc5YACASsEnsnBnsSAAoErBJ7JwZ7E90DgnJzhQACAQAAiXNlY3AyNTZrMaEC9q4GXVoaMdhjWNDpyNyq8XtYYgx3ZCDYv3L7olz1ifKDdGNwgnsSg3VkcIJ7FIV3YWt1MgE"}'
|
|
2026-01-30 04:35:48.069 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-30 04:35:48.069 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31505/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.32.31/tcp/17512/p2p/16Uiu2HAmBLTz8jBYocTGxvTFAfDQRypxNR3odoCwxatzm383Rf6b"]'
|
|
2026-01-30 04:35:48.071 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:35:48.072 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17511/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
|
2026-01-30 04:35:48.080 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:35:48.082 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31505/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
|
2026-01-30 04:35:48.094 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:35:48.097 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17511/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L215YXBwLzEvbGF0ZXN0L3Byb3Rv", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-30 04:35:48.103 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:35:48.104 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17511/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9jb250ZW50L3Rlc3QuanM=", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-30 04:35:48.111 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:35:48.113 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17511/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L2FwcC8yMi9zb21ldG9waWMvc29tZWVuY29kaW5n", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-30 04:35:48.119 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:35:48.121 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17511/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L3RveWNoYXQvMi9odWlsb25nL3Byb3Rv", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-30 04:35:48.125 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:35:48.125 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17511/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L3N0YXR1c2ltLzEvY29tbXVuaXR5L2Nib3I=", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-30 04:35:48.130 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:35:48.131 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17511/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L2FwcC8yNy9zb21ldG9waWMvc29tZWVuY29kaW5n", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-30 04:35:48.136 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:35:48.136 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17511/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L2FwcC8yOS9zb21ldG9waWMvc29tZWVuY29kaW5n", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-30 04:35:48.141 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:35:48.141 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17511/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L2FwcC8yMC9zb21ldG9waWMvc29tZWVuY29kaW5n", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-30 04:35:48.146 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:35:48.147 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-30 04:35:48.247 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31505/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:35:48.250 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L215YXBwLzEvbGF0ZXN0L3Byb3Rv","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769747748096211209,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:35:48.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31505/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:35:48.252 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9jb250ZW50L3Rlc3QuanM=","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1769747748104293816,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:35:48.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31505/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:35:48.255 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L2FwcC8yMi9zb21ldG9waWMvc29tZWVuY29kaW5n","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1769747748113203026,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:35:48.256 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31505/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:35:48.258 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3RveWNoYXQvMi9odWlsb25nL3Byb3Rv","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1769747748120997261,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:35:48.259 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31505/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:35:48.261 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3N0YXR1c2ltLzEvY29tbXVuaXR5L2Nib3I=","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1769747748125712737,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:35:48.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31505/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:35:48.264 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L2FwcC8yNy9zb21ldG9waWMvc29tZWVuY29kaW5n","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1769747748131550772,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:35:48.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31505/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:35:48.267 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L2FwcC8yOS9zb21ldG9waWMvc29tZWVuY29kaW5n","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1769747748136635210,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:35:48.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31505/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:35:48.270 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L2FwcC8yMC9zb21ldG9waWMvc29tZWVuY29kaW5n","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1769747748141583414,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:35:48.272 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-01-30 04:35:48.273 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-01-30 04:35:48.273 DEBUG [src.node.waku_node] Stopping container with id 531d3097372c
|
|
2026-01-30 04:35:48.814 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-30 04:35:48.815 DEBUG [src.node.waku_node] Stopping container with id 5778c5dc772c
|
|
2026-01-30 04:35:49.345 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-30 04:35:49.347 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-01-30 04:35:49.358 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-01-30 04:35:49.366 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|