mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 10:03:16 +00:00
139 lines
26 KiB
Plaintext
139 lines
26 KiB
Plaintext
2026-03-06 04:37:19.169 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-06 04:37:19.169 DEBUG [tests.conftest] Running test: test_2_receiving_nodes__relay_node1_forwards_lightpushed_message_to_filter_node2 with id: 2026-03-06_04-37-19__61860c4e-dfc7-4ea1-8721-553fb51da949
|
|
2026-03-06 04:37:19.170 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-06 04:37:19.170 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-03-06 04:37:19.177 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-06 04:37:19.178 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-03-06_04-37-19__61860c4e-dfc7-4ea1-8721-553fb51da949__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:37:19.178 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-06 04:37:19.178 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-06 04:37:19.179 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-06 04:37:19.179 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.185.137
|
|
2026-03-06 04:37:19.180 DEBUG [src.node.docker_mananger] Generated ports ['16731', '16732', '16733', '16734', '16735']
|
|
2026-03-06 04:37:19.180 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-06 04:37:19.180 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-06 04:37:19.180 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-06 04:37:19.180 DEBUG [src.node.docker_mananger] docker run -i -t -p 16731:16731 -p 16732:16732 -p 16733:16733 -p 16734:16734 -p 16735:16735 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=16733 --rest-port=16731 --tcp-port=16732 --discv5-udp-port=16734 --rest-address=0.0.0.0 --nat=extip:172.18.185.137 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0d9abe7f9b400d72934dcacb287b3ba0cfd78cb164d77c2cc0c0b9f88d23bfc8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16735 --metrics-logging=true --lightpush=true --relay=true --filter=true
|
|
2026-03-06 04:37:19.369 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.185.137 waku 8f7ed9e2686991325943d34bb9f4aa106c873ea4351c1ebcec06cc40c7ba9564
|
|
2026-03-06 04:37:19.370 ERROR [src.node.docker_mananger] Max retries reached for container d42a56e43a9a. Exiting log stream.
|
|
2026-03-06 04:37:19.404 DEBUG [src.node.docker_mananger] Container started with ID 8f7ed9e26869. Setting up logs at ./log/docker/receiving_node1_2026-03-06_04-37-19__61860c4e-dfc7-4ea1-8721-553fb51da949__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:37:19.404 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16731
|
|
2026-03-06 04:37:19.404 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-06 04:37:19.970 ERROR [src.node.docker_mananger] Max retries reached for container b3cf0e8f52ad. Exiting log stream.
|
|
2026-03-06 04:37:20.405 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16731/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:37:20.407 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-06 04:37:20.408 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-06 04:37:20.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16731/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:37:20.410 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.185.137/tcp/16732/p2p/16Uiu2HAmJivb6jnnVqp6FF2hMxc8VFwnAAwhs6kYCDPDFii5KZ7S","/ip4/172.18.185.137/tcp/16733/ws/p2p/16Uiu2HAmJivb6jnnVqp6FF2hMxc8VFwnAAwhs6kYCDPDFii5KZ7S"],"enrUri":"enr:-L24QK55pwdWV6MiXIJx-IUoTvr5ajiG5yv2NsV5SmlOH_saTuCMSF4aGbSHNBDhNb7zDrRLb62cs7Evci1kIkfZqwsCgmlkgnY0gmlwhKwSuYmKbXVsdGlhZGRyc5YACASsErmJBkFcAAoErBK5iQZBXd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDWigw8ppqc-4WyfrUmfIBMTf9LqGPVPsH6duwidVYeuWDdGNwgkFcg3VkcIJBXoV3YWt1Mg0"}'
|
|
2026-03-06 04:37:20.411 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-06 04:37:20.418 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-06 04:37:20.418 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-03-06_04-37-19__61860c4e-dfc7-4ea1-8721-553fb51da949__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:37:20.419 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-06 04:37:20.419 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-06 04:37:20.420 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-06 04:37:20.420 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.193.115
|
|
2026-03-06 04:37:20.420 DEBUG [src.node.docker_mananger] Generated ports ['52717', '52718', '52719', '52720', '52721']
|
|
2026-03-06 04:37:20.421 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-06 04:37:20.421 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-06 04:37:20.421 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-06 04:37:20.421 DEBUG [src.node.docker_mananger] docker run -i -t -p 52717:52717 -p 52718:52718 -p 52719:52719 -p 52720:52720 -p 52721:52721 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=52719 --rest-port=52717 --tcp-port=52718 --discv5-udp-port=52720 --rest-address=0.0.0.0 --nat=extip:172.18.193.115 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fcf74d3a4cb7b4fb490bc4905759abcbed7afed6ab0ac034fd17964daf0ebe40 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52721 --metrics-logging=true --lightpush=false --relay=false --filternode=/ip4/172.18.185.137/tcp/16732/p2p/16Uiu2HAmJivb6jnnVqp6FF2hMxc8VFwnAAwhs6kYCDPDFii5KZ7S
|
|
2026-03-06 04:37:20.617 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.193.115 waku 1181c72768bdbd26e654b9efda0d1d313ee65b3dba530f68b2cf4b5ae46cc34b
|
|
2026-03-06 04:37:20.650 DEBUG [src.node.docker_mananger] Container started with ID 1181c72768bd. Setting up logs at ./log/docker/receiving_node2_2026-03-06_04-37-19__61860c4e-dfc7-4ea1-8721-553fb51da949__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:37:20.650 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 52717
|
|
2026-03-06 04:37:20.650 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-06 04:37:21.651 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52717/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:37:21.654 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-06 04:37:21.654 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-06 04:37:21.654 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52717/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:37:21.656 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.193.115/tcp/52718/p2p/16Uiu2HAmETqKV8nc3wBbcorvb6kjNDZP6H5BhV7ShintSjNGRCgN","/ip4/172.18.193.115/tcp/52719/ws/p2p/16Uiu2HAmETqKV8nc3wBbcorvb6kjNDZP6H5BhV7ShintSjNGRCgN"],"enrUri":"enr:-L24QIHt_9TaKsEQdY-5P3gL5AOHN6LUArKE_OpHRTdfB5BYcxLNXLupkeyxPARsiQMIntptDJ8lO8Cd3eaiHIYG-hMCgmlkgnY0gmlwhKwSwXOKbXVsdGlhZGRyc5YACASsEsFzBs3uAAoErBLBcwbN790DgnJzhQADAQAAiXNlY3AyNTZrMaEDGtvGAPHtvEnOqpb5-fPTRVcqX7rPOAfkhcI7x_aO3UeDdGNwgs3ug3VkcILN8IV3YWt1MgA"}'
|
|
2026-03-06 04:37:21.657 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-06 04:37:21.657 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52717/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.185.137/tcp/16732/p2p/16Uiu2HAmJivb6jnnVqp6FF2hMxc8VFwnAAwhs6kYCDPDFii5KZ7S"]'
|
|
2026-03-06 04:37:21.696 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:21.705 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-06 04:37:21.705 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-03-06_04-37-19__61860c4e-dfc7-4ea1-8721-553fb51da949__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:37:21.705 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-06 04:37:21.705 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-06 04:37:21.707 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-06 04:37:21.707 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.97.49
|
|
2026-03-06 04:37:21.707 DEBUG [src.node.docker_mananger] Generated ports ['21034', '21035', '21036', '21037', '21038']
|
|
2026-03-06 04:37:21.707 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-06 04:37:21.708 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-06 04:37:21.708 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-06 04:37:21.708 DEBUG [src.node.docker_mananger] docker run -i -t -p 21034:21034 -p 21035:21035 -p 21036:21036 -p 21037:21037 -p 21038:21038 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=21036 --rest-port=21034 --tcp-port=21035 --discv5-udp-port=21037 --rest-address=0.0.0.0 --nat=extip:172.18.97.49 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ba93dd693632a5b5e7cfd25ce6ea8b8e0aca6cd8cc1dbd5fc08f2f2d6abcdebe --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21038 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QK55pwdWV6MiXIJx-IUoTvr5ajiG5yv2NsV5SmlOH_saTuCMSF4aGbSHNBDhNb7zDrRLb62cs7Evci1kIkfZqwsCgmlkgnY0gmlwhKwSuYmKbXVsdGlhZGRyc5YACASsErmJBkFcAAoErBK5iQZBXd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDWigw8ppqc-4WyfrUmfIBMTf9LqGPVPsH6duwidVYeuWDdGNwgkFcg3VkcIJBXoV3YWt1Mg0 --lightpushnode=/ip4/172.18.185.137/tcp/16732/p2p/16Uiu2HAmJivb6jnnVqp6FF2hMxc8VFwnAAwhs6kYCDPDFii5KZ7S --lightpush=true --relay=true
|
|
2026-03-06 04:37:21.911 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.97.49 waku 53d750f2dd589f3c85c03fd5dcac9703cf81ef11ba80c76953cd9218adae5a5f
|
|
2026-03-06 04:37:21.948 DEBUG [src.node.docker_mananger] Container started with ID 53d750f2dd58. Setting up logs at ./log/docker/lightpush_node1_2026-03-06_04-37-19__61860c4e-dfc7-4ea1-8721-553fb51da949__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:37:21.948 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 21034
|
|
2026-03-06 04:37:21.949 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-06 04:37:22.949 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21034/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:37:22.952 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-06 04:37:22.952 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-06 04:37:22.952 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21034/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:37:22.954 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.97.49/tcp/21035/p2p/16Uiu2HAmGnCHAtCVf7BTshXvo4qg8wuP9zq3hhr51WJ1h7MWRwyQ","/ip4/172.18.97.49/tcp/21036/ws/p2p/16Uiu2HAmGnCHAtCVf7BTshXvo4qg8wuP9zq3hhr51WJ1h7MWRwyQ"],"enrUri":"enr:-L24QNfXMZG0WyrgPZPXsS0ppQCt3A0Wf61Fz7VTn7yaYmG7W8eHlrF60xlg3tsyJOLEli3M4fpbYN8qCP5qOSX0kVkCgmlkgnY0gmlwhKwSYTGKbXVsdGlhZGRyc5YACASsEmExBlIrAAoErBJhMQZSLN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDPUdNMF0I6rWdpTv-mdH4Zs3NUkfEIu-wrahTPklzKO-DdGNwglIrg3VkcIJSLYV3YWt1Mgk"}'
|
|
2026-03-06 04:37:22.955 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-06 04:37:22.955 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21034/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.185.137/tcp/16732/p2p/16Uiu2HAmJivb6jnnVqp6FF2hMxc8VFwnAAwhs6kYCDPDFii5KZ7S"]'
|
|
2026-03-06 04:37:23.008 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:23.009 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21034/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.193.115/tcp/52718/p2p/16Uiu2HAmETqKV8nc3wBbcorvb6kjNDZP6H5BhV7ShintSjNGRCgN"]'
|
|
2026-03-06 04:37:23.041 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:23.055 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-06 04:37:23.056 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node4_2026-03-06_04-37-19__61860c4e-dfc7-4ea1-8721-553fb51da949__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:37:23.056 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-06 04:37:23.058 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-06 04:37:23.062 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-06 04:37:23.062 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.148.15
|
|
2026-03-06 04:37:23.062 DEBUG [src.node.docker_mananger] Generated ports ['58650', '58651', '58652', '58653', '58654']
|
|
2026-03-06 04:37:23.063 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-06 04:37:23.063 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-06 04:37:23.063 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-06 04:37:23.063 DEBUG [src.node.docker_mananger] docker run -i -t -p 58650:58650 -p 58651:58651 -p 58652:58652 -p 58653:58653 -p 58654:58654 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=58652 --rest-port=58650 --tcp-port=58651 --discv5-udp-port=58653 --rest-address=0.0.0.0 --nat=extip:172.18.148.15 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ef23eaeabf9aaaad88adece55e0df4ffaad2f09e7bec6afba7dfe517dc61a1cd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58654 --metrics-logging=true --lightpush=false --relay=true
|
|
2026-03-06 04:37:23.270 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.148.15 waku 0ea6a0d2c8a00fc651253dc9d46655dd4fa16b5b8b9507a9c63da6e3b7063983
|
|
2026-03-06 04:37:23.302 DEBUG [src.node.docker_mananger] Container started with ID 0ea6a0d2c8a0. Setting up logs at ./log/docker/receiving_node4_2026-03-06_04-37-19__61860c4e-dfc7-4ea1-8721-553fb51da949__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:37:23.302 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 58650
|
|
2026-03-06 04:37:23.303 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-06 04:37:24.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58650/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:37:24.306 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-06 04:37:24.307 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-06 04:37:24.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58650/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:37:24.309 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.148.15/tcp/58651/p2p/16Uiu2HAmGEyL4XnUG9d1uZk5N7jGG8qASkBQ6f9CDXMmxtypmxZV","/ip4/172.18.148.15/tcp/58652/ws/p2p/16Uiu2HAmGEyL4XnUG9d1uZk5N7jGG8qASkBQ6f9CDXMmxtypmxZV"],"enrUri":"enr:-L24QKuCyCuJ6jZZ-IBZJBgbK6xlnCNmLlUPILkUjMp-0vVkauZg9zZ8fxdjwE1fNkYTmuBzD0yj96YItkYP8e6JPygCgmlkgnY0gmlwhKwSlA-KbXVsdGlhZGRyc5YACASsEpQPBuUbAAoErBKUDwblHN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDNUenVP7p4okyTW19Z9eoC87ETCdwr2SYlYVPc1jPliiDdGNwguUbg3VkcILlHYV3YWt1MgE"}'
|
|
2026-03-06 04:37:24.309 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-06 04:37:24.309 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58650/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.185.137/tcp/16732/p2p/16Uiu2HAmJivb6jnnVqp6FF2hMxc8VFwnAAwhs6kYCDPDFii5KZ7S"]'
|
|
2026-03-06 04:37:24.346 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:24.347 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58650/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.193.115/tcp/52718/p2p/16Uiu2HAmETqKV8nc3wBbcorvb6kjNDZP6H5BhV7ShintSjNGRCgN"]'
|
|
2026-03-06 04:37:24.375 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:24.378 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16731/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-06 04:37:24.387 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:24.389 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58650/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-06 04:37:24.396 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:24.397 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52717/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/3/0"}'
|
|
2026-03-06 04:37:24.413 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-06 04:37:24.413 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-06 04:37:24.420 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21034/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1772771844413756920}}'
|
|
2026-03-06 04:37:24.438 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:37:24.438 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:37:24.539 DEBUG [src.steps.light_push] Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-06 04:37:24.539 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16731/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:37:24.542 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771844413756920,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:37:24.543 DEBUG [src.steps.light_push] Checking that peer NODE_2:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-06 04:37:24.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21034/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:37:24.546 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771844413756920,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:37:24.547 DEBUG [src.steps.light_push] Checking that peer NODE_3:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-06 04:37:24.547 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58650/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:37:24.550 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771844413756920,"ephemeral":false,"proof":""}]'
|
|
2026-03-06 04:37:24.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52717/filter/v2/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:37:24.553 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771844413756920,"ephemeral":false}]'
|
|
2026-03-06 04:37:24.555 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-06 04:37:24.556 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-06 04:37:24.556 DEBUG [src.node.waku_node] Stopping container with id 8f7ed9e26869
|
|
2026-03-06 04:37:25.123 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-06 04:37:25.124 DEBUG [src.node.waku_node] Stopping container with id 1181c72768bd
|
|
2026-03-06 04:37:25.700 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-06 04:37:25.700 DEBUG [src.node.waku_node] Stopping container with id 53d750f2dd58
|
|
2026-03-06 04:37:25.999 ERROR [src.node.docker_mananger] Max retries reached for container 8f7ed9e26869. Exiting log stream.
|
|
2026-03-06 04:37:26.271 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-06 04:37:26.272 DEBUG [src.node.waku_node] Stopping container with id 0ea6a0d2c8a0
|
|
2026-03-06 04:37:26.514 ERROR [src.node.docker_mananger] Max retries reached for container 1181c72768bd. Exiting log stream.
|
|
2026-03-06 04:37:26.820 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-06 04:37:26.823 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-06 04:37:26.844 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-06 04:37:26.852 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-06 04:37:26.860 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-06 04:37:26.867 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|