mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-02 00:23:10 +00:00
139 lines
26 KiB
Plaintext
139 lines
26 KiB
Plaintext
2026-03-05 04:37:25.211 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-05 04:37:25.211 DEBUG [tests.conftest] Running test: test_2_receiving_nodes__relay_node1_forwards_lightpushed_message_to_filter_node2 with id: 2026-03-05_04-37-25__64f88a5d-b865-449c-ac66-5fefa1fb1015
|
|
2026-03-05 04:37:25.211 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-05 04:37:25.211 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-03-05 04:37:25.218 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-05 04:37:25.219 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-03-05_04-37-25__64f88a5d-b865-449c-ac66-5fefa1fb1015__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:37:25.219 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 04:37:25.219 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 04:37:25.220 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 04:37:25.221 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.194.138
|
|
2026-03-05 04:37:25.221 DEBUG [src.node.docker_mananger] Generated ports ['21258', '21259', '21260', '21261', '21262']
|
|
2026-03-05 04:37:25.221 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 04:37:25.221 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 04:37:25.221 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 04:37:25.221 DEBUG [src.node.docker_mananger] docker run -i -t -p 21258:21258 -p 21259:21259 -p 21260:21260 -p 21261:21261 -p 21262:21262 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=21260 --rest-port=21258 --tcp-port=21259 --discv5-udp-port=21261 --rest-address=0.0.0.0 --nat=extip:172.18.194.138 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5ab21facd80a6beb40ed52afe08c75ead3debfa9f3e82fabe8d0aaa0cbe1dbfd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21262 --metrics-logging=true --lightpush=true --relay=true --filter=true
|
|
2026-03-05 04:37:25.411 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.194.138 waku 1627e5bb52c9b7b4e68ed7a0ee486d0a8cc61d1544d8e3cac0f5f62620b6fef2
|
|
2026-03-05 04:37:25.445 DEBUG [src.node.docker_mananger] Container started with ID 1627e5bb52c9. Setting up logs at ./log/docker/receiving_node1_2026-03-05_04-37-25__64f88a5d-b865-449c-ac66-5fefa1fb1015__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:37:25.445 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 21258
|
|
2026-03-05 04:37:25.446 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 04:37:25.469 ERROR [src.node.docker_mananger] Max retries reached for container 30ae2fb1dbdd. Exiting log stream.
|
|
2026-03-05 04:37:26.009 ERROR [src.node.docker_mananger] Max retries reached for container ec1ffa0457b1. Exiting log stream.
|
|
2026-03-05 04:37:26.447 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21258/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:37:26.449 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-05 04:37:26.450 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 04:37:26.450 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21258/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:37:26.452 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.194.138/tcp/21259/p2p/16Uiu2HAkwwHtHocPJrJRkTCf9xC2GymuHkNJ33DxbgcFGZxdx5uW","/ip4/172.18.194.138/tcp/21260/ws/p2p/16Uiu2HAkwwHtHocPJrJRkTCf9xC2GymuHkNJ33DxbgcFGZxdx5uW"],"enrUri":"enr:-L24QLxfRCugml5F6FqzBJla3VTJghtrMETr3gH_N4707O0jfXh-05f_IAdTVigNacdO18bR_7gdEGY2_FPYHRzpRigCgmlkgnY0gmlwhKwSwoqKbXVsdGlhZGRyc5YACASsEsKKBlMLAAoErBLCigZTDN0DgnJzhQADAQAAiXNlY3AyNTZrMaECJU3Qu8zemYusFJZyslAIoUFaEcJ6NaGE-_QYcNpa2C2DdGNwglMLg3VkcIJTDYV3YWt1Mg0"}'
|
|
2026-03-05 04:37:26.453 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 04:37:26.462 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-05 04:37:26.462 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-03-05_04-37-25__64f88a5d-b865-449c-ac66-5fefa1fb1015__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:37:26.462 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 04:37:26.462 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 04:37:26.463 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 04:37:26.464 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.65.251
|
|
2026-03-05 04:37:26.464 DEBUG [src.node.docker_mananger] Generated ports ['46504', '46505', '46506', '46507', '46508']
|
|
2026-03-05 04:37:26.464 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 04:37:26.464 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 04:37:26.464 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 04:37:26.464 DEBUG [src.node.docker_mananger] docker run -i -t -p 46504:46504 -p 46505:46505 -p 46506:46506 -p 46507:46507 -p 46508:46508 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=46506 --rest-port=46504 --tcp-port=46505 --discv5-udp-port=46507 --rest-address=0.0.0.0 --nat=extip:172.18.65.251 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dab85aebcb8aec04af79f790ac48c7c36180cbdbfae6c74de34824bb3492c3d0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46508 --metrics-logging=true --lightpush=false --relay=false --filternode=/ip4/172.18.194.138/tcp/21259/p2p/16Uiu2HAkwwHtHocPJrJRkTCf9xC2GymuHkNJ33DxbgcFGZxdx5uW
|
|
2026-03-05 04:37:26.657 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.65.251 waku 1f244757d84654c24154c67a8ef5f3387cb595591f72b611ef8f13ccd1b58774
|
|
2026-03-05 04:37:26.690 DEBUG [src.node.docker_mananger] Container started with ID 1f244757d846. Setting up logs at ./log/docker/receiving_node2_2026-03-05_04-37-25__64f88a5d-b865-449c-ac66-5fefa1fb1015__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:37:26.691 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 46504
|
|
2026-03-05 04:37:26.691 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 04:37:27.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46504/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:37:27.694 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-05 04:37:27.695 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 04:37:27.695 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46504/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:37:27.697 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.65.251/tcp/46505/p2p/16Uiu2HAm3iDjUEGCPLTy4FZ8SrULNdwJ6CSrA8qnua6yEeHd1Duw","/ip4/172.18.65.251/tcp/46506/ws/p2p/16Uiu2HAm3iDjUEGCPLTy4FZ8SrULNdwJ6CSrA8qnua6yEeHd1Duw"],"enrUri":"enr:-L24QCkAC_lJG7-c3-XFvFzLADmAGKMeAqfT-qibP5xsJFUNVXdJR6k9lswBJobHh9c1qXwcaL5JlxlIgM2h39efvo4CgmlkgnY0gmlwhKwSQfuKbXVsdGlhZGRyc5YACASsEkH7BrWpAAoErBJB-wa1qt0DgnJzhQADAQAAiXNlY3AyNTZrMaECexqxD2iZK88LC_ItUCWegfDj5DEFRSorllJsB0i3d66DdGNwgrWpg3VkcIK1q4V3YWt1MgA"}'
|
|
2026-03-05 04:37:27.697 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 04:37:27.698 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46504/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.194.138/tcp/21259/p2p/16Uiu2HAkwwHtHocPJrJRkTCf9xC2GymuHkNJ33DxbgcFGZxdx5uW"]'
|
|
2026-03-05 04:37:27.737 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:37:27.745 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-05 04:37:27.745 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-03-05_04-37-25__64f88a5d-b865-449c-ac66-5fefa1fb1015__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:37:27.745 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 04:37:27.745 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 04:37:27.747 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 04:37:27.747 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.57.127
|
|
2026-03-05 04:37:27.747 DEBUG [src.node.docker_mananger] Generated ports ['23262', '23263', '23264', '23265', '23266']
|
|
2026-03-05 04:37:27.747 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 04:37:27.747 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 04:37:27.748 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 04:37:27.748 DEBUG [src.node.docker_mananger] docker run -i -t -p 23262:23262 -p 23263:23263 -p 23264:23264 -p 23265:23265 -p 23266:23266 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=23264 --rest-port=23262 --tcp-port=23263 --discv5-udp-port=23265 --rest-address=0.0.0.0 --nat=extip:172.18.57.127 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bf9fb2e62ead275417b4f11f4fd055e0cf5f5bd3eb3ceabfe8bece687fe8f1cc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23266 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QLxfRCugml5F6FqzBJla3VTJghtrMETr3gH_N4707O0jfXh-05f_IAdTVigNacdO18bR_7gdEGY2_FPYHRzpRigCgmlkgnY0gmlwhKwSwoqKbXVsdGlhZGRyc5YACASsEsKKBlMLAAoErBLCigZTDN0DgnJzhQADAQAAiXNlY3AyNTZrMaECJU3Qu8zemYusFJZyslAIoUFaEcJ6NaGE-_QYcNpa2C2DdGNwglMLg3VkcIJTDYV3YWt1Mg0 --lightpushnode=/ip4/172.18.194.138/tcp/21259/p2p/16Uiu2HAkwwHtHocPJrJRkTCf9xC2GymuHkNJ33DxbgcFGZxdx5uW --lightpush=true --relay=true
|
|
2026-03-05 04:37:27.948 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.57.127 waku cfc7e30a9110eeb895a42d3c24957ae4355c8a9aa7e658a4ba9a6de56da178c9
|
|
2026-03-05 04:37:27.982 DEBUG [src.node.docker_mananger] Container started with ID cfc7e30a9110. Setting up logs at ./log/docker/lightpush_node1_2026-03-05_04-37-25__64f88a5d-b865-449c-ac66-5fefa1fb1015__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:37:27.982 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23262
|
|
2026-03-05 04:37:27.982 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 04:37:28.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23262/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:37:28.986 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-05 04:37:28.986 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 04:37:28.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23262/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:37:28.988 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.57.127/tcp/23263/p2p/16Uiu2HAmDmEhTYjPHS1BTK7zQvnwWtoMAefcpphiePD3TdTw1aLS","/ip4/172.18.57.127/tcp/23264/ws/p2p/16Uiu2HAmDmEhTYjPHS1BTK7zQvnwWtoMAefcpphiePD3TdTw1aLS"],"enrUri":"enr:-L24QBuEx_PKfgNfvSoodou7xqjFq7zP1-C83TfEVL3qSuFqJ2bjPihmpvgMx3usahtcmJx4mO7AeriCPc7xpeh9gLcCgmlkgnY0gmlwhKwSOX-KbXVsdGlhZGRyc5YACASsEjl_BlrfAAoErBI5fwZa4N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDEHVlEreW59R9fBVUeIvTNQ1A1-6Qh16Bq1vFxybxBauDdGNwglrfg3VkcIJa4YV3YWt1Mgk"}'
|
|
2026-03-05 04:37:28.988 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 04:37:28.989 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23262/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.194.138/tcp/21259/p2p/16Uiu2HAkwwHtHocPJrJRkTCf9xC2GymuHkNJ33DxbgcFGZxdx5uW"]'
|
|
2026-03-05 04:37:29.029 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:37:29.031 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23262/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.65.251/tcp/46505/p2p/16Uiu2HAm3iDjUEGCPLTy4FZ8SrULNdwJ6CSrA8qnua6yEeHd1Duw"]'
|
|
2026-03-05 04:37:29.054 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:37:29.071 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-05 04:37:29.072 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node4_2026-03-05_04-37-25__64f88a5d-b865-449c-ac66-5fefa1fb1015__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:37:29.073 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 04:37:29.073 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 04:37:29.075 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 04:37:29.075 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.55.224
|
|
2026-03-05 04:37:29.075 DEBUG [src.node.docker_mananger] Generated ports ['48322', '48323', '48324', '48325', '48326']
|
|
2026-03-05 04:37:29.075 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 04:37:29.076 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 04:37:29.076 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 04:37:29.076 DEBUG [src.node.docker_mananger] docker run -i -t -p 48322:48322 -p 48323:48323 -p 48324:48324 -p 48325:48325 -p 48326:48326 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=48324 --rest-port=48322 --tcp-port=48323 --discv5-udp-port=48325 --rest-address=0.0.0.0 --nat=extip:172.18.55.224 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bae436f43ea55b8f6bc24baccd0e335b2baa1ceb2cf2bf2021e1fc3d51b4574f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48326 --metrics-logging=true --lightpush=false --relay=true
|
|
2026-03-05 04:37:29.267 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.55.224 waku 82f52b9574a916a143619b80a16e28f5c61b162d4258b2ea2815a1d60e614c9c
|
|
2026-03-05 04:37:29.302 DEBUG [src.node.docker_mananger] Container started with ID 82f52b9574a9. Setting up logs at ./log/docker/receiving_node4_2026-03-05_04-37-25__64f88a5d-b865-449c-ac66-5fefa1fb1015__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:37:29.302 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48322
|
|
2026-03-05 04:37:29.302 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 04:37:30.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48322/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:37:30.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-05 04:37:30.306 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 04:37:30.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48322/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:37:30.308 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.55.224/tcp/48323/p2p/16Uiu2HAmCxXn44pajwBZuZwgcgf7PhrsmpzBoVQVgxhbF9yxnfuA","/ip4/172.18.55.224/tcp/48324/ws/p2p/16Uiu2HAmCxXn44pajwBZuZwgcgf7PhrsmpzBoVQVgxhbF9yxnfuA"],"enrUri":"enr:-L24QDaiMih0rYIPrBB5EMBdpHn4VogUNW3T582EViV5B2suJyhIgTD1aQXhpGeCBnuc2ZqQBsEVhkyJy_oDCl6CpA4CgmlkgnY0gmlwhKwSN-CKbXVsdGlhZGRyc5YACASsEjfgBrzDAAoErBI34Aa8xN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDBH5oiIycE9z8OAjbPOxsUujr52_U9UKa0yHIOKi8TKGDdGNwgrzDg3VkcIK8xYV3YWt1MgE"}'
|
|
2026-03-05 04:37:30.308 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 04:37:30.309 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48322/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.194.138/tcp/21259/p2p/16Uiu2HAkwwHtHocPJrJRkTCf9xC2GymuHkNJ33DxbgcFGZxdx5uW"]'
|
|
2026-03-05 04:37:30.348 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:37:30.349 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48322/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.65.251/tcp/46505/p2p/16Uiu2HAm3iDjUEGCPLTy4FZ8SrULNdwJ6CSrA8qnua6yEeHd1Duw"]'
|
|
2026-03-05 04:37:30.378 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:37:30.381 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21258/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-05 04:37:30.387 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:37:30.388 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48322/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-05 04:37:30.392 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:37:30.393 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46504/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/3/0"}'
|
|
2026-03-05 04:37:30.405 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-05 04:37:30.412 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-05 04:37:30.413 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23262/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1772685450412435336}}'
|
|
2026-03-05 04:37:30.430 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:37:30.431 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-05 04:37:30.531 DEBUG [src.steps.light_push] Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-05 04:37:30.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21258/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:37:30.534 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772685450412435336,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 04:37:30.536 DEBUG [src.steps.light_push] Checking that peer NODE_2:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-05 04:37:30.536 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23262/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:37:30.538 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772685450412435336,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 04:37:30.540 DEBUG [src.steps.light_push] Checking that peer NODE_3:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-05 04:37:30.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48322/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:37:30.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":1772685450412435336,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 04:37:30.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46504/filter/v2/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:37:30.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":1772685450412435336,"ephemeral":false}]'
|
|
2026-03-05 04:37:30.547 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-05 04:37:30.548 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-05 04:37:30.549 DEBUG [src.node.waku_node] Stopping container with id 1627e5bb52c9
|
|
2026-03-05 04:37:31.145 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 04:37:31.145 DEBUG [src.node.waku_node] Stopping container with id 1f244757d846
|
|
2026-03-05 04:37:31.727 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 04:37:31.729 DEBUG [src.node.waku_node] Stopping container with id cfc7e30a9110
|
|
2026-03-05 04:37:32.007 ERROR [src.node.docker_mananger] Max retries reached for container 1627e5bb52c9. Exiting log stream.
|
|
2026-03-05 04:37:32.342 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 04:37:32.342 DEBUG [src.node.waku_node] Stopping container with id 82f52b9574a9
|
|
2026-03-05 04:37:32.584 ERROR [src.node.docker_mananger] Max retries reached for container 1f244757d846. Exiting log stream.
|
|
2026-03-05 04:37:32.895 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 04:37:32.896 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-05 04:37:32.920 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 04:37:32.937 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 04:37:32.944 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 04:37:32.951 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|