mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-03 09:03:25 +00:00
276 lines
52 KiB
Plaintext
276 lines
52 KiB
Plaintext
2026-03-30 04:56:14.980 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-30 04:56:14.982 DEBUG [tests.conftest] Running test: test_multiple_lightpush_nodes with id: 2026-03-30_04-56-14__6025428f-c7aa-49e0-81d9-30bcbd69ecf7
|
|
2026-03-30 04:56:14.983 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-30 04:56:14.983 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-03-30 04:56:14.996 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-30 04:56:14.997 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-03-30_04-56-14__6025428f-c7aa-49e0-81d9-30bcbd69ecf7__wakuorg_nwaku:latest.log
|
|
2026-03-30 04:56:14.997 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-30 04:56:14.997 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-30 04:56:15.000 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-30 04:56:15.003 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.215.254
|
|
2026-03-30 04:56:15.003 DEBUG [src.node.docker_mananger] Generated ports ['49020', '49021', '49022', '49023', '49024']
|
|
2026-03-30 04:56:15.003 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-30 04:56:15.003 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-30 04:56:15.003 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-30 04:56:15.003 DEBUG [src.node.docker_mananger] docker run -i -t -p 49020:49020 -p 49021:49021 -p 49022:49022 -p 49023:49023 -p 49024:49024 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=49022 --rest-port=49020 --tcp-port=49021 --discv5-udp-port=49023 --rest-address=0.0.0.0 --nat=extip:172.18.215.254 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2fe7edf21195683dea22011c7a5be2e1f0dca190e8ec12f0022fda6c9e4de66e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49024 --metrics-logging=true --lightpush=true --relay=true
|
|
2026-03-30 04:56:15.200 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.215.254 waku 24f4e1bba0c54b2fca46dcfac996250ddc686a11e9c3dcbc6f91ed12f92be8b9
|
|
2026-03-30 04:56:15.234 DEBUG [src.node.docker_mananger] Container started with ID 24f4e1bba0c5. Setting up logs at ./log/docker/receiving_node1_2026-03-30_04-56-14__6025428f-c7aa-49e0-81d9-30bcbd69ecf7__wakuorg_nwaku:latest.log
|
|
2026-03-30 04:56:15.235 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 49020
|
|
2026-03-30 04:56:15.235 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-30 04:56:15.294 ERROR [src.node.docker_mananger] Max retries reached for container 58c10e1f84c6. Exiting log stream.
|
|
2026-03-30 04:56:15.819 ERROR [src.node.docker_mananger] Max retries reached for container afc5f2c929f6. Exiting log stream.
|
|
2026-03-30 04:56:16.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49020/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:16.239 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-30 04:56:16.239 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-30 04:56:16.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49020/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:16.241 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.215.254/tcp/49021/p2p/16Uiu2HAmFP7CfLhXv34T6u8ccigUjcm5BAbgD7Y1kt1Bz7q3oGkE","/ip4/172.18.215.254/tcp/49022/ws/p2p/16Uiu2HAmFP7CfLhXv34T6u8ccigUjcm5BAbgD7Y1kt1Bz7q3oGkE"],"enrUri":"enr:-L24QJH559bF5UDM1oUmfQOCjKpsJZis4D8NaVmzGLrhpruwQfs70OE9HbwqrCWNMp52Vn8n9ypeGT2pverMnhKNgu4CgmlkgnY0gmlwhKwS1_6KbXVsdGlhZGRyc5YACASsEtf-Br99AAoErBLX_ga_ft0DgnJzhQADAQAAiXNlY3AyNTZrMaEDKIGDufqvTfqj_xc6MNjH1GWgVr7z8gZRixjq4_jklDeDdGNwgr99g3VkcIK_f4V3YWt1Mgk"}'
|
|
2026-03-30 04:56:16.242 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-30 04:56:16.249 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-30 04:56:16.249 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-03-30_04-56-14__6025428f-c7aa-49e0-81d9-30bcbd69ecf7__wakuorg_nwaku:latest.log
|
|
2026-03-30 04:56:16.249 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-30 04:56:16.249 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-30 04:56:16.251 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-30 04:56:16.251 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.195.14
|
|
2026-03-30 04:56:16.251 DEBUG [src.node.docker_mananger] Generated ports ['30375', '30376', '30377', '30378', '30379']
|
|
2026-03-30 04:56:16.251 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-30 04:56:16.251 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-30 04:56:16.251 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-30 04:56:16.251 DEBUG [src.node.docker_mananger] docker run -i -t -p 30375:30375 -p 30376:30376 -p 30377:30377 -p 30378:30378 -p 30379:30379 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=30377 --rest-port=30375 --tcp-port=30376 --discv5-udp-port=30378 --rest-address=0.0.0.0 --nat=extip:172.18.195.14 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b54faceef8e4160519f85c35c56189da88c39cac9bdac37e45dc9ddd2c6ce9db --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30379 --metrics-logging=true --lightpush=false --relay=true
|
|
2026-03-30 04:56:16.443 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.195.14 waku a2b92b59d2611738f74b59d5726d2d2cb35abe989d3013d9cf1d099ff49d77e0
|
|
2026-03-30 04:56:16.482 DEBUG [src.node.docker_mananger] Container started with ID a2b92b59d261. Setting up logs at ./log/docker/receiving_node2_2026-03-30_04-56-14__6025428f-c7aa-49e0-81d9-30bcbd69ecf7__wakuorg_nwaku:latest.log
|
|
2026-03-30 04:56:16.482 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 30375
|
|
2026-03-30 04:56:16.483 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-30 04:56:17.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30375/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:17.487 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-30 04:56:17.487 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-30 04:56:17.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30375/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:17.490 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.195.14/tcp/30376/p2p/16Uiu2HAm6hEzEz3jPY4gYMVmeMs8oE23mXk9mmQuqUMq9VYVcBkB","/ip4/172.18.195.14/tcp/30377/ws/p2p/16Uiu2HAm6hEzEz3jPY4gYMVmeMs8oE23mXk9mmQuqUMq9VYVcBkB"],"enrUri":"enr:-L24QF8jqkVEEh_X0udQ0BW8IDFl8UhgubwEoB_32Eb1xfIPN94XrVZRhMIA-jqAZUVFzMKs0_iQ50f3pp8jFO88uq8CgmlkgnY0gmlwhKwSww6KbXVsdGlhZGRyc5YACASsEsMOBnaoAAoErBLDDgZ2qd0DgnJzhQADAQAAiXNlY3AyNTZrMaECp22XHQIOKEJnjhI0fZkBFx2fpoXm2os0z_CIZI2Z08iDdGNwgnaog3VkcIJ2qoV3YWt1MgE"}'
|
|
2026-03-30 04:56:17.490 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-30 04:56:17.491 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30375/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.215.254/tcp/49021/p2p/16Uiu2HAmFP7CfLhXv34T6u8ccigUjcm5BAbgD7Y1kt1Bz7q3oGkE"]'
|
|
2026-03-30 04:56:17.531 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 04:56:17.541 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-30 04:56:17.541 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-03-30_04-56-14__6025428f-c7aa-49e0-81d9-30bcbd69ecf7__wakuorg_nwaku:latest.log
|
|
2026-03-30 04:56:17.541 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-30 04:56:17.542 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-30 04:56:17.544 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-30 04:56:17.544 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.252.206
|
|
2026-03-30 04:56:17.544 DEBUG [src.node.docker_mananger] Generated ports ['26952', '26953', '26954', '26955', '26956']
|
|
2026-03-30 04:56:17.544 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-30 04:56:17.544 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-30 04:56:17.545 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-30 04:56:17.545 DEBUG [src.node.docker_mananger] docker run -i -t -p 26952:26952 -p 26953:26953 -p 26954:26954 -p 26955:26955 -p 26956:26956 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=26954 --rest-port=26952 --tcp-port=26953 --discv5-udp-port=26955 --rest-address=0.0.0.0 --nat=extip:172.18.252.206 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dede45eac00dcf00fa0c6e1bf19b8ec0db9213bdddae3e0bcaa0dc8635baaa63 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26956 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QJH559bF5UDM1oUmfQOCjKpsJZis4D8NaVmzGLrhpruwQfs70OE9HbwqrCWNMp52Vn8n9ypeGT2pverMnhKNgu4CgmlkgnY0gmlwhKwS1_6KbXVsdGlhZGRyc5YACASsEtf-Br99AAoErBLX_ga_ft0DgnJzhQADAQAAiXNlY3AyNTZrMaEDKIGDufqvTfqj_xc6MNjH1GWgVr7z8gZRixjq4_jklDeDdGNwgr99g3VkcIK_f4V3YWt1Mgk --lightpushnode=/ip4/172.18.215.254/tcp/49021/p2p/16Uiu2HAmFP7CfLhXv34T6u8ccigUjcm5BAbgD7Y1kt1Bz7q3oGkE --lightpush=true --relay=true
|
|
2026-03-30 04:56:17.746 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.252.206 waku b72192a85f50087dbfcf71fc4dd00ba16accdb556915bf9e86179c1cf98233a9
|
|
2026-03-30 04:56:17.781 DEBUG [src.node.docker_mananger] Container started with ID b72192a85f50. Setting up logs at ./log/docker/lightpush_node1_2026-03-30_04-56-14__6025428f-c7aa-49e0-81d9-30bcbd69ecf7__wakuorg_nwaku:latest.log
|
|
2026-03-30 04:56:17.782 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 26952
|
|
2026-03-30 04:56:17.783 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-30 04:56:18.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26952/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:18.786 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-30 04:56:18.786 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-30 04:56:18.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26952/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:18.789 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.252.206/tcp/26953/p2p/16Uiu2HAmTWyekYCsi51VKTYSdvydAx49ZLFqX3dbSm5y4B5MF5cH","/ip4/172.18.252.206/tcp/26954/ws/p2p/16Uiu2HAmTWyekYCsi51VKTYSdvydAx49ZLFqX3dbSm5y4B5MF5cH"],"enrUri":"enr:-L24QD1DXt560S6OGJuFZ8GqoWvg2ftt2mJYsfZo39ZFqXb_I7aSynObrHB4-bmkqAj8k3kvPvud9XJo3KDXuxFQwHECgmlkgnY0gmlwhKwS_M6KbXVsdGlhZGRyc5YACASsEvzOBmlJAAoErBL8zgZpSt0DgnJzhQADAQAAiXNlY3AyNTZrMaED3NHd_Et9BPmEqy-pCjjui_kzqUGLS-DfGXbkRKc-HH6DdGNwgmlJg3VkcIJpS4V3YWt1Mgk"}'
|
|
2026-03-30 04:56:18.789 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-30 04:56:18.789 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26952/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.215.254/tcp/49021/p2p/16Uiu2HAmFP7CfLhXv34T6u8ccigUjcm5BAbgD7Y1kt1Bz7q3oGkE"]'
|
|
2026-03-30 04:56:18.830 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 04:56:18.833 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26952/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.195.14/tcp/30376/p2p/16Uiu2HAm6hEzEz3jPY4gYMVmeMs8oE23mXk9mmQuqUMq9VYVcBkB"]'
|
|
2026-03-30 04:56:18.866 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 04:56:18.888 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-30 04:56:18.888 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node2_2026-03-30_04-56-14__6025428f-c7aa-49e0-81d9-30bcbd69ecf7__wakuorg_nwaku:latest.log
|
|
2026-03-30 04:56:18.888 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-30 04:56:18.888 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-30 04:56:18.890 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-30 04:56:18.890 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.33.50
|
|
2026-03-30 04:56:18.890 DEBUG [src.node.docker_mananger] Generated ports ['30188', '30189', '30190', '30191', '30192']
|
|
2026-03-30 04:56:18.890 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-30 04:56:18.890 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-30 04:56:18.890 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-30 04:56:18.891 DEBUG [src.node.docker_mananger] docker run -i -t -p 30188:30188 -p 30189:30189 -p 30190:30190 -p 30191:30191 -p 30192:30192 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=30190 --rest-port=30188 --tcp-port=30189 --discv5-udp-port=30191 --rest-address=0.0.0.0 --nat=extip:172.18.33.50 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=932afeeeeada5dc7feeb592836bfc04fb5dfebddfc84fd280dbfc04acf34aa9a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30192 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QJH559bF5UDM1oUmfQOCjKpsJZis4D8NaVmzGLrhpruwQfs70OE9HbwqrCWNMp52Vn8n9ypeGT2pverMnhKNgu4CgmlkgnY0gmlwhKwS1_6KbXVsdGlhZGRyc5YACASsEtf-Br99AAoErBLX_ga_ft0DgnJzhQADAQAAiXNlY3AyNTZrMaEDKIGDufqvTfqj_xc6MNjH1GWgVr7z8gZRixjq4_jklDeDdGNwgr99g3VkcIK_f4V3YWt1Mgk --lightpushnode=/ip4/172.18.215.254/tcp/49021/p2p/16Uiu2HAmFP7CfLhXv34T6u8ccigUjcm5BAbgD7Y1kt1Bz7q3oGkE --lightpush=true --relay=true
|
|
2026-03-30 04:56:19.097 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.33.50 waku aa6dac142fc0bcad48a99e9f89fe97cc00eab19ddf175ef62b31c459a1b09729
|
|
2026-03-30 04:56:19.139 DEBUG [src.node.docker_mananger] Container started with ID aa6dac142fc0. Setting up logs at ./log/docker/lightpush_node2_2026-03-30_04-56-14__6025428f-c7aa-49e0-81d9-30bcbd69ecf7__wakuorg_nwaku:latest.log
|
|
2026-03-30 04:56:19.139 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 30188
|
|
2026-03-30 04:56:19.139 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-30 04:56:20.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30188/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:20.153 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-30 04:56:20.158 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-30 04:56:20.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30188/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:20.178 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.33.50/tcp/30189/p2p/16Uiu2HAm9DsubsbYoZ2FZ1jJdqkMbWs5mMpizkN2y3tyd5Fgx8nm","/ip4/172.18.33.50/tcp/30190/ws/p2p/16Uiu2HAm9DsubsbYoZ2FZ1jJdqkMbWs5mMpizkN2y3tyd5Fgx8nm"],"enrUri":"enr:-L24QNHa6m8WzechNLIr_99ejWN_eT9tIonA-T19zwChLd3MafEQr9nR2MCbkGGmORYlrX2_nOk9-U5zzqciJsLQPsgCgmlkgnY0gmlwhKwSITKKbXVsdGlhZGRyc5YACASsEiEyBnXtAAoErBIhMgZ17t0DgnJzhQADAQAAiXNlY3AyNTZrMaECzP4iTUIeWDzpGccqZC-NEO17j3JiqbdcfVuYPU8XAiKDdGNwgnXtg3VkcIJ174V3YWt1Mgk"}'
|
|
2026-03-30 04:56:20.181 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-30 04:56:20.182 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30188/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.215.254/tcp/49021/p2p/16Uiu2HAmFP7CfLhXv34T6u8ccigUjcm5BAbgD7Y1kt1Bz7q3oGkE"]'
|
|
2026-03-30 04:56:20.190 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 04:56:20.191 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30188/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.195.14/tcp/30376/p2p/16Uiu2HAm6hEzEz3jPY4gYMVmeMs8oE23mXk9mmQuqUMq9VYVcBkB"]'
|
|
2026-03-30 04:56:20.220 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 04:56:20.228 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-30 04:56:20.228 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node3_2026-03-30_04-56-14__6025428f-c7aa-49e0-81d9-30bcbd69ecf7__wakuorg_nwaku:latest.log
|
|
2026-03-30 04:56:20.229 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-30 04:56:20.229 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-30 04:56:20.230 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-30 04:56:20.230 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.9.227
|
|
2026-03-30 04:56:20.231 DEBUG [src.node.docker_mananger] Generated ports ['55872', '55873', '55874', '55875', '55876']
|
|
2026-03-30 04:56:20.231 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-30 04:56:20.231 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-30 04:56:20.231 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-30 04:56:20.231 DEBUG [src.node.docker_mananger] docker run -i -t -p 55872:55872 -p 55873:55873 -p 55874:55874 -p 55875:55875 -p 55876:55876 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=55874 --rest-port=55872 --tcp-port=55873 --discv5-udp-port=55875 --rest-address=0.0.0.0 --nat=extip:172.18.9.227 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=be9eae7f62dea11b347031db72a8b0d8e34d8702ade1ce0b9b15fdd6b2f09622 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=55876 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QJH559bF5UDM1oUmfQOCjKpsJZis4D8NaVmzGLrhpruwQfs70OE9HbwqrCWNMp52Vn8n9ypeGT2pverMnhKNgu4CgmlkgnY0gmlwhKwS1_6KbXVsdGlhZGRyc5YACASsEtf-Br99AAoErBLX_ga_ft0DgnJzhQADAQAAiXNlY3AyNTZrMaEDKIGDufqvTfqj_xc6MNjH1GWgVr7z8gZRixjq4_jklDeDdGNwgr99g3VkcIK_f4V3YWt1Mgk --lightpushnode=/ip4/172.18.215.254/tcp/49021/p2p/16Uiu2HAmFP7CfLhXv34T6u8ccigUjcm5BAbgD7Y1kt1Bz7q3oGkE --lightpush=true --relay=true
|
|
2026-03-30 04:56:20.441 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.9.227 waku 81611d4d5008aaeed73165090adecf9f2004a6149793a54de624eeb2a5d76b1c
|
|
2026-03-30 04:56:20.479 DEBUG [src.node.docker_mananger] Container started with ID 81611d4d5008. Setting up logs at ./log/docker/lightpush_node3_2026-03-30_04-56-14__6025428f-c7aa-49e0-81d9-30bcbd69ecf7__wakuorg_nwaku:latest.log
|
|
2026-03-30 04:56:20.479 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 55872
|
|
2026-03-30 04:56:20.480 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-30 04:56:21.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55872/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:21.486 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-30 04:56:21.487 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-30 04:56:21.491 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55872/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:21.506 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.9.227/tcp/55873/p2p/16Uiu2HAmPPtYPbGxjghNuX5iXDh5jUm1Vmi6ULXujhRdixnxBdCt","/ip4/172.18.9.227/tcp/55874/ws/p2p/16Uiu2HAmPPtYPbGxjghNuX5iXDh5jUm1Vmi6ULXujhRdixnxBdCt"],"enrUri":"enr:-L24QDG2JToTjS78gS99m8I2MmeSad4hG-gc4JIjdkQb8LJyJ0sbofI45psIpxMChkU52KWqUxU9zmbjCKbSTAUYbCcCgmlkgnY0gmlwhKwSCeOKbXVsdGlhZGRyc5YACASsEgnjBtpBAAoErBIJ4wbaQt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDn5JGt0Tslwo667G1zWI3lMgyLn1DykA_W3lK3rpsRyGDdGNwgtpBg3VkcILaQ4V3YWt1Mgk"}'
|
|
2026-03-30 04:56:21.507 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-30 04:56:21.507 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55872/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.215.254/tcp/49021/p2p/16Uiu2HAmFP7CfLhXv34T6u8ccigUjcm5BAbgD7Y1kt1Bz7q3oGkE"]'
|
|
2026-03-30 04:56:21.530 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 04:56:21.530 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55872/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.195.14/tcp/30376/p2p/16Uiu2HAm6hEzEz3jPY4gYMVmeMs8oE23mXk9mmQuqUMq9VYVcBkB"]'
|
|
2026-03-30 04:56:21.567 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 04:56:21.575 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-30 04:56:21.575 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node4_2026-03-30_04-56-14__6025428f-c7aa-49e0-81d9-30bcbd69ecf7__wakuorg_nwaku:latest.log
|
|
2026-03-30 04:56:21.575 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-30 04:56:21.575 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-30 04:56:21.577 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-30 04:56:21.577 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.27.167
|
|
2026-03-30 04:56:21.577 DEBUG [src.node.docker_mananger] Generated ports ['49549', '49550', '49551', '49552', '49553']
|
|
2026-03-30 04:56:21.577 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-30 04:56:21.577 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-30 04:56:21.578 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-30 04:56:21.578 DEBUG [src.node.docker_mananger] docker run -i -t -p 49549:49549 -p 49550:49550 -p 49551:49551 -p 49552:49552 -p 49553:49553 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=49551 --rest-port=49549 --tcp-port=49550 --discv5-udp-port=49552 --rest-address=0.0.0.0 --nat=extip:172.18.27.167 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f9aa8dd9d56decbf9a94fe82b0ee31f8cbc6529cfaa7dde1a2dccdae5ed3bf06 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49553 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QJH559bF5UDM1oUmfQOCjKpsJZis4D8NaVmzGLrhpruwQfs70OE9HbwqrCWNMp52Vn8n9ypeGT2pverMnhKNgu4CgmlkgnY0gmlwhKwS1_6KbXVsdGlhZGRyc5YACASsEtf-Br99AAoErBLX_ga_ft0DgnJzhQADAQAAiXNlY3AyNTZrMaEDKIGDufqvTfqj_xc6MNjH1GWgVr7z8gZRixjq4_jklDeDdGNwgr99g3VkcIK_f4V3YWt1Mgk --lightpushnode=/ip4/172.18.215.254/tcp/49021/p2p/16Uiu2HAmFP7CfLhXv34T6u8ccigUjcm5BAbgD7Y1kt1Bz7q3oGkE --lightpush=true --relay=true
|
|
2026-03-30 04:56:21.782 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.27.167 waku a1a7e0326a47c5d07920474e2924cd36c92214de97e799ac2959bccca1cab5a7
|
|
2026-03-30 04:56:21.819 DEBUG [src.node.docker_mananger] Container started with ID a1a7e0326a47. Setting up logs at ./log/docker/lightpush_node4_2026-03-30_04-56-14__6025428f-c7aa-49e0-81d9-30bcbd69ecf7__wakuorg_nwaku:latest.log
|
|
2026-03-30 04:56:21.820 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 49549
|
|
2026-03-30 04:56:21.820 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-30 04:56:22.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49549/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:22.824 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-30 04:56:22.824 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-30 04:56:22.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49549/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:22.827 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.27.167/tcp/49550/p2p/16Uiu2HAmGA6VzD9Hsau16QMwVkbE2T75KMAhi2mUq8fAdR7nFPoQ","/ip4/172.18.27.167/tcp/49551/ws/p2p/16Uiu2HAmGA6VzD9Hsau16QMwVkbE2T75KMAhi2mUq8fAdR7nFPoQ"],"enrUri":"enr:-L24QH9a6fD1SOJojk5NLsQ4IRnOox5uchraHa5WDuDFfCBlJEMbKy1d9RBPUphUxH-zQvhZKNs-L9aqGG6jyrV_8Q0CgmlkgnY0gmlwhKwSG6eKbXVsdGlhZGRyc5YACASsEhunBsGOAAoErBIbpwbBj90DgnJzhQADAQAAiXNlY3AyNTZrMaEDNAfbpv9zMfolip90vnErGOeDtVyDBrdn6iGExZ2PyFuDdGNwgsGOg3VkcILBkIV3YWt1Mgk"}'
|
|
2026-03-30 04:56:22.829 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-30 04:56:22.829 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49549/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.215.254/tcp/49021/p2p/16Uiu2HAmFP7CfLhXv34T6u8ccigUjcm5BAbgD7Y1kt1Bz7q3oGkE"]'
|
|
2026-03-30 04:56:22.867 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 04:56:22.868 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49549/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.195.14/tcp/30376/p2p/16Uiu2HAm6hEzEz3jPY4gYMVmeMs8oE23mXk9mmQuqUMq9VYVcBkB"]'
|
|
2026-03-30 04:56:22.895 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 04:56:22.896 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49020/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-30 04:56:22.906 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 04:56:22.908 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30375/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-30 04:56:22.914 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 04:56:22.914 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26952/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-30 04:56:22.919 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 04:56:22.919 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30188/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-30 04:56:22.924 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 04:56:22.924 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55872/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-30 04:56:22.927 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 04:56:22.927 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49549/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-30 04:56:22.930 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 04:56:22.930 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-30 04:56:22.931 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26952/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1774846582930895652}}'
|
|
2026-03-30 04:56:22.954 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 04:56:22.955 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 04:56:23.055 DEBUG [src.steps.light_push] Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-30 04:56:23.055 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49020/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:23.059 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774846582930895652,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 04:56:23.060 DEBUG [src.steps.light_push] Checking that peer NODE_2:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-30 04:56:23.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30375/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:23.063 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774846582930895652,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 04:56:23.064 DEBUG [src.steps.light_push] Checking that peer NODE_3:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-30 04:56:23.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26952/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:23.066 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774846582930895652,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 04:56:23.068 DEBUG [src.steps.light_push] Checking that peer NODE_4:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-30 04:56:23.068 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30188/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:23.070 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774846582930895652,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 04:56:23.072 DEBUG [src.steps.light_push] Checking that peer NODE_5:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-30 04:56:23.072 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55872/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:23.074 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774846582930895652,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 04:56:23.075 DEBUG [src.steps.light_push] Checking that peer NODE_6:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-30 04:56:23.076 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49549/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:23.078 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774846582930895652,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 04:56:23.080 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-30 04:56:23.080 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30188/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1774846583080015315}}'
|
|
2026-03-30 04:56:23.097 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 04:56:23.101 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 04:56:23.206 DEBUG [src.steps.light_push] Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-30 04:56:23.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49020/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:23.209 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774846583080015315,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 04:56:23.211 DEBUG [src.steps.light_push] Checking that peer NODE_2:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-30 04:56:23.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30375/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:23.214 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774846583080015315,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 04:56:23.215 DEBUG [src.steps.light_push] Checking that peer NODE_3:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-30 04:56:23.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26952/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:23.217 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774846583080015315,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 04:56:23.219 DEBUG [src.steps.light_push] Checking that peer NODE_4:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-30 04:56:23.219 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30188/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:23.222 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774846583080015315,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 04:56:23.223 DEBUG [src.steps.light_push] Checking that peer NODE_5:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-30 04:56:23.223 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55872/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:23.225 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774846583080015315,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 04:56:23.227 DEBUG [src.steps.light_push] Checking that peer NODE_6:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-30 04:56:23.227 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49549/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:23.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":1774846583080015315,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 04:56:23.231 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-30 04:56:23.231 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55872/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1774846583231488771}}'
|
|
2026-03-30 04:56:23.254 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 04:56:23.255 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 04:56:23.355 DEBUG [src.steps.light_push] Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-30 04:56:23.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49020/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:23.358 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774846583231488771,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 04:56:23.360 DEBUG [src.steps.light_push] Checking that peer NODE_2:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-30 04:56:23.360 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30375/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:23.362 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774846583231488771,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 04:56:23.364 DEBUG [src.steps.light_push] Checking that peer NODE_3:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-30 04:56:23.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26952/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:23.366 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774846583231488771,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 04:56:23.368 DEBUG [src.steps.light_push] Checking that peer NODE_4:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-30 04:56:23.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30188/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:23.371 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774846583231488771,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 04:56:23.372 DEBUG [src.steps.light_push] Checking that peer NODE_5:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-30 04:56:23.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55872/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:23.375 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774846583231488771,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 04:56:23.376 DEBUG [src.steps.light_push] Checking that peer NODE_6:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-30 04:56:23.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49549/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:23.379 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774846583231488771,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 04:56:23.380 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-30 04:56:23.381 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49549/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1774846583380873580}}'
|
|
2026-03-30 04:56:23.398 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 04:56:23.400 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 04:56:23.502 DEBUG [src.steps.light_push] Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-30 04:56:23.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49020/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:23.505 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774846583380873580,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 04:56:23.507 DEBUG [src.steps.light_push] Checking that peer NODE_2:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-30 04:56:23.507 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30375/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:23.509 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774846583380873580,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 04:56:23.511 DEBUG [src.steps.light_push] Checking that peer NODE_3:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-30 04:56:23.511 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26952/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:23.513 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774846583380873580,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 04:56:23.515 DEBUG [src.steps.light_push] Checking that peer NODE_4:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-30 04:56:23.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30188/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:23.517 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774846583380873580,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 04:56:23.519 DEBUG [src.steps.light_push] Checking that peer NODE_5:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-30 04:56:23.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55872/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:23.521 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774846583380873580,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 04:56:23.523 DEBUG [src.steps.light_push] Checking that peer NODE_6:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-30 04:56:23.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49549/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:56:23.525 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774846583380873580,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 04:56:23.528 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-30 04:56:23.529 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-30 04:56:23.529 DEBUG [src.node.waku_node] Stopping container with id 24f4e1bba0c5
|
|
2026-03-30 04:56:24.042 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-30 04:56:24.043 DEBUG [src.node.waku_node] Stopping container with id a2b92b59d261
|
|
2026-03-30 04:56:24.558 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-30 04:56:24.559 DEBUG [src.node.waku_node] Stopping container with id b72192a85f50
|
|
2026-03-30 04:56:24.856 ERROR [src.node.docker_mananger] Max retries reached for container 24f4e1bba0c5. Exiting log stream.
|
|
2026-03-30 04:56:25.038 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-30 04:56:25.040 DEBUG [src.node.waku_node] Stopping container with id aa6dac142fc0
|
|
2026-03-30 04:56:25.374 ERROR [src.node.docker_mananger] Max retries reached for container a2b92b59d261. Exiting log stream.
|
|
2026-03-30 04:56:25.535 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-30 04:56:25.536 DEBUG [src.node.waku_node] Stopping container with id 81611d4d5008
|
|
2026-03-30 04:56:25.852 ERROR [src.node.docker_mananger] Max retries reached for container b72192a85f50. Exiting log stream.
|
|
2026-03-30 04:56:26.043 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-30 04:56:26.045 DEBUG [src.node.waku_node] Stopping container with id a1a7e0326a47
|
|
2026-03-30 04:56:26.349 ERROR [src.node.docker_mananger] Max retries reached for container aa6dac142fc0. Exiting log stream.
|
|
2026-03-30 04:56:26.512 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-30 04:56:26.516 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-30 04:56:26.535 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-30 04:56:26.554 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-30 04:56:26.564 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-30 04:56:26.573 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-30 04:56:26.583 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-30 04:56:26.592 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|