mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-23 20:23:08 +00:00
139 lines
26 KiB
Plaintext
139 lines
26 KiB
Plaintext
2026-03-13 04:37:34.461 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-13 04:37:34.461 DEBUG [tests.conftest] Running test: test_2_receiving_nodes__relay_node1_forwards_lightpushed_message_to_filter_node2 with id: 2026-03-13_04-37-34__3161b56d-b057-4a43-a28b-4bf4568a8e3c
|
|
2026-03-13 04:37:34.462 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-13 04:37:34.462 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-03-13 04:37:34.469 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-13 04:37:34.469 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-03-13_04-37-34__3161b56d-b057-4a43-a28b-4bf4568a8e3c__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:37:34.469 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-13 04:37:34.470 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-13 04:37:34.471 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-13 04:37:34.471 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.108.89
|
|
2026-03-13 04:37:34.471 DEBUG [src.node.docker_mananger] Generated ports ['22175', '22176', '22177', '22178', '22179']
|
|
2026-03-13 04:37:34.471 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-13 04:37:34.471 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-13 04:37:34.472 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-13 04:37:34.472 DEBUG [src.node.docker_mananger] docker run -i -t -p 22175:22175 -p 22176:22176 -p 22177:22177 -p 22178:22178 -p 22179:22179 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=22177 --rest-port=22175 --tcp-port=22176 --discv5-udp-port=22178 --rest-address=0.0.0.0 --nat=extip:172.18.108.89 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=024bca5ebb77b7a859bcc96ef6bcfaf3ac0eb1f13bb4c2fac3a92cfe130f09dd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22179 --metrics-logging=true --lightpush=true --relay=true --filter=true
|
|
2026-03-13 04:37:34.665 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.108.89 waku 3a9fc9833d87078c2c8206dece1023d1b386a526379476833114efad477fe360
|
|
2026-03-13 04:37:34.690 ERROR [src.node.docker_mananger] Max retries reached for container 2e7c8205be14. Exiting log stream.
|
|
2026-03-13 04:37:34.699 DEBUG [src.node.docker_mananger] Container started with ID 3a9fc9833d87. Setting up logs at ./log/docker/receiving_node1_2026-03-13_04-37-34__3161b56d-b057-4a43-a28b-4bf4568a8e3c__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:37:34.700 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 22175
|
|
2026-03-13 04:37:34.700 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-13 04:37:35.259 ERROR [src.node.docker_mananger] Max retries reached for container c3e0faf41696. Exiting log stream.
|
|
2026-03-13 04:37:35.701 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22175/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:37:35.703 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-13 04:37:35.703 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-13 04:37:35.704 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22175/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:37:35.706 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.108.89/tcp/22176/p2p/16Uiu2HAmPfuXTvsoFbMc9ojXQzDH8p42jBCsj3FsJVD8u19ZEfTD","/ip4/172.18.108.89/tcp/22177/ws/p2p/16Uiu2HAmPfuXTvsoFbMc9ojXQzDH8p42jBCsj3FsJVD8u19ZEfTD"],"enrUri":"enr:-L24QJarYPHe_8oLP1wGUv4XTMof1mhVojVSKkAqpUZF-cM4MnqOMWF2nDv48H3suCea_Vt9P2l3J-wBr3eQ1zNL1mACgmlkgnY0gmlwhKwSbFmKbXVsdGlhZGRyc5YACASsEmxZBlagAAoErBJsWQZWod0DgnJzhQADAQAAiXNlY3AyNTZrMaEDo6yujXS3Guu5D4Aa_c2081rrh8W6IsYATqG3BTn3tVCDdGNwglagg3VkcIJWooV3YWt1Mg0"}'
|
|
2026-03-13 04:37:35.706 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-13 04:37:35.713 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-13 04:37:35.713 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-03-13_04-37-34__3161b56d-b057-4a43-a28b-4bf4568a8e3c__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:37:35.713 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-13 04:37:35.714 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-13 04:37:35.715 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-13 04:37:35.715 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.142.128
|
|
2026-03-13 04:37:35.715 DEBUG [src.node.docker_mananger] Generated ports ['22842', '22843', '22844', '22845', '22846']
|
|
2026-03-13 04:37:35.715 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-13 04:37:35.715 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-13 04:37:35.716 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-13 04:37:35.716 DEBUG [src.node.docker_mananger] docker run -i -t -p 22842:22842 -p 22843:22843 -p 22844:22844 -p 22845:22845 -p 22846:22846 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=22844 --rest-port=22842 --tcp-port=22843 --discv5-udp-port=22845 --rest-address=0.0.0.0 --nat=extip:172.18.142.128 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8cee81caf564c48f3ebfddde95fb56bce2fc5bd7ba5b71c767d0061ce4c3f47a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22846 --metrics-logging=true --lightpush=false --relay=false --filternode=/ip4/172.18.108.89/tcp/22176/p2p/16Uiu2HAmPfuXTvsoFbMc9ojXQzDH8p42jBCsj3FsJVD8u19ZEfTD
|
|
2026-03-13 04:37:35.912 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.142.128 waku a9f577d532bd7e4e2c59fdf0cb3f655b84d24645e943e6bfdc076e31df4fc6a0
|
|
2026-03-13 04:37:35.945 DEBUG [src.node.docker_mananger] Container started with ID a9f577d532bd. Setting up logs at ./log/docker/receiving_node2_2026-03-13_04-37-34__3161b56d-b057-4a43-a28b-4bf4568a8e3c__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:37:35.945 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 22842
|
|
2026-03-13 04:37:35.945 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-13 04:37:36.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22842/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:37:36.949 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-13 04:37:36.949 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-13 04:37:36.949 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22842/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:37:36.952 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.142.128/tcp/22843/p2p/16Uiu2HAmTASYvJxVMCSFoz86CfhtrK3Eg8s15Qkq5bxN1eANmDCp","/ip4/172.18.142.128/tcp/22844/ws/p2p/16Uiu2HAmTASYvJxVMCSFoz86CfhtrK3Eg8s15Qkq5bxN1eANmDCp"],"enrUri":"enr:-L24QAj0EY_1QSunetq-K7R2O-NvI0K3N__JXZsV7RXhASKUZVHdLPPYm4YI0or7j8LBcC5XOQac5dpPPYLs-dWUrVoCgmlkgnY0gmlwhKwSjoCKbXVsdGlhZGRyc5YACASsEo6ABlk7AAoErBKOgAZZPN0DgnJzhQADAQAAiXNlY3AyNTZrMaED148V4DvxXhsxfYM51pEYqmKsfTNC8oONyNbM_HsWrm2DdGNwglk7g3VkcIJZPYV3YWt1MgA"}'
|
|
2026-03-13 04:37:36.952 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-13 04:37:36.952 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22842/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.108.89/tcp/22176/p2p/16Uiu2HAmPfuXTvsoFbMc9ojXQzDH8p42jBCsj3FsJVD8u19ZEfTD"]'
|
|
2026-03-13 04:37:36.988 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:37:36.999 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-13 04:37:36.999 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-03-13_04-37-34__3161b56d-b057-4a43-a28b-4bf4568a8e3c__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:37:36.999 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-13 04:37:36.999 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-13 04:37:37.001 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-13 04:37:37.001 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.194.180
|
|
2026-03-13 04:37:37.001 DEBUG [src.node.docker_mananger] Generated ports ['58018', '58019', '58020', '58021', '58022']
|
|
2026-03-13 04:37:37.001 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-13 04:37:37.001 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-13 04:37:37.002 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-13 04:37:37.002 DEBUG [src.node.docker_mananger] docker run -i -t -p 58018:58018 -p 58019:58019 -p 58020:58020 -p 58021:58021 -p 58022:58022 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=58020 --rest-port=58018 --tcp-port=58019 --discv5-udp-port=58021 --rest-address=0.0.0.0 --nat=extip:172.18.194.180 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5d0493c7cefdfbdadca306d0fd2aed30a3ae6fa1dec9e340e9b4fab6a8285dee --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58022 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QJarYPHe_8oLP1wGUv4XTMof1mhVojVSKkAqpUZF-cM4MnqOMWF2nDv48H3suCea_Vt9P2l3J-wBr3eQ1zNL1mACgmlkgnY0gmlwhKwSbFmKbXVsdGlhZGRyc5YACASsEmxZBlagAAoErBJsWQZWod0DgnJzhQADAQAAiXNlY3AyNTZrMaEDo6yujXS3Guu5D4Aa_c2081rrh8W6IsYATqG3BTn3tVCDdGNwglagg3VkcIJWooV3YWt1Mg0 --lightpushnode=/ip4/172.18.108.89/tcp/22176/p2p/16Uiu2HAmPfuXTvsoFbMc9ojXQzDH8p42jBCsj3FsJVD8u19ZEfTD --lightpush=true --relay=true
|
|
2026-03-13 04:37:37.211 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.194.180 waku 7d4eb9efa3b0923b7a48d6b1898fb8ef1c26b875f6d565fce03d8266ec27bec3
|
|
2026-03-13 04:37:37.245 DEBUG [src.node.docker_mananger] Container started with ID 7d4eb9efa3b0. Setting up logs at ./log/docker/lightpush_node1_2026-03-13_04-37-34__3161b56d-b057-4a43-a28b-4bf4568a8e3c__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:37:37.245 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 58018
|
|
2026-03-13 04:37:37.245 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-13 04:37:38.246 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58018/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:37:38.249 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-13 04:37:38.249 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-13 04:37:38.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58018/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:37:38.252 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.194.180/tcp/58019/p2p/16Uiu2HAmL2LaYG29Dy3hgpS8Cb8RAt8jyZAamLqiHiHGrPTbfYTG","/ip4/172.18.194.180/tcp/58020/ws/p2p/16Uiu2HAmL2LaYG29Dy3hgpS8Cb8RAt8jyZAamLqiHiHGrPTbfYTG"],"enrUri":"enr:-L24QBjo9qJ8iQJXO0lCp4laOH8SuxtREhLTK8L5OsV_ZcivB7wJeLQ3cbgHNDlbIZTl9_mAT4FLu45ckCNT0zfI1eACgmlkgnY0gmlwhKwSwrSKbXVsdGlhZGRyc5YACASsEsK0BuKjAAoErBLCtAbipN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDbXnguuytlc_mmoty84h3fIMm-UGpBiX8qyfqBS2zPJ-DdGNwguKjg3VkcILipYV3YWt1Mgk"}'
|
|
2026-03-13 04:37:38.252 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-13 04:37:38.252 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58018/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.108.89/tcp/22176/p2p/16Uiu2HAmPfuXTvsoFbMc9ojXQzDH8p42jBCsj3FsJVD8u19ZEfTD"]'
|
|
2026-03-13 04:37:38.286 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:37:38.287 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58018/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.142.128/tcp/22843/p2p/16Uiu2HAmTASYvJxVMCSFoz86CfhtrK3Eg8s15Qkq5bxN1eANmDCp"]'
|
|
2026-03-13 04:37:38.320 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:37:38.333 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-13 04:37:38.333 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node4_2026-03-13_04-37-34__3161b56d-b057-4a43-a28b-4bf4568a8e3c__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:37:38.335 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-13 04:37:38.337 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-13 04:37:38.338 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-13 04:37:38.338 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.123.208
|
|
2026-03-13 04:37:38.338 DEBUG [src.node.docker_mananger] Generated ports ['2490', '2491', '2492', '2493', '2494']
|
|
2026-03-13 04:37:38.338 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-13 04:37:38.338 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-13 04:37:38.338 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-13 04:37:38.339 DEBUG [src.node.docker_mananger] docker run -i -t -p 2490:2490 -p 2491:2491 -p 2492:2492 -p 2493:2493 -p 2494:2494 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=2492 --rest-port=2490 --tcp-port=2491 --discv5-udp-port=2493 --rest-address=0.0.0.0 --nat=extip:172.18.123.208 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ee8f05dbb21ee6161a7e8ce0af98d730550cc7d907ab8d5d0ece6547cccbc3f7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2494 --metrics-logging=true --lightpush=false --relay=true
|
|
2026-03-13 04:37:38.534 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.123.208 waku 4535a5b65f0fc5ec82c7b937191eab20df50fc2ff43179ae8a447c50fd908e77
|
|
2026-03-13 04:37:38.570 DEBUG [src.node.docker_mananger] Container started with ID 4535a5b65f0f. Setting up logs at ./log/docker/receiving_node4_2026-03-13_04-37-34__3161b56d-b057-4a43-a28b-4bf4568a8e3c__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:37:38.570 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 2490
|
|
2026-03-13 04:37:38.570 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-13 04:37:39.571 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2490/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:37:39.573 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-13 04:37:39.574 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-13 04:37:39.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2490/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:37:39.576 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.123.208/tcp/2491/p2p/16Uiu2HAkyKKYcph9FFuZRyTqE8J2rRs4SNTh5xmxRe72SSQfkJaA","/ip4/172.18.123.208/tcp/2492/ws/p2p/16Uiu2HAkyKKYcph9FFuZRyTqE8J2rRs4SNTh5xmxRe72SSQfkJaA"],"enrUri":"enr:-L24QBCPNfT-y5eIrseuBvRYvADoL_jVvFqtyeoplt6m2q5QIKSqCqsYbm2qLBkwUVThVskp8VgP8QJMgVoxEqwA2lICgmlkgnY0gmlwhKwSe9CKbXVsdGlhZGRyc5YACASsEnvQBgm7AAoErBJ70AYJvN0DgnJzhQADAQAAiXNlY3AyNTZrMaECOc4ockPrR8qbtk4poMxvnS-Bj1OBlOT8g8b3yaZccR-DdGNwggm7g3VkcIIJvYV3YWt1MgE"}'
|
|
2026-03-13 04:37:39.576 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-13 04:37:39.577 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2490/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.108.89/tcp/22176/p2p/16Uiu2HAmPfuXTvsoFbMc9ojXQzDH8p42jBCsj3FsJVD8u19ZEfTD"]'
|
|
2026-03-13 04:37:39.616 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:37:39.617 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2490/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.142.128/tcp/22843/p2p/16Uiu2HAmTASYvJxVMCSFoz86CfhtrK3Eg8s15Qkq5bxN1eANmDCp"]'
|
|
2026-03-13 04:37:39.641 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:37:39.642 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22175/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-13 04:37:39.649 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:37:39.649 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2490/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-13 04:37:39.655 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:37:39.657 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22842/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/3/0"}'
|
|
2026-03-13 04:37:39.669 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:37:39.671 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-13 04:37:39.672 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58018/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1773376659671021414}}'
|
|
2026-03-13 04:37:39.690 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:37:39.690 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:37:39.791 DEBUG [src.steps.light_push] Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-13 04:37:39.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:37:39.793 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773376659671021414,"ephemeral":false,"proof":""}]'
|
|
2026-03-13 04:37:39.795 DEBUG [src.steps.light_push] Checking that peer NODE_2:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-13 04:37:39.795 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58018/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:37:39.797 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773376659671021414,"ephemeral":false,"proof":""}]'
|
|
2026-03-13 04:37:39.799 DEBUG [src.steps.light_push] Checking that peer NODE_3:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-13 04:37:39.799 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2490/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:37:39.801 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773376659671021414,"ephemeral":false,"proof":""}]'
|
|
2026-03-13 04:37:39.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22842/filter/v2/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:37:39.804 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773376659671021414,"ephemeral":false}]'
|
|
2026-03-13 04:37:39.806 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-13 04:37:39.807 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-13 04:37:39.807 DEBUG [src.node.waku_node] Stopping container with id 3a9fc9833d87
|
|
2026-03-13 04:37:40.391 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-13 04:37:40.392 DEBUG [src.node.waku_node] Stopping container with id a9f577d532bd
|
|
2026-03-13 04:37:40.947 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-13 04:37:40.949 DEBUG [src.node.waku_node] Stopping container with id 7d4eb9efa3b0
|
|
2026-03-13 04:37:41.203 ERROR [src.node.docker_mananger] Max retries reached for container 3a9fc9833d87. Exiting log stream.
|
|
2026-03-13 04:37:41.512 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-13 04:37:41.513 DEBUG [src.node.waku_node] Stopping container with id 4535a5b65f0f
|
|
2026-03-13 04:37:41.760 ERROR [src.node.docker_mananger] Max retries reached for container a9f577d532bd. Exiting log stream.
|
|
2026-03-13 04:37:42.053 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-13 04:37:42.058 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-13 04:37:42.071 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-13 04:37:42.081 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-13 04:37:42.090 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-13 04:37:42.099 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|