mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 18:09:25 +00:00
139 lines
26 KiB
Plaintext
139 lines
26 KiB
Plaintext
2026-03-25 04:46:51.996 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-25 04:46:51.997 DEBUG [tests.conftest] Running test: test_multiple_content_topics_different_shard with id: 2026-03-25_04-46-51__353357a2-2ce0-4b85-ab42-3b85ac1d6167
|
|
2026-03-25 04:46:51.997 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-25 04:46:51.997 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-25 04:46:51.998 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-25 04:46:52.008 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-25 04:46:52.008 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-25_04-46-51__353357a2-2ce0-4b85-ab42-3b85ac1d6167__wakuorg_nwaku:latest.log
|
|
2026-03-25 04:46:52.008 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-25 04:46:52.009 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-25 04:46:52.010 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-25 04:46:52.010 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.196.166
|
|
2026-03-25 04:46:52.011 DEBUG [src.node.docker_mananger] Generated ports ['1275', '1276', '1277', '1278', '1279']
|
|
2026-03-25 04:46:52.011 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-25 04:46:52.011 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-25 04:46:52.011 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-25 04:46:52.011 DEBUG [src.node.docker_mananger] docker run -i -t -p 1275:1275 -p 1276:1276 -p 1277:1277 -p 1278:1278 -p 1279:1279 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=1277 --rest-port=1275 --tcp-port=1276 --discv5-udp-port=1278 --rest-address=0.0.0.0 --nat=extip:172.18.196.166 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=6f51f1a023d73fc44b3841d3b181badd9fca030fbbee0b2f9eb4cdcd5debf7aa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1279 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --content-topic=/waku/2/content/test.js --content-topic=/app/22/sometopic/someencoding --content-topic=/toychat/2/huilong/proto --content-topic=/statusim/1/community/cbor --content-topic=/app/27/sometopic/someencoding --content-topic=/app/29/sometopic/someencoding --content-topic=/app/20/sometopic/someencoding
|
|
2026-03-25 04:46:52.196 ERROR [src.node.docker_mananger] Max retries reached for container 1cb5b5b6dd38. Exiting log stream.
|
|
2026-03-25 04:46:52.213 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.196.166 waku 9e4ee7455132e6c893ad368a371aa46048740bea7200321fdcb40f4242424083
|
|
2026-03-25 04:46:52.258 DEBUG [src.node.docker_mananger] Container started with ID 9e4ee7455132. Setting up logs at ./log/docker/node1_2026-03-25_04-46-51__353357a2-2ce0-4b85-ab42-3b85ac1d6167__wakuorg_nwaku:latest.log
|
|
2026-03-25 04:46:52.258 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1275
|
|
2026-03-25 04:46:52.258 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-25 04:46:52.718 ERROR [src.node.docker_mananger] Max retries reached for container 6f5b071ae703. Exiting log stream.
|
|
2026-03-25 04:46:53.259 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1275/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:46:53.262 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-25 04:46:53.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1275/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:46:53.366 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-25 04:46:53.366 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-25 04:46:53.366 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1275/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:46:53.368 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.196.166/tcp/1276/p2p/16Uiu2HAkxbtUK6aSa83VP9MfqEj2UQE7ESkqeKCLJjpDCZwFzokk","/ip4/172.18.196.166/tcp/1277/ws/p2p/16Uiu2HAkxbtUK6aSa83VP9MfqEj2UQE7ESkqeKCLJjpDCZwFzokk"],"enrUri":"enr:-L24QALPVyVmo3jkTxJbJT50OuNRL614DKHSYVQUEV5fJgWrHuRAzBWBTvtDd_JzcLvJh_JGZXg4_fgzK9HGkwRf5rgCgmlkgnY0gmlwhKwSxKaKbXVsdGlhZGRyc5YACASsEsSmBgT8AAoErBLEpgYE_d0DgnJzhQACAQAAiXNlY3AyNTZrMaECLzD-SH8i5QeWZ4no7W6EAbQMsijsGti69ORh7ioGjWmDdGNwggT8g3VkcIIE_oV3YWt1MgU"}'
|
|
2026-03-25 04:46:53.369 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-25 04:46:53.378 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-25 04:46:53.378 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-25_04-46-51__353357a2-2ce0-4b85-ab42-3b85ac1d6167__wakuorg_nwaku:latest.log
|
|
2026-03-25 04:46:53.378 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-25 04:46:53.378 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-25 04:46:53.380 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-25 04:46:53.380 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.218.27
|
|
2026-03-25 04:46:53.381 DEBUG [src.node.docker_mananger] Generated ports ['56787', '56788', '56789', '56790', '56791']
|
|
2026-03-25 04:46:53.381 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-25 04:46:53.381 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-25 04:46:53.381 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-25 04:46:53.381 DEBUG [src.node.docker_mananger] docker run -i -t -p 56787:56787 -p 56788:56788 -p 56789:56789 -p 56790:56790 -p 56791:56791 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=56789 --rest-port=56787 --tcp-port=56788 --discv5-udp-port=56790 --rest-address=0.0.0.0 --nat=extip:172.18.218.27 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=fc48fcfb40ecc675e9bd1b26937ddacd6e7d74fcdfe635efffdaf00b8fc14da2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56791 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QALPVyVmo3jkTxJbJT50OuNRL614DKHSYVQUEV5fJgWrHuRAzBWBTvtDd_JzcLvJh_JGZXg4_fgzK9HGkwRf5rgCgmlkgnY0gmlwhKwSxKaKbXVsdGlhZGRyc5YACASsEsSmBgT8AAoErBLEpgYE_d0DgnJzhQACAQAAiXNlY3AyNTZrMaECLzD-SH8i5QeWZ4no7W6EAbQMsijsGti69ORh7ioGjWmDdGNwggT8g3VkcIIE_oV3YWt1MgU --content-topic=/myapp/1/latest/proto --content-topic=/waku/2/content/test.js --content-topic=/app/22/sometopic/someencoding --content-topic=/toychat/2/huilong/proto --content-topic=/statusim/1/community/cbor --content-topic=/app/27/sometopic/someencoding --content-topic=/app/29/sometopic/someencoding --content-topic=/app/20/sometopic/someencoding
|
|
2026-03-25 04:46:53.621 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.218.27 waku b4a086fd10216a44b0d3a5b923bbd704e2ab474239680ca53472794955ac05b2
|
|
2026-03-25 04:46:53.661 DEBUG [src.node.docker_mananger] Container started with ID b4a086fd1021. Setting up logs at ./log/docker/node2_2026-03-25_04-46-51__353357a2-2ce0-4b85-ab42-3b85ac1d6167__wakuorg_nwaku:latest.log
|
|
2026-03-25 04:46:53.662 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56787
|
|
2026-03-25 04:46:53.662 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-25 04:46:54.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56787/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:46:54.701 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-25 04:46:54.702 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-25 04:46:54.703 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56787/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:46:54.706 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.218.27/tcp/56788/p2p/16Uiu2HAmBvR8S5nsHvfDpNRasmCvKEShzJu2SzmSQscCSVBEg7Wb","/ip4/172.18.218.27/tcp/56789/ws/p2p/16Uiu2HAmBvR8S5nsHvfDpNRasmCvKEShzJu2SzmSQscCSVBEg7Wb"],"enrUri":"enr:-L24QCDqFMhGPmakVE85hwDPvzyVZKjOl_9NVyzvUJC7X5phCEI82JoixxkhwvlaxTc5h0pptSomrRSV8zy0vKP54okCgmlkgnY0gmlwhKwS2huKbXVsdGlhZGRyc5YACASsEtobBt3UAAoErBLaGwbd1d0DgnJzhQACAQAAiXNlY3AyNTZrMaEC9RgKyx7X0pQxvalrbd2V2FMifksvZiP4YutCf_EaMjSDdGNwgt3Ug3VkcILd1oV3YWt1MgE"}'
|
|
2026-03-25 04:46:54.707 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-25 04:46:54.707 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56787/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.196.166/tcp/1276/p2p/16Uiu2HAkxbtUK6aSa83VP9MfqEj2UQE7ESkqeKCLJjpDCZwFzokk"]'
|
|
2026-03-25 04:46:54.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-25 04:46:54.746 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1275/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-25 04:46:54.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-25 04:46:54.757 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56787/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-25 04:46:54.766 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-25 04:46:54.767 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1275/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-25 04:46:54.776 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-25 04:46:54.777 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-25 04:46:54.878 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-25 04:46:54.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1275/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:46:54.881 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774414014767219888,"ephemeral":false,"proof":""}]'
|
|
2026-03-25 04:46:54.883 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-25 04:46:54.883 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56787/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:46:54.886 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774414014767219888,"ephemeral":false,"proof":""}]'
|
|
2026-03-25 04:46:54.888 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1275/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-25 04:46:54.898 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-25 04:46:54.899 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-25 04:46:54.999 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-25 04:46:54.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1275/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:46:55.002 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1774414014888187966,"ephemeral":false,"proof":""}]'
|
|
2026-03-25 04:46:55.004 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-25 04:46:55.004 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56787/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:46:55.007 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1774414014888187966,"ephemeral":false,"proof":""}]'
|
|
2026-03-25 04:46:55.009 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1275/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-25 04:46:55.018 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-25 04:46:55.019 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-25 04:46:55.119 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-25 04:46:55.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1275/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:46:55.123 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1774414015009180152,"ephemeral":false,"proof":""}]'
|
|
2026-03-25 04:46:55.125 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-25 04:46:55.125 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56787/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:46:55.128 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1774414015009180152,"ephemeral":false,"proof":""}]'
|
|
2026-03-25 04:46:55.130 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1275/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-25 04:46:55.140 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-25 04:46:55.141 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-25 04:46:55.242 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-25 04:46:55.243 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1275/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:46:55.248 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1774414015130680963,"ephemeral":false,"proof":""}]'
|
|
2026-03-25 04:46:55.250 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-25 04:46:55.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56787/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:46:55.254 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1774414015130680963,"ephemeral":false,"proof":""}]'
|
|
2026-03-25 04:46:55.256 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1275/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-25 04:46:55.265 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-25 04:46:55.265 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-25 04:46:55.366 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-25 04:46:55.366 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1275/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:46:55.369 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1774414015256131295,"ephemeral":false,"proof":""}]'
|
|
2026-03-25 04:46:55.371 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-25 04:46:55.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56787/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:46:55.374 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1774414015256131295,"ephemeral":false,"proof":""}]'
|
|
2026-03-25 04:46:55.376 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1275/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-25 04:46:55.387 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-25 04:46:55.388 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-25 04:46:55.488 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-25 04:46:55.490 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1275/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:46:55.493 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1774414015376093297,"ephemeral":false,"proof":""}]'
|
|
2026-03-25 04:46:55.495 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-25 04:46:55.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56787/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:46:55.498 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1774414015376093297,"ephemeral":false,"proof":""}]'
|
|
2026-03-25 04:46:55.499 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1275/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-25 04:46:55.509 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-25 04:46:55.509 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-25 04:46:55.610 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-25 04:46:55.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1275/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:46:55.615 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1774414015499779568,"ephemeral":false,"proof":""}]'
|
|
2026-03-25 04:46:55.617 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-25 04:46:55.617 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56787/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:46:55.620 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1774414015499779568,"ephemeral":false,"proof":""}]'
|
|
2026-03-25 04:46:55.622 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1275/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-25 04:46:55.632 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-25 04:46:55.632 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-25 04:46:55.733 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-25 04:46:55.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1275/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:46:55.737 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1774414015622541594,"ephemeral":false,"proof":""}]'
|
|
2026-03-25 04:46:55.739 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-25 04:46:55.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56787/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:46:55.743 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1774414015622541594,"ephemeral":false,"proof":""}]'
|
|
2026-03-25 04:46:55.746 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-25 04:46:55.747 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-25 04:46:55.747 DEBUG [src.node.waku_node] Stopping container with id 9e4ee7455132
|
|
2026-03-25 04:46:56.410 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-25 04:46:56.411 DEBUG [src.node.waku_node] Stopping container with id b4a086fd1021
|
|
2026-03-25 04:46:57.079 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-25 04:46:57.080 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-25 04:46:57.158 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-25 04:46:57.195 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|