mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-02 16:43:56 +00:00
108 lines
20 KiB
Plaintext
108 lines
20 KiB
Plaintext
2026-03-11 04:32:41.258 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-11 04:32:41.258 DEBUG [tests.conftest] Running test: test_combination_of_different_nodes with id: 2026-03-11_04-32-41__2836f0a7-5834-4a79-b462-ee1e498e60fa
|
|
2026-03-11 04:32:41.258 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-11 04:32:41.259 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-03-11 04:32:41.266 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-11 04:32:41.266 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-03-11_04-32-41__2836f0a7-5834-4a79-b462-ee1e498e60fa__wakuorg_nwaku:latest.log
|
|
2026-03-11 04:32:41.266 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-11 04:32:41.267 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-11 04:32:41.268 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-11 04:32:41.268 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.3.229
|
|
2026-03-11 04:32:41.268 DEBUG [src.node.docker_mananger] Generated ports ['41084', '41085', '41086', '41087', '41088']
|
|
2026-03-11 04:32:41.268 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-11 04:32:41.268 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-11 04:32:41.268 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-11 04:32:41.269 DEBUG [src.node.docker_mananger] docker run -i -t -p 41084:41084 -p 41085:41085 -p 41086:41086 -p 41087:41087 -p 41088:41088 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=41086 --rest-port=41084 --tcp-port=41085 --discv5-udp-port=41087 --rest-address=0.0.0.0 --nat=extip:172.18.3.229 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dacbeb80e30bbb23cdf57ac0a449dc1be46a54ef9eed1aebdaafebd84dff374f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41088 --metrics-logging=true --lightpush=true --relay=true --filter=true
|
|
2026-03-11 04:32:41.457 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.3.229 waku 909eee019ff250158ac96d6c68f803d1ebf6264cebf7d1839170c6cfce27ef96
|
|
2026-03-11 04:32:41.495 DEBUG [src.node.docker_mananger] Container started with ID 909eee019ff2. Setting up logs at ./log/docker/receiving_node1_2026-03-11_04-32-41__2836f0a7-5834-4a79-b462-ee1e498e60fa__wakuorg_nwaku:latest.log
|
|
2026-03-11 04:32:41.495 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 41084
|
|
2026-03-11 04:32:41.495 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-11 04:32:41.503 ERROR [src.node.docker_mananger] Max retries reached for container 4c29bf03dac9. Exiting log stream.
|
|
2026-03-11 04:32:42.063 ERROR [src.node.docker_mananger] Max retries reached for container fc729cbd22a9. Exiting log stream.
|
|
2026-03-11 04:32:42.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41084/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:32:42.498 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_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"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-03-11 04:32:42.499 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-11 04:32:42.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41084/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:32:42.501 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.3.229/tcp/41085/p2p/16Uiu2HAm2rstRwLK4EkFe7bP58mqSQZiEkK6uNoeC8p6ZWWo2a2n","/ip4/172.18.3.229/tcp/41086/ws/p2p/16Uiu2HAm2rstRwLK4EkFe7bP58mqSQZiEkK6uNoeC8p6ZWWo2a2n"],"enrUri":"enr:-L24QKlhRN_4sZCvpN887mXJvaHAdPGebaLa7C4TbJ1zUDPpJdhK7tnEHUOYIZp9ouzGjBraCIKzyhNgTxQgsATHXJcCgmlkgnY0gmlwhKwSA-WKbXVsdGlhZGRyc5YACASsEgPlBqB9AAoErBID5Qagft0DgnJzhQADAQAAiXNlY3AyNTZrMaECbnbK6F_zYKP78-XNre4AZWPxuBppQhNj-zVpCNo2jHODdGNwgqB9g3VkcIKgf4V3YWt1Mg0"}'
|
|
2026-03-11 04:32:42.501 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-11 04:32:42.508 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-11 04:32:42.508 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-03-11_04-32-41__2836f0a7-5834-4a79-b462-ee1e498e60fa__wakuorg_nwaku:latest.log
|
|
2026-03-11 04:32:42.508 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-11 04:32:42.509 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-11 04:32:42.510 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-11 04:32:42.510 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.78.156
|
|
2026-03-11 04:32:42.510 DEBUG [src.node.docker_mananger] Generated ports ['28741', '28742', '28743', '28744', '28745']
|
|
2026-03-11 04:32:42.510 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-11 04:32:42.510 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-11 04:32:42.511 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-11 04:32:42.511 DEBUG [src.node.docker_mananger] docker run -i -t -p 28741:28741 -p 28742:28742 -p 28743:28743 -p 28744:28744 -p 28745:28745 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=28743 --rest-port=28741 --tcp-port=28742 --discv5-udp-port=28744 --rest-address=0.0.0.0 --nat=extip:172.18.78.156 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cc8a0ceccdf56be359fe5afcf7adf17eb5a6412ed3573b381a56d2d9b66935d8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28745 --metrics-logging=true --lightpush=false --relay=false --filternode=/ip4/172.18.3.229/tcp/41085/p2p/16Uiu2HAm2rstRwLK4EkFe7bP58mqSQZiEkK6uNoeC8p6ZWWo2a2n
|
|
2026-03-11 04:32:42.696 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.78.156 waku ed77cc413e27003e9c490c669707d5ee9076b45035ae80dc0fd28d309d1230be
|
|
2026-03-11 04:32:42.728 DEBUG [src.node.docker_mananger] Container started with ID ed77cc413e27. Setting up logs at ./log/docker/receiving_node2_2026-03-11_04-32-41__2836f0a7-5834-4a79-b462-ee1e498e60fa__wakuorg_nwaku:latest.log
|
|
2026-03-11 04:32:42.728 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 28741
|
|
2026-03-11 04:32:42.729 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-11 04:32:43.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28741/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:32:43.732 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-03-11 04:32:43.732 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-11 04:32:43.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28741/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:32:43.735 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.78.156/tcp/28742/p2p/16Uiu2HAm4PFEydhWdo9SMuktoNVR6PREwij7pzQF1ASBkcsCY8Bz","/ip4/172.18.78.156/tcp/28743/ws/p2p/16Uiu2HAm4PFEydhWdo9SMuktoNVR6PREwij7pzQF1ASBkcsCY8Bz"],"enrUri":"enr:-L24QLcCBi5BYKoSc0rkKCe2hwvt0C95So46J0HJ6YAMKtMzAHEjO3tR6S8fkXwPsd9_3w5iIYVYtWXaSdC9Yq0JrsACgmlkgnY0gmlwhKwSTpyKbXVsdGlhZGRyc5YACASsEk6cBnBGAAoErBJOnAZwR90DgnJzhQADAQAAiXNlY3AyNTZrMaEChRoMlAsbUy44V7TMpqZdHA5fzc2t1umLpICEx5SbaIGDdGNwgnBGg3VkcIJwSIV3YWt1MgA"}'
|
|
2026-03-11 04:32:43.735 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-11 04:32:43.735 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28741/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.3.229/tcp/41085/p2p/16Uiu2HAm2rstRwLK4EkFe7bP58mqSQZiEkK6uNoeC8p6ZWWo2a2n"]'
|
|
2026-03-11 04:32:43.771 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-11 04:32:43.781 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-11 04:32:43.781 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node2_2026-03-11_04-32-41__2836f0a7-5834-4a79-b462-ee1e498e60fa__wakuorg_nwaku:latest.log
|
|
2026-03-11 04:32:43.781 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-11 04:32:43.781 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-11 04:32:43.783 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-11 04:32:43.783 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.86.16
|
|
2026-03-11 04:32:43.783 DEBUG [src.node.docker_mananger] Generated ports ['3894', '3895', '3896', '3897', '3898']
|
|
2026-03-11 04:32:43.783 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-11 04:32:43.784 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-11 04:32:43.784 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-11 04:32:43.784 DEBUG [src.node.docker_mananger] docker run -i -t -p 3894:3894 -p 3895:3895 -p 3896:3896 -p 3897:3897 -p 3898:3898 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=3896 --rest-port=3894 --tcp-port=3895 --discv5-udp-port=3897 --rest-address=0.0.0.0 --nat=extip:172.18.86.16 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5a5d1cfb4d26ecabaadf5ee10db0cd8ba7a47fe21e6cd92dafeccb830da0eed8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3898 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QKlhRN_4sZCvpN887mXJvaHAdPGebaLa7C4TbJ1zUDPpJdhK7tnEHUOYIZp9ouzGjBraCIKzyhNgTxQgsATHXJcCgmlkgnY0gmlwhKwSA-WKbXVsdGlhZGRyc5YACASsEgPlBqB9AAoErBID5Qagft0DgnJzhQADAQAAiXNlY3AyNTZrMaECbnbK6F_zYKP78-XNre4AZWPxuBppQhNj-zVpCNo2jHODdGNwgqB9g3VkcIKgf4V3YWt1Mg0 --lightpushnode=/ip4/172.18.3.229/tcp/41085/p2p/16Uiu2HAm2rstRwLK4EkFe7bP58mqSQZiEkK6uNoeC8p6ZWWo2a2n --lightpush=true --relay=true
|
|
2026-03-11 04:32:43.988 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.86.16 waku 719815e26047115e7bd4b7570cfad5acca85ebd11a3d0dec481929895c51fc9a
|
|
2026-03-11 04:32:44.021 DEBUG [src.node.docker_mananger] Container started with ID 719815e26047. Setting up logs at ./log/docker/lightpush_node2_2026-03-11_04-32-41__2836f0a7-5834-4a79-b462-ee1e498e60fa__wakuorg_nwaku:latest.log
|
|
2026-03-11 04:32:44.022 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 3894
|
|
2026-03-11 04:32:44.022 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-11 04:32:45.023 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3894/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:32:45.043 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_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"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-03-11 04:32:45.044 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-11 04:32:45.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3894/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:32:45.051 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.86.16/tcp/3895/p2p/16Uiu2HAmEqEBNkmYj7AcNpJ35syuExqt5AXzd7kC7EDmk4WBtoNp","/ip4/172.18.86.16/tcp/3896/ws/p2p/16Uiu2HAmEqEBNkmYj7AcNpJ35syuExqt5AXzd7kC7EDmk4WBtoNp"],"enrUri":"enr:-L24QCisSogR8jxjD7UqBpkDq30Fzmg97xuYP-trIGjgttUQJZTi_MYjzsGWMaUt8E4DMiXdiLZacfINwZeJpyAd-GkCgmlkgnY0gmlwhKwSVhCKbXVsdGlhZGRyc5YACASsElYQBg83AAoErBJWEAYPON0DgnJzhQADAQAAiXNlY3AyNTZrMaEDIFbRiqf7YZVSINiClnyVAZK0a1B4SAEKBlaFqrxA22GDdGNwgg83g3VkcIIPOYV3YWt1Mgk"}'
|
|
2026-03-11 04:32:45.052 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-11 04:32:45.053 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3894/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.3.229/tcp/41085/p2p/16Uiu2HAm2rstRwLK4EkFe7bP58mqSQZiEkK6uNoeC8p6ZWWo2a2n"]'
|
|
2026-03-11 04:32:45.056 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-11 04:32:45.056 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3894/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.78.156/tcp/28742/p2p/16Uiu2HAm4PFEydhWdo9SMuktoNVR6PREwij7pzQF1ASBkcsCY8Bz"]'
|
|
2026-03-11 04:32:45.077 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-11 04:32:45.079 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41084/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-11 04:32:45.084 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-11 04:32:45.085 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3894/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-11 04:32:45.091 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-11 04:32:45.093 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28741/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/3/0"}'
|
|
2026-03-11 04:32:45.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-11 04:32:45.108 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-11 04:32:46.110 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-11 04:32:46.110 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3894/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1773203566110405449}}'
|
|
2026-03-11 04:32:46.125 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-11 04:32:46.126 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-11 04:32:46.226 DEBUG [src.steps.light_push] Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-11 04:32:46.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41084/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:32:46.229 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773203566110405449,"ephemeral":false,"proof":""}]'
|
|
2026-03-11 04:32:46.230 DEBUG [src.steps.light_push] Checking that peer NODE_2:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-11 04:32:46.231 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3894/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:32:46.233 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773203566110405449,"ephemeral":false,"proof":""}]'
|
|
2026-03-11 04:32:46.234 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28741/filter/v2/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-11 04:32:46.237 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773203566110405449,"ephemeral":false}]'
|
|
2026-03-11 04:32:46.238 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-11 04:32:46.239 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-11 04:32:46.239 DEBUG [src.node.waku_node] Stopping container with id 909eee019ff2
|
|
2026-03-11 04:32:46.810 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-11 04:32:46.812 DEBUG [src.node.waku_node] Stopping container with id ed77cc413e27
|
|
2026-03-11 04:32:47.361 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-11 04:32:47.362 DEBUG [src.node.waku_node] Stopping container with id 719815e26047
|
|
2026-03-11 04:32:47.627 ERROR [src.node.docker_mananger] Max retries reached for container 909eee019ff2. Exiting log stream.
|
|
2026-03-11 04:32:47.921 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-11 04:32:47.924 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-11 04:32:47.934 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-11 04:32:47.940 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-11 04:32:47.947 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|