waku-interop-tests/nim/357/data/attachments/b76b82dbd63f7348.txt

150 lines
25 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_get_store_messages_with_different_content_topics with id: 2024-09-12_04-35-16__564e48ad-0a7f-4b4e-8346-11676ad31b02
DEBUG  src.steps.common:common.py:17 Running fixture setup: common_setup
DEBUG  src.steps.store:store.py:28 Running fixture setup: store_setup
DEBUG  src.steps.store:store.py:36 Running fixture setup: node_setup
DEBUG  src.node.docker_mananger:docker_mananger.py:18 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:85 WakuNode instance initialized with log path ./log/docker/publishing_node1_2024-09-12_04-35-16__564e48ad-0a7f-4b4e-8346-11676ad31b02__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:89 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:21 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:24 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:81 Generated random external IP 172.18.153.106
DEBUG  src.node.docker_mananger:docker_mananger.py:74 Generated ports ['31902', '31903', '31904', '31905', '31906']
DEBUG  src.node.waku_node:waku_node.py:434 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:163 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:165 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:48 docker run -i -t -p 31902:31902 -p 31903:31903 -p 31904:31904 -p 31905:31905 -p 31906:31906 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=31904 --rest-port=31902 --tcp-port=31903 --discv5-udp-port=31905 --rest-address=0.0.0.0 --nat=extip:172.18.153.106 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cfa2cbe6c83a3f4a920ecbf2adaec90abbc69cc93c1b13ccbe6edc9cdc0d0dec --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31906 --metrics-logging=true --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:54 docker network connect --ip 172.18.153.106 waku 7ec7284c90e212f195e2cbb9de00069c6e9fa393516a4da5c5d63ee06c03e6a4
DEBUG  src.node.docker_mananger:docker_mananger.py:57 Container started with ID 7ec7284c90e2. Setting up logs at ./log/docker/publishing_node1_2024-09-12_04-35-16__564e48ad-0a7f-4b4e-8346-11676ad31b02__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:177 Started container from image wakuorg/nwaku:latest. REST: 31902
DEBUG  src.libs.common:common.py:35 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:31902/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"Ready","protocolsHealth":[]}'
INFO  src.node.waku_node:waku_node.py:277 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:31902/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.153.106/tcp/31903/p2p/16Uiu2HAmMH3dxdTCYedLVVYExNMqcZ2YiC8Hu1jjWVecUwL1XLgK","/ip4/172.18.153.106/tcp/31904/ws/p2p/16Uiu2HAmMH3dxdTCYedLVVYExNMqcZ2YiC8Hu1jjWVecUwL1XLgK"],"enrUri":"enr:-LO4QEIwceEsYiynf_8lfvxaaga7pSMo8_9KtO153fq7ZiUvIcgrHxW1epXEqSk1Wi3tRHv28ygbSq_PQppuJVoPiVMBgmlkgnY0gmlwhKwSmWqKbXVsdGlhZGRyc4wACgSsEplqBnyg3QOCcnOFAAMBAACJc2VjcDI1NmsxoQOAGh8jFrWcyY1PbaNbHf_LWw4_5qGKRaPgHkdO00FYJIN0Y3CCfJ-DdWRwgnyhhXdha3UyAw"}'
INFO  src.node.waku_node:waku_node.py:282 REST service is ready !!
DEBUG  src.node.docker_mananger:docker_mananger.py:18 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:85 WakuNode instance initialized with log path ./log/docker/store_node1_2024-09-12_04-35-16__564e48ad-0a7f-4b4e-8346-11676ad31b02__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:89 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:21 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:24 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:81 Generated random external IP 172.18.7.124
DEBUG  src.node.docker_mananger:docker_mananger.py:74 Generated ports ['1220', '1221', '1222', '1223', '1224']
DEBUG  src.node.waku_node:waku_node.py:434 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:163 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:165 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:48 docker run -i -t -p 1220:1220 -p 1221:1221 -p 1222:1222 -p 1223:1223 -p 1224:1224 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=1222 --rest-port=1220 --tcp-port=1221 --discv5-udp-port=1223 --rest-address=0.0.0.0 --nat=extip:172.18.7.124 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=defded8ae7fbe23d0d2c9a3fddc8225a4a74399af8eff4abbcbd31e40fbbe656 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1224 --metrics-logging=true --discv5-bootstrap-node=enr:-LO4QEIwceEsYiynf_8lfvxaaga7pSMo8_9KtO153fq7ZiUvIcgrHxW1epXEqSk1Wi3tRHv28ygbSq_PQppuJVoPiVMBgmlkgnY0gmlwhKwSmWqKbXVsdGlhZGRyc4wACgSsEplqBnyg3QOCcnOFAAMBAACJc2VjcDI1NmsxoQOAGh8jFrWcyY1PbaNbHf_LWw4_5qGKRaPgHkdO00FYJIN0Y3CCfJ-DdWRwgnyhhXdha3UyAw --storenode=/ip4/172.18.153.106/tcp/31903/p2p/16Uiu2HAmMH3dxdTCYedLVVYExNMqcZ2YiC8Hu1jjWVecUwL1XLgK --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:54 docker network connect --ip 172.18.7.124 waku f375a54aeb2626d597f12fa624f143573c41c16e8019551890197109246ce456
DEBUG  src.node.docker_mananger:docker_mananger.py:57 Container started with ID f375a54aeb26. Setting up logs at ./log/docker/store_node1_2024-09-12_04-35-16__564e48ad-0a7f-4b4e-8346-11676ad31b02__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:177 Started container from image wakuorg/nwaku:latest. REST: 1220
DEBUG  src.libs.common:common.py:35 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1220/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"Ready","protocolsHealth":[]}'
INFO  src.node.waku_node:waku_node.py:277 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1220/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.7.124/tcp/1221/p2p/16Uiu2HAm2dvhBZyNZ1DBfKf9RwDyFSkMbFixdy3UqppgcnKvQjY1","/ip4/172.18.7.124/tcp/1222/ws/p2p/16Uiu2HAm2dvhBZyNZ1DBfKf9RwDyFSkMbFixdy3UqppgcnKvQjY1"],"enrUri":"enr:-LO4QH6UjtBNjU-GVo9ydJmZX4RTd2jX7dfSXjI7w5nkdZ42JZj_GHvOt4-_djbBwhrA5smy5EYGGKthUkkDouCZtCYBgmlkgnY0gmlwhKwSB3yKbXVsdGlhZGRyc4wACgSsEgd8BgTG3QOCcnOFAAMBAACJc2VjcDI1NmsxoQJrJWo4tkUQO59Wg8L-zqr4twTQC09qHdpRM-S-k9LD1oN0Y3CCBMWDdWRwggTHhXdha3UyAw"}'
INFO  src.node.waku_node:waku_node.py:282 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1220/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.153.106/tcp/31903/p2p/16Uiu2HAmMH3dxdTCYedLVVYExNMqcZ2YiC8Hu1jjWVecUwL1XLgK"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:31902/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1220/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  tests.store.test_get_messages:test_get_messages.py:38 Running test with content topic /myapp/1/latest/proto
DEBUG  src.steps.store:store.py:129 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:31902/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:35 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:215 Checking that peer wakuorg/nwaku:latest can find the stored messages
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:31902/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Fmyapp%2F1%2Flatest%2Fproto&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"C7d/KC+747JqpaQfJok9Uf5h8bk/UYHtdqMi//YIYF4="}]}'
DEBUG  src.steps.store:store.py:215 Checking that peer wakuorg/nwaku:latest can find the stored messages
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1220/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Fmyapp%2F1%2Flatest%2Fproto&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"C7d/KC+747JqpaQfJok9Uf5h8bk/UYHtdqMi//YIYF4="}]}'
DEBUG  tests.store.test_get_messages:test_get_messages.py:38 Running test with content topic /waku/2/content/test.js
DEBUG  src.steps.store:store.py:129 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:31902/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:35 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:215 Checking that peer wakuorg/nwaku:latest can find the stored messages
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:31902/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Fwaku%2F2%2Fcontent%2Ftest.js&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"/FhomzLQb/sjEcykXf2bm1141gPwOhCROv5AyszmsEs="}]}'
DEBUG  src.steps.store:store.py:215 Checking that peer wakuorg/nwaku:latest can find the stored messages
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1220/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Fwaku%2F2%2Fcontent%2Ftest.js&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"/FhomzLQb/sjEcykXf2bm1141gPwOhCROv5AyszmsEs="}]}'
DEBUG  tests.store.test_get_messages:test_get_messages.py:38 Running test with content topic /app/22/sometopic/someencoding
DEBUG  src.steps.store:store.py:129 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:31902/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:35 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:215 Checking that peer wakuorg/nwaku:latest can find the stored messages
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:31902/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Fapp%2F22%2Fsometopic%2Fsomeencoding&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"1epVxTi//QBf9/0pGg7jvcqRDs6GdB73CUtFy9aHrdU="}]}'
DEBUG  src.steps.store:store.py:215 Checking that peer wakuorg/nwaku:latest can find the stored messages
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1220/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Fapp%2F22%2Fsometopic%2Fsomeencoding&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"1epVxTi//QBf9/0pGg7jvcqRDs6GdB73CUtFy9aHrdU="}]}'
DEBUG  tests.store.test_get_messages:test_get_messages.py:38 Running test with content topic /toychat/2/huilong/proto
DEBUG  src.steps.store:store.py:129 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:31902/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:35 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:215 Checking that peer wakuorg/nwaku:latest can find the stored messages
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:31902/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Ftoychat%2F2%2Fhuilong%2Fproto&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"Fnkwl9xx0TSynyIinasN0NGeVOQntBYLH1SRwpcNJAY="}]}'
DEBUG  src.steps.store:store.py:215 Checking that peer wakuorg/nwaku:latest can find the stored messages
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1220/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Ftoychat%2F2%2Fhuilong%2Fproto&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"Fnkwl9xx0TSynyIinasN0NGeVOQntBYLH1SRwpcNJAY="}]}'
DEBUG  tests.store.test_get_messages:test_get_messages.py:38 Running test with content topic /statusim/1/community/cbor
DEBUG  src.steps.store:store.py:129 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:31902/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:35 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:215 Checking that peer wakuorg/nwaku:latest can find the stored messages
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:31902/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Fstatusim%2F1%2Fcommunity%2Fcbor&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"asoJJ6CEjvbo9U891LI0i6/KAPugVIglH6GWVNlY0yI="}]}'
DEBUG  src.steps.store:store.py:215 Checking that peer wakuorg/nwaku:latest can find the stored messages
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1220/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Fstatusim%2F1%2Fcommunity%2Fcbor&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"asoJJ6CEjvbo9U891LI0i6/KAPugVIglH6GWVNlY0yI="}]}'
DEBUG  tests.store.test_get_messages:test_get_messages.py:38 Running test with content topic /app/27/sometopic/someencoding
DEBUG  src.steps.store:store.py:129 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:31902/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:35 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:215 Checking that peer wakuorg/nwaku:latest can find the stored messages
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:31902/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Fapp%2F27%2Fsometopic%2Fsomeencoding&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"wI3n5V77JI4RBwVvvfEvGb7q6Qjxonvu6HehXcONqaQ="}]}'
DEBUG  src.steps.store:store.py:215 Checking that peer wakuorg/nwaku:latest can find the stored messages
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1220/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Fapp%2F27%2Fsometopic%2Fsomeencoding&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"wI3n5V77JI4RBwVvvfEvGb7q6Qjxonvu6HehXcONqaQ="}]}'
DEBUG  tests.store.test_get_messages:test_get_messages.py:38 Running test with content topic /app/29/sometopic/someencoding
DEBUG  src.steps.store:store.py:129 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:31902/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:35 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:215 Checking that peer wakuorg/nwaku:latest can find the stored messages
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:31902/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Fapp%2F29%2Fsometopic%2Fsomeencoding&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"u/T14lc/8bzitTJTceD/sUNBtNlEQa88R+y4Bx4MTzo="}]}'
DEBUG  src.steps.store:store.py:215 Checking that peer wakuorg/nwaku:latest can find the stored messages
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1220/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Fapp%2F29%2Fsometopic%2Fsomeencoding&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"u/T14lc/8bzitTJTceD/sUNBtNlEQa88R+y4Bx4MTzo="}]}'
DEBUG  tests.store.test_get_messages:test_get_messages.py:38 Running test with content topic /app/20/sometopic/someencoding
DEBUG  src.steps.store:store.py:129 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:31902/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:35 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:215 Checking that peer wakuorg/nwaku:latest can find the stored messages
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:31902/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Fapp%2F20%2Fsometopic%2Fsomeencoding&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"EQJhzwueMQZvesZ19WZ+U+hS0WKVGMRut6hl47xNPg0="}]}'
DEBUG  src.steps.store:store.py:215 Checking that peer wakuorg/nwaku:latest can find the stored messages
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1220/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Fapp%2F20%2Fsometopic%2Fsomeencoding&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"EQJhzwueMQZvesZ19WZ+U+hS0WKVGMRut6hl47xNPg0="}]}'
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:221 Stopping container with id 7ec7284c90e2
DEBUG  src.node.waku_node:waku_node.py:228 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:221 Stopping container with id f375a54aeb26
DEBUG  src.node.waku_node:waku_node.py:228 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:117 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:117 No errors found in the waku logs.