137 lines
25 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

2026-04-22 23:55:53.115 INFO [tests.conftest] Fleet bootstrap patch active NODE1→/dns4/node-01.do-ams3.waku.test.status.im/tcp/30303/p2p/16Uiu2HAkykgaECHswi3YKJ5dMLbq2kPVCo89fcyTd38UcQD6ej5W NODE2→/dns4/node-01.gc-us-central1-a.waku.test.status.im/tcp/30303/p2p/16Uiu2HAmDCp8XJ9z1ev18zuv8NHekAsjNyezAvmMfFEJkiharitG (additional nodes→/dns4/node-01.do-ams3.waku.test.status.im/tcp/30303/p2p/16Uiu2HAkykgaECHswi3YKJ5dMLbq2kPVCo89fcyTd38UcQD6ej5W) dns_discovery_url=enrtree://AOGYWMBYOUIMOENHXCHILPKY3ZRFEULMFI4DOM442QSZ73TT2A7VI@test.waku.nodes.status.im
2026-04-22 23:55:53.115 DEBUG [tests.conftest] Running fixture setup: test_id
2026-04-22 23:55:53.116 DEBUG [tests.conftest] Running test: test_light_push_with_extra_field with id: 2026-04-22_23-55-53__435a1091-2c4d-4cfe-8bfc-547411ef2047
2026-04-22 23:55:53.116 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-04-22 23:55:53.116 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-04-22 23:55:53.123 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-04-22 23:55:53.123 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-04-22_23-55-53__435a1091-2c4d-4cfe-8bfc-547411ef2047__wakuorg_nwaku:latest.log
2026-04-22 23:55:53.123 DEBUG [tests.conftest] fleet_joined_start: injecting waku.test bootstrap args into WakuNode.start()
2026-04-22 23:55:53.123 DEBUG [tests.conftest] fleet_joined_start: NODE1 bootstrapping from config-n1.toml (/dns4/node-01.do-ams3.waku.test.status.im/tcp/30303/p2p/16Uiu2HAkykgaECHswi3YKJ5dMLbq2kPVCo89fcyTd38UcQD6ej5W)
2026-04-22 23:55:53.123 DEBUG [tests.conftest] fleet_joined_start: staticnode=/dns4/node-01.do-ams3.waku.test.status.im/tcp/30303/p2p/16Uiu2HAkykgaECHswi3YKJ5dMLbq2kPVCo89fcyTd38UcQD6ej5W dns_discovery_url=enrtree://AOGYWMBYOUIMOENHXCHILPKY3ZRFEULMFI4DOM442QSZ73TT2A7VI@test.waku.nodes.status.im
2026-04-22 23:55:53.123 DEBUG [src.node.waku_node] Starting Node...
2026-04-22 23:55:53.123 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-04-22 23:55:53.124 DEBUG [src.node.docker_mananger] Network waku already exists
2026-04-22 23:55:53.125 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.87.244
2026-04-22 23:55:53.125 DEBUG [src.node.docker_mananger] Generated ports ['10942', '10943', '10944', '10945', '10946']
2026-04-22 23:55:53.125 DEBUG [src.node.waku_node] RLN credentials were not set
2026-04-22 23:55:53.125 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-04-22 23:55:53.125 DEBUG [src.node.waku_node] Using volumes []
2026-04-22 23:55:53.125 DEBUG [src.node.docker_mananger] docker run -i -t -p 10942:10942 -p 10943:10943 -p 10944:10944 -p 10945:10945 -p 10946:10946 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=10944 --rest-port=10942 --tcp-port=10943 --discv5-udp-port=10945 --rest-address=0.0.0.0 --nat=extip:172.18.87.244 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=fba987aaccf9f106eb355ddbacd7b207c2f26ca341c9cf25a2dc4a9c463bebc5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10946 --metrics-logging=true --lightpush=true --relay=true --staticnode=/dns4/node-01.do-ams3.waku.test.status.im/tcp/30303/p2p/16Uiu2HAkykgaECHswi3YKJ5dMLbq2kPVCo89fcyTd38UcQD6ej5W --dns-discovery=true --dns-discovery-url=enrtree://AOGYWMBYOUIMOENHXCHILPKY3ZRFEULMFI4DOM442QSZ73TT2A7VI@test.waku.nodes.status.im
2026-04-22 23:55:53.320 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.87.244 waku c27589fbe0de6a6d9b4f42696d358e919d27207a59e785530b0333625a77477f
2026-04-22 23:55:53.349 DEBUG [src.node.docker_mananger] Container started with ID c27589fbe0de. Setting up logs at ./log/docker/receiving_node1_2026-04-22_23-55-53__435a1091-2c4d-4cfe-8bfc-547411ef2047__wakuorg_nwaku:latest.log
2026-04-22 23:55:53.349 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 10942
2026-04-22 23:55:53.349 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-04-22 23:55:53.424 ERROR [src.node.docker_mananger] Max retries reached for container 74cc31589b20. Exiting log stream.
2026-04-22 23:55:53.856 ERROR [src.node.docker_mananger] Max retries reached for container 00030dcd470d. Exiting log stream.
2026-04-22 23:55:54.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10942/health" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:55:54.352 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-04-22 23:55:54.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10942/health" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:55:54.455 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-04-22 23:55:54.555 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10942/health" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:55:54.557 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-04-22 23:55:54.658 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10942/health" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:55:54.660 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-04-22 23:55:54.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10942/health" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:55:54.762 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-04-22 23:55:54.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10942/health" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:55:54.865 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","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"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-04-22 23:55:54.865 INFO [src.node.waku_node] Node protocols are initialized !!
2026-04-22 23:55:54.865 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10942/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:55:54.867 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.87.244/tcp/10943/p2p/16Uiu2HAmQRdPmS5K9fDoSnqCPPRhqnDaAZaecFFM1CZeRqqgLoWu","/ip4/172.18.87.244/tcp/10944/ws/p2p/16Uiu2HAmQRdPmS5K9fDoSnqCPPRhqnDaAZaecFFM1CZeRqqgLoWu"],"enrUri":"enr:-L24QApIKDg6LZ_SpF2yo4g2SztRkvQz6jVr8_d54ESAfbf6QzJ-5HM4oRlSAD0heS8x9qcm-avje0KSilQY9nFu7qsCgmlkgnY0gmlwhKwSV_SKbXVsdGlhZGRyc5YACASsElf0Biq_AAoErBJX9AYqwN0DgnJzhQDGAQAAiXNlY3AyNTZrMaEDrt__ASzfklmpeOfc5QafL-L7dSdBvVF21iqheCd5GKaDdGNwgiq_g3VkcIIqwYV3YWt1Mgk"}'
2026-04-22 23:55:54.868 INFO [src.node.waku_node] REST service is ready !!
2026-04-22 23:55:54.874 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-04-22 23:55:54.874 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-04-22_23-55-53__435a1091-2c4d-4cfe-8bfc-547411ef2047__wakuorg_nwaku:latest.log
2026-04-22 23:55:54.875 DEBUG [tests.conftest] fleet_joined_start: injecting waku.test bootstrap args into WakuNode.start()
2026-04-22 23:55:54.875 DEBUG [tests.conftest] fleet_joined_start: NODE2 bootstrapping from config-n2.toml (/dns4/node-01.gc-us-central1-a.waku.test.status.im/tcp/30303/p2p/16Uiu2HAmDCp8XJ9z1ev18zuv8NHekAsjNyezAvmMfFEJkiharitG)
2026-04-22 23:55:54.875 DEBUG [tests.conftest] fleet_joined_start: staticnode=/dns4/node-01.gc-us-central1-a.waku.test.status.im/tcp/30303/p2p/16Uiu2HAmDCp8XJ9z1ev18zuv8NHekAsjNyezAvmMfFEJkiharitG dns_discovery_url=enrtree://AOGYWMBYOUIMOENHXCHILPKY3ZRFEULMFI4DOM442QSZ73TT2A7VI@test.waku.nodes.status.im
2026-04-22 23:55:54.875 DEBUG [src.node.waku_node] Starting Node...
2026-04-22 23:55:54.875 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-04-22 23:55:54.876 DEBUG [src.node.docker_mananger] Network waku already exists
2026-04-22 23:55:54.876 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.104.213
2026-04-22 23:55:54.876 DEBUG [src.node.docker_mananger] Generated ports ['36294', '36295', '36296', '36297', '36298']
2026-04-22 23:55:54.877 DEBUG [src.node.waku_node] RLN credentials were not set
2026-04-22 23:55:54.877 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-04-22 23:55:54.877 DEBUG [src.node.waku_node] Using volumes []
2026-04-22 23:55:54.877 DEBUG [src.node.docker_mananger] docker run -i -t -p 36294:36294 -p 36295:36295 -p 36296:36296 -p 36297:36297 -p 36298:36298 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=36296 --rest-port=36294 --tcp-port=36295 --discv5-udp-port=36297 --rest-address=0.0.0.0 --nat=extip:172.18.104.213 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=c29efaffaccec33220c9cbe1d392dc36334bc8907e1faaafe3b64519f3dd0a21 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36298 --metrics-logging=true --lightpush=false --relay=true --staticnode=/dns4/node-01.gc-us-central1-a.waku.test.status.im/tcp/30303/p2p/16Uiu2HAmDCp8XJ9z1ev18zuv8NHekAsjNyezAvmMfFEJkiharitG --dns-discovery=true --dns-discovery-url=enrtree://AOGYWMBYOUIMOENHXCHILPKY3ZRFEULMFI4DOM442QSZ73TT2A7VI@test.waku.nodes.status.im
2026-04-22 23:55:55.073 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.104.213 waku 1c1375e00a6b31024240fdc8fa300914d6c49a59a2a7b081c5d6f0685c41c0c4
2026-04-22 23:55:55.101 DEBUG [src.node.docker_mananger] Container started with ID 1c1375e00a6b. Setting up logs at ./log/docker/receiving_node2_2026-04-22_23-55-53__435a1091-2c4d-4cfe-8bfc-547411ef2047__wakuorg_nwaku:latest.log
2026-04-22 23:55:55.102 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 36294
2026-04-22 23:55:55.102 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-04-22 23:55:56.102 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36294/health" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:55:56.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-04-22 23:55:56.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36294/health" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:55:56.208 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-04-22 23:55:56.308 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36294/health" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:55:56.311 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-04-22 23:55:56.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36294/health" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:55:56.413 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-04-22 23:55:56.414 INFO [src.node.waku_node] Node protocols are initialized !!
2026-04-22 23:55:56.414 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36294/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:55:56.416 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.104.213/tcp/36295/p2p/16Uiu2HAmRNqq1pWRYYZ9VSpj2oVbTZEHRtBFHoSG8pcxQTwbVAC4","/ip4/172.18.104.213/tcp/36296/ws/p2p/16Uiu2HAmRNqq1pWRYYZ9VSpj2oVbTZEHRtBFHoSG8pcxQTwbVAC4"],"enrUri":"enr:-L24QK5hn-nKNv-14Lt0203n00qygaNVsc2rdvzmXr1aAWAfDaBA45xVwXsI8DVGAEusBCDUlpOxqvcDH-51rlslsVkCgmlkgnY0gmlwhKwSaNWKbXVsdGlhZGRyc5YACASsEmjVBo3HAAoErBJo1QaNyN0DgnJzhQDGAQAAiXNlY3AyNTZrMaEDvQUAUrRzD25a0WvpI0gHEEzhPeYl5LRHiTMWpcGR3gWDdGNwgo3Hg3VkcIKNyYV3YWt1MgE"}'
2026-04-22 23:55:56.417 INFO [src.node.waku_node] REST service is ready !!
2026-04-22 23:55:56.417 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36294/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.87.244/tcp/10943/p2p/16Uiu2HAmQRdPmS5K9fDoSnqCPPRhqnDaAZaecFFM1CZeRqqgLoWu"]'
2026-04-22 23:55:56.453 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-22 23:55:56.461 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-04-22 23:55:56.461 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-04-22_23-55-53__435a1091-2c4d-4cfe-8bfc-547411ef2047__wakuorg_nwaku:latest.log
2026-04-22 23:55:56.461 DEBUG [tests.conftest] fleet_joined_start: injecting waku.test bootstrap args into WakuNode.start()
2026-04-22 23:55:56.462 DEBUG [tests.conftest] fleet_joined_start: additional node 2 bootstrapping from primary (/dns4/node-01.do-ams3.waku.test.status.im/tcp/30303/p2p/16Uiu2HAkykgaECHswi3YKJ5dMLbq2kPVCo89fcyTd38UcQD6ej5W)
2026-04-22 23:55:56.462 DEBUG [tests.conftest] fleet_joined_start: dropping local discv5_bootstrap_node=enr:-L24QApIKDg6LZ_SpF2yo4g2SztRkvQz6jVr8_d54ESAfbf6QzJ-5HM4oRlSAD0heS8x9qcm-avje0KSilQY9nFu7qsCgmlkgnY0gmlwhKwSV_SKbXVsdGlhZGRyc5YACASsElf0Biq_AAoErBJX9AYqwN0DgnJzhQDGAQAAiXNlY3AyNTZrMaEDrt__ASzfklmpeOfc5QafL-L7dSdBvVF21iqheCd5GKaDdGNwgiq_g3VkcIIqwYV3YWt1Mgk (fleet DNS discovery replaces it)
2026-04-22 23:55:56.462 DEBUG [tests.conftest] fleet_joined_start: staticnode=/dns4/node-01.do-ams3.waku.test.status.im/tcp/30303/p2p/16Uiu2HAkykgaECHswi3YKJ5dMLbq2kPVCo89fcyTd38UcQD6ej5W dns_discovery_url=enrtree://AOGYWMBYOUIMOENHXCHILPKY3ZRFEULMFI4DOM442QSZ73TT2A7VI@test.waku.nodes.status.im
2026-04-22 23:55:56.462 DEBUG [src.node.waku_node] Starting Node...
2026-04-22 23:55:56.462 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-04-22 23:55:56.463 DEBUG [src.node.docker_mananger] Network waku already exists
2026-04-22 23:55:56.464 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.54.22
2026-04-22 23:55:56.464 DEBUG [src.node.docker_mananger] Generated ports ['38821', '38822', '38823', '38824', '38825']
2026-04-22 23:55:56.464 DEBUG [src.node.waku_node] RLN credentials were not set
2026-04-22 23:55:56.464 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-04-22 23:55:56.464 DEBUG [src.node.waku_node] Using volumes []
2026-04-22 23:55:56.464 DEBUG [src.node.docker_mananger] docker run -i -t -p 38821:38821 -p 38822:38822 -p 38823:38823 -p 38824:38824 -p 38825:38825 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=38823 --rest-port=38821 --tcp-port=38822 --discv5-udp-port=38824 --rest-address=0.0.0.0 --nat=extip:172.18.54.22 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=b66eaeea3082c5a4c7aa10ef134154ff6dfade0625f82eedbccd1e1dffb4cead --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38825 --metrics-logging=true --lightpushnode=/ip4/172.18.87.244/tcp/10943/p2p/16Uiu2HAmQRdPmS5K9fDoSnqCPPRhqnDaAZaecFFM1CZeRqqgLoWu --lightpush=true --relay=true --staticnode=/dns4/node-01.do-ams3.waku.test.status.im/tcp/30303/p2p/16Uiu2HAkykgaECHswi3YKJ5dMLbq2kPVCo89fcyTd38UcQD6ej5W --dns-discovery=true --dns-discovery-url=enrtree://AOGYWMBYOUIMOENHXCHILPKY3ZRFEULMFI4DOM442QSZ73TT2A7VI@test.waku.nodes.status.im
2026-04-22 23:55:56.654 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.54.22 waku cec3013f08c3cbed5eea5d35ff94d923ba1fdbe96954f97124a8009be2d0d237
2026-04-22 23:55:56.689 DEBUG [src.node.docker_mananger] Container started with ID cec3013f08c3. Setting up logs at ./log/docker/lightpush_node1_2026-04-22_23-55-53__435a1091-2c4d-4cfe-8bfc-547411ef2047__wakuorg_nwaku:latest.log
2026-04-22 23:55:56.689 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 38821
2026-04-22 23:55:56.689 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-04-22 23:55:57.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38821/health" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:55:57.692 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-04-22 23:55:57.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38821/health" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:55:57.795 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-04-22 23:55:57.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38821/health" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:55:57.898 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-04-22 23:55:57.998 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38821/health" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:55:58.001 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-04-22 23:55:58.101 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38821/health" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:55:58.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-04-22 23:55:58.204 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38821/health" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:55:58.206 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-04-22 23:55:58.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38821/health" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:55:58.309 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","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"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-04-22 23:55:58.309 INFO [src.node.waku_node] Node protocols are initialized !!
2026-04-22 23:55:58.310 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38821/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:55:58.312 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.54.22/tcp/38822/p2p/16Uiu2HAm479jHMrLhSc1v6pc7eyLU2yFpMERaUoQ1DXj6nzMGNhN","/ip4/172.18.54.22/tcp/38823/ws/p2p/16Uiu2HAm479jHMrLhSc1v6pc7eyLU2yFpMERaUoQ1DXj6nzMGNhN"],"enrUri":"enr:-L24QJI4pVQ4Po66iq-ci4oKIA5ZSudK4EPIFBQKc9s1HD4tWLLZySmtjtfXBhwH7o56T0krdU456c-SLIlGC8jLYPkCgmlkgnY0gmlwhKwSNhaKbXVsdGlhZGRyc5YACASsEjYWBpemAAoErBI2FgaXp90DgnJzhQDGAQAAiXNlY3AyNTZrMaECgPqGFpmGpPGwn4tzfOw5rAiOhJtzBTp8J1m2PSHJHxGDdGNwgpemg3VkcIKXqIV3YWt1Mgk"}'
2026-04-22 23:55:58.312 INFO [src.node.waku_node] REST service is ready !!
2026-04-22 23:55:58.313 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38821/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.87.244/tcp/10943/p2p/16Uiu2HAmQRdPmS5K9fDoSnqCPPRhqnDaAZaecFFM1CZeRqqgLoWu"]'
2026-04-22 23:55:58.315 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-22 23:55:58.315 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38821/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.104.213/tcp/36295/p2p/16Uiu2HAmRNqq1pWRYYZ9VSpj2oVbTZEHRtBFHoSG8pcxQTwbVAC4"]'
2026-04-22 23:55:58.344 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-22 23:55:58.345 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10942/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/0"]'
2026-04-22 23:55:58.351 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-22 23:55:58.352 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36294/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/0"]'
2026-04-22 23:55:58.358 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-22 23:55:58.359 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38821/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/0"]'
2026-04-22 23:55:58.363 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-22 23:55:58.365 DEBUG [src.steps.light_push] Lightpushing message
2026-04-22 23:55:58.366 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38821/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/198/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1776902158365775933, "extraField": "extraValue"}}'
2026-04-22 23:55:58.368 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:38821/lightpush/v1/message. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
2026-04-22 23:55:58.371 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-04-22 23:55:58.373 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-04-22 23:55:58.373 DEBUG [src.node.waku_node] Stopping container with id c27589fbe0de
2026-04-22 23:55:58.873 DEBUG [src.node.waku_node] Container stopped.
2026-04-22 23:55:58.875 DEBUG [src.node.waku_node] Stopping container with id 1c1375e00a6b
2026-04-22 23:55:59.338 DEBUG [src.node.waku_node] Container stopped.
2026-04-22 23:55:59.340 DEBUG [src.node.waku_node] Stopping container with id cec3013f08c3
2026-04-22 23:55:59.761 ERROR [src.node.docker_mananger] Max retries reached for container c27589fbe0de. Exiting log stream.
2026-04-22 23:55:59.798 DEBUG [src.node.waku_node] Container stopped.
2026-04-22 23:55:59.800 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-04-22 23:55:59.840 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-04-22 23:55:59.860 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-04-22 23:55:59.882 DEBUG [src.node.docker_mananger] No errors found in the waku logs.