mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-07 08:23:07 +00:00
128 lines
24 KiB
Plaintext
128 lines
24 KiB
Plaintext
2025-12-22 04:27:04.293 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-22 04:27:04.293 DEBUG [tests.conftest] Running test: test_filter_auto_sharding_multiple_content_topics with id: 2025-12-22_04-27-04__dc10d22d-d7ed-4e17-99d2-66b86c8367d5
|
|
2025-12-22 04:27:04.293 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-22 04:27:04.293 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-22 04:27:04.294 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2025-12-22 04:27:04.300 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-22 04:27:04.300 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-22_04-27-04__dc10d22d-d7ed-4e17-99d2-66b86c8367d5__wakuorg_nwaku:latest.log
|
|
2025-12-22 04:27:04.300 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-22 04:27:04.301 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-22 04:27:04.302 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-22 04:27:04.302 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.196.251
|
|
2025-12-22 04:27:04.302 DEBUG [src.node.docker_mananger] Generated ports ['19507', '19508', '19509', '19510', '19511']
|
|
2025-12-22 04:27:04.302 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-22 04:27:04.302 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-22 04:27:04.302 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-22 04:27:04.303 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-22 04:27:04.303 DEBUG [src.node.docker_mananger] docker run -i -t -p 19507:19507 -p 19508:19508 -p 19509:19509 -p 19510:19510 -p 19511:19511 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=19509 --rest-port=19507 --tcp-port=19508 --discv5-udp-port=19510 --rest-address=0.0.0.0 --nat=extip:172.18.196.251 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=bc5dadbce1c7fa01dce8a6cbc22df74fdda61cc3b2ffff745dc3f402dfbe68e9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19511 --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 --num-shards-in-network=8
|
|
2025-12-22 04:27:04.479 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.196.251 waku 12e177db0c7a889b0c1501637d9b0aed6faf588127877df32a0d3f3aadd66942
|
|
2025-12-22 04:27:04.508 DEBUG [src.node.docker_mananger] Container started with ID 12e177db0c7a. Setting up logs at ./log/docker/node1_2025-12-22_04-27-04__dc10d22d-d7ed-4e17-99d2-66b86c8367d5__wakuorg_nwaku:latest.log
|
|
2025-12-22 04:27:04.509 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19507
|
|
2025-12-22 04:27:04.510 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-22 04:27:05.099 ERROR [src.node.docker_mananger] Max retries reached for container dddf2b7cadab. Exiting log stream.
|
|
2025-12-22 04:27:05.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19507/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-22 04:27:05.513 INFO [src.node.api_clients.base_client] 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_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"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"}]}'
|
|
2025-12-22 04:27:05.514 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-22 04:27:05.514 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19507/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-22 04:27:05.516 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.196.251/tcp/19508/p2p/16Uiu2HAmSxeSSey6SkSsErvr6wFLFuXUMb5e7dGyUvwbVUWbt7N2","/ip4/172.18.196.251/tcp/19509/ws/p2p/16Uiu2HAmSxeSSey6SkSsErvr6wFLFuXUMb5e7dGyUvwbVUWbt7N2"],"enrUri":"enr:-L24QLOrU276yBi3oKOpDH7s0bRmHs3fiTw07cc-0u6xzi0UJObJjdLUcdHB7HIZWyPd1fH0blLj5N9yUGHmxK-DeQgCgmlkgnY0gmlwhKwSxPuKbXVsdGlhZGRyc5YACASsEsT7Bkw0AAoErBLE-wZMNd0DgnJzhQACAQAAiXNlY3AyNTZrMaED1ImO1AFnq7A5lzOxB25h2EkE4MWMImNwEc_dUjHHEZODdGNwgkw0g3VkcIJMNoV3YWt1MgU"}'
|
|
2025-12-22 04:27:05.516 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-22 04:27:05.522 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-22 04:27:05.523 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-22_04-27-04__dc10d22d-d7ed-4e17-99d2-66b86c8367d5__wakuorg_nwaku:latest.log
|
|
2025-12-22 04:27:05.523 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-22 04:27:05.523 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-22 04:27:05.524 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-22 04:27:05.524 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.125.80
|
|
2025-12-22 04:27:05.524 DEBUG [src.node.docker_mananger] Generated ports ['2588', '2589', '2590', '2591', '2592']
|
|
2025-12-22 04:27:05.525 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-22 04:27:05.525 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-22 04:27:05.525 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-22 04:27:05.525 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-22 04:27:05.525 DEBUG [src.node.docker_mananger] docker run -i -t -p 2588:2588 -p 2589:2589 -p 2590:2590 -p 2591:2591 -p 2592:2592 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=2590 --rest-port=2588 --tcp-port=2589 --discv5-udp-port=2591 --rest-address=0.0.0.0 --nat=extip:172.18.125.80 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=af5edba4ad626783b67c77aee3e0d059ee52c9620b5a6fe7bcf73a67d84b37bc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2592 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QLOrU276yBi3oKOpDH7s0bRmHs3fiTw07cc-0u6xzi0UJObJjdLUcdHB7HIZWyPd1fH0blLj5N9yUGHmxK-DeQgCgmlkgnY0gmlwhKwSxPuKbXVsdGlhZGRyc5YACASsEsT7Bkw0AAoErBLE-wZMNd0DgnJzhQACAQAAiXNlY3AyNTZrMaED1ImO1AFnq7A5lzOxB25h2EkE4MWMImNwEc_dUjHHEZODdGNwgkw0g3VkcIJMNoV3YWt1MgU --filternode=/ip4/172.18.196.251/tcp/19508/p2p/16Uiu2HAmSxeSSey6SkSsErvr6wFLFuXUMb5e7dGyUvwbVUWbt7N2 --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
|
|
2025-12-22 04:27:05.708 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.125.80 waku d8a9bbc232426eee84da09b1ec8a0b62cabe3b6ad732c1feac6f9733c53577ff
|
|
2025-12-22 04:27:05.737 DEBUG [src.node.docker_mananger] Container started with ID d8a9bbc23242. Setting up logs at ./log/docker/node2_2025-12-22_04-27-04__dc10d22d-d7ed-4e17-99d2-66b86c8367d5__wakuorg_nwaku:latest.log
|
|
2025-12-22 04:27:05.737 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 2588
|
|
2025-12-22 04:27:05.738 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-22 04:27:06.738 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2588/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-22 04:27:06.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"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"}]}'
|
|
2025-12-22 04:27:06.742 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-22 04:27:06.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2588/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-22 04:27:06.744 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.125.80/tcp/2589/p2p/16Uiu2HAmKf8BXq9vXfHP3T8rJodp6ebPpR3ziueq7HKkGu76huEH","/ip4/172.18.125.80/tcp/2590/ws/p2p/16Uiu2HAmKf8BXq9vXfHP3T8rJodp6ebPpR3ziueq7HKkGu76huEH"],"enrUri":"enr:-L24QLq3m-14b3DHl0sn73l8dkinjfHuSIXc_FEHBgIHeNeRHqU9Cd6xBk2UwuYloBtm4radLNFJHjj3n55UY0L2UicCgmlkgnY0gmlwhKwSfVCKbXVsdGlhZGRyc5YACASsEn1QBgodAAoErBJ9UAYKHt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDaAqp9NDdW_OT--9JUB0m82Co1JIGTzRcjD34TE2cmSKDdGNwggodg3VkcIIKH4V3YWt1MgA"}'
|
|
2025-12-22 04:27:06.745 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-22 04:27:06.745 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2588/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.196.251/tcp/19508/p2p/16Uiu2HAmSxeSSey6SkSsErvr6wFLFuXUMb5e7dGyUvwbVUWbt7N2"]'
|
|
2025-12-22 04:27:06.773 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-22 04:27:06.774 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19507/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"]'
|
|
2025-12-22 04:27:06.790 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-22 04:27:06.791 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2588/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "3a3ba303-3630-4df5-a20b-b73b3aea3b1a", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/2/0"}'
|
|
2025-12-22 04:27:06.803 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"3a3ba303-3630-4df5-a20b-b73b3aea3b1a","statusDesc":"OK"}'
|
|
2025-12-22 04:27:06.803 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2588/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "c9241d1e-0dc4-407b-9f04-a669684ae4aa", "contentFilters": ["/waku/2/content/test.js"], "pubsubTopic": "/waku/2/rs/2/1"}'
|
|
2025-12-22 04:27:06.812 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"c9241d1e-0dc4-407b-9f04-a669684ae4aa","statusDesc":"OK"}'
|
|
2025-12-22 04:27:06.812 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2588/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "b9c7aed8-456e-4047-8455-2d6f4bf29e12", "contentFilters": ["/app/22/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/2"}'
|
|
2025-12-22 04:27:06.821 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"b9c7aed8-456e-4047-8455-2d6f4bf29e12","statusDesc":"OK"}'
|
|
2025-12-22 04:27:06.821 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2588/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "d0ce62b0-edee-4ee5-a855-73091a06741b", "contentFilters": ["/toychat/2/huilong/proto"], "pubsubTopic": "/waku/2/rs/2/3"}'
|
|
2025-12-22 04:27:06.830 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"d0ce62b0-edee-4ee5-a855-73091a06741b","statusDesc":"OK"}'
|
|
2025-12-22 04:27:06.831 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2588/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "4472b022-8c7b-4671-9eff-c4b3d3b3cfc2", "contentFilters": ["/statusim/1/community/cbor"], "pubsubTopic": "/waku/2/rs/2/4"}'
|
|
2025-12-22 04:27:06.840 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"4472b022-8c7b-4671-9eff-c4b3d3b3cfc2","statusDesc":"OK"}'
|
|
2025-12-22 04:27:06.840 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2588/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "4f05951f-2773-44fd-8343-b2cfe64fd21a", "contentFilters": ["/app/27/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/5"}'
|
|
2025-12-22 04:27:06.848 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"4f05951f-2773-44fd-8343-b2cfe64fd21a","statusDesc":"OK"}'
|
|
2025-12-22 04:27:06.849 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2588/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "942646c1-3596-463e-8615-44ae3b14245e", "contentFilters": ["/app/29/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/6"}'
|
|
2025-12-22 04:27:06.858 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"942646c1-3596-463e-8615-44ae3b14245e","statusDesc":"OK"}'
|
|
2025-12-22 04:27:06.858 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2588/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "7878b3cf-e93b-4cd4-9160-bb6e28be7dfd", "contentFilters": ["/app/20/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/7"}'
|
|
2025-12-22 04:27:06.868 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"7878b3cf-e93b-4cd4-9160-bb6e28be7dfd","statusDesc":"OK"}'
|
|
2025-12-22 04:27:06.869 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19507/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-22 04:27:06.877 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-22 04:27:06.877 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-22 04:27:06.977 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-22 04:27:06.978 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2588/filter/v2/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-22 04:27:06.980 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766377626868875549,"ephemeral":false}]'
|
|
2025-12-22 04:27:06.982 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19507/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-22 04:27:06.988 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-22 04:27:06.989 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-22 04:27:07.089 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-22 04:27:07.089 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2588/filter/v2/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-22 04:27:07.092 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":1766377626982484072,"ephemeral":false}]'
|
|
2025-12-22 04:27:07.093 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19507/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-22 04:27:07.099 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-22 04:27:07.099 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-22 04:27:07.200 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-22 04:27:07.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2588/filter/v2/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-22 04:27:07.202 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1766377627093804387,"ephemeral":false}]'
|
|
2025-12-22 04:27:07.204 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19507/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-22 04:27:07.210 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-22 04:27:07.210 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-22 04:27:07.310 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-22 04:27:07.310 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2588/filter/v2/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-22 04:27:07.313 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1766377627204462557,"ephemeral":false}]'
|
|
2025-12-22 04:27:07.314 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19507/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-22 04:27:07.320 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-22 04:27:07.320 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-22 04:27:07.421 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-22 04:27:07.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2588/filter/v2/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-22 04:27:07.423 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1766377627314719473,"ephemeral":false}]'
|
|
2025-12-22 04:27:07.425 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19507/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-22 04:27:07.430 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-22 04:27:07.431 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-22 04:27:07.531 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-22 04:27:07.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2588/filter/v2/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-22 04:27:07.533 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1766377627425210338,"ephemeral":false}]'
|
|
2025-12-22 04:27:07.535 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19507/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-22 04:27:07.541 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-22 04:27:07.541 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-22 04:27:07.641 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-22 04:27:07.642 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2588/filter/v2/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-22 04:27:07.644 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1766377627535390491,"ephemeral":false}]'
|
|
2025-12-22 04:27:07.646 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19507/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-22 04:27:07.652 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-22 04:27:07.652 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-22 04:27:07.753 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-22 04:27:07.753 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2588/filter/v2/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-22 04:27:07.756 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1766377627646470340,"ephemeral":false}]'
|
|
2025-12-22 04:27:07.759 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-22 04:27:07.760 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-22 04:27:07.760 DEBUG [src.node.waku_node] Stopping container with id 12e177db0c7a
|
|
2025-12-22 04:27:08.295 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-22 04:27:08.295 DEBUG [src.node.waku_node] Stopping container with id d8a9bbc23242
|
|
2025-12-22 04:27:08.793 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-22 04:27:08.794 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-22 04:27:08.805 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-22 04:27:08.813 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|