mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-24 12:43:20 +00:00
101 lines
21 KiB
Plaintext
101 lines
21 KiB
Plaintext
2026-03-05 15:10:57.127 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-05 15:10:57.127 DEBUG [tests.conftest] Running test: test_store_without_encoding_pubsubtopic with id: 2026-03-05_15-10-57__655a345e-cdb5-4548-bc07-3079e292bb91
|
|
2026-03-05 15:10:57.128 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-05 15:10:57.128 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-03-05 15:10:57.128 DEBUG [src.steps.store] Running fixture setup: node_setup
|
|
2026-03-05 15:10:57.135 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:10:57.136 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-05_15-10-57__655a345e-cdb5-4548-bc07-3079e292bb91__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:10:57.136 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:10:57.136 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:10:57.137 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:10:57.137 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.185.253
|
|
2026-03-05 15:10:57.138 DEBUG [src.node.docker_mananger] Generated ports ['56263', '56264', '56265', '56266', '56267']
|
|
2026-03-05 15:10:57.138 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:10:57.138 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:10:57.138 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:10:57.138 DEBUG [src.node.docker_mananger] docker run -i -t -p 56263:56263 -p 56264:56264 -p 56265:56265 -p 56266:56266 -p 56267:56267 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=56265 --rest-port=56263 --tcp-port=56264 --discv5-udp-port=56266 --rest-address=0.0.0.0 --nat=extip:172.18.185.253 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bacd7a44ba99d6c6faeebea2bb7d918f97290fe81dcfcf77f5cd6c9dde3c4c6f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56267 --metrics-logging=true --store=true --relay=true
|
|
2026-03-05 15:10:57.332 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.185.253 waku 230e948aaaaf7c40e6689b45dfcd9a5cc9fe2c43e1eb8931303b66a9e79e986f
|
|
2026-03-05 15:10:57.366 DEBUG [src.node.docker_mananger] Container started with ID 230e948aaaaf. Setting up logs at ./log/docker/publishing_node1_2026-03-05_15-10-57__655a345e-cdb5-4548-bc07-3079e292bb91__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:10:57.367 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 56263
|
|
2026-03-05 15:10:57.370 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:10:57.387 ERROR [src.node.docker_mananger] Max retries reached for container df1bbdf2f688. Exiting log stream.
|
|
2026-03-05 15:10:57.935 ERROR [src.node.docker_mananger] Max retries reached for container 699dfd989d02. Exiting log stream.
|
|
2026-03-05 15:10:58.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56263/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:10:58.373 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"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":"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-05 15:10:58.374 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:10:58.374 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56263/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:10:58.376 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.185.253/tcp/56264/p2p/16Uiu2HAmU4oPrvtVUrQvBW5SXfgp2hWhbMu7PFc79kPEsJLn7yVz","/ip4/172.18.185.253/tcp/56265/ws/p2p/16Uiu2HAmU4oPrvtVUrQvBW5SXfgp2hWhbMu7PFc79kPEsJLn7yVz"],"enrUri":"enr:-L24QMQ2C_ISGYI4k5Wg2jNxBZU8P04JnLtOVSVcJgQIWSLKOdhBih9AGeJnhYoBgeo4efm8ryavoTRP1Xy3OkCaB68CgmlkgnY0gmlwhKwSuf2KbXVsdGlhZGRyc5YACASsErn9BtvIAAoErBK5_Qbbyd0DgnJzhQADAQAAiXNlY3AyNTZrMaED5PjbD9HLZ-WDOYDxPKxaGJ4CrxHUXoYoXVamQlfMNlGDdGNwgtvIg3VkcILbyoV3YWt1MgM"}'
|
|
2026-03-05 15:10:58.376 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:10:58.384 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:10:58.384 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-05_15-10-57__655a345e-cdb5-4548-bc07-3079e292bb91__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:10:58.385 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:10:58.385 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:10:58.386 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:10:58.386 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.23.123
|
|
2026-03-05 15:10:58.386 DEBUG [src.node.docker_mananger] Generated ports ['42020', '42021', '42022', '42023', '42024']
|
|
2026-03-05 15:10:58.386 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:10:58.387 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:10:58.387 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:10:58.387 DEBUG [src.node.docker_mananger] docker run -i -t -p 42020:42020 -p 42021:42021 -p 42022:42022 -p 42023:42023 -p 42024:42024 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=42022 --rest-port=42020 --tcp-port=42021 --discv5-udp-port=42023 --rest-address=0.0.0.0 --nat=extip:172.18.23.123 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3b6f82629d00bcdacfaede9f400b8eb3964dcee06bba60c78fbd19be8cfee4be --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42024 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QMQ2C_ISGYI4k5Wg2jNxBZU8P04JnLtOVSVcJgQIWSLKOdhBih9AGeJnhYoBgeo4efm8ryavoTRP1Xy3OkCaB68CgmlkgnY0gmlwhKwSuf2KbXVsdGlhZGRyc5YACASsErn9BtvIAAoErBK5_Qbbyd0DgnJzhQADAQAAiXNlY3AyNTZrMaED5PjbD9HLZ-WDOYDxPKxaGJ4CrxHUXoYoXVamQlfMNlGDdGNwgtvIg3VkcILbyoV3YWt1MgM --storenode=/ip4/172.18.185.253/tcp/56264/p2p/16Uiu2HAmU4oPrvtVUrQvBW5SXfgp2hWhbMu7PFc79kPEsJLn7yVz --store=true --relay=true
|
|
2026-03-05 15:10:58.589 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.23.123 waku 017204c075f18a955fc57baa206b24ee2263ba7315d4d1cc39d2a270cecf8b65
|
|
2026-03-05 15:10:58.622 DEBUG [src.node.docker_mananger] Container started with ID 017204c075f1. Setting up logs at ./log/docker/store_node1_2026-03-05_15-10-57__655a345e-cdb5-4548-bc07-3079e292bb91__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:10:58.623 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 42020
|
|
2026-03-05 15:10:58.624 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:10:59.625 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42020/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:10:59.628 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":"READY"},{"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":"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-05 15:10:59.628 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:10:59.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42020/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:10:59.631 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.23.123/tcp/42021/p2p/16Uiu2HAm4ib4C2i1kYTak61eCPx7j2QmGJYkFP546nbhpwRxsXut","/ip4/172.18.23.123/tcp/42022/ws/p2p/16Uiu2HAm4ib4C2i1kYTak61eCPx7j2QmGJYkFP546nbhpwRxsXut"],"enrUri":"enr:-L24QFA3YdkOcXrlWpw-CVt2odAXwE5ZBmH0qorCXb5JCNjlcJ3uBKDoJzud67gxWso4w84eCNW4mXE2ztZAdKf_TzwCgmlkgnY0gmlwhKwSF3uKbXVsdGlhZGRyc5YACASsEhd7BqQlAAoErBIXewakJt0DgnJzhQADAQAAiXNlY3AyNTZrMaECig59AVMTEf8lJcWuzbBG8L50BoRaGhYm9iM8WX0-LnODdGNwgqQlg3VkcIKkJ4V3YWt1MgM"}'
|
|
2026-03-05 15:10:59.631 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:10:59.631 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42020/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.185.253/tcp/56264/p2p/16Uiu2HAmU4oPrvtVUrQvBW5SXfgp2hWhbMu7PFc79kPEsJLn7yVz"]'
|
|
2026-03-05 15:10:59.634 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:10:59.634 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56263/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-05 15:10:59.637 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:10:59.637 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42020/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-05 15:10:59.640 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:10:59.640 DEBUG [src.steps.store] Relaying message
|
|
2026-03-05 15:10:59.641 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56263/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 15:10:59.646 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:10:59.647 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-05 15:10:59.848 DEBUG [src.steps.store] Relaying message
|
|
2026-03-05 15:10:59.848 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56263/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 15:10:59.854 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:10:59.855 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-05 15:11:00.056 DEBUG [src.steps.store] Relaying message
|
|
2026-03-05 15:11:00.057 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56263/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 15:11:00.063 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:11:00.063 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-05 15:11:00.264 DEBUG [src.steps.store] Relaying message
|
|
2026-03-05 15:11:00.264 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56263/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 15:11:00.270 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:11:00.271 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-05 15:11:00.472 DEBUG [src.steps.store] Relaying message
|
|
2026-03-05 15:11:00.472 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56263/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 15:11:00.478 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:11:00.478 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-05 15:11:00.679 DEBUG [src.steps.store] Relaying message
|
|
2026-03-05 15:11:00.679 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56263/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 15:11:00.686 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:11:00.686 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-05 15:11:00.887 DEBUG [src.steps.store] Relaying message
|
|
2026-03-05 15:11:00.887 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56263/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 15:11:00.893 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:11:00.893 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-05 15:11:01.094 DEBUG [src.steps.store] Relaying message
|
|
2026-03-05 15:11:01.094 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56263/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 15:11:01.100 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:11:01.100 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-05 15:11:01.302 DEBUG [tests.store.test_topics] trying get message with wrong encoded pubsub topic /waku/2/rs/3/0
|
|
2026-03-05 15:11:01.302 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56263/store/v3/messages?includeData=true&pubsubTopic=/waku/2/rs/3/0&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:11:01.306 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x9a3b88819003085966f66b77f3e0d54c4a22a25c2fe244ed6f899a7e1a28f2f7","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772723459640747194,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xee775bf7666738f2dc7dd3ac6c6f51fffe07890dfc2f87f6568c0696dc1eeacf","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1772723459848014759,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x267cf770690fdb81502a73d34e3f673ba6ff71d02f4e1cce43ab268454d00fe1","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772723460056602847,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x6550438186dfcd988464473b47ad6e421f1acda45f61b59933a460fea759956a","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1772723460264199968,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xf2847324f036216509715cbb03bb5e472dddb88f0dc64d67cabcfe071ee2db32","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772723460472222531,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xe9aefb6f91650e8e1c3156cf332eddc9900163e149e990491e521b212c3df025","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772723460679303273,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x623e0f09c40a6144053fc837ca9cf6d6ee23b09fea28a38eb836b968c1ec2ce7","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772723460887069655,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x9d82a75611da1f221c06196cc1cbe858f4c32b94489af1d81fdc62591d046454","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1772723461094379485,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"}]}'
|
|
2026-03-05 15:11:01.306 DEBUG [tests.store.test_topics] response for getting message without encoding pubsub topic {'requestId': '', 'statusCode': 200, 'statusDesc': 'OK', 'messages': [{'messageHash': '0x9a3b88819003085966f66b77f3e0d54c4a22a25c2fe244ed6f899a7e1a28f2f7', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/myapp/1/latest/proto', 'version': 0, 'timestamp': 1772723459640747194, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0xee775bf7666738f2dc7dd3ac6c6f51fffe07890dfc2f87f6568c0696dc1eeacf', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/waku/2/content/test.js', 'version': 0, 'timestamp': 1772723459848014759, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0x267cf770690fdb81502a73d34e3f673ba6ff71d02f4e1cce43ab268454d00fe1', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/app/22/sometopic/someencoding', 'version': 0, 'timestamp': 1772723460056602847, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0x6550438186dfcd988464473b47ad6e421f1acda45f61b59933a460fea759956a', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/toychat/2/huilong/proto', 'version': 0, 'timestamp': 1772723460264199968, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0xf2847324f036216509715cbb03bb5e472dddb88f0dc64d67cabcfe071ee2db32', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/statusim/1/community/cbor', 'version': 0, 'timestamp': 1772723460472222531, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0xe9aefb6f91650e8e1c3156cf332eddc9900163e149e990491e521b212c3df025', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/app/27/sometopic/someencoding', 'version': 0, 'timestamp': 1772723460679303273, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0x623e0f09c40a6144053fc837ca9cf6d6ee23b09fea28a38eb836b968c1ec2ce7', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/app/29/sometopic/someencoding', 'version': 0, 'timestamp': 1772723460887069655, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0x9d82a75611da1f221c06196cc1cbe858f4c32b94489af1d81fdc62591d046454', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/app/20/sometopic/someencoding', 'version': 0, 'timestamp': 1772723461094379485, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}]}
|
|
2026-03-05 15:11:01.309 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-05 15:11:01.310 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-05 15:11:01.310 DEBUG [src.node.waku_node] Stopping container with id 230e948aaaaf
|
|
2026-03-05 15:11:01.900 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:11:01.903 DEBUG [src.node.waku_node] Stopping container with id 017204c075f1
|
|
2026-03-05 15:11:02.451 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:11:02.453 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-05 15:11:02.461 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 15:11:02.468 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|