kairos icon indicating copy to clipboard operation
kairos copied to clipboard

[ci] kairos get-kubeconfig empty on alpine (edgevpn not working?)

Open Itxaka opened this issue 9 months ago • 6 comments

From alpine master.

os-release:

NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.18.4
PRETTY_NAME="Alpine Linux v3.18"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"
KAIROS_NAME="kairos-standard-alpine-3.18"
KAIROS_VERSION="v2.4.1-42-g3287a5a5-k3sv1.28.2+k3s1"
KAIROS_ID="kairos"
KAIROS_ID_LIKE="kairos-standard-alpine-3.18"
KAIROS_VERSION_ID="v2.4.1-42-g3287a5a5-k3sv1.28.2+k3s1"
KAIROS_PRETTY_NAME="kairos-standard-alpine-3.18 v2.4.1-42-g3287a5a5-k3sv1.28.2+k3s1"
KAIROS_BUG_REPORT_URL="https://github.com/kairos-io/kairos/issues"
KAIROS_HOME_URL="https://github.com/kairos-io/kairos"
KAIROS_IMAGE_REPO="quay.io/kairos/alpine"
KAIROS_IMAGE_LABEL="v2.4.1-42-g3287a5a5-k3sv1.28.2+k3s1"
KAIROS_GITHUB_REPO="kairos-io/provider-kairos"
KAIROS_VARIANT="standard"
KAIROS_FLAVOR="alpine"

cloud-config:

#cloud-config

install:
    device: /dev/vda
k3s:
    enabled: true
name: Config generated by the installer
stages:
    initramfs:
        - users:
            kairos:
                groups:
                    - admin
                name: kairos
                passwd: kairos

k3s deployed correctly:

localhost:~$ sudo k3s kubectl get nodes
NAME        STATUS   ROLES                  AGE     VERSION
localhost   Ready    control-plane,master   9m42s   v1.28.2+k3s1

kairos get-kubeconfig returns empty:

localhost:~$ kairos get-kubeconfig

localhost:~$ 

role list is also empty:

localhost:~$ kairos role list
Node	Role
localhost:~$ 

Itxaka avatar Oct 30 '23 08:10 Itxaka

umm, If Im reading this correctly we need edgevpn deployed to use that comand as it uses the edgevpn api to get it...

redeploying...

Itxaka avatar Oct 30 '23 08:10 Itxaka

job that triggered this is: https://github.com/kairos-io/kairos/actions/runs/6671146711/job/18134131817

But that is a read hearring, its not that https is not working, its that the get-kubeconfig is empty probably becuase edgevpn is not working properly under alpine

Itxaka avatar Oct 30 '23 08:10 Itxaka

new cloud config:

#cloud-config

install:
  grub_options:
    extra_cmdline: "rd.immucore.debug"

p2p:
  network_token: "b3RwOgogIGRodDoKICAgIGludGVydmFsOiA5MDAwCiAgICBrZXk6IGx4V0x6ZGZyZnJRSzVSMEU0VzhtMHdaZEtjQkoyTGVLNXdlMXJXUVByOUwKICAgIGxlbmd0aDogNDMKICBjcnlwdG86CiAgICBpbnRlcnZhbDogOTAwMAogICAga2V5OiB0a05GdUM0clFRNTM0OWdNSVliaE9RNHFHRXd4Sk5oSlc1RWQ2SFRqRzNGCiAgICBsZW5ndGg6IDQzCnJvb206IHptS3dtRHFwTXhxMnB2aGlXTmxxVEUwMmdJRmh2dFRFeHpHbENqZXNFZXMKcmVuZGV6dm91czogY0haYUF0SjYzeGNOTHZPdUcyM1dEd0s0bGkycVA1SVZaU1hGbWpSQ05vaAptZG5zOiA5dVZpUEFnd1puQ1duQ0hPVEVqVmNNb01PSGhwTDJTa1h1cXE2eklTRDY0Cm1heF9tZXNzYWdlX3NpemU6IDIwOTcxNTIwCg=="
  dns: true

stages:
  initramfs:
    - name: "Set user and password"
      users:
        kairos:
          passwd: "kairos"
    - name: "Set hostname"
      hostname: kairos-{{ trunc 4 .Random }}

Installed two nodes with kairos-agent manual-install --device /dev/vda /tmp/config.yaml nothing fancy.

Could not reproduce...... so maybe the CI is doing something different???

Itxaka avatar Oct 30 '23 09:10 Itxaka

looks liek the nodes cant see each other or something? Running the test locally I get this (note that running two nodes manually doesnt hit the same issue)

Node 1:

{"level":"info","ts":1698661832.917901,"caller":"provider/bootstrap.go:104","msg":"Configuring VPN"}
{"level":"info","ts":1698661833.0335295,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661833.0340095,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661833.0346534,"caller":"role/auto.go:31","msg":"Active nodes:[]"}
{"level":"info","ts":1698661833.0346622,"caller":"role/auto.go:32","msg":"Advertizing nodes:[]"}
{"level":"info","ts":1698661833.034666,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661843.0355968,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698661843.0356758,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661843.0356834,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661843.0358357,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698661843.0358424,"caller":"role/auto.go:32","msg":"Advertizing nodes:[]"}
{"level":"info","ts":1698661843.035846,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661843.0358508,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661853.0362134,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698661853.0362487,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661853.036261,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661853.036466,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698661853.0364745,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698661853.0364783,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661853.0364828,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661863.0375946,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698661863.0376236,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661863.0376303,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661863.037789,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698661863.0377972,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698661863.037801,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661863.0378058,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661873.0390766,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698661873.0391169,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661873.0391262,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661873.0394723,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698661873.0394921,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698661873.0394967,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661873.0395017,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661883.0403888,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698661883.0404274,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661883.0404336,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661883.0414393,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698661883.041459,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698661883.0414872,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661883.0414944,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661893.042641,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698661893.0426757,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661893.0426831,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661893.0428698,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698661893.0428805,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698661893.042884,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661893.0428889,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661903.044103,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698661903.0441413,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661903.044149,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661903.044441,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698661903.0444527,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698661903.0444565,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661903.0444613,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661913.0453832,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698661913.0454211,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661913.0454278,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661913.0455713,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698661913.0455797,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698661913.0455832,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661913.0455883,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661923.0462463,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698661923.0462792,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661923.0462856,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661923.0465026,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698661923.0465171,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698661923.0465212,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661923.0465326,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661933.0479558,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698661933.0479958,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661933.0480037,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661933.0482366,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698661933.0482552,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698661933.0482607,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661933.0482664,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661943.0493388,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698661943.0493772,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661943.049384,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661943.0496051,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698661943.049617,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698661943.049621,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661943.0496254,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661953.0501423,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698661953.0501788,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661953.050186,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661953.050406,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698661953.0504198,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698661953.0504417,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661953.0504465,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661963.050825,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698661963.0508566,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661963.0508678,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661963.0510619,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698661963.051077,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698661963.0510807,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661963.0510857,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661973.0515203,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698661973.0515537,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661973.0515606,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661973.0517745,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698661973.051796,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698661973.0518003,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661973.0518053,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661983.052626,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698661983.0526576,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661983.0526643,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661983.0528803,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698661983.0528955,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698661983.0528998,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661983.0529046,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661993.053453,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698661993.0534866,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661993.0534937,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661993.0537233,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698661993.05374,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698661993.0537443,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661993.053749,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662003.05435,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662003.0543857,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662003.0543966,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662003.0546923,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662003.0547056,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662003.0547097,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662003.0547166,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662013.0556645,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662013.0556989,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662013.0557063,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662013.0558944,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662013.0559042,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662013.0559084,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662013.0559132,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662023.0562139,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662023.0562534,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662023.0562692,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662023.0564787,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662023.0564854,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662023.0564888,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662023.0564928,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662033.0577242,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662033.057755,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662033.0577612,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662033.0578818,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662033.0578883,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662033.0578918,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662033.0578964,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662043.0586343,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662043.0586734,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662043.058681,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662043.058985,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662043.0590055,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662043.0590096,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662043.0590146,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662053.0605783,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662053.0606103,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662053.0606172,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662053.0607703,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662053.060779,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662053.0607827,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662053.0607874,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662063.0612175,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662063.0612633,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662063.0612745,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662063.061619,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662063.0616374,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662063.061645,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662063.0616539,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662073.062698,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662073.0627267,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662073.0627334,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662073.0628989,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662073.0629072,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662073.0629117,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662073.0629218,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662083.0636263,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662083.0636597,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662083.0636659,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662083.0638871,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662083.0639002,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662083.0639043,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662083.0639088,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662093.0649817,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662093.0650134,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662093.0650203,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662093.065167,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662093.065175,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662093.0651786,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662093.065183,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662103.066266,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662103.0662978,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662103.0663154,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662103.0665808,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662103.0665915,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662103.0665956,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662103.0666006,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662113.06772,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662113.067766,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662113.0677822,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662113.0681014,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662113.0681148,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662113.0681405,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662113.068149,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662123.0687292,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662123.0687635,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662123.0687733,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662123.0690563,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662123.0690672,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662123.0690715,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662123.069078,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662133.0698376,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662133.0698717,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662133.0698783,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662133.0700257,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662133.0700345,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662133.070038,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662133.0700428,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662143.0703547,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662143.0704114,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662143.070424,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662143.0707822,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662143.0708005,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662143.0708163,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662143.070825,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662153.0715964,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662153.071631,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662153.0716372,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662153.0718129,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662153.071827,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662153.071831,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662153.071836,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662163.0723624,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662163.0724053,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662163.0724185,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662163.072769,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662163.072784,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662163.072788,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662163.0727928,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662173.073452,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662173.073484,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662173.0734901,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662173.073649,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662173.0736558,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662173.0736594,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662173.073664,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662183.0744529,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662183.0744834,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662183.0744894,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662183.0746372,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662183.0746434,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662183.0746472,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662183.0746517,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662193.075836,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662193.0758731,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662193.0758793,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662193.076017,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662193.076024,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662193.0760279,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662193.0760322,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662203.0769575,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662203.0769904,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662203.0769963,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662203.0772805,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662203.0772908,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662203.0772946,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662203.077299,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662213.0784938,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662213.0785334,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662213.0785432,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662213.0787203,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662213.0787277,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662213.0787315,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662213.0787363,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662223.079163,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662223.0792093,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662223.0792174,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662223.0794237,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662223.0794344,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662223.079439,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662223.0794454,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662233.0806983,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662233.0807295,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662233.0807362,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662233.0809653,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662233.0809736,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662233.0809772,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662233.0809815,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662243.0817657,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662243.0818026,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662243.0818126,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662243.0820749,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662243.0820858,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662243.08209,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662243.082095,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662253.0830064,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662253.0830495,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662253.0830564,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662253.08323,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662253.0832462,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662253.083258,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662253.0832627,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662263.0837202,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662263.0837605,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662263.0837688,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662263.0839775,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662263.0839903,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662263.083995,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662263.0840013,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662273.0845366,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662273.084569,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662273.084576,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662273.0847685,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662273.0847833,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662273.0847871,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662273.0847917,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662283.0852418,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662283.0852728,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662283.0852787,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662283.0854867,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662283.085494,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662283.0854974,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662283.085506,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662293.0867603,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662293.0867984,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662293.086806,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662293.087,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662293.0870118,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662293.0870175,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662293.0870233,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662303.0882308,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662303.0882638,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662303.088271,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662303.0885174,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662303.0885386,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662303.088543,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662303.088548,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662313.0892668,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662313.0893013,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662313.0893078,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662313.089483,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662313.0894985,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662313.0895028,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662313.0895076,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662323.0899103,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662323.089944,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662323.0899546,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662323.090176,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662323.0901833,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662323.0901868,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662323.0901911,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662333.091146,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662333.091179,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662333.0911849,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662333.0913653,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662333.0913787,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662333.0913827,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662333.0913875,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662343.0925498,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662343.0925906,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662343.0925975,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662343.0928154,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662343.0928235,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662343.0928273,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662343.092832,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662353.0932884,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662353.0933266,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662353.093333,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662353.0935087,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662353.093523,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662353.0935268,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662353.0935316,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662363.0940902,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662363.0941255,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662363.094136,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662363.0945315,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662363.0945408,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662363.0945482,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662363.0945547,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662373.0950704,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662373.0951316,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662373.0951388,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662373.095309,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662373.0953238,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662373.0953283,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662373.0953329,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662383.0961194,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662383.09615,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662383.0961566,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662383.0963256,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662383.0963411,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662383.0963454,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662383.0963502,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662393.0969217,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662393.0969517,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662393.0969589,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662393.0970826,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662393.0970888,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662393.0970926,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662393.0971034,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662403.098281,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662403.098325,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662403.0983362,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662403.0986352,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662403.0986483,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662403.098655,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662403.0986629,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662413.099323,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662413.099359,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662413.0993657,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662413.0995438,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662413.099553,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662413.099557,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662413.0995617,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662423.1003132,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662423.1003575,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662423.1003685,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662423.1006753,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662423.1007,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662423.1007042,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662423.1007092,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662433.1015007,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662433.101547,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662433.1015577,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662433.101891,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662433.1019135,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662433.1019228,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662433.101931,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662443.103289,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662443.1033216,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662443.1033301,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662443.1035619,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662443.1035848,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662443.1035895,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662443.103595,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662453.1044867,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662453.1045187,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662453.1045253,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662453.1046999,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662453.104716,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662453.1047199,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662453.1047244,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662463.1052866,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662463.1053195,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662463.105326,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662463.10553,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662463.1055503,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662463.105554,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662463.105559,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662473.1064568,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662473.1064909,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662473.1064973,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662473.1066551,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662473.1066647,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662473.1066685,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662473.106673,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662483.1071877,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662483.1072254,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662483.107237,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662483.107595,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662483.1076052,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662483.1076093,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662483.1076164,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662493.1085558,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662493.1085887,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662493.1086016,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662493.1087437,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662493.1087532,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662493.108757,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662493.1087615,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662503.1095881,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662503.1096213,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662503.109628,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662503.1098328,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662503.109844,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662503.109848,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662503.1098528,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662513.1101673,"caller":"service/node.go:342","msg":"Active: '12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q'"}
{"level":"info","ts":1698662513.110202,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662513.1102095,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662513.110412,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWKCTXKZDRwC6REmJGkkjyVPvGB9FrRwFKG31sKM6mxn3q]"}
{"level":"info","ts":1698662513.1104267,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662513.110431,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662513.1104455,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662523.1106744,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662523.110708,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662523.110936,"caller":"role/auto.go:31","msg":"Active nodes:[]"}
{"level":"info","ts":1698662523.1109536,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662523.1109579,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662523.1109626,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 0"}
{"level":"info","ts":1698662533.1120248,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662533.1120598,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662533.112235,"caller":"role/auto.go:31","msg":"Active nodes:[]"}
{"level":"info","ts":1698662533.1122503,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662533.1122594,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662533.1122644,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 0"}
{"level":"info","ts":1698662543.112867,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662543.1129022,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662543.1132298,"caller":"role/auto.go:31","msg":"Active nodes:[]"}
{"level":"info","ts":1698662543.1132407,"caller":"role/auto.go:32","msg":"Advertizing nodes:[a528d5949c096e7ff20dfd5c653f85c3-kairos-8tf7]"}
{"level":"info","ts":1698662543.113251,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662543.113256,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 0"}
kairos-8tf7:~$ {"level":"info","ts":1698661757.8262792,"caller":"provider/bootstrap.go:104","msg":"Configuring VPN"}
{"level":"info","ts":1698661757.9416575,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661757.9418645,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661757.9424472,"caller":"role/auto.go:31","msg":"Active nodes:[]"}
{"level":"info","ts":1698661757.9424613,"caller":"role/auto.go:32","msg":"Advertizing nodes:[]"}
{"level":"info","ts":1698661757.942465,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661767.9439168,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698661767.9439447,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661767.943952,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661767.9441214,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698661767.9441378,"caller":"role/auto.go:32","msg":"Advertizing nodes:[]"}
{"level":"info","ts":1698661767.9441416,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661767.9441466,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661777.9451537,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698661777.945185,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661777.945193,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661777.945427,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698661777.9454396,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698661777.9454434,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661777.945452,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661787.9457467,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698661787.9457788,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661787.9457855,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661787.94603,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698661787.946046,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698661787.9460504,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661787.946059,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661797.9470003,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698661797.9470372,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661797.947044,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661797.947222,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698661797.9472325,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698661797.947236,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661797.9472406,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661807.947533,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698661807.9475703,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661807.9475777,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661807.9477658,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698661807.9477735,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698661807.9477773,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661807.947782,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661817.948881,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698661817.9489212,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661817.9489326,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661817.9492066,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698661817.9492283,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698661817.9492326,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661817.9492373,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}

Node 2:

{"level":"info","ts":1698661757.8262792,"caller":"provider/bootstrap.go:104","msg":"Configuring VPN"}
{"level":"info","ts":1698661757.9416575,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661757.9418645,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661757.9424472,"caller":"role/auto.go:31","msg":"Active nodes:[]"}
{"level":"info","ts":1698661757.9424613,"caller":"role/auto.go:32","msg":"Advertizing nodes:[]"}
{"level":"info","ts":1698661757.942465,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661767.9439168,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698661767.9439447,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661767.943952,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661767.9441214,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698661767.9441378,"caller":"role/auto.go:32","msg":"Advertizing nodes:[]"}
{"level":"info","ts":1698661767.9441416,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661767.9441466,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661777.9451537,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698661777.945185,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661777.945193,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661777.945427,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698661777.9454396,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698661777.9454434,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661777.945452,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661787.9457467,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698661787.9457788,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661787.9457855,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661787.94603,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698661787.946046,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698661787.9460504,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661787.946059,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661797.9470003,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698661797.9470372,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661797.947044,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661797.947222,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698661797.9472325,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698661797.947236,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661797.9472406,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661807.947533,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698661807.9475703,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661807.9475777,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661807.9477658,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698661807.9477735,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698661807.9477773,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661807.947782,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661817.948881,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698661817.9489212,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661817.9489326,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661817.9492066,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698661817.9492283,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698661817.9492326,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661817.9492373,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661827.949583,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698661827.9496145,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661827.9496212,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661827.9498498,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698661827.949864,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698661827.9498682,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661827.949873,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661837.9510589,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698661837.9510922,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661837.951099,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661837.951272,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698661837.9512823,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698661837.9512858,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661837.9512904,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661847.9516003,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698661847.9516344,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661847.9516418,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661847.9519165,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698661847.9519463,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698661847.9519525,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661847.9519675,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661857.9525304,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698661857.9525607,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661857.952567,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661857.9528463,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698661857.9528782,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698661857.9528868,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661857.9528956,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661867.9536674,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698661867.9536974,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661867.9537036,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661867.953923,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698661867.9539363,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698661867.9539404,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661867.9539452,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661877.9548676,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698661877.9549172,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661877.9549246,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661877.9576714,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698661877.9576952,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698661877.9576998,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661877.9577048,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661887.9589436,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698661887.9589744,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661887.9589825,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661887.9591997,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698661887.9592152,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698661887.959219,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661887.959224,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661897.9599047,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698661897.959939,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661897.9599457,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661897.9601054,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698661897.96012,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698661897.9601264,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661897.960133,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661907.9607687,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698661907.9608054,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661907.9608145,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661907.9610417,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698661907.961052,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698661907.9610555,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661907.9610603,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661917.9619074,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698661917.9619443,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661917.961952,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661917.9621277,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698661917.9621427,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698661917.962152,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661917.962157,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661927.9625878,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698661927.9626188,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661927.9626253,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661927.9628532,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698661927.9628675,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698661927.9628716,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661927.962876,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661937.9635663,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698661937.9635973,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661937.9636033,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661937.9637694,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698661937.963776,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698661937.9637797,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661937.963789,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661947.9643586,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698661947.9643898,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661947.9644022,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661947.9645762,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698661947.9645846,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698661947.9645884,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661947.964593,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661957.965933,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698661957.9659624,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661957.9659688,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661957.9661407,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698661957.966154,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698661957.966158,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661957.9661624,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661967.9671288,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698661967.9671595,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661967.9671657,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661967.9673226,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698661967.9673288,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698661967.9673321,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661967.9673364,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661977.9677923,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698661977.9678252,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661977.9678319,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661977.9679928,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698661977.9680066,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698661977.968011,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661977.9680157,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661987.968934,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698661987.968969,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661987.9689765,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661987.9693122,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698661987.969319,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698661987.9693227,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661987.9693294,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698661997.9705262,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698661997.9705646,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698661997.9705725,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698661997.9708662,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698661997.9708772,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698661997.9708838,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698661997.9708886,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662007.9723344,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662007.9723723,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662007.9723787,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662007.9725885,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662007.972603,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662007.972607,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662007.9726114,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662017.9739168,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662017.9739604,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662017.9739716,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662017.974301,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662017.974334,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662017.9743383,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662017.974343,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662027.9752676,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662027.9753046,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662027.9753122,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662027.975524,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662027.9755363,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662027.9755414,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662027.9755466,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662037.9759498,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662037.9759827,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662037.9759903,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662037.976373,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662037.976389,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662037.9764004,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662037.9764051,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662047.9768422,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662047.9768715,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662047.9768775,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662047.9770997,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662047.9771087,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662047.9771123,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662047.9771173,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662057.9777434,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662057.9777746,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662057.9777808,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662057.9779668,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662057.9779754,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662057.9779792,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662057.9779835,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662067.9787138,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662067.9787464,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662067.978753,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662067.9790227,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662067.9790392,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662067.979051,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662067.9790573,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662077.9793758,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662077.9794066,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662077.9794164,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662077.9795892,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662077.9795997,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662077.9796033,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662077.9796124,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662087.9808762,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662087.9809089,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662087.9809217,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662087.9811118,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662087.9811184,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662087.9811218,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662087.9811265,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662097.9825788,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662097.9826095,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662097.9826155,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662097.9829218,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662097.9829304,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662097.982934,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662097.9829385,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662107.98425,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662107.9847796,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662107.9847906,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662107.985072,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662107.98508,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662107.9850876,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662107.9850929,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662117.9860961,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662117.986151,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662117.9861581,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662117.9863005,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662117.9863074,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662117.9863126,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662117.9863174,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662127.9870412,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662127.9870725,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662127.9870794,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662127.9872723,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662127.9872837,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662127.9872875,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662127.9872918,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662137.987726,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662137.987758,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662137.9877696,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662137.98801,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662137.9880228,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662137.9880266,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662137.9880314,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662147.988349,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662147.9883857,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662147.9883926,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662147.9886482,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662147.988661,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662147.9886653,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662147.98867,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662157.9892554,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662157.9892838,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662157.9892895,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662157.989459,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662157.9894652,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662157.9894693,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662157.9894738,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662167.9902472,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662167.9902802,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662167.9902866,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662167.9906325,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662167.990644,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662167.990648,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662167.9906523,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662177.991067,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662177.991097,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662177.9911091,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662177.9913096,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662177.9913208,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662177.991331,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662177.991336,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662187.9921322,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662187.9921932,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662187.9922051,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662187.9925385,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662187.9925623,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662187.992569,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662187.992577,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662197.9932573,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662197.9932945,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662197.9933007,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662197.993504,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662197.9935231,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662197.993528,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662197.9935327,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662207.993993,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662207.9940236,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662207.99403,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662207.9941897,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662207.9942045,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662207.9942102,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662207.9942155,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662217.995213,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662217.9952688,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662217.99528,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662217.995599,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662217.9956214,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662217.9956284,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662217.9956362,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662227.9959903,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662227.9960244,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662227.9960308,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662227.996324,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662227.9963317,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662227.9963353,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662227.9963403,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662237.9975266,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662237.9975636,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662237.9975708,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662237.9977276,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662237.9977345,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662237.9977474,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662237.9978552,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662247.9991004,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662247.9991329,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662247.9991395,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662247.9994352,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662247.9994433,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662247.9994469,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662247.9994514,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662258.000245,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662258.0002797,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662258.0002868,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662258.0004244,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662258.0004308,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662258.0004344,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662258.000439,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662268.0007944,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662268.000823,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662268.0008292,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662268.0010252,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662268.0010383,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662268.0010424,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662268.0010474,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662278.002028,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662278.002106,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662278.0021126,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662278.0023203,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662278.0023384,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662278.0023422,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662278.0023468,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662288.0031705,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662288.0031989,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662288.003205,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662288.0034342,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662288.0034459,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662288.0034502,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662288.0034657,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662298.0045094,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662298.0045452,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662298.004552,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662298.0047598,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662298.0047686,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662298.0047724,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662298.004777,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662308.0058079,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662308.0058367,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662308.0058458,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662308.0059965,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662308.006003,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662308.0060065,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662308.0060108,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662318.006905,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662318.0069416,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662318.0069487,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662318.0071452,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662318.0071547,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662318.0071592,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662318.0071735,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662328.007657,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662328.0076873,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662328.0076938,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662328.007893,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662328.0079083,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662328.0079124,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662328.0079172,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662338.008444,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662338.0084815,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662338.0084987,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662338.0087044,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662338.0087166,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662338.0087216,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662338.008732,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662348.0095947,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662348.009622,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662348.0096285,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662348.0098376,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662348.0098448,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662348.009848,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662348.0098526,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662358.010957,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662358.0109918,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662358.010999,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662358.011254,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662358.0112677,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662358.0112736,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662358.0112784,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662368.011629,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662368.0116568,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662368.0116634,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662368.0118957,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662368.0119143,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662368.011918,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662368.0119228,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662378.0129268,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662378.012961,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662378.0129673,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662378.0131345,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662378.013148,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662378.013152,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662378.013157,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662388.0140932,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662388.0141213,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662388.0141282,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662388.01431,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662388.0143166,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662388.0143201,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662388.0143623,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662398.0150537,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662398.0150821,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662398.0150883,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662398.0152864,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662398.0152998,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662398.0153039,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662398.0153086,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662408.0157616,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662408.0158012,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662408.0158129,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662408.0161283,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662408.0161471,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662408.0161512,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662408.0161607,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662418.0167463,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662418.0167873,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662418.0168085,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662418.01707,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662418.0170856,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662418.0170925,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662418.0171,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662428.0175989,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662428.0176258,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662428.0176318,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662428.0178528,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662428.0178618,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662428.0178654,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662428.0178702,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}
{"level":"info","ts":1698662438.0190556,"caller":"service/node.go:342","msg":"Active: '12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF'"}
{"level":"info","ts":1698662438.0190938,"caller":"service/node.go:308","msg":"Applying role 'auto'"}
{"level":"info","ts":1698662438.0191004,"caller":"service/role.go:115","msg":"Role loaded. Applying auto"}
{"level":"info","ts":1698662438.0193174,"caller":"role/auto.go:31","msg":"Active nodes:[12D3KooWFxGHM9R1Yy3zdiTfjQC68FzCvk5QnaXMqpT6vMVUXhnF]"}
{"level":"info","ts":1698662438.0193288,"caller":"role/auto.go:32","msg":"Advertizing nodes:[f934b06d6c9df87786f0dbdd653f8578-kairos-2xq3]"}
{"level":"info","ts":1698662438.0193324,"caller":"role/auto.go:35","msg":"Not enough nodes"}
{"level":"info","ts":1698662438.019337,"caller":"service/node.go:357","msg":"not enough nodes available, sleeping... needed: 2, available: 1"}

Itxaka avatar Oct 30 '23 10:10 Itxaka

cc @mudler any idea on why this could be?

Itxaka avatar Oct 30 '23 10:10 Itxaka

This also happens to me with the 2.5.0-ubuntu-23.10 release.

I have now debugged by running edgevpn manually which couldn't get working. I saw the same node (with differing peerid's)

Then I noticed that my hostnames of my 3 nodes where the same (I used the example with truncation of the machineid for hostnames)

Then I noticed that /etc/machineid was the same across all 3 hosts

I then looked at the squashfs artifact and could see that /etc/machine-id in that image was the one which were common among the machines. So it is big problem that machine-id is not regenerated per host

I then did this on each host (with kairos-agent & edgevpn stopped):

sudo rm -f /var/lib/dbus/machine-id
sudo rm -f /etc/machine-id
sudo dbus-uuidgen --ensure
sudo systemd-machine-id-setup

sudo hostnamectl --static hostname minis-xxxx (where xxxx is the 4 first of the new /etc/machine-id
sudo vi /etc/hosts # change the name so the 4 first of machine-id matches the new on

Then started edgevpn & kairos-agent again

Now. I can see 3 peers in the edgevpn web interface at 127.0.0.1:8080

I do get an error in /var/log/kairos/agent-provider.log 's

That "MasterIP not there still.."

And on the master I see:

"Failed applying rolemasternode doesn't have an ip yet"

I don't know what should give it that ip?

HasseJohansen avatar Feb 13 '24 07:02 HasseJohansen

Good point this could have come from the issue we had with that library that created the machine-id while checking system info and shipping the same machine-id in different images.

Retesting....

Itxaka avatar Apr 11 '24 10:04 Itxaka

seems to work now but there is a small issue wiht edgevpn. It seem like its using port 53 for communication, but connman already has that port in use

{"level":"INFO","time":"2024-04-11T10:55:09.132Z","caller":"vpn/dhcp.go:119","message":" Announcing ourselves as leader, backing off"} listen udp 127.0.0.1:53: bind: address already in use

Itxaka avatar Apr 11 '24 11:04 Itxaka

Im gonna mark this as done as the original issue doesnt happen anymore

Itxaka avatar Apr 11 '24 12:04 Itxaka