status-im / infra-shards

Infrastructure for Status fleets
https://github.com/status-im/nim-waku
0 stars 2 forks source link

Canary check are failing #10

Closed yakimant closed 9 months ago

yakimant commented 9 months ago
Command:
/usr/local/bin/wakucanary \
  --address=/dns4/boot-01.do-ams3.shards.test.statusim.net/tcp/30303/p2p/16Uiu2HAmAR24Mbb6VuzoyUiGx42UenDkshENVDj4qnmmbabLvo31 \
  --timeout=29 \
  --node-port=44800 \
  --log-level=ERROR \
  --protocol=relay \
  --protocol=store
Return Code:
1
Stdout:
ERR 2023-09-22 13:34:17.886+00:00 Could not connect                          tid=449685 file=wakucanary.nim:192 peerId=16U*bLvo31
ERR 2023-09-22 13:34:17.886+00:00 The node has some problems (see logs)      tid=449685 file=wakucanary.nim:202

Stderr:

https://canary.infra.status.im/service/167/

Need to investigate. Maybe, because boot nodes don't have store protocol enabled.

jakubgs commented 9 months ago

I don't think that's the issue:

 > nmap -Pn -p30303 boot-01.do-ams3.shards.test.statusim.net   
Starting Nmap 7.93 ( https://nmap.org ) at 2023-09-22 17:00 CEST
Nmap scan report for boot-01.do-ams3.shards.test.statusim.net (167.99.19.47)
Host is up.

PORT      STATE    SERVICE
30303/tcp filtered unknown

Nmap done: 1 IP address (1 host up) scanned in 2.22 seconds
yakimant commented 9 months ago

Solved by: