mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-07 16:33:13 +00:00
130 lines
24 KiB
Plaintext
130 lines
24 KiB
Plaintext
|
|
2026-01-02 04:24:27.527 DEBUG [tests.conftest] Running fixture setup: test_id
|
||
|
|
2026-01-02 04:24:27.528 DEBUG [tests.conftest] Running test: test_filter_static_sharding_multiple_shards with id: 2026-01-02_04-24-27__da1d1454-9682-48bb-9ea2-829e265ed55e
|
||
|
|
2026-01-02 04:24:27.528 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||
|
|
2026-01-02 04:24:27.528 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||
|
|
2026-01-02 04:24:27.528 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||
|
|
2026-01-02 04:24:27.535 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||
|
|
2026-01-02 04:24:27.535 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-24-27__da1d1454-9682-48bb-9ea2-829e265ed55e__wakuorg_nwaku:latest.log
|
||
|
|
2026-01-02 04:24:27.535 DEBUG [src.node.waku_node] Starting Node...
|
||
|
|
2026-01-02 04:24:27.536 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||
|
|
2026-01-02 04:24:27.537 DEBUG [src.node.docker_mananger] Network waku already exists
|
||
|
|
2026-01-02 04:24:27.537 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.103.162
|
||
|
|
2026-01-02 04:24:27.537 DEBUG [src.node.docker_mananger] Generated ports ['49045', '49046', '49047', '49048', '49049']
|
||
|
|
2026-01-02 04:24:27.537 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
||
|
|
2026-01-02 04:24:27.537 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||
|
|
2026-01-02 04:24:27.537 DEBUG [src.node.waku_node] RLN credentials were not set
|
||
|
|
2026-01-02 04:24:27.538 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||
|
|
2026-01-02 04:24:27.538 DEBUG [src.node.waku_node] Using volumes []
|
||
|
|
2026-01-02 04:24:27.538 DEBUG [src.node.docker_mananger] docker run -i -t -p 49045:49045 -p 49046:49046 -p 49047:49047 -p 49048:49048 -p 49049:49049 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=49047 --rest-port=49045 --tcp-port=49046 --discv5-udp-port=49048 --rest-address=0.0.0.0 --nat=extip:172.18.103.162 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=413cc66a2d6a60ca78befd64bafc8adc1d3692acf27bea1ffc2b9fd8009fefae --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49049 --metrics-logging=true --relay=true --filter=true
|
||
|
|
2026-01-02 04:24:27.723 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.103.162 waku 13277a14982474405a5081f46350782e992f9aa30dcf202826c6ea1718cb62cb
|
||
|
|
2026-01-02 04:24:27.755 DEBUG [src.node.docker_mananger] Container started with ID 13277a149824. Setting up logs at ./log/docker/node1_2026-01-02_04-24-27__da1d1454-9682-48bb-9ea2-829e265ed55e__wakuorg_nwaku:latest.log
|
||
|
|
2026-01-02 04:24:27.756 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 49045
|
||
|
|
2026-01-02 04:24:27.757 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||
|
|
2026-01-02 04:24:28.336 ERROR [src.node.docker_mananger] Max retries reached for container c6be65f695e5. Exiting log stream.
|
||
|
|
2026-01-02 04:24:28.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49045/health" -H "Content-Type: application/json" -d 'None'
|
||
|
|
2026-01-02 04:24:28.761 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"}]}'
|
||
|
|
2026-01-02 04:24:28.761 INFO [src.node.waku_node] Node protocols are initialized !!
|
||
|
|
2026-01-02 04:24:28.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49045/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||
|
|
2026-01-02 04:24:28.763 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.103.162/tcp/49046/p2p/16Uiu2HAmP9boAUdwTuNuxBqwDvEZtUFhiU9gQdvVFhe19YVjb1bd","/ip4/172.18.103.162/tcp/49047/ws/p2p/16Uiu2HAmP9boAUdwTuNuxBqwDvEZtUFhiU9gQdvVFhe19YVjb1bd"],"enrUri":"enr:-L24QLrzZ6NruwNxgrZipcVWRFp_vFDAvPNaUh4Sjdi6dyUXHsOZYmT5VYBB9xCK8UHt7zCztarVNYS5-5hqEnugvnUCgmlkgnY0gmlwhKwSZ6KKbXVsdGlhZGRyc5YACASsEmeiBr-WAAoErBJnoga_l90DgnJzhQACAQAAiXNlY3AyNTZrMaEDm-k2AYm24ZNRwtsWhSFddfGo0z18DkmtaerF4ckcSwiDdGNwgr-Wg3VkcIK_mIV3YWt1MgU"}'
|
||
|
|
2026-01-02 04:24:28.763 INFO [src.node.waku_node] REST service is ready !!
|
||
|
|
2026-01-02 04:24:28.770 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||
|
|
2026-01-02 04:24:28.770 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-24-27__da1d1454-9682-48bb-9ea2-829e265ed55e__wakuorg_nwaku:latest.log
|
||
|
|
2026-01-02 04:24:28.770 DEBUG [src.node.waku_node] Starting Node...
|
||
|
|
2026-01-02 04:24:28.770 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||
|
|
2026-01-02 04:24:28.771 DEBUG [src.node.docker_mananger] Network waku already exists
|
||
|
|
2026-01-02 04:24:28.772 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.177.160
|
||
|
|
2026-01-02 04:24:28.772 DEBUG [src.node.docker_mananger] Generated ports ['34013', '34014', '34015', '34016', '34017']
|
||
|
|
2026-01-02 04:24:28.772 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
||
|
|
2026-01-02 04:24:28.772 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||
|
|
2026-01-02 04:24:28.772 DEBUG [src.node.waku_node] RLN credentials were not set
|
||
|
|
2026-01-02 04:24:28.772 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||
|
|
2026-01-02 04:24:28.772 DEBUG [src.node.waku_node] Using volumes []
|
||
|
|
2026-01-02 04:24:28.773 DEBUG [src.node.docker_mananger] docker run -i -t -p 34013:34013 -p 34014:34014 -p 34015:34015 -p 34016:34016 -p 34017:34017 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=34015 --rest-port=34013 --tcp-port=34014 --discv5-udp-port=34016 --rest-address=0.0.0.0 --nat=extip:172.18.177.160 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=acc89eabf9c8ed3e5aca39d3bdd76262d73e1aa18cba7baf4eba168fc8b0e474 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34017 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QLrzZ6NruwNxgrZipcVWRFp_vFDAvPNaUh4Sjdi6dyUXHsOZYmT5VYBB9xCK8UHt7zCztarVNYS5-5hqEnugvnUCgmlkgnY0gmlwhKwSZ6KKbXVsdGlhZGRyc5YACASsEmeiBr-WAAoErBJnoga_l90DgnJzhQACAQAAiXNlY3AyNTZrMaEDm-k2AYm24ZNRwtsWhSFddfGo0z18DkmtaerF4ckcSwiDdGNwgr-Wg3VkcIK_mIV3YWt1MgU --filternode=/ip4/172.18.103.162/tcp/49046/p2p/16Uiu2HAmP9boAUdwTuNuxBqwDvEZtUFhiU9gQdvVFhe19YVjb1bd
|
||
|
|
2026-01-02 04:24:28.962 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.177.160 waku b2d1d6e416488c2c4d5ac903e7f1665921f43bc7d43edaa9a21722a281e6d2ff
|
||
|
|
2026-01-02 04:24:28.992 DEBUG [src.node.docker_mananger] Container started with ID b2d1d6e41648. Setting up logs at ./log/docker/node2_2026-01-02_04-24-27__da1d1454-9682-48bb-9ea2-829e265ed55e__wakuorg_nwaku:latest.log
|
||
|
|
2026-01-02 04:24:28.992 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 34013
|
||
|
|
2026-01-02 04:24:28.993 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||
|
|
2026-01-02 04:24:29.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34013/health" -H "Content-Type: application/json" -d 'None'
|
||
|
|
2026-01-02 04:24:29.997 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"}]}'
|
||
|
|
2026-01-02 04:24:29.997 INFO [src.node.waku_node] Node protocols are initialized !!
|
||
|
|
2026-01-02 04:24:29.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34013/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||
|
|
2026-01-02 04:24:30.000 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.177.160/tcp/34014/p2p/16Uiu2HAm7puHCe5ve9wH2GVLRWoWu6ibCAXVBEYPtjyxYjvopNzE","/ip4/172.18.177.160/tcp/34015/ws/p2p/16Uiu2HAm7puHCe5ve9wH2GVLRWoWu6ibCAXVBEYPtjyxYjvopNzE"],"enrUri":"enr:-L24QKJbPGIdpgQRIsljLur3t-Htkw832dkR-mgA-A1pHjCbJPq9IIjqt-PmWq5TXjM1Zyy_ghxScQ7x-jwFotZcDKsCgmlkgnY0gmlwhKwSsaCKbXVsdGlhZGRyc5YACASsErGgBoTeAAoErBKxoAaE390DgnJzhQACAQAAiXNlY3AyNTZrMaECuD-j5qqWz09o_cYWLvGfjxe_dgefr4maKfuGz7cSVEODdGNwgoTeg3VkcIKE4IV3YWt1MgA"}'
|
||
|
|
2026-01-02 04:24:30.000 INFO [src.node.waku_node] REST service is ready !!
|
||
|
|
2026-01-02 04:24:30.000 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34013/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.103.162/tcp/49046/p2p/16Uiu2HAmP9boAUdwTuNuxBqwDvEZtUFhiU9gQdvVFhe19YVjb1bd"]'
|
||
|
|
2026-01-02 04:24:30.030 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
|
|
2026-01-02 04:24:30.031 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49045/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-01-02 04:24:30.045 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
|
|
2026-01-02 04:24:30.047 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34013/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1871b46b-4cd5-4bab-9690-0a7e33dfc6ae", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/2/0"}'
|
||
|
|
2026-01-02 04:24:30.058 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1871b46b-4cd5-4bab-9690-0a7e33dfc6ae","statusDesc":"OK"}'
|
||
|
|
2026-01-02 04:24:30.059 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34013/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "efd0d14b-abcc-481a-963a-5b7ba12ce4ab", "contentFilters": ["/waku/2/content/test.js"], "pubsubTopic": "/waku/2/rs/2/1"}'
|
||
|
|
2026-01-02 04:24:30.068 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"efd0d14b-abcc-481a-963a-5b7ba12ce4ab","statusDesc":"OK"}'
|
||
|
|
2026-01-02 04:24:30.069 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34013/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "ca9b8d9d-2398-4ebd-a26f-b1d53e6ae6f5", "contentFilters": ["/app/22/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/2"}'
|
||
|
|
2026-01-02 04:24:30.077 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"ca9b8d9d-2398-4ebd-a26f-b1d53e6ae6f5","statusDesc":"OK"}'
|
||
|
|
2026-01-02 04:24:30.077 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34013/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "c29e2b1f-f718-42e6-be78-04eab510c34d", "contentFilters": ["/toychat/2/huilong/proto"], "pubsubTopic": "/waku/2/rs/2/3"}'
|
||
|
|
2026-01-02 04:24:30.086 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"c29e2b1f-f718-42e6-be78-04eab510c34d","statusDesc":"OK"}'
|
||
|
|
2026-01-02 04:24:30.087 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34013/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "699a5d67-9e74-49cf-a8bb-65a7c5729394", "contentFilters": ["/statusim/1/community/cbor"], "pubsubTopic": "/waku/2/rs/2/4"}'
|
||
|
|
2026-01-02 04:24:30.095 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"699a5d67-9e74-49cf-a8bb-65a7c5729394","statusDesc":"OK"}'
|
||
|
|
2026-01-02 04:24:30.095 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34013/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "ce487015-5bc7-40d5-94df-b4945fc2ee9b", "contentFilters": ["/app/27/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/5"}'
|
||
|
|
2026-01-02 04:24:30.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"ce487015-5bc7-40d5-94df-b4945fc2ee9b","statusDesc":"OK"}'
|
||
|
|
2026-01-02 04:24:30.105 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34013/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "418790da-8c01-4516-8aef-9966da860a44", "contentFilters": ["/app/29/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/6"}'
|
||
|
|
2026-01-02 04:24:30.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"418790da-8c01-4516-8aef-9966da860a44","statusDesc":"OK"}'
|
||
|
|
2026-01-02 04:24:30.115 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34013/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "a195509c-69b6-436e-9115-dc93d1debbf2", "contentFilters": ["/app/20/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/7"}'
|
||
|
|
2026-01-02 04:24:30.125 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"a195509c-69b6-436e-9115-dc93d1debbf2","statusDesc":"OK"}'
|
||
|
|
2026-01-02 04:24:30.126 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49045/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-01-02 04:24:30.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
|
|
2026-01-02 04:24:30.135 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
|
|
2026-01-02 04:24:30.235 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
|
|
2026-01-02 04:24:30.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34013/filter/v2/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||
|
|
2026-01-02 04:24:30.239 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327870126437482,"ephemeral":false}]'
|
||
|
|
2026-01-02 04:24:30.241 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49045/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-01-02 04:24:30.247 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
|
|
2026-01-02 04:24:30.247 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
|
|
2026-01-02 04:24:30.347 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
|
|
2026-01-02 04:24:30.348 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34013/filter/v2/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||
|
|
2026-01-02 04:24:30.350 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":1767327870240879560,"ephemeral":false}]'
|
||
|
|
2026-01-02 04:24:30.352 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49045/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-01-02 04:24:30.358 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
|
|
2026-01-02 04:24:30.358 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
|
|
2026-01-02 04:24:30.459 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
|
|
2026-01-02 04:24:30.459 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34013/filter/v2/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||
|
|
2026-01-02 04:24:30.462 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1767327870352404307,"ephemeral":false}]'
|
||
|
|
2026-01-02 04:24:30.464 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49045/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-01-02 04:24:30.470 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
|
|
2026-01-02 04:24:30.470 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
|
|
2026-01-02 04:24:30.570 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
|
|
2026-01-02 04:24:30.571 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34013/filter/v2/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||
|
|
2026-01-02 04:24:30.573 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1767327870464091942,"ephemeral":false}]'
|
||
|
|
2026-01-02 04:24:30.575 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49045/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-01-02 04:24:30.581 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
|
|
2026-01-02 04:24:30.581 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
|
|
2026-01-02 04:24:30.681 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
|
|
2026-01-02 04:24:30.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34013/filter/v2/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||
|
|
2026-01-02 04:24:30.684 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1767327870575166807,"ephemeral":false}]'
|
||
|
|
2026-01-02 04:24:30.686 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49045/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-01-02 04:24:30.691 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
|
|
2026-01-02 04:24:30.692 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
|
|
2026-01-02 04:24:30.792 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
|
|
2026-01-02 04:24:30.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34013/filter/v2/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||
|
|
2026-01-02 04:24:30.795 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1767327870685995283,"ephemeral":false}]'
|
||
|
|
2026-01-02 04:24:30.796 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49045/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-01-02 04:24:30.802 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
|
|
2026-01-02 04:24:30.802 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
|
|
2026-01-02 04:24:30.902 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
|
|
2026-01-02 04:24:30.903 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34013/filter/v2/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||
|
|
2026-01-02 04:24:30.906 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1767327870796711103,"ephemeral":false}]'
|
||
|
|
2026-01-02 04:24:30.908 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49045/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-01-02 04:24:30.914 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
|
|
2026-01-02 04:24:30.914 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
|
|
2026-01-02 04:24:31.014 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
|
|
2026-01-02 04:24:31.015 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34013/filter/v2/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||
|
|
2026-01-02 04:24:31.017 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1767327870907926326,"ephemeral":false}]'
|
||
|
|
2026-01-02 04:24:31.020 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||
|
|
2026-01-02 04:24:31.021 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||
|
|
2026-01-02 04:24:31.021 DEBUG [src.node.waku_node] Stopping container with id 13277a149824
|
||
|
|
2026-01-02 04:24:31.553 DEBUG [src.node.waku_node] Container stopped.
|
||
|
|
2026-01-02 04:24:31.554 DEBUG [src.node.waku_node] Stopping container with id b2d1d6e41648
|
||
|
|
2026-01-02 04:24:32.078 DEBUG [src.node.waku_node] Container stopped.
|
||
|
|
2026-01-02 04:24:32.079 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||
|
|
2026-01-02 04:24:32.088 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||
|
|
2026-01-02 04:24:32.097 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|