mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 18:09:25 +00:00
108 lines
20 KiB
Plaintext
108 lines
20 KiB
Plaintext
2026-03-26 04:46:44.842 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-26 04:46:44.842 DEBUG [tests.conftest] Running test: test_main_node_only_lightpush__peer_full with id: 2026-03-26_04-46-44__62d2afe0-5079-4f6c-92cb-6d73bebcc7f3
|
|
2026-03-26 04:46:44.842 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-26 04:46:44.842 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-03-26 04:46:44.849 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-26 04:46:44.850 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-03-26_04-46-44__62d2afe0-5079-4f6c-92cb-6d73bebcc7f3__wakuorg_nwaku:latest.log
|
|
2026-03-26 04:46:44.850 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-26 04:46:44.850 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-26 04:46:44.851 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-26 04:46:44.851 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.67.20
|
|
2026-03-26 04:46:44.851 DEBUG [src.node.docker_mananger] Generated ports ['16644', '16645', '16646', '16647', '16648']
|
|
2026-03-26 04:46:44.852 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-26 04:46:44.852 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-26 04:46:44.852 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-26 04:46:44.852 DEBUG [src.node.docker_mananger] docker run -i -t -p 16644:16644 -p 16645:16645 -p 16646:16646 -p 16647:16647 -p 16648:16648 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=16646 --rest-port=16644 --tcp-port=16645 --discv5-udp-port=16647 --rest-address=0.0.0.0 --nat=extip:172.18.67.20 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0bff76fe4f6624508cabca39978c82c9cdd7edeb1f51eae0bdd30a5dbe0b940e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16648 --metrics-logging=true --lightpush=true --relay=true --filter=true
|
|
2026-03-26 04:46:45.071 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.67.20 waku d66e0066a3fa233a1c17cb216ebd0c0db8b767fc7d2474396d185b276e7f9fb9
|
|
2026-03-26 04:46:45.076 ERROR [src.node.docker_mananger] Max retries reached for container b654c6f20ebf. Exiting log stream.
|
|
2026-03-26 04:46:45.108 DEBUG [src.node.docker_mananger] Container started with ID d66e0066a3fa. Setting up logs at ./log/docker/receiving_node1_2026-03-26_04-46-44__62d2afe0-5079-4f6c-92cb-6d73bebcc7f3__wakuorg_nwaku:latest.log
|
|
2026-03-26 04:46:45.108 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16644
|
|
2026-03-26 04:46:45.109 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-26 04:46:45.623 ERROR [src.node.docker_mananger] Max retries reached for container 5f77337f322b. Exiting log stream.
|
|
2026-03-26 04:46:46.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16644/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:46:46.113 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-26 04:46:46.113 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-26 04:46:46.113 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16644/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:46:46.115 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.67.20/tcp/16645/p2p/16Uiu2HAkw1QJcoxH2xx4f9wuKujXEGadT3t3181UP3j4aaQEwCJ2","/ip4/172.18.67.20/tcp/16646/ws/p2p/16Uiu2HAkw1QJcoxH2xx4f9wuKujXEGadT3t3181UP3j4aaQEwCJ2"],"enrUri":"enr:-L24QKL3JHLiOwGEKCW55sJa_DgwZIPIsF1KJx4oKmGUEeDyZxLxAylFErFckHP6adICUd8MZr9I2B9xRxpKKi-XxVACgmlkgnY0gmlwhKwSQxSKbXVsdGlhZGRyc5YACASsEkMUBkEFAAoErBJDFAZBBt0DgnJzhQADAQAAiXNlY3AyNTZrMaECF3-1zTpXVCBbknd89ijSS9T5L77nLae1s6u8dskj68eDdGNwgkEFg3VkcIJBB4V3YWt1Mg0"}'
|
|
2026-03-26 04:46:46.116 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-26 04:46:46.122 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-26 04:46:46.123 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-03-26_04-46-44__62d2afe0-5079-4f6c-92cb-6d73bebcc7f3__wakuorg_nwaku:latest.log
|
|
2026-03-26 04:46:46.123 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-26 04:46:46.123 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-26 04:46:46.124 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-26 04:46:46.124 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.2.148
|
|
2026-03-26 04:46:46.124 DEBUG [src.node.docker_mananger] Generated ports ['59277', '59278', '59279', '59280', '59281']
|
|
2026-03-26 04:46:46.125 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-26 04:46:46.125 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-26 04:46:46.125 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-26 04:46:46.125 DEBUG [src.node.docker_mananger] docker run -i -t -p 59277:59277 -p 59278:59278 -p 59279:59279 -p 59280:59280 -p 59281:59281 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=59279 --rest-port=59277 --tcp-port=59278 --discv5-udp-port=59280 --rest-address=0.0.0.0 --nat=extip:172.18.2.148 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ad79a19f9d801aeda1ee36f5f8fdaae58d1932c2bd54b45f2b3fb1fe09c77bd4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59281 --metrics-logging=true --lightpush=false --relay=true
|
|
2026-03-26 04:46:46.341 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.2.148 waku 21c26c520d64bc5cc7927ff3c951b4f24d52be7ceccaecbbfac884d6e1c16420
|
|
2026-03-26 04:46:46.375 DEBUG [src.node.docker_mananger] Container started with ID 21c26c520d64. Setting up logs at ./log/docker/receiving_node2_2026-03-26_04-46-44__62d2afe0-5079-4f6c-92cb-6d73bebcc7f3__wakuorg_nwaku:latest.log
|
|
2026-03-26 04:46:46.375 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 59277
|
|
2026-03-26 04:46:46.375 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-26 04:46:47.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59277/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:46:47.379 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_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-26 04:46:47.379 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-26 04:46:47.379 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59277/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:46:47.382 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.2.148/tcp/59278/p2p/16Uiu2HAm8sfMEVvwwkw8TTkmPQKhPpVdLbUxx4g6nW1PsQPZe3kC","/ip4/172.18.2.148/tcp/59279/ws/p2p/16Uiu2HAm8sfMEVvwwkw8TTkmPQKhPpVdLbUxx4g6nW1PsQPZe3kC"],"enrUri":"enr:-L24QJmdYECPEX7OdxJwzvoNF74vMyY1jAaTTPA5XKcgcUvgMD3SjDPKMvcnijPeRIpq9Uz1m4Ve7KRODS9hFwOdOeMCgmlkgnY0gmlwhKwSApSKbXVsdGlhZGRyc5YACASsEgKUBueOAAoErBIClAbnj90DgnJzhQADAQAAiXNlY3AyNTZrMaECx9BRfyEYPKVqju2FTxdvTJGAdeLORW-Fa8LkK5YKqFmDdGNwgueOg3VkcILnkIV3YWt1MgE"}'
|
|
2026-03-26 04:46:47.382 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-26 04:46:47.382 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59277/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.67.20/tcp/16645/p2p/16Uiu2HAkw1QJcoxH2xx4f9wuKujXEGadT3t3181UP3j4aaQEwCJ2"]'
|
|
2026-03-26 04:46:47.424 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-26 04:46:47.434 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-26 04:46:47.435 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-03-26_04-46-44__62d2afe0-5079-4f6c-92cb-6d73bebcc7f3__wakuorg_nwaku:latest.log
|
|
2026-03-26 04:46:47.435 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-26 04:46:47.435 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-26 04:46:47.436 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-26 04:46:47.437 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.48.190
|
|
2026-03-26 04:46:47.437 DEBUG [src.node.docker_mananger] Generated ports ['60426', '60427', '60428', '60429', '60430']
|
|
2026-03-26 04:46:47.437 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-26 04:46:47.437 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-26 04:46:47.437 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-26 04:46:47.437 DEBUG [src.node.docker_mananger] docker run -i -t -p 60426:60426 -p 60427:60427 -p 60428:60428 -p 60429:60429 -p 60430:60430 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=60428 --rest-port=60426 --tcp-port=60427 --discv5-udp-port=60429 --rest-address=0.0.0.0 --nat=extip:172.18.48.190 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a5bfae4ba0fabd4a0bcaccc266bf580f042cc0dabad22896aabf1831bd6aee1a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60430 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QKL3JHLiOwGEKCW55sJa_DgwZIPIsF1KJx4oKmGUEeDyZxLxAylFErFckHP6adICUd8MZr9I2B9xRxpKKi-XxVACgmlkgnY0gmlwhKwSQxSKbXVsdGlhZGRyc5YACASsEkMUBkEFAAoErBJDFAZBBt0DgnJzhQADAQAAiXNlY3AyNTZrMaECF3-1zTpXVCBbknd89ijSS9T5L77nLae1s6u8dskj68eDdGNwgkEFg3VkcIJBB4V3YWt1Mg0 --lightpushnode=/ip4/172.18.67.20/tcp/16645/p2p/16Uiu2HAkw1QJcoxH2xx4f9wuKujXEGadT3t3181UP3j4aaQEwCJ2 --lightpush=true --relay=true
|
|
2026-03-26 04:46:47.641 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.48.190 waku 274e38069e2628f2e106a6987e619be52bad070fc06a1c20b7cf3b3858797ce5
|
|
2026-03-26 04:46:47.680 DEBUG [src.node.docker_mananger] Container started with ID 274e38069e26. Setting up logs at ./log/docker/lightpush_node1_2026-03-26_04-46-44__62d2afe0-5079-4f6c-92cb-6d73bebcc7f3__wakuorg_nwaku:latest.log
|
|
2026-03-26 04:46:47.681 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 60426
|
|
2026-03-26 04:46:47.681 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-26 04:46:48.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60426/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:46:48.684 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-26 04:46:48.684 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-26 04:46:48.685 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60426/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:46:48.687 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.48.190/tcp/60427/p2p/16Uiu2HAmDSBpXMBhCzCkmzrw6pWfdCzZ1HKucyxohLYxaG8PTkFB","/ip4/172.18.48.190/tcp/60428/ws/p2p/16Uiu2HAmDSBpXMBhCzCkmzrw6pWfdCzZ1HKucyxohLYxaG8PTkFB"],"enrUri":"enr:-L24QMO12c634fIuUkaquoV6iqnq-HRRWNjJYkjl4G03Mf5PIHpKL0VtSF4qrrZW91bdqpoecJzrUCHhE4LeR23D_QoCgmlkgnY0gmlwhKwSML6KbXVsdGlhZGRyc5YACASsEjC-BuwLAAoErBIwvgbsDN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDC5Qa5jizsFB2yJtngQNACOODDzPtVre3NikUbeqNuFKDdGNwguwLg3VkcILsDYV3YWt1Mgk"}'
|
|
2026-03-26 04:46:48.687 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-26 04:46:48.687 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60426/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.67.20/tcp/16645/p2p/16Uiu2HAkw1QJcoxH2xx4f9wuKujXEGadT3t3181UP3j4aaQEwCJ2"]'
|
|
2026-03-26 04:46:48.727 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-26 04:46:48.729 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60426/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.2.148/tcp/59278/p2p/16Uiu2HAm8sfMEVvwwkw8TTkmPQKhPpVdLbUxx4g6nW1PsQPZe3kC"]'
|
|
2026-03-26 04:46:48.762 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-26 04:46:48.764 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16644/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-26 04:46:48.773 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-26 04:46:48.774 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59277/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-26 04:46:48.780 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-26 04:46:48.781 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60426/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-26 04:46:48.784 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-26 04:46:48.785 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-26 04:46:48.786 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60426/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1774500408785362545}}'
|
|
2026-03-26 04:46:48.803 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-26 04:46:48.803 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-26 04:46:48.904 DEBUG [src.steps.light_push] Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-26 04:46:48.904 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16644/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:46:48.906 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774500408785362545,"ephemeral":false,"proof":""}]'
|
|
2026-03-26 04:46:48.908 DEBUG [src.steps.light_push] Checking that peer NODE_2:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-26 04:46:48.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59277/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:46:48.910 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774500408785362545,"ephemeral":false,"proof":""}]'
|
|
2026-03-26 04:46:48.912 DEBUG [src.steps.light_push] Checking that peer NODE_3:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-26 04:46:48.912 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:46:48.914 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774500408785362545,"ephemeral":false,"proof":""}]'
|
|
2026-03-26 04:46:48.917 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-26 04:46:48.918 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-26 04:46:48.918 DEBUG [src.node.waku_node] Stopping container with id d66e0066a3fa
|
|
2026-03-26 04:46:49.531 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-26 04:46:49.532 DEBUG [src.node.waku_node] Stopping container with id 21c26c520d64
|
|
2026-03-26 04:46:50.071 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-26 04:46:50.071 DEBUG [src.node.waku_node] Stopping container with id 274e38069e26
|
|
2026-03-26 04:46:50.345 ERROR [src.node.docker_mananger] Max retries reached for container d66e0066a3fa. Exiting log stream.
|
|
2026-03-26 04:46:50.613 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-26 04:46:50.614 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-26 04:46:50.623 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-26 04:46:50.633 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-26 04:46:50.641 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|