mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 18:09:25 +00:00
130 lines
24 KiB
Plaintext
130 lines
24 KiB
Plaintext
2026-02-28 04:28:44.236 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-28 04:28:44.236 DEBUG [tests.conftest] Running test: test_filter_static_sharding_multiple_shards with id: 2026-02-28_04-28-44__2ae431aa-4a97-4f00-966c-ed2fe7d4b613
|
|
2026-02-28 04:28:44.236 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-28 04:28:44.237 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-28 04:28:44.237 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-28 04:28:44.244 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-28 04:28:44.244 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-28_04-28-44__2ae431aa-4a97-4f00-966c-ed2fe7d4b613__wakuorg_nwaku:latest.log
|
|
2026-02-28 04:28:44.244 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-28 04:28:44.244 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-28 04:28:44.245 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-28 04:28:44.246 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.132.27
|
|
2026-02-28 04:28:44.246 DEBUG [src.node.docker_mananger] Generated ports ['44941', '44942', '44943', '44944', '44945']
|
|
2026-02-28 04:28:44.246 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-02-28 04:28:44.246 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-28 04:28:44.246 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-28 04:28:44.246 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-28 04:28:44.246 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-28 04:28:44.246 DEBUG [src.node.docker_mananger] docker run -i -t -p 44941:44941 -p 44942:44942 -p 44943:44943 -p 44944:44944 -p 44945:44945 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=44943 --rest-port=44941 --tcp-port=44942 --discv5-udp-port=44944 --rest-address=0.0.0.0 --nat=extip:172.18.132.27 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ba0d288ca09af565cb8f0ad1e624eaa17f96cbfccc2fc3ce21f7165dcaecf007 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44945 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-28 04:28:44.449 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.132.27 waku ad114b903eaefa69d0f273ca70092c64a2e380be34896f1741a48fffb646e800
|
|
2026-02-28 04:28:44.485 DEBUG [src.node.docker_mananger] Container started with ID ad114b903eae. Setting up logs at ./log/docker/node1_2026-02-28_04-28-44__2ae431aa-4a97-4f00-966c-ed2fe7d4b613__wakuorg_nwaku:latest.log
|
|
2026-02-28 04:28:44.488 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 44941
|
|
2026-02-28 04:28:44.488 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-28 04:28:45.043 ERROR [src.node.docker_mananger] Max retries reached for container a64d34cac18e. Exiting log stream.
|
|
2026-02-28 04:28:45.488 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44941/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:28:45.491 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-02-28 04:28:45.491 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-28 04:28:45.491 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44941/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:28:45.494 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.132.27/tcp/44942/p2p/16Uiu2HAkzuJxSnKcX3S4xHR1cs8ZoBFyrJvEJy6r62Et4bvaz9Ke","/ip4/172.18.132.27/tcp/44943/ws/p2p/16Uiu2HAkzuJxSnKcX3S4xHR1cs8ZoBFyrJvEJy6r62Et4bvaz9Ke"],"enrUri":"enr:-L24QEVb7xcUArVa2gmBsBF-ya0_OMz0kAC5Hmu59W5FSIYnHQS0oq0cAyPUJeKeqLJwtko1JgDYi4U72BOOuA67vJMCgmlkgnY0gmlwhKwShBuKbXVsdGlhZGRyc5YACASsEoQbBq-OAAoErBKEGwavj90DgnJzhQACAQAAiXNlY3AyNTZrMaECUV7tHTsIu0jK9B8MPMzbioPBXRRKPboSXVIzd2xi_nGDdGNwgq-Og3VkcIKvkIV3YWt1MgU"}'
|
|
2026-02-28 04:28:45.494 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-28 04:28:45.501 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-28 04:28:45.501 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-28_04-28-44__2ae431aa-4a97-4f00-966c-ed2fe7d4b613__wakuorg_nwaku:latest.log
|
|
2026-02-28 04:28:45.501 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-28 04:28:45.502 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-28 04:28:45.503 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-28 04:28:45.503 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.229.199
|
|
2026-02-28 04:28:45.503 DEBUG [src.node.docker_mananger] Generated ports ['5952', '5953', '5954', '5955', '5956']
|
|
2026-02-28 04:28:45.503 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-02-28 04:28:45.504 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-28 04:28:45.504 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-28 04:28:45.504 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-28 04:28:45.504 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-28 04:28:45.504 DEBUG [src.node.docker_mananger] docker run -i -t -p 5952:5952 -p 5953:5953 -p 5954:5954 -p 5955:5955 -p 5956:5956 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=5954 --rest-port=5952 --tcp-port=5953 --discv5-udp-port=5955 --rest-address=0.0.0.0 --nat=extip:172.18.229.199 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=cfbf67b1ebc9fa89f3b8aec3af37adfcdaa5c7896640af5f4e9c50b0af3b4e4c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5956 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QEVb7xcUArVa2gmBsBF-ya0_OMz0kAC5Hmu59W5FSIYnHQS0oq0cAyPUJeKeqLJwtko1JgDYi4U72BOOuA67vJMCgmlkgnY0gmlwhKwShBuKbXVsdGlhZGRyc5YACASsEoQbBq-OAAoErBKEGwavj90DgnJzhQACAQAAiXNlY3AyNTZrMaECUV7tHTsIu0jK9B8MPMzbioPBXRRKPboSXVIzd2xi_nGDdGNwgq-Og3VkcIKvkIV3YWt1MgU --filternode=/ip4/172.18.132.27/tcp/44942/p2p/16Uiu2HAkzuJxSnKcX3S4xHR1cs8ZoBFyrJvEJy6r62Et4bvaz9Ke
|
|
2026-02-28 04:28:45.697 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.229.199 waku b2be0ed62cbe167442a21b8600d0a6688414483993f9bcf5b0064aae44b674ca
|
|
2026-02-28 04:28:45.732 DEBUG [src.node.docker_mananger] Container started with ID b2be0ed62cbe. Setting up logs at ./log/docker/node2_2026-02-28_04-28-44__2ae431aa-4a97-4f00-966c-ed2fe7d4b613__wakuorg_nwaku:latest.log
|
|
2026-02-28 04:28:45.733 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 5952
|
|
2026-02-28 04:28:45.733 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-28 04:28:46.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5952/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:28:46.737 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-02-28 04:28:46.737 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-28 04:28:46.737 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5952/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:28:46.739 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.229.199/tcp/5953/p2p/16Uiu2HAkubHgrdRnUooHp32DYpqbFbtzh6tWGiKxcGFVgfvxsbry","/ip4/172.18.229.199/tcp/5954/ws/p2p/16Uiu2HAkubHgrdRnUooHp32DYpqbFbtzh6tWGiKxcGFVgfvxsbry"],"enrUri":"enr:-L24QOqe5_RJVjyAgX-4_DNfyx6UWv3o-G5K_8GeEZbNpIvqJNkTdceOj3vaC9n5Q0QhWeZfQRwj2WrTq0hLAS1XH5MCgmlkgnY0gmlwhKwS5ceKbXVsdGlhZGRyc5YACASsEuXHBhdBAAoErBLlxwYXQt0DgnJzhQACAQAAiXNlY3AyNTZrMaECAnaaOJDyQTm2HuLqBNJDyOEgDMi3kCSHA-jvPo9JYXqDdGNwghdBg3VkcIIXQ4V3YWt1MgA"}'
|
|
2026-02-28 04:28:46.739 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-28 04:28:46.740 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5952/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.132.27/tcp/44942/p2p/16Uiu2HAkzuJxSnKcX3S4xHR1cs8ZoBFyrJvEJy6r62Et4bvaz9Ke"]'
|
|
2026-02-28 04:28:46.778 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:28:46.779 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44941/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
|
2026-02-28 04:28:46.796 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:28:46.797 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5952/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "999770fa-8cb0-42fd-ba8d-212c0d0bb22f", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/2/0"}'
|
|
2026-02-28 04:28:46.812 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"999770fa-8cb0-42fd-ba8d-212c0d0bb22f","statusDesc":"OK"}'
|
|
2026-02-28 04:28:46.812 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5952/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "0a86e58d-8681-4f4a-8bfa-cec8f3da1593", "contentFilters": ["/waku/2/content/test.js"], "pubsubTopic": "/waku/2/rs/2/1"}'
|
|
2026-02-28 04:28:46.822 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"0a86e58d-8681-4f4a-8bfa-cec8f3da1593","statusDesc":"OK"}'
|
|
2026-02-28 04:28:46.822 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5952/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "eee60357-dfd6-42ca-9fe8-6f8271b22f23", "contentFilters": ["/app/22/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/2"}'
|
|
2026-02-28 04:28:46.831 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"eee60357-dfd6-42ca-9fe8-6f8271b22f23","statusDesc":"OK"}'
|
|
2026-02-28 04:28:46.832 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5952/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "61b0d591-8a8c-43cd-b4c6-aeee83659180", "contentFilters": ["/toychat/2/huilong/proto"], "pubsubTopic": "/waku/2/rs/2/3"}'
|
|
2026-02-28 04:28:46.842 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"61b0d591-8a8c-43cd-b4c6-aeee83659180","statusDesc":"OK"}'
|
|
2026-02-28 04:28:46.843 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5952/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "17dc2a7b-e1c5-473e-a2ec-4452753d776c", "contentFilters": ["/statusim/1/community/cbor"], "pubsubTopic": "/waku/2/rs/2/4"}'
|
|
2026-02-28 04:28:46.852 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"17dc2a7b-e1c5-473e-a2ec-4452753d776c","statusDesc":"OK"}'
|
|
2026-02-28 04:28:46.852 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5952/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "98665d10-0e8d-4cb1-b70a-076bb4ef1bdf", "contentFilters": ["/app/27/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/5"}'
|
|
2026-02-28 04:28:46.862 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"98665d10-0e8d-4cb1-b70a-076bb4ef1bdf","statusDesc":"OK"}'
|
|
2026-02-28 04:28:46.863 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5952/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "8e4b3fdc-b342-4b76-b237-a0b2bfeefdc6", "contentFilters": ["/app/29/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/6"}'
|
|
2026-02-28 04:28:46.873 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"8e4b3fdc-b342-4b76-b237-a0b2bfeefdc6","statusDesc":"OK"}'
|
|
2026-02-28 04:28:46.873 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5952/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "b690206c-0080-475f-a8f4-4f4bb55a7a3b", "contentFilters": ["/app/20/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/7"}'
|
|
2026-02-28 04:28:46.884 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"b690206c-0080-475f-a8f4-4f4bb55a7a3b","statusDesc":"OK"}'
|
|
2026-02-28 04:28:46.884 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:28:46.894 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:28:46.894 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:28:46.995 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:28:46.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5952/filter/v2/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:28:46.998 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772252926884814555,"ephemeral":false}]'
|
|
2026-02-28 04:28:47.000 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:28:47.006 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:28:47.007 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:28:47.107 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:28:47.107 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5952/filter/v2/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:28:47.110 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":1772252927000460848,"ephemeral":false}]'
|
|
2026-02-28 04:28:47.112 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:28:47.119 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:28:47.119 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:28:47.219 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:28:47.220 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5952/filter/v2/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:28:47.222 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772252927112517027,"ephemeral":false}]'
|
|
2026-02-28 04:28:47.224 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:28:47.231 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:28:47.231 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:28:47.331 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:28:47.332 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5952/filter/v2/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:28:47.334 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1772252927224718001,"ephemeral":false}]'
|
|
2026-02-28 04:28:47.336 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:28:47.342 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:28:47.343 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:28:47.443 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:28:47.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5952/filter/v2/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:28:47.446 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772252927336585638,"ephemeral":false}]'
|
|
2026-02-28 04:28:47.448 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:28:47.455 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:28:47.455 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:28:47.556 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:28:47.556 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5952/filter/v2/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:28:47.559 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772252927448736720,"ephemeral":false}]'
|
|
2026-02-28 04:28:47.561 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:28:47.567 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:28:47.567 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:28:47.668 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:28:47.668 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5952/filter/v2/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:28:47.671 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772252927561199705,"ephemeral":false}]'
|
|
2026-02-28 04:28:47.673 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:28:47.679 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:28:47.680 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:28:47.780 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:28:47.780 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5952/filter/v2/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:28:47.783 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1772252927673068228,"ephemeral":false}]'
|
|
2026-02-28 04:28:47.786 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-28 04:28:47.787 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-28 04:28:47.788 DEBUG [src.node.waku_node] Stopping container with id ad114b903eae
|
|
2026-02-28 04:28:48.355 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-28 04:28:48.355 DEBUG [src.node.waku_node] Stopping container with id b2be0ed62cbe
|
|
2026-02-28 04:28:48.887 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-28 04:28:48.891 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-28 04:28:48.909 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-28 04:28:48.917 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|