DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id DEBUG  tests.conftest:conftest.py:57 Running test: test_messages_with_timestamps_close_to_now with id: 2025-12-10_04-14-38__e2506f3b-4447-42b8-b14a-9505f0f45167 DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup DEBUG  src.steps.store:store.py:31 Running fixture setup: store_setup DEBUG  src.steps.store:store.py:39 Running fixture setup: node_setup DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-10_04-14-38__e2506f3b-4447-42b8-b14a-9505f0f45167__wakuorg_nwaku:latest.log DEBUG  src.node.waku_node:waku_node.py:90 Starting Node... DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.66.152 DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['63704', '63705', '63706', '63707', '63708'] DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN DEBUG  src.node.waku_node:waku_node.py:178 Using volumes [] DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 63704:63704 -p 63705:63705 -p 63706:63706 -p 63707:63707 -p 63708:63708 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=63706 --rest-port=63704 --tcp-port=63705 --discv5-udp-port=63707 --rest-address=0.0.0.0 --nat=extip:172.18.66.152 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fb54d9cfba5ef8cc1bbb75fbdae3d52e1f7e763ce18e1f3cad888d05aa5b00cc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63708 --metrics-logging=true --store=true --relay=true DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.66.152 waku c72b3009563759392ac50fb676d4574bb82e64d3aed3233985eb94b83fc6b544 DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID c72b30095637. Setting up logs at ./log/docker/publishing_node1_2025-12-10_04-14-38__e2506f3b-4447-42b8-b14a-9505f0f45167__wakuorg_nwaku:latest.log DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 63704 DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 1140aaed4ca9. Exiting log stream. ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container f9a1cde73996. Exiting log stream. INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63704/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":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}' INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !! INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63704/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.66.152/tcp/63705/p2p/16Uiu2HAmJ3VRHDfBpgoGkfBxWQ7L2coxkatxZ8TKSSnd1UhGGLbs","/ip4/172.18.66.152/tcp/63706/ws/p2p/16Uiu2HAmJ3VRHDfBpgoGkfBxWQ7L2coxkatxZ8TKSSnd1UhGGLbs"],"enrUri":"enr:-L24QAbuZgS4G6oD_M-BWhuoio6JGT_uGI_oNn9HwGrS9lFDdo99dBu5qM4LwRIApFFkNsQiP6G1A-43FY4QBx-Rl1gCgmlkgnY0gmlwhKwSQpiKbXVsdGlhZGRyc5YACASsEkKYBvjZAAoErBJCmAb42t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDUA4UpEV0xHE4FAxr3jx3Di98ROETkuOTik5L7c4KWZqDdGNwgvjZg3VkcIL424V3YWt1MgM"}' INFO  src.node.waku_node:waku_node.py:292 REST service is ready !! DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-10_04-14-38__e2506f3b-4447-42b8-b14a-9505f0f45167__wakuorg_nwaku:latest.log DEBUG  src.node.waku_node:waku_node.py:90 Starting Node... DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.44.115 DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['11074', '11075', '11076', '11077', '11078'] DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN DEBUG  src.node.waku_node:waku_node.py:178 Using volumes [] DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 11074:11074 -p 11075:11075 -p 11076:11076 -p 11077:11077 -p 11078:11078 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=11076 --rest-port=11074 --tcp-port=11075 --discv5-udp-port=11077 --rest-address=0.0.0.0 --nat=extip:172.18.44.115 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bbea0b68ccf41f6d0f140eb26da1af1cb078561bbba9b4090d7e8dfbdbfc04e4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11078 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QAbuZgS4G6oD_M-BWhuoio6JGT_uGI_oNn9HwGrS9lFDdo99dBu5qM4LwRIApFFkNsQiP6G1A-43FY4QBx-Rl1gCgmlkgnY0gmlwhKwSQpiKbXVsdGlhZGRyc5YACASsEkKYBvjZAAoErBJCmAb42t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDUA4UpEV0xHE4FAxr3jx3Di98ROETkuOTik5L7c4KWZqDdGNwgvjZg3VkcIL424V3YWt1MgM --storenode=/ip4/172.18.66.152/tcp/63705/p2p/16Uiu2HAmJ3VRHDfBpgoGkfBxWQ7L2coxkatxZ8TKSSnd1UhGGLbs --store=true --relay=true DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.44.115 waku e5ddbf6e0308d9dae0462c887c600fc7c80dd007566dea87132713c9dc89aa04 DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID e5ddbf6e0308. Setting up logs at ./log/docker/store_node1_2025-12-10_04-14-38__e2506f3b-4447-42b8-b14a-9505f0f45167__wakuorg_nwaku:latest.log DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 11074 DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11074/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":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}' INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !! INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11074/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.44.115/tcp/11075/p2p/16Uiu2HAkxD6izZGhsPoHY7HjhU82FXf9EqGziQMRGRzKuiYi33Re","/ip4/172.18.44.115/tcp/11076/ws/p2p/16Uiu2HAkxD6izZGhsPoHY7HjhU82FXf9EqGziQMRGRzKuiYi33Re"],"enrUri":"enr:-L24QNiGNAfXfe1iS4LLlT-VkByfbgiRTg12xeKkphZ_kF3SKscM5RegvKqop9lANjb_teBXwY9XJbdZMWe9ZnJEbCMCgmlkgnY0gmlwhKwSLHOKbXVsdGlhZGRyc5YACASsEixzBitDAAoErBIscwYrRN0DgnJzhQADAQAAiXNlY3AyNTZrMaECKVp9RBPMSzQMsqWXwAkAoLoGAGKSDpznO2vIg7PggF2DdGNwgitDg3VkcIIrRYV3YWt1MgM"}' INFO  src.node.waku_node:waku_node.py:292 REST service is ready !! INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:11074/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.66.152/tcp/63705/p2p/16Uiu2HAmJ3VRHDfBpgoGkfBxWQ7L2coxkatxZ8TKSSnd1UhGGLbs"]' 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:63704/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:11074/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_time_filter:test_time_filter.py:17 Running test with payload 3 sec Past DEBUG  src.steps.store:store.py:132 Relaying message INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:63704/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:47 Sleeping for 0.2 seconds DEBUG  src.steps.store:store.py:211 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:63704/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=20&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":"0x8a0f1c3288f76f50cf6cec5fcc1b24224bf3677953b44ff107d081a020b206da"}]}' DEBUG  src.steps.store:store.py:228 messages length is 1 DEBUG  src.steps.store:store.py:211 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:11074/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=20&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":"0x8a0f1c3288f76f50cf6cec5fcc1b24224bf3677953b44ff107d081a020b206da"}]}' DEBUG  src.steps.store:store.py:228 messages length is 1 DEBUG  tests.store.test_time_filter:test_time_filter.py:17 Running test with payload 1 sec Past DEBUG  src.steps.store:store.py:132 Relaying message INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:63704/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:47 Sleeping for 0.2 seconds DEBUG  src.steps.store:store.py:211 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:63704/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=20&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":"0x8a0f1c3288f76f50cf6cec5fcc1b24224bf3677953b44ff107d081a020b206da"},{"messageHash":"0x4372b26c895463ef67f1961b27472796f2265fd83b25860633b71a7437180279"}]}' DEBUG  src.steps.store:store.py:228 messages length is 2 DEBUG  src.steps.store:store.py:211 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:11074/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=20&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":"0x8a0f1c3288f76f50cf6cec5fcc1b24224bf3677953b44ff107d081a020b206da"},{"messageHash":"0x4372b26c895463ef67f1961b27472796f2265fd83b25860633b71a7437180279"}]}' DEBUG  src.steps.store:store.py:228 messages length is 2 DEBUG  tests.store.test_time_filter:test_time_filter.py:17 Running test with payload 0.1 sec Past DEBUG  src.steps.store:store.py:132 Relaying message INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:63704/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:47 Sleeping for 0.2 seconds DEBUG  src.steps.store:store.py:211 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:63704/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=20&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":"0x8a0f1c3288f76f50cf6cec5fcc1b24224bf3677953b44ff107d081a020b206da"},{"messageHash":"0x4372b26c895463ef67f1961b27472796f2265fd83b25860633b71a7437180279"},{"messageHash":"0x1746d0f72ae51c82d95dba52aa4d264ade790440769724105f926a538f0e5180"}]}' DEBUG  src.steps.store:store.py:228 messages length is 3 DEBUG  src.steps.store:store.py:211 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:11074/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=20&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":"0x8a0f1c3288f76f50cf6cec5fcc1b24224bf3677953b44ff107d081a020b206da"},{"messageHash":"0x4372b26c895463ef67f1961b27472796f2265fd83b25860633b71a7437180279"},{"messageHash":"0x1746d0f72ae51c82d95dba52aa4d264ade790440769724105f926a538f0e5180"}]}' DEBUG  src.steps.store:store.py:228 messages length is 3 DEBUG  tests.store.test_time_filter:test_time_filter.py:17 Running test with payload 0.1 sec Future DEBUG  src.steps.store:store.py:132 Relaying message INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:63704/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:47 Sleeping for 0.2 seconds DEBUG  src.steps.store:store.py:211 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:63704/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=20&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":"0x8a0f1c3288f76f50cf6cec5fcc1b24224bf3677953b44ff107d081a020b206da"},{"messageHash":"0x4372b26c895463ef67f1961b27472796f2265fd83b25860633b71a7437180279"},{"messageHash":"0x1746d0f72ae51c82d95dba52aa4d264ade790440769724105f926a538f0e5180"},{"messageHash":"0x5b20013e955d986a7ab6157cf5b8e629ffbb665f1c6d8b3c45d70da53cb3fe37"}]}' DEBUG  src.steps.store:store.py:228 messages length is 4 DEBUG  src.steps.store:store.py:211 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:11074/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=20&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":"0x8a0f1c3288f76f50cf6cec5fcc1b24224bf3677953b44ff107d081a020b206da"},{"messageHash":"0x4372b26c895463ef67f1961b27472796f2265fd83b25860633b71a7437180279"},{"messageHash":"0x1746d0f72ae51c82d95dba52aa4d264ade790440769724105f926a538f0e5180"},{"messageHash":"0x5b20013e955d986a7ab6157cf5b8e629ffbb665f1c6d8b3c45d70da53cb3fe37"}]}' DEBUG  src.steps.store:store.py:228 messages length is 4 DEBUG  tests.store.test_time_filter:test_time_filter.py:17 Running test with payload 2 sec Future DEBUG  src.steps.store:store.py:132 Relaying message INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:63704/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:47 Sleeping for 0.2 seconds DEBUG  src.steps.store:store.py:211 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:63704/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=20&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":"0x8a0f1c3288f76f50cf6cec5fcc1b24224bf3677953b44ff107d081a020b206da"},{"messageHash":"0x4372b26c895463ef67f1961b27472796f2265fd83b25860633b71a7437180279"},{"messageHash":"0x1746d0f72ae51c82d95dba52aa4d264ade790440769724105f926a538f0e5180"},{"messageHash":"0x5b20013e955d986a7ab6157cf5b8e629ffbb665f1c6d8b3c45d70da53cb3fe37"},{"messageHash":"0x9a11d146a4229f8732b00ea8bab5fe94b9258b1c130b78b7f7547b695fd857c4"}]}' DEBUG  src.steps.store:store.py:228 messages length is 5 DEBUG  src.steps.store:store.py:211 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:11074/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=20&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":"0x8a0f1c3288f76f50cf6cec5fcc1b24224bf3677953b44ff107d081a020b206da"},{"messageHash":"0x4372b26c895463ef67f1961b27472796f2265fd83b25860633b71a7437180279"},{"messageHash":"0x1746d0f72ae51c82d95dba52aa4d264ade790440769724105f926a538f0e5180"},{"messageHash":"0x5b20013e955d986a7ab6157cf5b8e629ffbb665f1c6d8b3c45d70da53cb3fe37"},{"messageHash":"0x9a11d146a4229f8732b00ea8bab5fe94b9258b1c130b78b7f7547b695fd857c4"}]}' DEBUG  src.steps.store:store.py:228 messages length is 5 DEBUG  tests.store.test_time_filter:test_time_filter.py:17 Running test with payload 10 sec Future DEBUG  src.steps.store:store.py:132 Relaying message INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:63704/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:47 Sleeping for 0.2 seconds DEBUG  src.steps.store:store.py:211 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:63704/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=20&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":"0x8a0f1c3288f76f50cf6cec5fcc1b24224bf3677953b44ff107d081a020b206da"},{"messageHash":"0x4372b26c895463ef67f1961b27472796f2265fd83b25860633b71a7437180279"},{"messageHash":"0x1746d0f72ae51c82d95dba52aa4d264ade790440769724105f926a538f0e5180"},{"messageHash":"0x5b20013e955d986a7ab6157cf5b8e629ffbb665f1c6d8b3c45d70da53cb3fe37"},{"messageHash":"0x9a11d146a4229f8732b00ea8bab5fe94b9258b1c130b78b7f7547b695fd857c4"},{"messageHash":"0x14fd705613dd77d0bb58a591d68a8a6b5baf741680c3de3cf049bf839a508504"}]}' DEBUG  src.steps.store:store.py:228 messages length is 6 DEBUG  src.steps.store:store.py:211 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:11074/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=20&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":"0x8a0f1c3288f76f50cf6cec5fcc1b24224bf3677953b44ff107d081a020b206da"},{"messageHash":"0x4372b26c895463ef67f1961b27472796f2265fd83b25860633b71a7437180279"},{"messageHash":"0x1746d0f72ae51c82d95dba52aa4d264ade790440769724105f926a538f0e5180"},{"messageHash":"0x5b20013e955d986a7ab6157cf5b8e629ffbb665f1c6d8b3c45d70da53cb3fe37"},{"messageHash":"0x9a11d146a4229f8732b00ea8bab5fe94b9258b1c130b78b7f7547b695fd857c4"},{"messageHash":"0x14fd705613dd77d0bb58a591d68a8a6b5baf741680c3de3cf049bf839a508504"}]}' DEBUG  src.steps.store:store.py:228 messages length is 6 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:234 Stopping container with id c72b30095637 DEBUG  src.node.waku_node:waku_node.py:241 Container stopped. DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id e5ddbf6e0308 DEBUG  src.node.waku_node:waku_node.py:241 Container stopped. DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs. DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.