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-02-25 07:22:44.764 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-25 07:22:44.764 DEBUG [tests.conftest] Running test: test_main_node_only_lightpush__peer_full with id: 2026-02-25_07-22-44__02117760-a232-4743-8d13-e716195f0abc
|
|
2026-02-25 07:22:44.764 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-25 07:22:44.765 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-02-25 07:22:44.771 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 07:22:44.771 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-02-25_07-22-44__02117760-a232-4743-8d13-e716195f0abc__wakuorg_nwaku:latest.log
|
|
2026-02-25 07:22:44.771 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 07:22:44.772 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 07:22:44.773 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 07:22:44.773 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.225.41
|
|
2026-02-25 07:22:44.773 DEBUG [src.node.docker_mananger] Generated ports ['23103', '23104', '23105', '23106', '23107']
|
|
2026-02-25 07:22:44.773 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 07:22:44.773 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 07:22:44.773 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 07:22:44.774 DEBUG [src.node.docker_mananger] docker run -i -t -p 23103:23103 -p 23104:23104 -p 23105:23105 -p 23106:23106 -p 23107:23107 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=23105 --rest-port=23103 --tcp-port=23104 --discv5-udp-port=23106 --rest-address=0.0.0.0 --nat=extip:172.18.225.41 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3a8c04a815afe7cfd4b545bbb7efb020e7620260e4da68cd7bf7bb9e45bfbef6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23107 --metrics-logging=true --lightpush=true --relay=true --filter=true
|
|
2026-02-25 07:22:44.959 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.225.41 waku b08875f112fd0d2a81ca9a7e297e24b4e17d59283308c009cb57a375782a2a2d
|
|
2026-02-25 07:22:44.993 DEBUG [src.node.docker_mananger] Container started with ID b08875f112fd. Setting up logs at ./log/docker/receiving_node1_2026-02-25_07-22-44__02117760-a232-4743-8d13-e716195f0abc__wakuorg_nwaku:latest.log
|
|
2026-02-25 07:22:44.995 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23103
|
|
2026-02-25 07:22:44.995 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 07:22:45.011 ERROR [src.node.docker_mananger] Max retries reached for container b6141b6e6f37. Exiting log stream.
|
|
2026-02-25 07:22:45.574 ERROR [src.node.docker_mananger] Max retries reached for container 19a023eea2df. Exiting log stream.
|
|
2026-02-25 07:22:45.996 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23103/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:22:45.999 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-02-25 07:22:45.999 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 07:22:45.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23103/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:22:46.002 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.225.41/tcp/23104/p2p/16Uiu2HAmK1JTNz8jAdPqvkYFWe3FuMV6AavyQGjx8yfZExNZFeT1","/ip4/172.18.225.41/tcp/23105/ws/p2p/16Uiu2HAmK1JTNz8jAdPqvkYFWe3FuMV6AavyQGjx8yfZExNZFeT1"],"enrUri":"enr:-L24QJ6GzBFMl5xtl-mx0BBjASjSz8WXb6mbUW97ZG__YE8QKWWAaH39kl6zs9JLbGqa4uFaeZYTjp-2mQBEEBUMlvUCgmlkgnY0gmlwhKwS4SmKbXVsdGlhZGRyc5YACASsEuEpBlpAAAoErBLhKQZaQd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDXlo1iW21gQuDu6fqg3wydNNwZd4elUSeRINbV_JJpqiDdGNwglpAg3VkcIJaQoV3YWt1Mg0"}'
|
|
2026-02-25 07:22:46.002 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 07:22:46.009 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 07:22:46.009 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-02-25_07-22-44__02117760-a232-4743-8d13-e716195f0abc__wakuorg_nwaku:latest.log
|
|
2026-02-25 07:22:46.009 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 07:22:46.009 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 07:22:46.011 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 07:22:46.011 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.119.204
|
|
2026-02-25 07:22:46.011 DEBUG [src.node.docker_mananger] Generated ports ['61367', '61368', '61369', '61370', '61371']
|
|
2026-02-25 07:22:46.011 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 07:22:46.011 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 07:22:46.011 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 07:22:46.011 DEBUG [src.node.docker_mananger] docker run -i -t -p 61367:61367 -p 61368:61368 -p 61369:61369 -p 61370:61370 -p 61371:61371 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=61369 --rest-port=61367 --tcp-port=61368 --discv5-udp-port=61370 --rest-address=0.0.0.0 --nat=extip:172.18.119.204 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5d3dfc8ff76968acda59a2acbd39cf5250f69d5db96baab72bbbe3ff5ec0aec6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61371 --metrics-logging=true --lightpush=false --relay=true
|
|
2026-02-25 07:22:46.195 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.119.204 waku 93d145bb062f0d33b79b9be0d52f7f28956e3c93fda874308415999ffcc7fc8e
|
|
2026-02-25 07:22:46.226 DEBUG [src.node.docker_mananger] Container started with ID 93d145bb062f. Setting up logs at ./log/docker/receiving_node2_2026-02-25_07-22-44__02117760-a232-4743-8d13-e716195f0abc__wakuorg_nwaku:latest.log
|
|
2026-02-25 07:22:46.226 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 61367
|
|
2026-02-25 07:22:46.226 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 07:22:47.227 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61367/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:22:47.230 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-02-25 07:22:47.230 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 07:22:47.230 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61367/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:22:47.233 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.119.204/tcp/61368/p2p/16Uiu2HAmKLxpX7kfhSuTXrAynSrmvTtj94BYNTXqEG8Kc8JyMysn","/ip4/172.18.119.204/tcp/61369/ws/p2p/16Uiu2HAmKLxpX7kfhSuTXrAynSrmvTtj94BYNTXqEG8Kc8JyMysn"],"enrUri":"enr:-L24QLsBe7zVEh1_uG23GYs-l9GdXCNL_EQEbM12NpX_jFKhF0ikhjnimSDbWFX2A6qxshW7KOwLZ88WCk_Fi6Lzq20CgmlkgnY0gmlwhKwSd8yKbXVsdGlhZGRyc5YACASsEnfMBu-4AAoErBJ3zAbvud0DgnJzhQADAQAAiXNlY3AyNTZrMaEDY2OflL8ZEZBhpBwHo2AfLEP3MxTm-XWcVGextnVFSOGDdGNwgu-4g3VkcILvuoV3YWt1MgE"}'
|
|
2026-02-25 07:22:47.233 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 07:22:47.233 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61367/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.225.41/tcp/23104/p2p/16Uiu2HAmK1JTNz8jAdPqvkYFWe3FuMV6AavyQGjx8yfZExNZFeT1"]'
|
|
2026-02-25 07:22:47.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 07:22:47.280 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 07:22:47.280 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-02-25_07-22-44__02117760-a232-4743-8d13-e716195f0abc__wakuorg_nwaku:latest.log
|
|
2026-02-25 07:22:47.280 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 07:22:47.280 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 07:22:47.281 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 07:22:47.282 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.172.182
|
|
2026-02-25 07:22:47.282 DEBUG [src.node.docker_mananger] Generated ports ['28124', '28125', '28126', '28127', '28128']
|
|
2026-02-25 07:22:47.282 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 07:22:47.282 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 07:22:47.282 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 07:22:47.282 DEBUG [src.node.docker_mananger] docker run -i -t -p 28124:28124 -p 28125:28125 -p 28126:28126 -p 28127:28127 -p 28128:28128 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=28126 --rest-port=28124 --tcp-port=28125 --discv5-udp-port=28127 --rest-address=0.0.0.0 --nat=extip:172.18.172.182 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d8bfe000ef69ecceaefb9be7881ceff0ec4901d69dd6cdedffa6bb1b1f92ec5e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28128 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QJ6GzBFMl5xtl-mx0BBjASjSz8WXb6mbUW97ZG__YE8QKWWAaH39kl6zs9JLbGqa4uFaeZYTjp-2mQBEEBUMlvUCgmlkgnY0gmlwhKwS4SmKbXVsdGlhZGRyc5YACASsEuEpBlpAAAoErBLhKQZaQd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDXlo1iW21gQuDu6fqg3wydNNwZd4elUSeRINbV_JJpqiDdGNwglpAg3VkcIJaQoV3YWt1Mg0 --lightpushnode=/ip4/172.18.225.41/tcp/23104/p2p/16Uiu2HAmK1JTNz8jAdPqvkYFWe3FuMV6AavyQGjx8yfZExNZFeT1 --lightpush=true --relay=true
|
|
2026-02-25 07:22:47.478 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.172.182 waku e7bc72e6d0e401c83f5452df4e3f0e0f9117f80f19bfeb42c4aa131ef93454e0
|
|
2026-02-25 07:22:47.514 DEBUG [src.node.docker_mananger] Container started with ID e7bc72e6d0e4. Setting up logs at ./log/docker/lightpush_node1_2026-02-25_07-22-44__02117760-a232-4743-8d13-e716195f0abc__wakuorg_nwaku:latest.log
|
|
2026-02-25 07:22:47.514 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 28124
|
|
2026-02-25 07:22:47.514 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 07:22:48.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28124/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:22:48.535 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-02-25 07:22:48.536 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 07:22:48.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28124/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:22:48.543 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.172.182/tcp/28125/p2p/16Uiu2HAkvcwCzqTm2AgKLYLUgQxA1Q172D6dzr6KinKHydPjLhag","/ip4/172.18.172.182/tcp/28126/ws/p2p/16Uiu2HAkvcwCzqTm2AgKLYLUgQxA1Q172D6dzr6KinKHydPjLhag"],"enrUri":"enr:-L24QNlWp-WVLcNSjxryKmzCXT7Dz2Z7H0Fx2pE0ZZyP0hblRmZyguK-m0VreAa0wWnpnT3w4WVdpUdXHWZBpWgYcikCgmlkgnY0gmlwhKwSrLaKbXVsdGlhZGRyc5YACASsEqy2Bm3dAAoErBKstgZt3t0DgnJzhQADAQAAiXNlY3AyNTZrMaECEb5LNnb5q7WXzYQZhFjq0xqfeTsHYvwumo9kKPxeM5mDdGNwgm3dg3VkcIJt34V3YWt1Mgk"}'
|
|
2026-02-25 07:22:48.544 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 07:22:48.545 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28124/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.225.41/tcp/23104/p2p/16Uiu2HAmK1JTNz8jAdPqvkYFWe3FuMV6AavyQGjx8yfZExNZFeT1"]'
|
|
2026-02-25 07:22:48.548 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 07:22:48.548 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28124/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.119.204/tcp/61368/p2p/16Uiu2HAmKLxpX7kfhSuTXrAynSrmvTtj94BYNTXqEG8Kc8JyMysn"]'
|
|
2026-02-25 07:22:48.570 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 07:22:48.571 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23103/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-02-25 07:22:48.575 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 07:22:48.577 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61367/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-02-25 07:22:48.580 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 07:22:48.582 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28124/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-02-25 07:22:48.586 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 07:22:48.586 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-02-25 07:22:48.586 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28124/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1772004168586575192}}'
|
|
2026-02-25 07:22:48.599 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 07:22:48.599 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-25 07:22:48.699 DEBUG [src.steps.light_push] Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-02-25 07:22:48.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23103/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:22:48.702 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772004168586575192,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 07:22:48.704 DEBUG [src.steps.light_push] Checking that peer NODE_2:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-02-25 07:22:48.704 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61367/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:22:48.706 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772004168586575192,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 07:22:48.708 DEBUG [src.steps.light_push] Checking that peer NODE_3:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-02-25 07:22:48.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:22:48.710 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772004168586575192,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 07:22:48.712 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-25 07:22:48.713 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-25 07:22:48.713 DEBUG [src.node.waku_node] Stopping container with id b08875f112fd
|
|
2026-02-25 07:22:49.281 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 07:22:49.282 DEBUG [src.node.waku_node] Stopping container with id 93d145bb062f
|
|
2026-02-25 07:22:49.830 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 07:22:49.830 DEBUG [src.node.waku_node] Stopping container with id e7bc72e6d0e4
|
|
2026-02-25 07:22:50.094 ERROR [src.node.docker_mananger] Max retries reached for container b08875f112fd. Exiting log stream.
|
|
2026-02-25 07:22:50.327 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 07:22:50.330 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-25 07:22:50.340 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-25 07:22:50.348 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-25 07:22:50.356 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|