mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-01 16:13:13 +00:00
104 lines
20 KiB
Plaintext
104 lines
20 KiB
Plaintext
2026-03-12 04:38:47.511 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-12 04:38:47.512 DEBUG [tests.conftest] Running test: test_publish_on_multiple_content_topics_and_only_after_fetch_them[content_topic_list1] with id: 2026-03-12_04-38-47__e9b0d828-2d45-4038-8d71-2fe384cab304
|
|
2026-03-12 04:38:47.512 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-12 04:38:47.512 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-12 04:38:47.512 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-12 04:38:47.520 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-12 04:38:47.520 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-12_04-38-47__e9b0d828-2d45-4038-8d71-2fe384cab304__wakuorg_nwaku:latest.log
|
|
2026-03-12 04:38:47.521 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-12 04:38:47.521 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-12 04:38:47.522 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-12 04:38:47.522 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.156.18
|
|
2026-03-12 04:38:47.522 DEBUG [src.node.docker_mananger] Generated ports ['7262', '7263', '7264', '7265', '7266']
|
|
2026-03-12 04:38:47.523 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-12 04:38:47.523 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-12 04:38:47.523 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-12 04:38:47.523 DEBUG [src.node.docker_mananger] docker run -i -t -p 7262:7262 -p 7263:7263 -p 7264:7264 -p 7265:7265 -p 7266:7266 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=7264 --rest-port=7262 --tcp-port=7263 --discv5-udp-port=7265 --rest-address=0.0.0.0 --nat=extip:172.18.156.18 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=a6f1ae9e1f41808bb1327d67f0f307ac2de3aa5f3bf8f20ddbc1be5ba5dcdfa3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7266 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-12 04:38:47.708 ERROR [src.node.docker_mananger] Max retries reached for container 50efa2f2b756. Exiting log stream.
|
|
2026-03-12 04:38:47.725 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.156.18 waku 80c040f5cc7107507fa4e98d13af87c056e8c09c555ef9db97abb5fa97fc769b
|
|
2026-03-12 04:38:47.763 DEBUG [src.node.docker_mananger] Container started with ID 80c040f5cc71. Setting up logs at ./log/docker/node1_2026-03-12_04-38-47__e9b0d828-2d45-4038-8d71-2fe384cab304__wakuorg_nwaku:latest.log
|
|
2026-03-12 04:38:47.763 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7262
|
|
2026-03-12 04:38:47.764 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-12 04:38:48.272 ERROR [src.node.docker_mananger] Max retries reached for container dc12f1f5d8f1. Exiting log stream.
|
|
2026-03-12 04:38:48.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7262/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:38:48.770 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-12 04:38:48.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7262/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:38:48.873 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-12 04:38:48.873 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-12 04:38:48.874 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7262/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:38:48.876 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.156.18/tcp/7263/p2p/16Uiu2HAm7gM2DiPu3s9QNqfWPMR5QFKCGmiDQ1vC7mEm1pFQpR3S","/ip4/172.18.156.18/tcp/7264/ws/p2p/16Uiu2HAm7gM2DiPu3s9QNqfWPMR5QFKCGmiDQ1vC7mEm1pFQpR3S"],"enrUri":"enr:-L24QHXLzJXSABaL-RxEew2eiJ2nFAWCPMktZIljw0flQDvALa8Zr50TjDR8a4tRM_wNwFpcn92nYN7h6YeVRWFqX1QCgmlkgnY0gmlwhKwSnBKKbXVsdGlhZGRyc5YACASsEpwSBhxfAAoErBKcEgYcYN0DgnJzhQACAQAAiXNlY3AyNTZrMaECtg6E6YUv1pOug7HZa_WFDmBEILnf2Imr4oTKgzDC-DWDdGNwghxfg3VkcIIcYYV3YWt1MgU"}'
|
|
2026-03-12 04:38:48.876 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-12 04:38:48.883 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-12 04:38:48.883 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-12_04-38-47__e9b0d828-2d45-4038-8d71-2fe384cab304__wakuorg_nwaku:latest.log
|
|
2026-03-12 04:38:48.883 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-12 04:38:48.884 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-12 04:38:48.885 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-12 04:38:48.885 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.131.248
|
|
2026-03-12 04:38:48.885 DEBUG [src.node.docker_mananger] Generated ports ['1377', '1378', '1379', '1380', '1381']
|
|
2026-03-12 04:38:48.886 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-12 04:38:48.886 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-12 04:38:48.886 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-12 04:38:48.886 DEBUG [src.node.docker_mananger] docker run -i -t -p 1377:1377 -p 1378:1378 -p 1379:1379 -p 1380:1380 -p 1381:1381 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=1379 --rest-port=1377 --tcp-port=1378 --discv5-udp-port=1380 --rest-address=0.0.0.0 --nat=extip:172.18.131.248 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=efee0ef8edeb2ced7fd5cb9ecfebd2a9ccecf20086befa8dd4ac12ac62b8d2d6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1381 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHXLzJXSABaL-RxEew2eiJ2nFAWCPMktZIljw0flQDvALa8Zr50TjDR8a4tRM_wNwFpcn92nYN7h6YeVRWFqX1QCgmlkgnY0gmlwhKwSnBKKbXVsdGlhZGRyc5YACASsEpwSBhxfAAoErBKcEgYcYN0DgnJzhQACAQAAiXNlY3AyNTZrMaECtg6E6YUv1pOug7HZa_WFDmBEILnf2Imr4oTKgzDC-DWDdGNwghxfg3VkcIIcYYV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-12 04:38:49.092 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.131.248 waku 527e3d7515ebdfe897677af50cf0510be96ab831eb33557efaa57093e5514fa0
|
|
2026-03-12 04:38:49.128 DEBUG [src.node.docker_mananger] Container started with ID 527e3d7515eb. Setting up logs at ./log/docker/node2_2026-03-12_04-38-47__e9b0d828-2d45-4038-8d71-2fe384cab304__wakuorg_nwaku:latest.log
|
|
2026-03-12 04:38:49.129 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1377
|
|
2026-03-12 04:38:49.129 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-12 04:38:50.130 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1377/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:38:50.133 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-12 04:38:50.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1377/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:38:50.236 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-12 04:38:50.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1377/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:38:50.339 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-12 04:38:50.339 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-12 04:38:50.339 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1377/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:38:50.342 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.131.248/tcp/1378/p2p/16Uiu2HAmLbzMtdMbjhmaKXq8kC5tBhLauC4ABdpUHmhMgEuAeFJp","/ip4/172.18.131.248/tcp/1379/ws/p2p/16Uiu2HAmLbzMtdMbjhmaKXq8kC5tBhLauC4ABdpUHmhMgEuAeFJp"],"enrUri":"enr:-L24QH0otm9tdvPyLXvy_JPjC4DhVjmm91iZzWgMAi7CtNxqQgm7eZmCkW5Hs-e1ugLAaapmXaJD6rFk8Jc9ceVpG_QCgmlkgnY0gmlwhKwSg_iKbXVsdGlhZGRyc5YACASsEoP4BgViAAoErBKD-AYFY90DgnJzhQACAQAAiXNlY3AyNTZrMaEDdhjDw3Rd-p-r2h8vi3DaJfaCebTclwAOwECEgigMLJmDdGNwggVig3VkcIIFZIV3YWt1MgE"}'
|
|
2026-03-12 04:38:50.342 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-12 04:38:50.342 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1377/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.156.18/tcp/7263/p2p/16Uiu2HAm7gM2DiPu3s9QNqfWPMR5QFKCGmiDQ1vC7mEm1pFQpR3S"]'
|
|
2026-03-12 04:38:50.382 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:38:50.383 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7262/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-03-12 04:38:50.387 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:38:50.388 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1377/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-03-12 04:38:50.394 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:38:50.395 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7262/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L215YXBwLzEvbGF0ZXN0L3Byb3Rv", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:38:50.404 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:38:50.405 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7262/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9jb250ZW50L3Rlc3QuanM=", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:38:50.414 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:38:50.415 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7262/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L2FwcC8yMi9zb21ldG9waWMvc29tZWVuY29kaW5n", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:38:50.425 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:38:50.426 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7262/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L3RveWNoYXQvMi9odWlsb25nL3Byb3Rv", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:38:50.435 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:38:50.437 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7262/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L3N0YXR1c2ltLzEvY29tbXVuaXR5L2Nib3I=", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:38:50.448 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:38:50.448 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7262/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L2FwcC8yNy9zb21ldG9waWMvc29tZWVuY29kaW5n", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:38:50.459 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:38:50.461 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7262/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L2FwcC8yOS9zb21ldG9waWMvc29tZWVuY29kaW5n", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:38:50.472 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:38:50.474 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7262/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L2FwcC8yMC9zb21ldG9waWMvc29tZWVuY29kaW5n", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-12 04:38:50.484 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-12 04:38:50.485 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-12 04:38:50.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1377/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:38:50.590 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L215YXBwLzEvbGF0ZXN0L3Byb3Rv","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773290330395035981,"ephemeral":false,"proof":""}]'
|
|
2026-03-12 04:38:50.591 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1377/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:38:50.593 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":1773290330405298582,"ephemeral":false,"proof":""}]'
|
|
2026-03-12 04:38:50.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1377/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:38:50.596 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L2FwcC8yMi9zb21ldG9waWMvc29tZWVuY29kaW5n","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1773290330415590856,"ephemeral":false,"proof":""}]'
|
|
2026-03-12 04:38:50.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1377/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:38:50.598 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3RveWNoYXQvMi9odWlsb25nL3Byb3Rv","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1773290330426204232,"ephemeral":false,"proof":""}]'
|
|
2026-03-12 04:38:50.598 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1377/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:38:50.601 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3N0YXR1c2ltLzEvY29tbXVuaXR5L2Nib3I=","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1773290330436840368,"ephemeral":false,"proof":""}]'
|
|
2026-03-12 04:38:50.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1377/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:38:50.603 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L2FwcC8yNy9zb21ldG9waWMvc29tZWVuY29kaW5n","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1773290330448618932,"ephemeral":false,"proof":""}]'
|
|
2026-03-12 04:38:50.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1377/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:38:50.606 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L2FwcC8yOS9zb21ldG9waWMvc29tZWVuY29kaW5n","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1773290330461012991,"ephemeral":false,"proof":""}]'
|
|
2026-03-12 04:38:50.606 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1377/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:38:50.608 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L2FwcC8yMC9zb21ldG9waWMvc29tZWVuY29kaW5n","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1773290330474399576,"ephemeral":false,"proof":""}]'
|
|
2026-03-12 04:38:50.610 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-12 04:38:50.611 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-12 04:38:50.611 DEBUG [src.node.waku_node] Stopping container with id 80c040f5cc71
|
|
2026-03-12 04:38:51.218 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-12 04:38:51.218 DEBUG [src.node.waku_node] Stopping container with id 527e3d7515eb
|
|
2026-03-12 04:38:51.807 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-12 04:38:51.810 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-12 04:38:51.847 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-12 04:38:51.885 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|